버그 수정

master
DESKTOP-999R8N3\CJY 2024-04-15 15:34:58 +09:00
parent b8190ad649
commit bc7e2fe38c
11 changed files with 35 additions and 30 deletions

View File

@ -149,10 +149,10 @@ namespace INT63DC_2C.Controls
{ {
this.smartGroupBox1.Text = "動的定数"; this.smartGroupBox1.Text = "動的定数";
this.labelStaticForcedZeroDelayTime.Text = "強制ゼロ遅延時間"; this.labelStaticForcedZeroDelayTime.Text = "強制ゼロ遅延時間";
this.labelStaticEntryGateDelayTime.Text = "エントリーゲートの遅延時間"; this.labelStaticEntryGateDelayTime.Text = "エントリㅡゲㅡトの遅延時間";
this.labelStaticEntryGateRunTime.Text = "エントリーゲートの運転時間"; this.labelStaticEntryGateRunTime.Text = "エントリㅡゲㅡトの運転時間";
this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパの遅延時間"; this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパの遅延時間";
this.labelStaticDischargeStopperRunTime.Text = "排出ストッパの運転時間"; this.labelStaticDischargeStopperRunTime.Text = "排出ストッパの運転時間";
} }
else else
{ {

View File

@ -85,7 +85,7 @@ namespace INT63DC_2C.DialogForms
this.labelTitleID.Text = "ID"; this.labelTitleID.Text = "ID";
this.buttonRead.Text = "読む"; this.buttonRead.Text = "読む";
this.buttonClose.Text = "クロズ"; this.buttonClose.Text = "クロズ";
#endregion #endregion
break; break;
default: default:

View File

@ -108,7 +108,7 @@ namespace INT63DC_2C.DialogForms
#region Japanese #region Japanese
this.labelTitle1.Text = "ログイン"; this.labelTitle1.Text = "ログイン";
this.labelTitle2.Text = "ID"; this.labelTitle2.Text = "ID";
this.labelTitle3.Text = "パスワド"; this.labelTitle3.Text = "パスワド";
this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDisable)); this.buttonLogOn.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDisable));
this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDown)); this.buttonLogOn.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnMainLoginLoginDown));

View File

@ -144,7 +144,7 @@ namespace INT63DC_2C.DialogForms
this.buttonEnter.Text = "Enter"; this.buttonEnter.Text = "Enter";
break; break;
case DataStore.LanguageID.Japanese: case DataStore.LanguageID.Japanese:
this.labelSubject.Text = "パスワド"; this.labelSubject.Text = "パスワド";
this.buttonCancel.Text = "X"; this.buttonCancel.Text = "X";
this.buttonEnter.Text = "入力"; this.buttonEnter.Text = "入力";

View File

@ -78,7 +78,7 @@ namespace INT63DC_2C.DialogForms
} }
else if (language == DataStore.LanguageID.Japanese) else if (language == DataStore.LanguageID.Japanese)
{ {
this.labelSubject.Text = "パスワード"; this.labelSubject.Text = "パスワド";
this.buttonCancel.Text = "X"; this.buttonCancel.Text = "X";
this.buttonEnter.Text = "入力"; this.buttonEnter.Text = "入力";

View File

@ -315,6 +315,7 @@
this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0); this.buttonCancel.TextLocation = new System.Drawing.Point(0, 0);
this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonCancel.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage"))); this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage")));
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
// //
// buttonBalance // buttonBalance
// //
@ -347,6 +348,7 @@
this.buttonBalance.TextLocation = new System.Drawing.Point(0, 0); this.buttonBalance.TextLocation = new System.Drawing.Point(0, 0);
this.buttonBalance.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonBalance.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonBalance.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.UpImage"))); this.buttonBalance.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.UpImage")));
this.buttonBalance.Click += new System.EventHandler(this.buttonBalance_Click);
// //
// buttonStart // buttonStart
// //
@ -379,6 +381,7 @@
this.buttonStart.TextLocation = new System.Drawing.Point(0, 0); this.buttonStart.TextLocation = new System.Drawing.Point(0, 0);
this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonStart.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage"))); this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage")));
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
// //
// FormCalibration // FormCalibration
// //

View File

@ -308,7 +308,7 @@ namespace INT63DC_2C.Forms
this.labelStaticTime.Text = "時間"; this.labelStaticTime.Text = "時間";
this.labelStaticRange.Text = "範囲"; this.labelStaticRange.Text = "範囲";
this.labelStaticVariable.Text = "変化"; this.labelStaticVariable.Text = "変化";
this.labelStaticMode.Text = "モド"; this.labelStaticMode.Text = "モド";
this.groupBoxOption.Text = "オプション設定"; this.groupBoxOption.Text = "オプション設定";
this.labelStaticEmptyWeight.Text = "空重量セット"; this.labelStaticEmptyWeight.Text = "空重量セット";
@ -401,8 +401,8 @@ namespace INT63DC_2C.Forms
this.comboBoxZeroParameterMode.Items.Add("Modus2"); this.comboBoxZeroParameterMode.Items.Add("Modus2");
break; break;
case DataStore.LanguageID.Japanese: case DataStore.LanguageID.Japanese:
this.comboBoxZeroParameterMode.Items.Add("モド1"); this.comboBoxZeroParameterMode.Items.Add("モド1");
this.comboBoxZeroParameterMode.Items.Add("モド2"); this.comboBoxZeroParameterMode.Items.Add("モド2");
break; break;
default: default:
break; break;

View File

@ -155,7 +155,7 @@ namespace INT63DC_2C.Forms
break; break;
case DataStore.LanguageID.Japanese: case DataStore.LanguageID.Japanese:
#region Japanese #region Japanese
this.labelTitle.Text = "デタ統計"; this.labelTitle.Text = "デタ統計";
this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable)); this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDisable));
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown)); this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackupDown));

View File

@ -479,15 +479,15 @@ namespace INT63DC_2C.Forms
this.buttonSamplingOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuContinueUp)); this.buttonSamplingOnce.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuContinueUp));
this.buttonSamplingOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuOnceUp)); this.buttonSamplingOnce.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnSubMenuOnceUp));
this.groupBoxSorter.Text = "ソーター設定"; this.groupBoxSorter.Text = "ソㅡタㅡ設定";
this.labelStaticSorter1DelayTime.Text = "ソーター1 遅延時間"; this.labelStaticSorter1DelayTime.Text = "ソㅡタㅡ1 遅延時間";
this.labelStaticSorter1RunTime.Text = "ソーター1 運転時間"; this.labelStaticSorter1RunTime.Text = "ソㅡタㅡ1 運転時間";
this.labelStaticSorter2DelayTime.Text = "ソーター2 遅延時間"; this.labelStaticSorter2DelayTime.Text = "ソㅡタㅡ2 遅延時間";
this.labelStaticSorter2RunTime.Text = "ソーター2 運転時間"; this.labelStaticSorter2RunTime.Text = "ソㅡタㅡ2 運転時間";
this.labelStaticSorter3DelayTime.Text = "ソーター3 遅延時間"; this.labelStaticSorter3DelayTime.Text = "ソㅡタㅡ3 遅延時間";
this.labelStaticSorter3RunTime.Text = "ソーター3 運転時間"; this.labelStaticSorter3RunTime.Text = "ソㅡタㅡ3 運転時間";
this.labelStaticEntryGateDelayTime.Text = "エントリーゲートの遅延時間"; this.labelStaticEntryGateDelayTime.Text = "エントリㅡゲㅡトの遅延時間";
this.labelStaticEntryGateRunTime.Text = "エントリーゲートの運転時間"; this.labelStaticEntryGateRunTime.Text = "エントリㅡゲㅡトの運転時間";
this.labelStaticDischargeStopperDelayTime.Font = font; this.labelStaticDischargeStopperDelayTime.Font = font;
this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパㅡの遅延時間"; this.labelStaticDischargeStopperDelayTime.Text = "排出ストッパㅡの遅延時間";
@ -507,11 +507,11 @@ namespace INT63DC_2C.Forms
this.labelTitleScreen.Text = "画面"; this.labelTitleScreen.Text = "画面";
this.labelTitleSampling.Text = "サンプリング"; this.labelTitleSampling.Text = "サンプリング";
this.labelMessage1.Text = "インバーターアラーム"; this.labelMessage1.Text = "インバㅡタㅡアラㅡム";
this.labelMessage3.Text = "ピンチポイントアラム"; this.labelMessage3.Text = "ピンチポイントアラム";
this.labelMessage5.Text = "サㅡボモㅡタの原点を設定してください"; this.labelMessage5.Text = "サㅡボモㅡタの原点を設定してください";
this.buttonClose.Text = "クロズ"; this.buttonClose.Text = "クロズ";
this.labelTitleTotalCount.Font = font1; this.labelTitleTotalCount.Font = font1;
this.labelTitleTotalCount.Text = "総カウント"; this.labelTitleTotalCount.Text = "総カウント";
@ -2065,7 +2065,7 @@ namespace INT63DC_2C.Forms
message = "Pinch point!"; message = "Pinch point!";
break; break;
case DataStore.LanguageID.Japanese: case DataStore.LanguageID.Japanese:
message = "ピンチポイントアラム!"; message = "ピンチポイントアラム!";
break; break;
default: default:
break; break;

View File

@ -172,18 +172,20 @@ namespace INT63DC_2C.Forms
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp)); this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.jpnBackUp));
this.buttonOrigin.Text = "原点"; this.buttonOrigin.Text = "原点";
this.buttonAlarmReset.Text = "アラムリセット"; this.buttonAlarmReset.Text = "アラムリセット";
this.labelTitle.Text = "モーター 設定"; this.labelTitle.Text = "モㅡタㅡ 設定";
this.labelTitleOriginOffsets.Text = "原点オフセット"; this.labelTitleOriginOffsets.Text = "原点オフセット";
this.labelTitleOriginSpeed.Text = "原点速度"; this.labelTitleOriginSpeed.Text = "原点速度";
this.labelTitleSpeed1.Text = "速度"; this.labelTitleSpeed1.Text = "速度";
this.labelTitleAcceleration1.Text = "加速度"; this.labelTitleAcceleration1.Text = "加速度";
this.labelTitleDeceleration1.Text = "減速"; this.labelTitleDeceleration1.Text = "減速";
this.buttonParameterRead.Text = "全て読む";
this.buttonStep.Text = "ステップ";
this.labelTitlePosition0.Text = "位置 0"; this.labelTitlePosition0.Text = "位置 0";
this.labelTitlePosition1.Text = "位置 1"; this.labelTitlePosition1.Text = "位置 1";
this.labelTitlePosition2.Text = "位置 2"; this.labelTitlePosition2.Text = "位置 2";
this.labelTitleMessage1.Text = "サボドライバを設定したら、"; this.labelTitleMessage1.Text = "サボドライバを設定したら、";
this.labelTitleMessage2.Text = "EEPROMを押して保存します。"; this.labelTitleMessage2.Text = "EEPROMを押して保存します。";
this.labelTitleMessage3.Text = "ジョグ動作後は必ず原点復帰を実行してください。"; this.labelTitleMessage3.Text = "ジョグ動作後は必ず原点復帰を実行してください。";
this.labelTitleMessage4.Text = ""; this.labelTitleMessage4.Text = "";
@ -247,7 +249,7 @@ namespace INT63DC_2C.Forms
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.labelModusStatus.Text = "开"; this.labelModusStatus.Text = "开";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.labelModusStatus.Text = "オプン"; this.labelModusStatus.Text = "オプン";
else else
this.labelModusStatus.Text = "OPEN"; this.labelModusStatus.Text = "OPEN";
this.labelModusStatus.BackColor = Color.DarkGreen; this.labelModusStatus.BackColor = Color.DarkGreen;
@ -262,7 +264,7 @@ namespace INT63DC_2C.Forms
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
this.labelModusStatus.Text = "关闭"; this.labelModusStatus.Text = "关闭";
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese) else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Japanese)
this.labelModusStatus.Text = "クロズ"; this.labelModusStatus.Text = "クロズ";
else else
this.labelModusStatus.Text = "CLOSE"; this.labelModusStatus.Text = "CLOSE";
this.labelModusStatus.BackColor = Color.Crimson; this.labelModusStatus.BackColor = Color.Crimson;