Compare commits
	
		
			2 Commits 
		
	
	
		
			d4b927138c
			...
			c83c0bfa59
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								 | 
						c83c0bfa59 | |
| 
							
							
								 | 
						4490a78b6f | 
| 
						 | 
					@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
					            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
				
			||||||
            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
					            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<<<<<<< HEAD
 | 
				
			||||||
 | 
					            for (int i = 1; i <= this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                this.CollButtonLane.Add(FindByNameUtil.SmartButton("buttonLane" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelWeight.Add(FindByNameUtil.SmartLabel("labelWeight" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelADC.Add(FindByNameUtil.SmartLabel("labelADC" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelConstant.Add(FindByNameUtil.SmartLabel("labelConstant" + i, this));
 | 
				
			||||||
 | 
					=======
 | 
				
			||||||
            this.CollButtonLane.Clear();
 | 
					            this.CollButtonLane.Clear();
 | 
				
			||||||
            this.CollLabelWeight.Clear();
 | 
					            this.CollLabelWeight.Clear();
 | 
				
			||||||
            this.CollLabelADC.Clear();
 | 
					            this.CollLabelADC.Clear();
 | 
				
			||||||
| 
						 | 
					@ -110,7 +118,9 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant.Add(this.labelConstant10);
 | 
					            this.CollLabelConstant.Add(this.labelConstant10);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
					            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
 | 
				
			||||||
                this.CollCalStatus.Add(new CalibrationStatus());
 | 
					                this.CollCalStatus.Add(new CalibrationStatus());
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void InitilizeControls()
 | 
					        private void InitilizeControls()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
					            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
				
			||||||
            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
					            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<<<<<<< HEAD
 | 
				
			||||||
 | 
					            for (int i = 1; i <= this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                this.CollButtonLane.Add(FindByNameUtil.SmartButton("buttonLane" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelWeight.Add(FindByNameUtil.SmartLabel("labelWeight" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelADC.Add(FindByNameUtil.SmartLabel("labelADC" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelConstant.Add(FindByNameUtil.SmartLabel("labelConstant" + i, this));
 | 
				
			||||||
 | 
					=======
 | 
				
			||||||
            this.CollButtonLane.Clear();
 | 
					            this.CollButtonLane.Clear();
 | 
				
			||||||
            this.CollLabelWeight.Clear();
 | 
					            this.CollLabelWeight.Clear();
 | 
				
			||||||
            this.CollLabelADC.Clear();
 | 
					            this.CollLabelADC.Clear();
 | 
				
			||||||
| 
						 | 
					@ -118,7 +126,9 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant.Add(this.labelConstant12);
 | 
					            this.CollLabelConstant.Add(this.labelConstant12);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
					            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
 | 
				
			||||||
                this.CollCalStatus.Add(new CalibrationStatus());
 | 
					                this.CollCalStatus.Add(new CalibrationStatus());
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void InitilizeControls()
 | 
					        private void InitilizeControls()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
					            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
				
			||||||
            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
					            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<<<<<<< HEAD
 | 
				
			||||||
 | 
					            for (int i = 1; i <= this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                this.CollButtonLane.Add(FindByNameUtil.SmartButton("buttonLane" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelWeight.Add(FindByNameUtil.SmartLabel("labelWeight" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelADC.Add(FindByNameUtil.SmartLabel("labelADC" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelConstant.Add(FindByNameUtil.SmartLabel("labelConstant" + i, this));
 | 
				
			||||||
 | 
					=======
 | 
				
			||||||
            this.CollButtonLane.Clear();
 | 
					            this.CollButtonLane.Clear();
 | 
				
			||||||
            this.CollLabelWeight.Clear();
 | 
					            this.CollLabelWeight.Clear();
 | 
				
			||||||
            this.CollLabelADC.Clear();
 | 
					            this.CollLabelADC.Clear();
 | 
				
			||||||
| 
						 | 
					@ -98,7 +106,9 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant.Add(this.labelConstant7);
 | 
					            this.CollLabelConstant.Add(this.labelConstant7);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
					            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
 | 
				
			||||||
                this.CollCalStatus.Add(new CalibrationStatus());
 | 
					                this.CollCalStatus.Add(new CalibrationStatus());
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void InitilizeControls()
 | 
					        private void InitilizeControls()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
					            this.CollLabelConstant = new Collection<SmartLabel>();
 | 
				
			||||||
            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
					            this.CollCalStatus = new Collection<CalibrationStatus>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<<<<<<< HEAD
 | 
				
			||||||
 | 
					            for (int i = 1; i <= this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                this.CollButtonLane.Add(FindByNameUtil.SmartButton("buttonLane" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelWeight.Add(FindByNameUtil.SmartLabel("labelWeight" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelADC.Add(FindByNameUtil.SmartLabel("labelADC" + i, this));
 | 
				
			||||||
 | 
					                this.CollLabelConstant.Add(FindByNameUtil.SmartLabel("labelConstant" + i, this));
 | 
				
			||||||
 | 
					=======
 | 
				
			||||||
            this.CollButtonLane.Clear();
 | 
					            this.CollButtonLane.Clear();
 | 
				
			||||||
            this.CollLabelWeight.Clear();
 | 
					            this.CollLabelWeight.Clear();
 | 
				
			||||||
            this.CollLabelADC.Clear();
 | 
					            this.CollLabelADC.Clear();
 | 
				
			||||||
| 
						 | 
					@ -102,7 +110,9 @@ namespace INT69DC_7C.Controls
 | 
				
			||||||
            this.CollLabelConstant.Add(this.labelConstant8);
 | 
					            this.CollLabelConstant.Add(this.labelConstant8);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
					            for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
 | 
				
			||||||
 | 
					>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
 | 
				
			||||||
                this.CollCalStatus.Add(new CalibrationStatus());
 | 
					                this.CollCalStatus.Add(new CalibrationStatus());
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void InitilizeControls()
 | 
					        private void InitilizeControls()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1326,7 +1326,7 @@ namespace INT69DC_7C
 | 
				
			||||||
            this.DataStoragePeriod = 36;
 | 
					            this.DataStoragePeriod = 36;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            this.Unit = "g";
 | 
					            this.Unit = "g";
 | 
				
			||||||
            this.SerialNumber = "23D0000";
 | 
					            this.SerialNumber = "25I0000";
 | 
				
			||||||
            this.EthernetServerAddress = "0.0.0.0";
 | 
					            this.EthernetServerAddress = "0.0.0.0";
 | 
				
			||||||
            this.User_Level1_Name = "Level 1";
 | 
					            this.User_Level1_Name = "Level 1";
 | 
				
			||||||
            this.User_Level2_Name = "Level 2";
 | 
					            this.User_Level2_Name = "Level 2";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -609,7 +609,6 @@ namespace INT69DC_7C.Forms
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // Part 11
 | 
					            // Part 11
 | 
				
			||||||
            if (this.ParentForm.SystemConfig.IsOptPart11 == true)
 | 
					            if (this.ParentForm.SystemConfig.IsOptPart11 == true)
 | 
				
			||||||
 | 
					 | 
				
			||||||
                this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.AutoZeroVariance, "", before, after);
 | 
					                this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.AutoZeroVariance, "", before, after);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void comboBoxZeroParameterMode_SelectedIndexChanged(object sender, EventArgs e)
 | 
					        private void comboBoxZeroParameterMode_SelectedIndexChanged(object sender, EventArgs e)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4303,10 +4303,6 @@ namespace INT69DC_7C.Forms
 | 
				
			||||||
                this.Part11AutomaticLogoutReset();
 | 
					                this.Part11AutomaticLogoutReset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            this.ParentForm.TransferData(CommunicationCommand.CutInput, CommunicationID.MainBoard);
 | 
					            this.ParentForm.TransferData(CommunicationCommand.CutInput, CommunicationID.MainBoard);
 | 
				
			||||||
 | 
					 | 
				
			||||||
            // Part11
 | 
					 | 
				
			||||||
            if (this.ParentForm.SystemConfig.IsOptPart11 == true)
 | 
					 | 
				
			||||||
                this.ParentForm.SetTrackingHistoryData(DataStore.TrackingOperation.MainCut, "");
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        private void buttonPrint_Click(object sender, EventArgs e)
 | 
					        private void buttonPrint_Click(object sender, EventArgs e)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue