Compare commits

...

2 Commits

Author SHA1 Message Date
CJY c83c0bfa59 Merge branch 'master' of http://192.168.11.65:3000/chojy/INT69DC_7C
# Conflicts:
#	INT69DC_7C/Controls/ControlCalibration10.cs
#	INT69DC_7C/Controls/ControlCalibration12.cs
#	INT69DC_7C/Controls/ControlCalibration7.cs
#	INT69DC_7C/Controls/ControlCalibration8.cs
2025-10-23 18:21:42 +09:00
CJY 4490a78b6f Collection 정리 2025-10-23 18:21:25 +09:00
7 changed files with 41 additions and 6 deletions

View File

@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant = new Collection<SmartLabel>();
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.CollLabelWeight.Clear();
this.CollLabelADC.Clear();
@ -110,7 +118,9 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant.Add(this.labelConstant10);
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
this.CollCalStatus.Add(new CalibrationStatus());
}
}
private void InitilizeControls()
{

View File

@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant = new Collection<SmartLabel>();
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.CollLabelWeight.Clear();
this.CollLabelADC.Clear();
@ -118,7 +126,9 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant.Add(this.labelConstant12);
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
this.CollCalStatus.Add(new CalibrationStatus());
}
}
private void InitilizeControls()
{

View File

@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant = new Collection<SmartLabel>();
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.CollLabelWeight.Clear();
this.CollLabelADC.Clear();
@ -98,7 +106,9 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant.Add(this.labelConstant7);
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
this.CollCalStatus.Add(new CalibrationStatus());
}
}
private void InitilizeControls()
{

View File

@ -59,6 +59,14 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant = new Collection<SmartLabel>();
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.CollLabelWeight.Clear();
this.CollLabelADC.Clear();
@ -102,7 +110,9 @@ namespace INT69DC_7C.Controls
this.CollLabelConstant.Add(this.labelConstant8);
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
>>>>>>> d4b927138c4f21486cd4286de805c526717e977f
this.CollCalStatus.Add(new CalibrationStatus());
}
}
private void InitilizeControls()
{

View File

@ -1326,7 +1326,7 @@ namespace INT69DC_7C
this.DataStoragePeriod = 36;
this.Unit = "g";
this.SerialNumber = "23D0000";
this.SerialNumber = "25I0000";
this.EthernetServerAddress = "0.0.0.0";
this.User_Level1_Name = "Level 1";
this.User_Level2_Name = "Level 2";

View File

@ -609,7 +609,6 @@ namespace INT69DC_7C.Forms
// Part 11
if (this.ParentForm.SystemConfig.IsOptPart11 == true)
this.ParentForm.SetTrackingHistoryData(DataStore.TrackingParameter.AutoZeroVariance, "", before, after);
}
private void comboBoxZeroParameterMode_SelectedIndexChanged(object sender, EventArgs e)

View File

@ -4303,10 +4303,6 @@ namespace INT69DC_7C.Forms
this.Part11AutomaticLogoutReset();
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)
{