판정설정 업다운화면 이미지 변경

master
DESKTOP-999R8N3\CJY 2023-11-23 09:21:14 +09:00
parent b0e5a61ea6
commit 66e6a076d0
4 changed files with 855 additions and 806 deletions

View File

@ -30,6 +30,9 @@
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgmentSetting)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemJudgmentSetting));
this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.smartGroupBox1 = new SmartX.SmartGroupBox();
this.buttonConveyorDown = new SmartX.SmartButton();
this.buttonConveyorUp = new SmartX.SmartButton();
this.labelDownDelayTime = new SmartX.SmartLabel();
this.buttonPasteAll = new SmartX.SmartButton(); this.buttonPasteAll = new SmartX.SmartButton();
this.buttonPaste = new SmartX.SmartButton(); this.buttonPaste = new SmartX.SmartButton();
this.buttonCopy = new SmartX.SmartButton(); this.buttonCopy = new SmartX.SmartButton();
@ -48,9 +51,6 @@
this.labelDynamicCorrection = new SmartX.SmartLabel(); this.labelDynamicCorrection = new SmartX.SmartLabel();
this.labelJudgmentCount = new SmartX.SmartLabel(); this.labelJudgmentCount = new SmartX.SmartLabel();
this.labelUpDelayTime = new SmartX.SmartLabel(); this.labelUpDelayTime = new SmartX.SmartLabel();
this.labelDownDelayTime = new SmartX.SmartLabel();
this.buttonConveyorDown = new SmartX.SmartButton();
this.buttonConveyorUp = new SmartX.SmartButton();
this.smartGroupBox1.SuspendLayout(); this.smartGroupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -93,6 +93,89 @@
this.smartGroupBox1.TabIndex = 174; this.smartGroupBox1.TabIndex = 174;
this.smartGroupBox1.TextColor = System.Drawing.Color.Black; this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
// //
// buttonConveyorDown
//
this.buttonConveyorDown.BackPictureBox = null;
this.buttonConveyorDown.BackPictureBox1 = null;
this.buttonConveyorDown.BackPictureBox2 = null;
this.buttonConveyorDown.ButtonColor = System.Drawing.Color.LightGray;
this.buttonConveyorDown.ButtonImageAutoSize = true;
this.buttonConveyorDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConveyorDown.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.DisableImage")));
this.buttonConveyorDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.DownImage")));
this.buttonConveyorDown.GroupID = 0;
this.buttonConveyorDown.InitVisible = true;
this.buttonConveyorDown.Location = new System.Drawing.Point(279, 5);
this.buttonConveyorDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonConveyorDown.Name = "buttonConveyorDown";
this.buttonConveyorDown.NestedClickEventPrevent = false;
this.buttonConveyorDown.OutlinePixel = 1;
this.buttonConveyorDown.RepeatInterval = 200;
this.buttonConveyorDown.RepeatIntervalAccelerate = null;
this.buttonConveyorDown.SafeInterval = 200;
this.buttonConveyorDown.Size = new System.Drawing.Size(42, 50);
this.buttonConveyorDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConveyorDown.TabIndex = 451;
this.buttonConveyorDown.TextColor = System.Drawing.Color.Black;
this.buttonConveyorDown.TextDownColor = System.Drawing.Color.White;
this.buttonConveyorDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConveyorDown.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConveyorDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConveyorDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.UpImage")));
this.buttonConveyorDown.Click += new System.EventHandler(this.buttonConveyorDown_Click);
//
// buttonConveyorUp
//
this.buttonConveyorUp.BackPictureBox = null;
this.buttonConveyorUp.BackPictureBox1 = null;
this.buttonConveyorUp.BackPictureBox2 = null;
this.buttonConveyorUp.ButtonColor = System.Drawing.Color.LightGray;
this.buttonConveyorUp.ButtonImageAutoSize = true;
this.buttonConveyorUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConveyorUp.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.DisableImage")));
this.buttonConveyorUp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.DownImage")));
this.buttonConveyorUp.GroupID = 0;
this.buttonConveyorUp.InitVisible = true;
this.buttonConveyorUp.Location = new System.Drawing.Point(231, 5);
this.buttonConveyorUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonConveyorUp.Name = "buttonConveyorUp";
this.buttonConveyorUp.NestedClickEventPrevent = false;
this.buttonConveyorUp.OutlinePixel = 1;
this.buttonConveyorUp.RepeatInterval = 200;
this.buttonConveyorUp.RepeatIntervalAccelerate = null;
this.buttonConveyorUp.SafeInterval = 200;
this.buttonConveyorUp.Size = new System.Drawing.Size(42, 50);
this.buttonConveyorUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConveyorUp.TabIndex = 450;
this.buttonConveyorUp.TextColor = System.Drawing.Color.Black;
this.buttonConveyorUp.TextDownColor = System.Drawing.Color.White;
this.buttonConveyorUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConveyorUp.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConveyorUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConveyorUp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.UpImage")));
this.buttonConveyorUp.Click += new System.EventHandler(this.buttonConveyorUp_Click);
//
// labelDownDelayTime
//
this.labelDownDelayTime.BackColor = System.Drawing.Color.White;
this.labelDownDelayTime.BackPictureBox1 = null;
this.labelDownDelayTime.BackPictureBox2 = this.smartGroupBox1;
this.labelDownDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelDownDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelDownDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDownDelayTime.ForeColor = System.Drawing.Color.White;
this.labelDownDelayTime.InitVisible = true;
this.labelDownDelayTime.LineSpacing = 0F;
this.labelDownDelayTime.Location = new System.Drawing.Point(110, 152);
this.labelDownDelayTime.Name = "labelDownDelayTime";
this.labelDownDelayTime.Size = new System.Drawing.Size(110, 39);
this.labelDownDelayTime.TabIndex = 136;
this.labelDownDelayTime.Text = "8";
this.labelDownDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDownDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDownDelayTime.Wordwrap = false;
this.labelDownDelayTime.Click += new System.EventHandler(this.labelDownDelayTime_Click);
//
// buttonPasteAll // buttonPasteAll
// //
this.buttonPasteAll.BackPictureBox = null; this.buttonPasteAll.BackPictureBox = null;
@ -267,12 +350,12 @@
this.labelFeedSpeed.BackPictureBox1 = null; this.labelFeedSpeed.BackPictureBox1 = null;
this.labelFeedSpeed.BackPictureBox2 = this.smartGroupBox1; this.labelFeedSpeed.BackPictureBox2 = this.smartGroupBox1;
this.labelFeedSpeed.BorderColor = System.Drawing.Color.Black; this.labelFeedSpeed.BorderColor = System.Drawing.Color.Black;
this.labelFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelFeedSpeed.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelFeedSpeed.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelFeedSpeed.ForeColor = System.Drawing.Color.White; this.labelFeedSpeed.ForeColor = System.Drawing.Color.White;
this.labelFeedSpeed.InitVisible = true; this.labelFeedSpeed.InitVisible = true;
this.labelFeedSpeed.LineSpacing = 0F; this.labelFeedSpeed.LineSpacing = 0F;
this.labelFeedSpeed.Location = new System.Drawing.Point(110, 327); this.labelFeedSpeed.Location = new System.Drawing.Point(110, 328);
this.labelFeedSpeed.Name = "labelFeedSpeed"; this.labelFeedSpeed.Name = "labelFeedSpeed";
this.labelFeedSpeed.Size = new System.Drawing.Size(110, 39); this.labelFeedSpeed.Size = new System.Drawing.Size(110, 39);
this.labelFeedSpeed.TabIndex = 124; this.labelFeedSpeed.TabIndex = 124;
@ -429,12 +512,12 @@
this.labelDynamicCorrection.BackPictureBox1 = null; this.labelDynamicCorrection.BackPictureBox1 = null;
this.labelDynamicCorrection.BackPictureBox2 = this.smartGroupBox1; this.labelDynamicCorrection.BackPictureBox2 = this.smartGroupBox1;
this.labelDynamicCorrection.BorderColor = System.Drawing.Color.Black; this.labelDynamicCorrection.BorderColor = System.Drawing.Color.Black;
this.labelDynamicCorrection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelDynamicCorrection.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDynamicCorrection.ForeColor = System.Drawing.Color.White; this.labelDynamicCorrection.ForeColor = System.Drawing.Color.White;
this.labelDynamicCorrection.InitVisible = true; this.labelDynamicCorrection.InitVisible = true;
this.labelDynamicCorrection.LineSpacing = 0F; this.labelDynamicCorrection.LineSpacing = 0F;
this.labelDynamicCorrection.Location = new System.Drawing.Point(110, 371); this.labelDynamicCorrection.Location = new System.Drawing.Point(110, 372);
this.labelDynamicCorrection.Name = "labelDynamicCorrection"; this.labelDynamicCorrection.Name = "labelDynamicCorrection";
this.labelDynamicCorrection.Size = new System.Drawing.Size(110, 39); this.labelDynamicCorrection.Size = new System.Drawing.Size(110, 39);
this.labelDynamicCorrection.TabIndex = 92; this.labelDynamicCorrection.TabIndex = 92;
@ -450,12 +533,12 @@
this.labelJudgmentCount.BackPictureBox1 = null; this.labelJudgmentCount.BackPictureBox1 = null;
this.labelJudgmentCount.BackPictureBox2 = this.smartGroupBox1; this.labelJudgmentCount.BackPictureBox2 = this.smartGroupBox1;
this.labelJudgmentCount.BorderColor = System.Drawing.Color.Black; this.labelJudgmentCount.BorderColor = System.Drawing.Color.Black;
this.labelJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelJudgmentCount.ForeColor = System.Drawing.Color.White; this.labelJudgmentCount.ForeColor = System.Drawing.Color.White;
this.labelJudgmentCount.InitVisible = true; this.labelJudgmentCount.InitVisible = true;
this.labelJudgmentCount.LineSpacing = 0F; this.labelJudgmentCount.LineSpacing = 0F;
this.labelJudgmentCount.Location = new System.Drawing.Point(110, 283); this.labelJudgmentCount.Location = new System.Drawing.Point(110, 284);
this.labelJudgmentCount.Name = "labelJudgmentCount"; this.labelJudgmentCount.Name = "labelJudgmentCount";
this.labelJudgmentCount.Size = new System.Drawing.Size(110, 39); this.labelJudgmentCount.Size = new System.Drawing.Size(110, 39);
this.labelJudgmentCount.TabIndex = 92; this.labelJudgmentCount.TabIndex = 92;
@ -471,12 +554,12 @@
this.labelUpDelayTime.BackPictureBox1 = null; this.labelUpDelayTime.BackPictureBox1 = null;
this.labelUpDelayTime.BackPictureBox2 = this.smartGroupBox1; this.labelUpDelayTime.BackPictureBox2 = this.smartGroupBox1;
this.labelUpDelayTime.BorderColor = System.Drawing.Color.Black; this.labelUpDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelUpDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUpDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.labelUpDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold); this.labelUpDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelUpDelayTime.ForeColor = System.Drawing.Color.White; this.labelUpDelayTime.ForeColor = System.Drawing.Color.White;
this.labelUpDelayTime.InitVisible = true; this.labelUpDelayTime.InitVisible = true;
this.labelUpDelayTime.LineSpacing = 0F; this.labelUpDelayTime.LineSpacing = 0F;
this.labelUpDelayTime.Location = new System.Drawing.Point(110, 239); this.labelUpDelayTime.Location = new System.Drawing.Point(110, 240);
this.labelUpDelayTime.Name = "labelUpDelayTime"; this.labelUpDelayTime.Name = "labelUpDelayTime";
this.labelUpDelayTime.Size = new System.Drawing.Size(110, 39); this.labelUpDelayTime.Size = new System.Drawing.Size(110, 39);
this.labelUpDelayTime.TabIndex = 92; this.labelUpDelayTime.TabIndex = 92;
@ -486,89 +569,6 @@
this.labelUpDelayTime.Wordwrap = false; this.labelUpDelayTime.Wordwrap = false;
this.labelUpDelayTime.Click += new System.EventHandler(this.labelUpDelayTime_Click); this.labelUpDelayTime.Click += new System.EventHandler(this.labelUpDelayTime_Click);
// //
// labelDownDelayTime
//
this.labelDownDelayTime.BackColor = System.Drawing.Color.White;
this.labelDownDelayTime.BackPictureBox1 = null;
this.labelDownDelayTime.BackPictureBox2 = this.smartGroupBox1;
this.labelDownDelayTime.BorderColor = System.Drawing.Color.Black;
this.labelDownDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.labelDownDelayTime.Font = new System.Drawing.Font("Arial", 17F, System.Drawing.FontStyle.Bold);
this.labelDownDelayTime.ForeColor = System.Drawing.Color.White;
this.labelDownDelayTime.InitVisible = true;
this.labelDownDelayTime.LineSpacing = 0F;
this.labelDownDelayTime.Location = new System.Drawing.Point(110, 152);
this.labelDownDelayTime.Name = "labelDownDelayTime";
this.labelDownDelayTime.Size = new System.Drawing.Size(110, 39);
this.labelDownDelayTime.TabIndex = 136;
this.labelDownDelayTime.Text = "8";
this.labelDownDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
this.labelDownDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
this.labelDownDelayTime.Wordwrap = false;
this.labelDownDelayTime.Click += new System.EventHandler(this.labelDownDelayTime_Click);
//
// buttonConveyorDown
//
this.buttonConveyorDown.BackPictureBox = null;
this.buttonConveyorDown.BackPictureBox1 = null;
this.buttonConveyorDown.BackPictureBox2 = null;
this.buttonConveyorDown.ButtonColor = System.Drawing.Color.LightGray;
this.buttonConveyorDown.ButtonImageAutoSize = true;
this.buttonConveyorDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConveyorDown.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.DisableImage")));
this.buttonConveyorDown.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.DownImage")));
this.buttonConveyorDown.GroupID = 0;
this.buttonConveyorDown.InitVisible = true;
this.buttonConveyorDown.Location = new System.Drawing.Point(335, 6);
this.buttonConveyorDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonConveyorDown.Name = "buttonConveyorDown";
this.buttonConveyorDown.NestedClickEventPrevent = false;
this.buttonConveyorDown.OutlinePixel = 1;
this.buttonConveyorDown.RepeatInterval = 200;
this.buttonConveyorDown.RepeatIntervalAccelerate = null;
this.buttonConveyorDown.SafeInterval = 200;
this.buttonConveyorDown.Size = new System.Drawing.Size(49, 49);
this.buttonConveyorDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConveyorDown.TabIndex = 451;
this.buttonConveyorDown.TextColor = System.Drawing.Color.Black;
this.buttonConveyorDown.TextDownColor = System.Drawing.Color.White;
this.buttonConveyorDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConveyorDown.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConveyorDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConveyorDown.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorDown.UpImage")));
this.buttonConveyorDown.Click += new System.EventHandler(this.buttonConveyorDown_Click);
//
// buttonConveyorUp
//
this.buttonConveyorUp.BackPictureBox = null;
this.buttonConveyorUp.BackPictureBox1 = null;
this.buttonConveyorUp.BackPictureBox2 = null;
this.buttonConveyorUp.ButtonColor = System.Drawing.Color.LightGray;
this.buttonConveyorUp.ButtonImageAutoSize = true;
this.buttonConveyorUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
this.buttonConveyorUp.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.DisableImage")));
this.buttonConveyorUp.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.DownImage")));
this.buttonConveyorUp.GroupID = 0;
this.buttonConveyorUp.InitVisible = true;
this.buttonConveyorUp.Location = new System.Drawing.Point(280, 6);
this.buttonConveyorUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
this.buttonConveyorUp.Name = "buttonConveyorUp";
this.buttonConveyorUp.NestedClickEventPrevent = false;
this.buttonConveyorUp.OutlinePixel = 1;
this.buttonConveyorUp.RepeatInterval = 200;
this.buttonConveyorUp.RepeatIntervalAccelerate = null;
this.buttonConveyorUp.SafeInterval = 200;
this.buttonConveyorUp.Size = new System.Drawing.Size(49, 49);
this.buttonConveyorUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
this.buttonConveyorUp.TabIndex = 450;
this.buttonConveyorUp.TextColor = System.Drawing.Color.Black;
this.buttonConveyorUp.TextDownColor = System.Drawing.Color.White;
this.buttonConveyorUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
this.buttonConveyorUp.TextLocation = new System.Drawing.Point(0, 0);
this.buttonConveyorUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
this.buttonConveyorUp.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConveyorUp.UpImage")));
this.buttonConveyorUp.Click += new System.EventHandler(this.buttonConveyorUp_Click);
//
// ControlCenterSystemJudgmentSetting // ControlCenterSystemJudgmentSetting
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);

View File

@ -177,3 +177,63 @@ D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.Properties.Resources.r
D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.csproj.GenerateResource.Cache D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.csproj.GenerateResource.Cache
D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.exe D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.exe
D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.pdb D:\Git\INTECH STORAGE\INT51DB\INT51DB\obj\Release\INT51DB.pdb
D:\Laboratory\INT51DB\INT51DB\bin\Release\INT51DB.exe
D:\Laboratory\INT51DB\INT51DB\bin\Release\INT51DB.pdb
D:\Laboratory\INT51DB\INT51DB\bin\Release\INT51DB_ImageDll.dll
D:\Laboratory\INT51DB\INT51DB\bin\Release\SmartX_IEC1000.dll
D:\Laboratory\INT51DB\INT51DB\bin\Release\SmartXCommon.dll
D:\Laboratory\INT51DB\INT51DB\bin\Release\INT51DB_ImageDll.pdb
D:\Laboratory\INT51DB\INT51DB\obj\Release\ResolveAssemblyReference.cache
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlBottomConfiguration.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlBottomEquipment.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlBottomInformation.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlBottomSystem.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterBasicHelp.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterBasicTime.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterBasicProduct.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterBasicDataBackup.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterBasicDataStatistics.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlBottomBasic.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterConfiCommunication.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterConfiHelp.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterConfiOption.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.CenterConfiguration.ControlCenterConfiOptionBoard1.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.CenterConfiguration.ControlCenterConfiOptionBoard2.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipFunctionSetting.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipHelp.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipInitialize.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipTest.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipUpdate.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterEquipUser.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterInforAS.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterInforHelp.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterInforSystem.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemCalibration.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemAutoZero.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemExternalOutput.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemHelp.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemIOTest.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemJudgmentSetting.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemServoMotor.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlCenterSystemSorterSetting.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayAlarm.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayFunction1.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayFunction2.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayStatistics.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayMenu.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayBarGraph.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayList.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Controls.ControlMainDisplayLineGraph.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormMotorAlarmCode.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormPasswordKeyPad1.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormMessage.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormNumKeyPad.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormPasswordKeyPad.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.DialogForms.DialogFormYesNo.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Forms.FormMain.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Forms.FormMainDisplay.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Forms.FormMenu.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.Properties.Resources.resources
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.csproj.GenerateResource.Cache
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.exe
D:\Laboratory\INT51DB\INT51DB\obj\Release\INT51DB.pdb

Binary file not shown.