중량조정 수정
							parent
							
								
									4d2508ff73
								
							
						
					
					
						commit
						094a7cd0c2
					
				| 
						 | 
				
			
			@ -198,9 +198,9 @@ namespace INT63DC_6CH.Controls
 | 
			
		|||
                case DataStore.WeightStatus.CalStandby:
 | 
			
		||||
                    if (rbChecked == true)
 | 
			
		||||
                    {
 | 
			
		||||
                        if (this.ParentForm.IsInternalBalanceMode == true)
 | 
			
		||||
                        if (this.ParentForm.IsBasicMode == true)
 | 
			
		||||
                        {
 | 
			
		||||
                            #region 내부 분동 모드
 | 
			
		||||
                            #region 기본모드
 | 
			
		||||
                            // 현재중량 표시
 | 
			
		||||
                            labelWeight.Text = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
 | 
			
		||||
                            labelWeight.ForeColor = this.NormalColor;
 | 
			
		||||
| 
						 | 
				
			
			@ -213,7 +213,7 @@ namespace INT63DC_6CH.Controls
 | 
			
		|||
                        }
 | 
			
		||||
                        else
 | 
			
		||||
                        {
 | 
			
		||||
                            #region 외부 분동 모드
 | 
			
		||||
                            #region 교정모드
 | 
			
		||||
                            // 분동중량 표시
 | 
			
		||||
                            labelWeight.Text = string.Format("-{0}", this.ParentForm.ParentForm.BalanceWeight);
 | 
			
		||||
                            labelWeight.ForeColor = this.NormalColor;
 | 
			
		||||
| 
						 | 
				
			
			@ -229,9 +229,9 @@ namespace INT63DC_6CH.Controls
 | 
			
		|||
                case DataStore.WeightStatus.CalBalans:
 | 
			
		||||
                    if (rbChecked == true)
 | 
			
		||||
                    {
 | 
			
		||||
                        if (this.ParentForm.IsInternalBalanceMode == true)
 | 
			
		||||
                        if (this.ParentForm.IsBasicMode == true)
 | 
			
		||||
                        {
 | 
			
		||||
                            #region 내부 분동 모드
 | 
			
		||||
                            #region 기본모드
 | 
			
		||||
                            // 현재중량 표시
 | 
			
		||||
                            labelWeight.Text = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
 | 
			
		||||
                            labelWeight.ForeColor = this.NormalColor;
 | 
			
		||||
| 
						 | 
				
			
			@ -244,7 +244,7 @@ namespace INT63DC_6CH.Controls
 | 
			
		|||
                        }
 | 
			
		||||
                        else
 | 
			
		||||
                        {
 | 
			
		||||
                            #region 외부 분동 모드
 | 
			
		||||
                            #region 교정모드
 | 
			
		||||
                            // 분동중량표시
 | 
			
		||||
                            labelWeight.Text = Helper.StringToDecimalPlaces(weightData.WeightString, this.ParentForm.ParentForm.SystemConfig.DecimalPlaces);
 | 
			
		||||
                            labelWeight.ForeColor = this.NormalColor;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								| 
						 | 
				
			
			@ -35,17 +35,16 @@
 | 
			
		|||
            this.listBoxHelp = new SmartX.SmartListBox();
 | 
			
		||||
            this.labelTitle = new SmartX.SmartLabel();
 | 
			
		||||
            this.buttonCancel = new SmartX.SmartButton();
 | 
			
		||||
            this.buttonBalance = new SmartX.SmartButton();
 | 
			
		||||
            this.buttonStart = new SmartX.SmartButton();
 | 
			
		||||
            this.smartGroupBox1 = new SmartX.SmartGroupBox();
 | 
			
		||||
            this.buttonExtanalCAL = new SmartX.SmartButton();
 | 
			
		||||
            this.smartLabel2 = new SmartX.SmartLabel();
 | 
			
		||||
            this.smartLabel1 = new SmartX.SmartLabel();
 | 
			
		||||
            this.labelWeight1 = new SmartX.SmartLabel();
 | 
			
		||||
            this.groupBoxButton = new SmartX.SmartGroupBox();
 | 
			
		||||
            this.smartLabel3 = new SmartX.SmartLabel();
 | 
			
		||||
            this.buttonZero = new SmartX.SmartButton();
 | 
			
		||||
            this.smartLabel2 = new SmartX.SmartLabel();
 | 
			
		||||
            this.labelWeight1 = new SmartX.SmartLabel();
 | 
			
		||||
            this.buttonExtanalCAL = new SmartX.SmartButton();
 | 
			
		||||
            ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
 | 
			
		||||
            this.groupBoxHelp.SuspendLayout();
 | 
			
		||||
            this.smartGroupBox1.SuspendLayout();
 | 
			
		||||
            this.groupBoxButton.SuspendLayout();
 | 
			
		||||
            this.SuspendLayout();
 | 
			
		||||
            // 
 | 
			
		||||
            // smartForm1
 | 
			
		||||
| 
						 | 
				
			
			@ -99,7 +98,7 @@
 | 
			
		|||
            this.groupBoxHelp.BackPictureBox = this.smartForm1;
 | 
			
		||||
            this.groupBoxHelp.BackPictureBox1 = null;
 | 
			
		||||
            this.groupBoxHelp.Controls.Add(this.listBoxHelp);
 | 
			
		||||
            this.groupBoxHelp.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.groupBoxHelp.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.groupBoxHelp.FrameLineColor1 = System.Drawing.Color.Black;
 | 
			
		||||
            this.groupBoxHelp.FrameLineColor2 = System.Drawing.Color.Black;
 | 
			
		||||
            this.groupBoxHelp.FrameLineThickness = 1;
 | 
			
		||||
| 
						 | 
				
			
			@ -109,7 +108,7 @@
 | 
			
		|||
            this.groupBoxHelp.Location = new System.Drawing.Point(574, 569);
 | 
			
		||||
            this.groupBoxHelp.Name = "groupBoxHelp";
 | 
			
		||||
            this.groupBoxHelp.RoundRadius = 5;
 | 
			
		||||
            this.groupBoxHelp.Size = new System.Drawing.Size(322, 181);
 | 
			
		||||
            this.groupBoxHelp.Size = new System.Drawing.Size(322, 196);
 | 
			
		||||
            this.groupBoxHelp.TabIndex = 5;
 | 
			
		||||
            this.groupBoxHelp.Text = "도움말";
 | 
			
		||||
            this.groupBoxHelp.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
| 
						 | 
				
			
			@ -123,7 +122,7 @@
 | 
			
		|||
            this.listBoxHelp.ColumnDelimiter = '\0';
 | 
			
		||||
            this.listBoxHelp.ColumnOffsets = null;
 | 
			
		||||
            this.listBoxHelp.Enabled = false;
 | 
			
		||||
            this.listBoxHelp.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.listBoxHelp.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.listBoxHelp.FontColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.listBoxHelp.InitVisible = true;
 | 
			
		||||
            this.listBoxHelp.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
 | 
			
		||||
| 
						 | 
				
			
			@ -155,7 +154,7 @@
 | 
			
		|||
            this.labelTitle.BackPictureBox2 = null;
 | 
			
		||||
            this.labelTitle.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.labelTitle.Font = new System.Drawing.Font("새굴림", 35F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.labelTitle.InitVisible = true;
 | 
			
		||||
            this.labelTitle.LineSpacing = 0F;
 | 
			
		||||
            this.labelTitle.Location = new System.Drawing.Point(199, 7);
 | 
			
		||||
| 
						 | 
				
			
			@ -177,10 +176,10 @@
 | 
			
		|||
            this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonCancel.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DisableImage")));
 | 
			
		||||
            this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
 | 
			
		||||
            this.buttonCancel.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.buttonCancel.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.buttonCancel.GroupID = 0;
 | 
			
		||||
            this.buttonCancel.InitVisible = true;
 | 
			
		||||
            this.buttonCancel.Location = new System.Drawing.Point(128, 36);
 | 
			
		||||
            this.buttonCancel.Location = new System.Drawing.Point(363, 49);
 | 
			
		||||
            this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | 
			
		||||
            this.buttonCancel.Name = "buttonCancel";
 | 
			
		||||
            this.buttonCancel.NestedClickEventPrevent = false;
 | 
			
		||||
| 
						 | 
				
			
			@ -199,39 +198,6 @@
 | 
			
		|||
            this.buttonCancel.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.UpImage")));
 | 
			
		||||
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // buttonBalance
 | 
			
		||||
            // 
 | 
			
		||||
            this.buttonBalance.BackPictureBox = null;
 | 
			
		||||
            this.buttonBalance.BackPictureBox1 = null;
 | 
			
		||||
            this.buttonBalance.BackPictureBox2 = null;
 | 
			
		||||
            this.buttonBalance.ButtonColor = System.Drawing.Color.Gray;
 | 
			
		||||
            this.buttonBalance.ButtonImageAutoSize = true;
 | 
			
		||||
            this.buttonBalance.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonBalance.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DisableImage")));
 | 
			
		||||
            this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
 | 
			
		||||
            this.buttonBalance.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.buttonBalance.GroupID = 0;
 | 
			
		||||
            this.buttonBalance.InitVisible = true;
 | 
			
		||||
            this.buttonBalance.Location = new System.Drawing.Point(445, 36);
 | 
			
		||||
            this.buttonBalance.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | 
			
		||||
            this.buttonBalance.Name = "buttonBalance";
 | 
			
		||||
            this.buttonBalance.NestedClickEventPrevent = false;
 | 
			
		||||
            this.buttonBalance.OutlinePixel = 1;
 | 
			
		||||
            this.buttonBalance.RepeatInterval = 200;
 | 
			
		||||
            this.buttonBalance.RepeatIntervalAccelerate = null;
 | 
			
		||||
            this.buttonBalance.SafeInterval = 200;
 | 
			
		||||
            this.buttonBalance.Size = new System.Drawing.Size(100, 90);
 | 
			
		||||
            this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | 
			
		||||
            this.buttonBalance.TabIndex = 10;
 | 
			
		||||
            this.buttonBalance.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonBalance.TextDownColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonBalance.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | 
			
		||||
            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.Visible = false;
 | 
			
		||||
            this.buttonBalance.Click += new System.EventHandler(this.buttonBalance_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // buttonStart
 | 
			
		||||
            // 
 | 
			
		||||
            this.buttonStart.BackPictureBox = null;
 | 
			
		||||
| 
						 | 
				
			
			@ -242,10 +208,10 @@
 | 
			
		|||
            this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonStart.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DisableImage")));
 | 
			
		||||
            this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
 | 
			
		||||
            this.buttonStart.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.buttonStart.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.buttonStart.GroupID = 0;
 | 
			
		||||
            this.buttonStart.InitVisible = true;
 | 
			
		||||
            this.buttonStart.Location = new System.Drawing.Point(22, 36);
 | 
			
		||||
            this.buttonStart.Location = new System.Drawing.Point(233, 49);
 | 
			
		||||
            this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | 
			
		||||
            this.buttonStart.Name = "buttonStart";
 | 
			
		||||
            this.buttonStart.NestedClickEventPrevent = false;
 | 
			
		||||
| 
						 | 
				
			
			@ -264,124 +230,49 @@
 | 
			
		|||
            this.buttonStart.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.UpImage")));
 | 
			
		||||
            this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // smartGroupBox1
 | 
			
		||||
            // groupBoxButton
 | 
			
		||||
            // 
 | 
			
		||||
            this.smartGroupBox1.BackPictureBox = this.smartForm1;
 | 
			
		||||
            this.smartGroupBox1.BackPictureBox1 = null;
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.buttonZero);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.buttonExtanalCAL);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.smartLabel2);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.smartLabel1);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.labelWeight1);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.buttonCancel);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.buttonStart);
 | 
			
		||||
            this.smartGroupBox1.Controls.Add(this.buttonBalance);
 | 
			
		||||
            this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartGroupBox1.FrameLineThickness = 1;
 | 
			
		||||
            this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
 | 
			
		||||
            this.smartGroupBox1.Image = null;
 | 
			
		||||
            this.smartGroupBox1.InitVisible = true;
 | 
			
		||||
            this.smartGroupBox1.Location = new System.Drawing.Point(13, 569);
 | 
			
		||||
            this.smartGroupBox1.Name = "smartGroupBox1";
 | 
			
		||||
            this.smartGroupBox1.RoundRadius = 5;
 | 
			
		||||
            this.smartGroupBox1.Size = new System.Drawing.Size(562, 181);
 | 
			
		||||
            this.smartGroupBox1.TabIndex = 6;
 | 
			
		||||
            this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.groupBoxButton.BackPictureBox = this.smartForm1;
 | 
			
		||||
            this.groupBoxButton.BackPictureBox1 = null;
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.smartLabel3);
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.buttonZero);
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.smartLabel2);
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.labelWeight1);
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.buttonCancel);
 | 
			
		||||
            this.groupBoxButton.Controls.Add(this.buttonStart);
 | 
			
		||||
            this.groupBoxButton.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.groupBoxButton.FrameLineColor1 = System.Drawing.Color.Black;
 | 
			
		||||
            this.groupBoxButton.FrameLineColor2 = System.Drawing.Color.Black;
 | 
			
		||||
            this.groupBoxButton.FrameLineThickness = 1;
 | 
			
		||||
            this.groupBoxButton.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
 | 
			
		||||
            this.groupBoxButton.Image = null;
 | 
			
		||||
            this.groupBoxButton.InitVisible = true;
 | 
			
		||||
            this.groupBoxButton.Location = new System.Drawing.Point(13, 569);
 | 
			
		||||
            this.groupBoxButton.Name = "groupBoxButton";
 | 
			
		||||
            this.groupBoxButton.RoundRadius = 5;
 | 
			
		||||
            this.groupBoxButton.Size = new System.Drawing.Size(562, 196);
 | 
			
		||||
            this.groupBoxButton.TabIndex = 6;
 | 
			
		||||
            this.groupBoxButton.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            // 
 | 
			
		||||
            // buttonExtanalCAL
 | 
			
		||||
            // smartLabel3
 | 
			
		||||
            // 
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox = null;
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox1 = null;
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox2 = null;
 | 
			
		||||
            this.buttonExtanalCAL.ButtonColor = System.Drawing.Color.Gainsboro;
 | 
			
		||||
            this.buttonExtanalCAL.ButtonImageAutoSize = true;
 | 
			
		||||
            this.buttonExtanalCAL.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonExtanalCAL.DisableImage = null;
 | 
			
		||||
            this.buttonExtanalCAL.DownImage = null;
 | 
			
		||||
            this.buttonExtanalCAL.GroupID = 0;
 | 
			
		||||
            this.buttonExtanalCAL.InitVisible = true;
 | 
			
		||||
            this.buttonExtanalCAL.Location = new System.Drawing.Point(234, 36);
 | 
			
		||||
            this.buttonExtanalCAL.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
 | 
			
		||||
            this.buttonExtanalCAL.Name = "buttonExtanalCAL";
 | 
			
		||||
            this.buttonExtanalCAL.NestedClickEventPrevent = false;
 | 
			
		||||
            this.buttonExtanalCAL.OutlinePixel = 1;
 | 
			
		||||
            this.buttonExtanalCAL.RepeatInterval = 200;
 | 
			
		||||
            this.buttonExtanalCAL.RepeatIntervalAccelerate = null;
 | 
			
		||||
            this.buttonExtanalCAL.SafeInterval = 200;
 | 
			
		||||
            this.buttonExtanalCAL.Size = new System.Drawing.Size(105, 90);
 | 
			
		||||
            this.buttonExtanalCAL.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | 
			
		||||
            this.buttonExtanalCAL.TabIndex = 15;
 | 
			
		||||
            this.buttonExtanalCAL.Text = "내부 분동 CAL";
 | 
			
		||||
            this.buttonExtanalCAL.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonExtanalCAL.TextDownColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonExtanalCAL.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | 
			
		||||
            this.buttonExtanalCAL.TextLocation = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonExtanalCAL.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | 
			
		||||
            this.buttonExtanalCAL.UpImage = null;
 | 
			
		||||
            this.buttonExtanalCAL.Click += new System.EventHandler(this.buttonExtanalCAL_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // smartLabel2
 | 
			
		||||
            // 
 | 
			
		||||
            this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.smartLabel2.BackPictureBox = null;
 | 
			
		||||
            this.smartLabel2.BackPictureBox1 = null;
 | 
			
		||||
            this.smartLabel2.BackPictureBox2 = null;
 | 
			
		||||
            this.smartLabel2.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.smartLabel2.InitVisible = true;
 | 
			
		||||
            this.smartLabel2.LineSpacing = 0F;
 | 
			
		||||
            this.smartLabel2.Location = new System.Drawing.Point(128, 132);
 | 
			
		||||
            this.smartLabel2.Name = "smartLabel2";
 | 
			
		||||
            this.smartLabel2.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.smartLabel2.TabIndex = 14;
 | 
			
		||||
            this.smartLabel2.Text = "취소";
 | 
			
		||||
            this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.smartLabel2.Wordwrap = false;
 | 
			
		||||
            // 
 | 
			
		||||
            // smartLabel1
 | 
			
		||||
            // 
 | 
			
		||||
            this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.smartLabel1.BackPictureBox = null;
 | 
			
		||||
            this.smartLabel1.BackPictureBox1 = null;
 | 
			
		||||
            this.smartLabel1.BackPictureBox2 = null;
 | 
			
		||||
            this.smartLabel1.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.smartLabel1.InitVisible = true;
 | 
			
		||||
            this.smartLabel1.LineSpacing = 0F;
 | 
			
		||||
            this.smartLabel1.Location = new System.Drawing.Point(445, 132);
 | 
			
		||||
            this.smartLabel1.Name = "smartLabel1";
 | 
			
		||||
            this.smartLabel1.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.smartLabel1.TabIndex = 13;
 | 
			
		||||
            this.smartLabel1.Text = "분동";
 | 
			
		||||
            this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.smartLabel1.Visible = false;
 | 
			
		||||
            this.smartLabel1.Wordwrap = false;
 | 
			
		||||
            // 
 | 
			
		||||
            // labelWeight1
 | 
			
		||||
            // 
 | 
			
		||||
            this.labelWeight1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.labelWeight1.BackPictureBox = null;
 | 
			
		||||
            this.labelWeight1.BackPictureBox1 = null;
 | 
			
		||||
            this.labelWeight1.BackPictureBox2 = null;
 | 
			
		||||
            this.labelWeight1.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.labelWeight1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.labelWeight1.InitVisible = true;
 | 
			
		||||
            this.labelWeight1.LineSpacing = 0F;
 | 
			
		||||
            this.labelWeight1.Location = new System.Drawing.Point(22, 132);
 | 
			
		||||
            this.labelWeight1.Name = "labelWeight1";
 | 
			
		||||
            this.labelWeight1.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.labelWeight1.TabIndex = 12;
 | 
			
		||||
            this.labelWeight1.Text = "시작";
 | 
			
		||||
            this.labelWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.labelWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.labelWeight1.Wordwrap = false;
 | 
			
		||||
            this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.smartLabel3.BackPictureBox = null;
 | 
			
		||||
            this.smartLabel3.BackPictureBox1 = null;
 | 
			
		||||
            this.smartLabel3.BackPictureBox2 = null;
 | 
			
		||||
            this.smartLabel3.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.smartLabel3.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.smartLabel3.InitVisible = true;
 | 
			
		||||
            this.smartLabel3.LineSpacing = 0F;
 | 
			
		||||
            this.smartLabel3.Location = new System.Drawing.Point(103, 145);
 | 
			
		||||
            this.smartLabel3.Name = "smartLabel3";
 | 
			
		||||
            this.smartLabel3.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.smartLabel3.TabIndex = 17;
 | 
			
		||||
            this.smartLabel3.Text = "영점";
 | 
			
		||||
            this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.smartLabel3.Wordwrap = false;
 | 
			
		||||
            // 
 | 
			
		||||
            // buttonZero
 | 
			
		||||
            // 
 | 
			
		||||
| 
						 | 
				
			
			@ -391,11 +282,11 @@
 | 
			
		|||
            this.buttonZero.ButtonColor = System.Drawing.Color.Gainsboro;
 | 
			
		||||
            this.buttonZero.ButtonImageAutoSize = true;
 | 
			
		||||
            this.buttonZero.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonZero.DisableImage = null;
 | 
			
		||||
            this.buttonZero.DownImage = null;
 | 
			
		||||
            this.buttonZero.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DisableImage")));
 | 
			
		||||
            this.buttonZero.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.DownImage")));
 | 
			
		||||
            this.buttonZero.GroupID = 0;
 | 
			
		||||
            this.buttonZero.InitVisible = true;
 | 
			
		||||
            this.buttonZero.Location = new System.Drawing.Point(345, 36);
 | 
			
		||||
            this.buttonZero.Location = new System.Drawing.Point(103, 49);
 | 
			
		||||
            this.buttonZero.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
 | 
			
		||||
            this.buttonZero.Name = "buttonZero";
 | 
			
		||||
            this.buttonZero.NestedClickEventPrevent = false;
 | 
			
		||||
| 
						 | 
				
			
			@ -403,25 +294,96 @@
 | 
			
		|||
            this.buttonZero.RepeatInterval = 200;
 | 
			
		||||
            this.buttonZero.RepeatIntervalAccelerate = null;
 | 
			
		||||
            this.buttonZero.SafeInterval = 200;
 | 
			
		||||
            this.buttonZero.Size = new System.Drawing.Size(94, 90);
 | 
			
		||||
            this.buttonZero.Size = new System.Drawing.Size(100, 90);
 | 
			
		||||
            this.buttonZero.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | 
			
		||||
            this.buttonZero.TabIndex = 16;
 | 
			
		||||
            this.buttonZero.Text = "영점";
 | 
			
		||||
            this.buttonZero.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonZero.TextDownColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonZero.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | 
			
		||||
            this.buttonZero.TextLocation = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonZero.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | 
			
		||||
            this.buttonZero.UpImage = null;
 | 
			
		||||
            this.buttonZero.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonZero.UpImage")));
 | 
			
		||||
            this.buttonZero.Click += new System.EventHandler(this.buttonZero_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // smartLabel2
 | 
			
		||||
            // 
 | 
			
		||||
            this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.smartLabel2.BackPictureBox = null;
 | 
			
		||||
            this.smartLabel2.BackPictureBox1 = null;
 | 
			
		||||
            this.smartLabel2.BackPictureBox2 = null;
 | 
			
		||||
            this.smartLabel2.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.smartLabel2.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.smartLabel2.InitVisible = true;
 | 
			
		||||
            this.smartLabel2.LineSpacing = 0F;
 | 
			
		||||
            this.smartLabel2.Location = new System.Drawing.Point(363, 145);
 | 
			
		||||
            this.smartLabel2.Name = "smartLabel2";
 | 
			
		||||
            this.smartLabel2.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.smartLabel2.TabIndex = 14;
 | 
			
		||||
            this.smartLabel2.Text = "취소";
 | 
			
		||||
            this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.smartLabel2.Wordwrap = false;
 | 
			
		||||
            // 
 | 
			
		||||
            // labelWeight1
 | 
			
		||||
            // 
 | 
			
		||||
            this.labelWeight1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
 | 
			
		||||
            this.labelWeight1.BackPictureBox = null;
 | 
			
		||||
            this.labelWeight1.BackPictureBox1 = null;
 | 
			
		||||
            this.labelWeight1.BackPictureBox2 = null;
 | 
			
		||||
            this.labelWeight1.BorderColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | 
			
		||||
            this.labelWeight1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
 | 
			
		||||
            this.labelWeight1.InitVisible = true;
 | 
			
		||||
            this.labelWeight1.LineSpacing = 0F;
 | 
			
		||||
            this.labelWeight1.Location = new System.Drawing.Point(233, 145);
 | 
			
		||||
            this.labelWeight1.Name = "labelWeight1";
 | 
			
		||||
            this.labelWeight1.Size = new System.Drawing.Size(100, 20);
 | 
			
		||||
            this.labelWeight1.TabIndex = 12;
 | 
			
		||||
            this.labelWeight1.Text = "시작";
 | 
			
		||||
            this.labelWeight1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
 | 
			
		||||
            this.labelWeight1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
 | 
			
		||||
            this.labelWeight1.Wordwrap = false;
 | 
			
		||||
            // 
 | 
			
		||||
            // buttonExtanalCAL
 | 
			
		||||
            // 
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox = null;
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox1 = null;
 | 
			
		||||
            this.buttonExtanalCAL.BackPictureBox2 = null;
 | 
			
		||||
            this.buttonExtanalCAL.ButtonColor = System.Drawing.Color.Gainsboro;
 | 
			
		||||
            this.buttonExtanalCAL.ButtonImageAutoSize = true;
 | 
			
		||||
            this.buttonExtanalCAL.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonExtanalCAL.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonExtanalCAL.DisableImage")));
 | 
			
		||||
            this.buttonExtanalCAL.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonExtanalCAL.DownImage")));
 | 
			
		||||
            this.buttonExtanalCAL.GroupID = 0;
 | 
			
		||||
            this.buttonExtanalCAL.InitVisible = true;
 | 
			
		||||
            this.buttonExtanalCAL.Location = new System.Drawing.Point(924, 573);
 | 
			
		||||
            this.buttonExtanalCAL.Mode = SmartX.SmartButton.BUTTONMODE.PUSH;
 | 
			
		||||
            this.buttonExtanalCAL.Name = "buttonExtanalCAL";
 | 
			
		||||
            this.buttonExtanalCAL.NestedClickEventPrevent = false;
 | 
			
		||||
            this.buttonExtanalCAL.OutlinePixel = 1;
 | 
			
		||||
            this.buttonExtanalCAL.RepeatInterval = 200;
 | 
			
		||||
            this.buttonExtanalCAL.RepeatIntervalAccelerate = null;
 | 
			
		||||
            this.buttonExtanalCAL.SafeInterval = 200;
 | 
			
		||||
            this.buttonExtanalCAL.Size = new System.Drawing.Size(84, 87);
 | 
			
		||||
            this.buttonExtanalCAL.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
 | 
			
		||||
            this.buttonExtanalCAL.TabIndex = 15;
 | 
			
		||||
            this.buttonExtanalCAL.TextColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonExtanalCAL.TextDownColor = System.Drawing.Color.Black;
 | 
			
		||||
            this.buttonExtanalCAL.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
 | 
			
		||||
            this.buttonExtanalCAL.TextLocation = new System.Drawing.Point(0, 0);
 | 
			
		||||
            this.buttonExtanalCAL.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
 | 
			
		||||
            this.buttonExtanalCAL.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonExtanalCAL.UpImage")));
 | 
			
		||||
            this.buttonExtanalCAL.Click += new System.EventHandler(this.buttonExtanalCAL_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // FormCalibration
 | 
			
		||||
            // 
 | 
			
		||||
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
 | 
			
		||||
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
 | 
			
		||||
            this.AutoScroll = true;
 | 
			
		||||
            this.ClientSize = new System.Drawing.Size(1024, 768);
 | 
			
		||||
            this.Controls.Add(this.smartGroupBox1);
 | 
			
		||||
            this.Controls.Add(this.groupBoxButton);
 | 
			
		||||
            this.Controls.Add(this.buttonExtanalCAL);
 | 
			
		||||
            this.Controls.Add(this.labelTitle);
 | 
			
		||||
            this.Controls.Add(this.groupBoxHelp);
 | 
			
		||||
            this.Controls.Add(this.buttonBack);
 | 
			
		||||
| 
						 | 
				
			
			@ -430,7 +392,7 @@
 | 
			
		|||
            this.Text = "FormCalibration";
 | 
			
		||||
            ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
 | 
			
		||||
            this.groupBoxHelp.ResumeLayout(false);
 | 
			
		||||
            this.smartGroupBox1.ResumeLayout(false);
 | 
			
		||||
            this.groupBoxButton.ResumeLayout(false);
 | 
			
		||||
            this.ResumeLayout(false);
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -442,14 +404,13 @@
 | 
			
		|||
        private SmartX.SmartGroupBox groupBoxHelp;
 | 
			
		||||
        private SmartX.SmartLabel labelTitle;
 | 
			
		||||
        private SmartX.SmartButton buttonCancel;
 | 
			
		||||
        private SmartX.SmartButton buttonBalance;
 | 
			
		||||
        private SmartX.SmartButton buttonStart;
 | 
			
		||||
        private SmartX.SmartListBox listBoxHelp;
 | 
			
		||||
        private SmartX.SmartGroupBox smartGroupBox1;
 | 
			
		||||
        private SmartX.SmartGroupBox groupBoxButton;
 | 
			
		||||
        private SmartX.SmartLabel labelWeight1;
 | 
			
		||||
        private SmartX.SmartLabel smartLabel2;
 | 
			
		||||
        private SmartX.SmartLabel smartLabel1;
 | 
			
		||||
        private SmartX.SmartButton buttonExtanalCAL;
 | 
			
		||||
        private SmartX.SmartButton buttonZero;
 | 
			
		||||
        private SmartX.SmartLabel smartLabel3;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
        #region Field
 | 
			
		||||
        private FormMain m_ParentForm;
 | 
			
		||||
 | 
			
		||||
        public bool IsInternalBalanceMode;
 | 
			
		||||
        public bool IsBasicMode;
 | 
			
		||||
 | 
			
		||||
        private ControlCalibration6 Calibration6;
 | 
			
		||||
        private ControlCalibration7 Calibration7;
 | 
			
		||||
| 
						 | 
				
			
			@ -58,7 +58,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    #region English
 | 
			
		||||
                    this.labelTitle.Text = "Calibration";
 | 
			
		||||
                    this.buttonStart.Text = "Start";
 | 
			
		||||
                    this.buttonBalance.Text = "Balance";
 | 
			
		||||
                    //this.buttonBalance.Text = "Balance";
 | 
			
		||||
                    this.buttonCancel.Text = "Cancel";
 | 
			
		||||
                    this.groupBoxHelp.Text = "Help";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -71,7 +71,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    #region Chinese
 | 
			
		||||
                    this.labelTitle.Text = "校准";
 | 
			
		||||
                    this.buttonStart.Text = "开启";
 | 
			
		||||
                    this.buttonBalance.Text = "分銅";
 | 
			
		||||
                    //this.buttonBalance.Text = "分銅";
 | 
			
		||||
                    this.buttonCancel.Text = "取消";
 | 
			
		||||
                    this.groupBoxHelp.Text = "帮助";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -82,9 +82,9 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDisable));
 | 
			
		||||
                    this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
 | 
			
		||||
                    this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
 | 
			
		||||
                    this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDisable));
 | 
			
		||||
                    this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDown));
 | 
			
		||||
                    this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceUp));
 | 
			
		||||
                    //this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDisable));
 | 
			
		||||
                    //this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDown));
 | 
			
		||||
                    //this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceUp));
 | 
			
		||||
                    this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDisable));
 | 
			
		||||
                    this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
 | 
			
		||||
                    this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp));
 | 
			
		||||
| 
						 | 
				
			
			@ -94,7 +94,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    #region Czech
 | 
			
		||||
                    this.labelTitle.Text = "Kalibrace";
 | 
			
		||||
                    this.buttonStart.Text = "Start";
 | 
			
		||||
                    this.buttonBalance.Text = "Váha";
 | 
			
		||||
                    //this.buttonBalance.Text = "Váha";
 | 
			
		||||
                    this.buttonCancel.Text = "Zrušit";
 | 
			
		||||
                    this.groupBoxHelp.Text = "Pomoc";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -107,7 +107,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    #region German
 | 
			
		||||
                    this.labelTitle.Text = "Kalibrierung";
 | 
			
		||||
                    this.buttonStart.Text = "Start";
 | 
			
		||||
                    this.buttonBalance.Text = "Gegengewicht";
 | 
			
		||||
                    //this.buttonBalance.Text = "Gegengewicht";
 | 
			
		||||
                    this.buttonCancel.Text = "Stornieren";
 | 
			
		||||
                    this.groupBoxHelp.Text = "Hilfe";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -120,7 +120,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
                    #region Japanese
 | 
			
		||||
                    this.labelTitle.Text = "校正";
 | 
			
		||||
                    this.buttonStart.Text = "スタㅡト";
 | 
			
		||||
                    this.buttonBalance.Text = "バランス";
 | 
			
		||||
                    //this.buttonBalance.Text = "バランス";
 | 
			
		||||
                    this.buttonCancel.Text = "キャンセル";
 | 
			
		||||
                    this.groupBoxHelp.Text = "ヘルプ";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -135,7 +135,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
        }
 | 
			
		||||
        private void InitializeControl()
 | 
			
		||||
        {
 | 
			
		||||
            this.IsInternalBalanceMode = false;
 | 
			
		||||
            this.IsBasicMode = true;
 | 
			
		||||
            this.buttonExtanalCAL.ButtonUp();
 | 
			
		||||
 | 
			
		||||
            switch (this.ParentForm.SystemConfig.EquipmentColumns)
 | 
			
		||||
| 
						 | 
				
			
			@ -430,8 +430,8 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
        {
 | 
			
		||||
            if (this.buttonStart.Enabled != btStart)
 | 
			
		||||
                this.buttonStart.Enabled = btStart;
 | 
			
		||||
            if (this.buttonBalance.Enabled != btBalance)
 | 
			
		||||
                this.buttonBalance.Enabled = btBalance;
 | 
			
		||||
            //if (this.buttonBalance.Enabled != btBalance)
 | 
			
		||||
            //    this.buttonBalance.Enabled = btBalance;
 | 
			
		||||
            if (this.buttonCancel.Enabled != btCcancel)
 | 
			
		||||
                this.buttonCancel.Enabled = btCcancel;
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			@ -465,8 +465,7 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
            this.ParentForm.TransferData(CommunicationCommand.ModeCalibration, CommunicationID.MainBoard);
 | 
			
		||||
 | 
			
		||||
            this.buttonExtanalCAL.ButtonUp();
 | 
			
		||||
            this.buttonExtanalCAL.Text = "내부 분동 CAL";
 | 
			
		||||
            this.IsInternalBalanceMode = true;
 | 
			
		||||
            this.IsBasicMode = true;
 | 
			
		||||
 | 
			
		||||
            switch (this.ParentForm.SystemConfig.EquipmentColumns)
 | 
			
		||||
            {
 | 
			
		||||
| 
						 | 
				
			
			@ -515,19 +514,19 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
            switch (this.ParentForm.SystemConfig.EquipmentColumns)
 | 
			
		||||
            {
 | 
			
		||||
                case 6:
 | 
			
		||||
                    this.Calibration6.CalibrationStart(this.IsInternalBalanceMode);
 | 
			
		||||
                    this.Calibration6.CalibrationStart(this.IsBasicMode);
 | 
			
		||||
                    break;
 | 
			
		||||
                case 7:
 | 
			
		||||
                    this.Calibration7.CalibrationStart(this.IsInternalBalanceMode);
 | 
			
		||||
                    this.Calibration7.CalibrationStart(this.IsBasicMode);
 | 
			
		||||
                    break;
 | 
			
		||||
                case 8:
 | 
			
		||||
                    this.Calibration8.CalibrationStart(this.IsInternalBalanceMode);
 | 
			
		||||
                    this.Calibration8.CalibrationStart(this.IsBasicMode);
 | 
			
		||||
                    break;
 | 
			
		||||
                case 10:
 | 
			
		||||
                    this.Calibration10.CalibrationStart(this.IsInternalBalanceMode);
 | 
			
		||||
                    this.Calibration10.CalibrationStart(this.IsBasicMode);
 | 
			
		||||
                    break;
 | 
			
		||||
                case 12:
 | 
			
		||||
                    this.Calibration12.CalibrationStart(this.IsInternalBalanceMode);
 | 
			
		||||
                    this.Calibration12.CalibrationStart(this.IsBasicMode);
 | 
			
		||||
                    break;
 | 
			
		||||
                default:
 | 
			
		||||
                    break;
 | 
			
		||||
| 
						 | 
				
			
			@ -609,13 +608,13 @@ namespace INT63DC_6CH.Forms
 | 
			
		|||
        {
 | 
			
		||||
            if (this.buttonExtanalCAL.ButtonStatus == SmartX.SmartButton.BUTSTATUS.DOWN)
 | 
			
		||||
            {
 | 
			
		||||
                this.buttonExtanalCAL.Text = "외부 분동 CAL";
 | 
			
		||||
                this.IsInternalBalanceMode = false;
 | 
			
		||||
                this.IsBasicMode = false;
 | 
			
		||||
                this.groupBoxButton.Text = "교정모드";
 | 
			
		||||
            }
 | 
			
		||||
            else
 | 
			
		||||
            {
 | 
			
		||||
                this.buttonExtanalCAL.Text = "내부 분동 CAL";
 | 
			
		||||
                this.IsInternalBalanceMode = true;
 | 
			
		||||
                this.IsBasicMode = true;
 | 
			
		||||
                this.groupBoxButton.Text = "";
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        private void buttonZero_Click(object sender, EventArgs e)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
											
												
													File diff suppressed because it is too large
													Load Diff
												
											
										
									
								
		Loading…
	
		Reference in New Issue