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 0000000..698020f Binary files /dev/null and b/INT63DC_2C/obj/Release/INT63DC_2C.csproj.GenerateResource.Cache differ