DataEntry.Standard6 : remarkTextBoxes --> remarkComboBoxes with history, ver. 2.18.1077

This commit is contained in:
Milan Hanajik 2018-11-27 11:17:17 +01:00
parent c3fd5b9366
commit b6380ff896
5 changed files with 256 additions and 252 deletions

View File

@ -52,16 +52,16 @@ namespace TBF.BenchControl.DataEntry.Standard6
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.label6 = new System.Windows.Forms.Label();
this.remarkTextBox6 = new System.Windows.Forms.TextBox();
this.remarkTextBox5 = new System.Windows.Forms.TextBox();
this.remarkTextBox4 = new System.Windows.Forms.TextBox();
this.remarkTextBox3 = new System.Windows.Forms.TextBox();
this.remarkTextBox2 = new System.Windows.Forms.TextBox();
this.remarkTextBox1 = new System.Windows.Forms.TextBox();
this.orderComboBox = new System.Windows.Forms.ComboBox();
this.orderLabel = new System.Windows.Forms.Label();
this.snLabel = new System.Windows.Forms.Label();
this.remarkLabel = new System.Windows.Forms.Label();
this.remarkComboBox6 = new System.Windows.Forms.ComboBox();
this.remarkComboBox1 = new System.Windows.Forms.ComboBox();
this.remarkComboBox2 = new System.Windows.Forms.ComboBox();
this.remarkComboBox3 = new System.Windows.Forms.ComboBox();
this.remarkComboBox4 = new System.Windows.Forms.ComboBox();
this.remarkComboBox5 = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// okButton
@ -195,36 +195,6 @@ namespace TBF.BenchControl.DataEntry.Standard6
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// remarkTextBox6
//
resources.ApplyResources(this.remarkTextBox6, "remarkTextBox6");
this.remarkTextBox6.Name = "remarkTextBox6";
//
// remarkTextBox5
//
resources.ApplyResources(this.remarkTextBox5, "remarkTextBox5");
this.remarkTextBox5.Name = "remarkTextBox5";
//
// remarkTextBox4
//
resources.ApplyResources(this.remarkTextBox4, "remarkTextBox4");
this.remarkTextBox4.Name = "remarkTextBox4";
//
// remarkTextBox3
//
resources.ApplyResources(this.remarkTextBox3, "remarkTextBox3");
this.remarkTextBox3.Name = "remarkTextBox3";
//
// remarkTextBox2
//
resources.ApplyResources(this.remarkTextBox2, "remarkTextBox2");
this.remarkTextBox2.Name = "remarkTextBox2";
//
// remarkTextBox1
//
resources.ApplyResources(this.remarkTextBox1, "remarkTextBox1");
this.remarkTextBox1.Name = "remarkTextBox1";
//
// orderComboBox
//
resources.ApplyResources(this.orderComboBox, "orderComboBox");
@ -246,21 +216,57 @@ namespace TBF.BenchControl.DataEntry.Standard6
resources.ApplyResources(this.remarkLabel, "remarkLabel");
this.remarkLabel.Name = "remarkLabel";
//
// remarkComboBox6
//
resources.ApplyResources(this.remarkComboBox6, "remarkComboBox6");
this.remarkComboBox6.FormattingEnabled = true;
this.remarkComboBox6.Name = "remarkComboBox6";
//
// remarkComboBox1
//
resources.ApplyResources(this.remarkComboBox1, "remarkComboBox1");
this.remarkComboBox1.FormattingEnabled = true;
this.remarkComboBox1.Name = "remarkComboBox1";
//
// remarkComboBox2
//
resources.ApplyResources(this.remarkComboBox2, "remarkComboBox2");
this.remarkComboBox2.FormattingEnabled = true;
this.remarkComboBox2.Name = "remarkComboBox2";
//
// remarkComboBox3
//
resources.ApplyResources(this.remarkComboBox3, "remarkComboBox3");
this.remarkComboBox3.FormattingEnabled = true;
this.remarkComboBox3.Name = "remarkComboBox3";
//
// remarkComboBox4
//
resources.ApplyResources(this.remarkComboBox4, "remarkComboBox4");
this.remarkComboBox4.FormattingEnabled = true;
this.remarkComboBox4.Name = "remarkComboBox4";
//
// remarkComboBox5
//
resources.ApplyResources(this.remarkComboBox5, "remarkComboBox5");
this.remarkComboBox5.FormattingEnabled = true;
this.remarkComboBox5.Name = "remarkComboBox5";
//
// CycleBeginningForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DarkGoldenrod;
this.Controls.Add(this.remarkComboBox5);
this.Controls.Add(this.remarkComboBox4);
this.Controls.Add(this.remarkComboBox3);
this.Controls.Add(this.remarkComboBox2);
this.Controls.Add(this.remarkComboBox1);
this.Controls.Add(this.remarkComboBox6);
this.Controls.Add(this.remarkLabel);
this.Controls.Add(this.snLabel);
this.Controls.Add(this.orderLabel);
this.Controls.Add(this.orderComboBox);
this.Controls.Add(this.remarkTextBox6);
this.Controls.Add(this.remarkTextBox5);
this.Controls.Add(this.remarkTextBox4);
this.Controls.Add(this.remarkTextBox3);
this.Controls.Add(this.remarkTextBox2);
this.Controls.Add(this.remarkTextBox1);
this.Controls.Add(this.comboBox6);
this.Controls.Add(this.checkBox6);
this.Controls.Add(this.label6);
@ -313,15 +319,15 @@ namespace TBF.BenchControl.DataEntry.Standard6
private System.Windows.Forms.ComboBox comboBox6;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox remarkTextBox6;
private System.Windows.Forms.TextBox remarkTextBox5;
private System.Windows.Forms.TextBox remarkTextBox4;
private System.Windows.Forms.TextBox remarkTextBox3;
private System.Windows.Forms.TextBox remarkTextBox2;
private System.Windows.Forms.TextBox remarkTextBox1;
private System.Windows.Forms.ComboBox orderComboBox;
private System.Windows.Forms.Label orderLabel;
private System.Windows.Forms.Label snLabel;
private System.Windows.Forms.Label remarkLabel;
private System.Windows.Forms.ComboBox remarkComboBox6;
private System.Windows.Forms.ComboBox remarkComboBox1;
private System.Windows.Forms.ComboBox remarkComboBox2;
private System.Windows.Forms.ComboBox remarkComboBox3;
private System.Windows.Forms.ComboBox remarkComboBox4;
private System.Windows.Forms.ComboBox remarkComboBox5;
}
}

View File

@ -31,7 +31,7 @@ namespace TBF.BenchControl.DataEntry.Standard6
ComboBox[] comboBoxes;
CheckBox[] checkBoxes;
TextBox[] remarkBoxes;
ComboBox[] remarkBoxes;
/// <summary>
/// Constructor
@ -44,8 +44,7 @@ namespace TBF.BenchControl.DataEntry.Standard6
comboBoxes = new ComboBox[] { comboBox1, comboBox2, comboBox3, comboBox4, comboBox5, comboBox6 };
checkBoxes = new CheckBox[] { checkBox1, checkBox2, checkBox3, checkBox4, checkBox5, checkBox6 };
remarkBoxes = new TextBox[] { remarkTextBox1, remarkTextBox2, remarkTextBox3,
remarkTextBox4, remarkTextBox5, remarkTextBox6 };
remarkBoxes = new ComboBox[] { remarkComboBox1, remarkComboBox2, remarkComboBox3, remarkComboBox4, remarkComboBox5, remarkComboBox6 };
this.WaterMetersCount = waterMetersCount;
this.RemarksEnabled = remarksEnabled;
@ -67,8 +66,13 @@ namespace TBF.BenchControl.DataEntry.Standard6
private void CycleBeginningForm_Load(object sender, EventArgs e)
{
Localize();
PrepareOrderCombo(orderComboBox);
PrepareCombo(orderComboBox, Program.LocalSettings.PurchaseOrderHistory);
for (int i = 0; i < WaterMetersCount; i++)
{
PrepareCombo(remarkBoxes[i], Program.LocalSettings.RemarkHistory, true);
}
if (Program.LocalSettings.LastSNTextsCount == WaterMetersCount)
{
@ -89,16 +93,16 @@ namespace TBF.BenchControl.DataEntry.Standard6
if (RemarksEnabled)
{
if (WaterMetersCount >= 1) { remarkTextBox1.Visible = true; remarkLabel.Visible = true; }
if (WaterMetersCount >= 2) { remarkTextBox2.Visible = true; }
if (WaterMetersCount >= 3) { remarkTextBox3.Visible = true; }
if (WaterMetersCount >= 4) { remarkTextBox4.Visible = true; }
if (WaterMetersCount >= 5) { remarkTextBox5.Visible = true; }
if (WaterMetersCount >= 6) { remarkTextBox6.Visible = true; }
if (WaterMetersCount >= 1) { remarkComboBox1.Visible = true; remarkLabel.Visible = true; }
if (WaterMetersCount >= 2) { remarkComboBox2.Visible = true; }
if (WaterMetersCount >= 3) { remarkComboBox3.Visible = true; }
if (WaterMetersCount >= 4) { remarkComboBox4.Visible = true; }
if (WaterMetersCount >= 5) { remarkComboBox5.Visible = true; }
if (WaterMetersCount >= 6) { remarkComboBox6.Visible = true; }
}
Height = 177 + WaterMetersCount * 46;
if (!RemarksEnabled) Width -= remarkTextBox1.Width;
if (!RemarksEnabled) Width -= remarkComboBox1.Width;
//Size = new System.Drawing.Size(RemarksEnabled ? 1045 : 624, 177 + WaterMetersCount * 46);
}
@ -122,17 +126,23 @@ namespace TBF.BenchControl.DataEntry.Standard6
/// <summary>
/// Load Purchase order combo box items from the LocalSettings PurchaseOrderHistory array
/// </summary>
/// <param name="orderComboBox">Puchase order ComboBox</param>
void PrepareOrderCombo(ComboBox orderComboBox)
/// <param name="comboBox">Puchase order ComboBox</param>
void PrepareCombo(ComboBox comboBox, string[] history, bool emptyOnStart = false)
{
for (int i = 0; i < Program.LocalSettings.PurchaseOrderHistoryCount; i++)
int historyLen = (history != null) ? history.Length : 0;
if (!emptyOnStart && (historyLen > 0))
{
orderComboBox.Items.Add(Program.LocalSettings.PurchaseOrderHistory[i]);
comboBox.Text = history[0];
}
else
{
comboBox.Text = string.Empty;
}
if (orderComboBox.Items.Count > 0)
for (int i = 0; i < historyLen; i++)
{
orderComboBox.Text = orderComboBox.Items[0].ToString();
comboBox.Items.Add(history[i]);
}
}
@ -150,6 +160,7 @@ namespace TBF.BenchControl.DataEntry.Standard6
for (int i = 0; i < WaterMetersCount; i++)
{
Program.LocalSettings.UpdateHistory(remarkBoxes[i].Text, ref Program.LocalSettings.RemarkHistory, 20);
SNText[i] = comboBoxes[i].Text;
Disabled[i] = !checkBoxes[i].Checked;
Remark[i] = remarkBoxes[i].Text;

View File

@ -699,186 +699,6 @@
<data name="&gt;&gt;label6.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="remarkTextBox6.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox6.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 373</value>
</data>
<data name="remarkTextBox6.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox6.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox6.TabIndex" type="System.Int32, mscorlib">
<value>29</value>
</data>
<data name="remarkTextBox6.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox6.Name" xml:space="preserve">
<value>remarkTextBox6</value>
</data>
<data name="&gt;&gt;remarkTextBox6.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox6.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox6.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="remarkTextBox5.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox5.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 327</value>
</data>
<data name="remarkTextBox5.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox5.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox5.TabIndex" type="System.Int32, mscorlib">
<value>28</value>
</data>
<data name="remarkTextBox5.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox5.Name" xml:space="preserve">
<value>remarkTextBox5</value>
</data>
<data name="&gt;&gt;remarkTextBox5.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox5.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox5.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="remarkTextBox4.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox4.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 281</value>
</data>
<data name="remarkTextBox4.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox4.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox4.TabIndex" type="System.Int32, mscorlib">
<value>27</value>
</data>
<data name="remarkTextBox4.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox4.Name" xml:space="preserve">
<value>remarkTextBox4</value>
</data>
<data name="&gt;&gt;remarkTextBox4.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox4.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox4.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="remarkTextBox3.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox3.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 235</value>
</data>
<data name="remarkTextBox3.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox3.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox3.TabIndex" type="System.Int32, mscorlib">
<value>26</value>
</data>
<data name="remarkTextBox3.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox3.Name" xml:space="preserve">
<value>remarkTextBox3</value>
</data>
<data name="&gt;&gt;remarkTextBox3.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox3.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox3.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="remarkTextBox2.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox2.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 189</value>
</data>
<data name="remarkTextBox2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox2.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox2.TabIndex" type="System.Int32, mscorlib">
<value>25</value>
</data>
<data name="remarkTextBox2.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox2.Name" xml:space="preserve">
<value>remarkTextBox2</value>
</data>
<data name="&gt;&gt;remarkTextBox2.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox2.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox2.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="remarkTextBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkTextBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 143</value>
</data>
<data name="remarkTextBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 5, 6, 5</value>
</data>
<data name="remarkTextBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkTextBox1.TabIndex" type="System.Int32, mscorlib">
<value>24</value>
</data>
<data name="remarkTextBox1.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkTextBox1.Name" xml:space="preserve">
<value>remarkTextBox1</value>
</data>
<data name="&gt;&gt;remarkTextBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkTextBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkTextBox1.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="orderComboBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
@ -901,7 +721,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;orderComboBox.ZOrder" xml:space="preserve">
<value>3</value>
<value>9</value>
</data>
<data name="orderLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -934,7 +754,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;orderLabel.ZOrder" xml:space="preserve">
<value>2</value>
<value>8</value>
</data>
<data name="snLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -967,7 +787,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;snLabel.ZOrder" xml:space="preserve">
<value>1</value>
<value>7</value>
</data>
<data name="remarkLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -1003,6 +823,168 @@
<value>$this</value>
</data>
<data name="&gt;&gt;remarkLabel.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="remarkComboBox6.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox6.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 373</value>
</data>
<data name="remarkComboBox6.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox6.TabIndex" type="System.Int32, mscorlib">
<value>33</value>
</data>
<data name="remarkComboBox6.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox6.Name" xml:space="preserve">
<value>remarkComboBox6</value>
</data>
<data name="&gt;&gt;remarkComboBox6.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox6.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox6.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="remarkComboBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox1.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 143</value>
</data>
<data name="remarkComboBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox1.TabIndex" type="System.Int32, mscorlib">
<value>34</value>
</data>
<data name="remarkComboBox1.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox1.Name" xml:space="preserve">
<value>remarkComboBox1</value>
</data>
<data name="&gt;&gt;remarkComboBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox1.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="remarkComboBox2.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox2.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 189</value>
</data>
<data name="remarkComboBox2.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox2.TabIndex" type="System.Int32, mscorlib">
<value>35</value>
</data>
<data name="remarkComboBox2.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox2.Name" xml:space="preserve">
<value>remarkComboBox2</value>
</data>
<data name="&gt;&gt;remarkComboBox2.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox2.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox2.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="remarkComboBox3.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox3.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 235</value>
</data>
<data name="remarkComboBox3.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox3.TabIndex" type="System.Int32, mscorlib">
<value>36</value>
</data>
<data name="remarkComboBox3.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox3.Name" xml:space="preserve">
<value>remarkComboBox3</value>
</data>
<data name="&gt;&gt;remarkComboBox3.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox3.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox3.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="remarkComboBox4.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox4.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 281</value>
</data>
<data name="remarkComboBox4.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox4.TabIndex" type="System.Int32, mscorlib">
<value>37</value>
</data>
<data name="remarkComboBox4.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox4.Name" xml:space="preserve">
<value>remarkComboBox4</value>
</data>
<data name="&gt;&gt;remarkComboBox4.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox4.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox4.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="remarkComboBox5.Font" type="System.Drawing.Font, System.Drawing">
<value>Verdana, 14.25pt</value>
</data>
<data name="remarkComboBox5.Location" type="System.Drawing.Point, System.Drawing">
<value>453, 327</value>
</data>
<data name="remarkComboBox5.Size" type="System.Drawing.Size, System.Drawing">
<value>421, 31</value>
</data>
<data name="remarkComboBox5.TabIndex" type="System.Int32, mscorlib">
<value>38</value>
</data>
<data name="remarkComboBox5.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;remarkComboBox5.Name" xml:space="preserve">
<value>remarkComboBox5</value>
</data>
<data name="&gt;&gt;remarkComboBox5.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;remarkComboBox5.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;remarkComboBox5.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

View File

@ -195,7 +195,12 @@ namespace TBF
[XmlIgnore]
public int PurchaseOrderHistoryCount { get { return (PurchaseOrderHistory != null) ? PurchaseOrderHistory.Length : 0; } }
/// Tester history
/// Remarks history
public string[] RemarkHistory;
[XmlIgnore]
public int RemarksHistoryCount { get { return (RemarkHistory != null) ? RemarkHistory.Length : 0; } }
/// Tester history
public string[] TesterHistory;
[XmlIgnore]
public int TesterHistoryCount { get { return (TesterHistory != null) ? TesterHistory.Length : 0; } }

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.1076.0")]
[assembly: AssemblyFileVersion("2.18.1076.0")]
[assembly: AssemblyVersion("2.18.1077.0")]
[assembly: AssemblyFileVersion("2.18.1077.0")]