Compare commits
No commits in common. "c83c0bfa59631db1652256f120b9646928635226" and "d4b927138c4f21486cd4286de805c526717e977f" have entirely different histories.
c83c0bfa59
...
d4b927138c
|
|
@ -59,14 +59,6 @@ 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,10 +110,8 @@ 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()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||||
|
|
|
||||||
|
|
@ -59,14 +59,6 @@ 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();
|
||||||
|
|
@ -126,10 +118,8 @@ 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()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||||
|
|
|
||||||
|
|
@ -59,14 +59,6 @@ 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();
|
||||||
|
|
@ -106,10 +98,8 @@ 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()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||||
|
|
|
||||||
|
|
@ -59,14 +59,6 @@ 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,10 +102,8 @@ 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()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
for (int i = 0; i < this.ParentForm.ParentForm.SystemConfig.EquipmentColumns; i++)
|
||||||
|
|
|
||||||
|
|
@ -1326,7 +1326,7 @@ namespace INT69DC_7C
|
||||||
this.DataStoragePeriod = 36;
|
this.DataStoragePeriod = 36;
|
||||||
|
|
||||||
this.Unit = "g";
|
this.Unit = "g";
|
||||||
this.SerialNumber = "25I0000";
|
this.SerialNumber = "23D0000";
|
||||||
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,6 +609,7 @@ 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,6 +4303,10 @@ 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