From bc7e2fe38ca156e865ccb9ef1c922774130243ae Mon Sep 17 00:00:00 2001 From: "DESKTOP-999R8N3\\CJY" Date: Mon, 15 Apr 2024 15:34:58 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT63DC_2C/Controls/ControlDynamicSetting.cs | 8 +++--- .../DialogForms/DialogFormDataStatistics.cs | 2 +- INT63DC_2C/DialogForms/DialogFormLogOn.cs | 2 +- .../DialogForms/DialogFormPasswordKeyPad.cs | 2 +- .../DialogForms/DialogFormPasswordKeyPad1.cs | 2 +- INT63DC_2C/Forms/FormCalibration.Designer.cs | 3 ++ INT63DC_2C/Forms/FormConfiguration.cs | 6 ++-- INT63DC_2C/Forms/FormDataStatistics.cs | 2 +- INT63DC_2C/Forms/FormMainDisplay.cs | 26 +++++++++--------- INT63DC_2C/Forms/FormMotorSetting.cs | 12 ++++---- .../INT63DC_2C.csproj.GenerateResource.Cache | Bin 0 -> 6412 bytes 11 files changed, 35 insertions(+), 30 deletions(-) create mode 100644 INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache diff --git a/INT63DC_2C/Controls/ControlDynamicSetting.cs b/INT63DC_2C/Controls/ControlDynamicSetting.cs index 0b49dbc..d8ebcd0 100644 --- a/INT63DC_2C/Controls/ControlDynamicSetting.cs +++ b/INT63DC_2C/Controls/ControlDynamicSetting.cs @@ -149,10 +149,10 @@ namespace INT63DC_2C.Controls { this.smartGroupBox1.Text = "動的定数"; this.labelStaticForcedZeroDelayTime.Text = "強制ゼロ遅延時間"; - this.labelStaticEntryGateDelayTime.Text = "エントリーゲートの遅延時間"; - this.labelStaticEntryGateRunTime.Text = "エントリーゲートの運転時間"; - this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパーの遅延時間"; - this.labelStaticDischargeStopperRunTime.Text = "排出ストッパーの運転時間"; + this.labelStaticEntryGateDelayTime.Text = "エントリㅡゲㅡトの遅延時間"; + this.labelStaticEntryGateRunTime.Text = "エントリㅡゲㅡトの運転時間"; + this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパㅡの遅延時間"; + this.labelStaticDischargeStopperRunTime.Text = "排出ストッパㅡの運転時間"; } else { diff --git a/INT63DC_2C/DialogForms/DialogFormDataStatistics.cs b/INT63DC_2C/DialogForms/DialogFormDataStatistics.cs index 2ab9201..d57b6ea 100644 --- a/INT63DC_2C/DialogForms/DialogFormDataStatistics.cs +++ b/INT63DC_2C/DialogForms/DialogFormDataStatistics.cs @@ -85,7 +85,7 @@ namespace INT63DC_2C.DialogForms this.labelTitleID.Text = "ID"; this.buttonRead.Text = "読む"; - this.buttonClose.Text = "クローズ"; + this.buttonClose.Text = "クロㅡズ"; #endregion break; default: diff --git a/INT63DC_2C/DialogForms/DialogFormLogOn.cs b/INT63DC_2C/DialogForms/DialogFormLogOn.cs index a1406fc..1e8ead5 100644 --- a/INT63DC_2C/DialogForms/DialogFormLogOn.cs +++ b/INT63DC_2C/DialogForms/DialogFormLogOn.cs @@ -108,7 +108,7 @@ namespace INT63DC_2C.DialogForms #region Japanese this.labelTitle1.Text = "ログイン"; this.labelTitle2.Text = "ID"; - this.labelTitle3.Text = "パスワード"; + this.labelTitle3.Text = "パスワㅡド"; this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDisable)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDown)); diff --git a/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad.cs b/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad.cs index 492b6ca..f51d549 100644 --- a/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad.cs +++ b/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad.cs @@ -144,7 +144,7 @@ namespace INT63DC_2C.DialogForms this.buttonEnter.Text = "Enter"; break; case DataStore.LanguageID.Japanese: - this.labelSubject.Text = "パスワード"; + this.labelSubject.Text = "パスワㅡド"; this.buttonCancel.Text = "X"; this.buttonEnter.Text = "入力"; diff --git a/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad1.cs b/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad1.cs index bf46fb2..5e48e72 100644 --- a/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad1.cs +++ b/INT63DC_2C/DialogForms/DialogFormPasswordKeyPad1.cs @@ -78,7 +78,7 @@ namespace INT63DC_2C.DialogForms } else if (language == DataStore.LanguageID.Japanese) { - this.labelSubject.Text = "パスワード"; + this.labelSubject.Text = "パスワㅡド"; this.buttonCancel.Text = "X"; this.buttonEnter.Text = "入力"; diff --git a/INT63DC_2C/Forms/FormCalibration.Designer.cs b/INT63DC_2C/Forms/FormCalibration.Designer.cs index 7db1702..1f2cc35 100644 --- a/INT63DC_2C/Forms/FormCalibration.Designer.cs +++ b/INT63DC_2C/Forms/FormCalibration.Designer.cs @@ -315,6 +315,7 @@ this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0); this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage"))); + this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonBalance // @@ -347,6 +348,7 @@ this.buttonBalance.TextLocation = new System.Drawing.Point(0, 0); this.buttonBalance.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBalance.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.UpImage"))); + this.buttonBalance.Click += new System.EventHandler(this.buttonBalance_Click); // // buttonStart // @@ -379,6 +381,7 @@ this.buttonStart.TextLocation = new System.Drawing.Point(0, 0); this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage"))); + this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); // // FormCalibration // diff --git a/INT63DC_2C/Forms/FormConfiguration.cs b/INT63DC_2C/Forms/FormConfiguration.cs index aa928ec..3d5ca66 100644 --- a/INT63DC_2C/Forms/FormConfiguration.cs +++ b/INT63DC_2C/Forms/FormConfiguration.cs @@ -308,7 +308,7 @@ namespace INT63DC_2C.Forms this.labelStaticTime.Text = "時間"; this.labelStaticRange.Text = "範囲"; this.labelStaticVariable.Text = "変化"; - this.labelStaticMode.Text = "モード"; + this.labelStaticMode.Text = "モㅡド"; this.groupBoxOption.Text = "オプション設定"; this.labelStaticEmptyWeight.Text = "空重量セット"; @@ -401,8 +401,8 @@ namespace INT63DC_2C.Forms this.comboBoxZeroParameterMode.Items.Add("Modus2"); break; case DataStore.LanguageID.Japanese: - this.comboBoxZeroParameterMode.Items.Add("モード1"); - this.comboBoxZeroParameterMode.Items.Add("モード2"); + this.comboBoxZeroParameterMode.Items.Add("モㅡド1"); + this.comboBoxZeroParameterMode.Items.Add("モㅡド2"); break; default: break; diff --git a/INT63DC_2C/Forms/FormDataStatistics.cs b/INT63DC_2C/Forms/FormDataStatistics.cs index d3f2e6b..2d77b9f 100644 --- a/INT63DC_2C/Forms/FormDataStatistics.cs +++ b/INT63DC_2C/Forms/FormDataStatistics.cs @@ -155,7 +155,7 @@ namespace INT63DC_2C.Forms break; case DataStore.LanguageID.Japanese: #region Japanese - this.labelTitle.Text = "データ統計"; + this.labelTitle.Text = "デㅡタ統計"; this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable)); this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown)); diff --git a/INT63DC_2C/Forms/FormMainDisplay.cs b/INT63DC_2C/Forms/FormMainDisplay.cs index a397b18..85ab0f1 100644 --- a/INT63DC_2C/Forms/FormMainDisplay.cs +++ b/INT63DC_2C/Forms/FormMainDisplay.cs @@ -479,15 +479,15 @@ namespace INT63DC_2C.Forms this.buttonSamplingOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuContinueUp)); this.buttonSamplingOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuOnceUp)); - this.groupBoxSorter.Text = "ソーター設定"; - this.labelStaticSorter1DelayTime.Text = "ソーター1 遅延時間"; - this.labelStaticSorter1RunTime.Text = "ソーター1 運転時間"; - this.labelStaticSorter2DelayTime.Text = "ソーター2 遅延時間"; - this.labelStaticSorter2RunTime.Text = "ソーター2 運転時間"; - this.labelStaticSorter3DelayTime.Text = "ソーター3 遅延時間"; - this.labelStaticSorter3RunTime.Text = "ソーター3 運転時間"; - this.labelStaticEntryGateDelayTime.Text = "エントリーゲートの遅延時間"; - this.labelStaticEntryGateRunTime.Text = "エントリーゲートの運転時間"; + this.groupBoxSorter.Text = "ソㅡタㅡ設定"; + this.labelStaticSorter1DelayTime.Text = "ソㅡタㅡ1 遅延時間"; + this.labelStaticSorter1RunTime.Text = "ソㅡタㅡ1 運転時間"; + this.labelStaticSorter2DelayTime.Text = "ソㅡタㅡ2 遅延時間"; + this.labelStaticSorter2RunTime.Text = "ソㅡタㅡ2 運転時間"; + this.labelStaticSorter3DelayTime.Text = "ソㅡタㅡ3 遅延時間"; + this.labelStaticSorter3RunTime.Text = "ソㅡタㅡ3 運転時間"; + this.labelStaticEntryGateDelayTime.Text = "エントリㅡゲㅡトの遅延時間"; + this.labelStaticEntryGateRunTime.Text = "エントリㅡゲㅡトの運転時間"; this.labelStaticDischargeStopperDelayTime.Font = font; this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパㅡの遅延時間"; @@ -507,11 +507,11 @@ namespace INT63DC_2C.Forms this.labelTitleScreen.Text = "画面"; this.labelTitleSampling.Text = "サンプリング"; - this.labelMessage1.Text = "インバーターアラーム"; + this.labelMessage1.Text = "インバㅡタㅡアラㅡム"; - this.labelMessage3.Text = "ピンチポイントアラーム"; + this.labelMessage3.Text = "ピンチポイントアラㅡム"; this.labelMessage5.Text = "サㅡボモㅡタの原点を設定してください"; - this.buttonClose.Text = "クローズ"; + this.buttonClose.Text = "クロㅡズ"; this.labelTitleTotalCount.Font = font1; this.labelTitleTotalCount.Text = "総カウント"; @@ -2065,7 +2065,7 @@ namespace INT63DC_2C.Forms message = "Pinch point!"; break; case DataStore.LanguageID.Japanese: - message = "ピンチポイントアラーム!"; + message = "ピンチポイントアラㅡム!"; break; default: break; diff --git a/INT63DC_2C/Forms/FormMotorSetting.cs b/INT63DC_2C/Forms/FormMotorSetting.cs index fd48aa0..8ae8118 100644 --- a/INT63DC_2C/Forms/FormMotorSetting.cs +++ b/INT63DC_2C/Forms/FormMotorSetting.cs @@ -172,18 +172,20 @@ namespace INT63DC_2C.Forms this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp)); this.buttonOrigin.Text = "原点"; - this.buttonAlarmReset.Text = "アラームリセット"; + this.buttonAlarmReset.Text = "アラㅡムリセット"; - this.labelTitle.Text = "モーター 設定"; + this.labelTitle.Text = "モㅡタㅡ 設定"; this.labelTitleOriginOffsets.Text = "原点オフセット"; this.labelTitleOriginSpeed.Text = "原点速度"; this.labelTitleSpeed1.Text = "速度"; this.labelTitleAcceleration1.Text = "加速度"; this.labelTitleDeceleration1.Text = "減速"; + this.buttonParameterRead.Text = "全て読む"; + this.buttonStep.Text = "ステップ"; this.labelTitlePosition0.Text = "位置 0"; this.labelTitlePosition1.Text = "位置 1"; this.labelTitlePosition2.Text = "位置 2"; - this.labelTitleMessage1.Text = "サーボドライバを設定したら、"; + this.labelTitleMessage1.Text = "サㅡボドライバを設定したら、"; this.labelTitleMessage2.Text = "EEPROMを押して保存します。"; this.labelTitleMessage3.Text = "ジョグ動作後は必ず原点復帰を実行してください。"; this.labelTitleMessage4.Text = ""; @@ -247,7 +249,7 @@ namespace INT63DC_2C.Forms else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) this.labelModusStatus.Text = "开"; else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese) - this.labelModusStatus.Text = "オープン"; + this.labelModusStatus.Text = "オㅡプン"; else this.labelModusStatus.Text = "OPEN"; this.labelModusStatus.BackColor = Color.DarkGreen; @@ -262,7 +264,7 @@ namespace INT63DC_2C.Forms else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) this.labelModusStatus.Text = "关闭"; else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese) - this.labelModusStatus.Text = "クローズ"; + this.labelModusStatus.Text = "クロㅡズ"; else this.labelModusStatus.Text = "CLOSE"; this.labelModusStatus.BackColor = Color.Crimson; diff --git a/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache b/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache new file mode 100644 index 0000000000000000000000000000000000000000..698020f2de027f8d393c2782cdbab897923dc8d0 GIT binary patch literal 6412 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 K2Feas`u_m{?4sWQ literal 0 HcmV?d00001