420 lines
21 KiB
C#
420 lines
21 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Rig.DataEntry.Combined
|
|
{
|
|
partial class CycleBeginningForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.aux1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.main1ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.auxSN1Label = new System.Windows.Forms.Label();
|
|
this.mainSN1Label = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.aux2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.main2ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.auxSN2Label = new System.Windows.Forms.Label();
|
|
this.mainSN2Label = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.aux3ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.main3ComboBox = new System.Windows.Forms.ComboBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.auxSN3Label = new System.Windows.Forms.Label();
|
|
this.mainSN3Label = new System.Windows.Forms.Label();
|
|
this.clearButton = new System.Windows.Forms.Button();
|
|
this.orderGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.orderComboBox = 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.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.orderGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.okButton.ForeColor = System.Drawing.Color.Black;
|
|
this.okButton.Location = new System.Drawing.Point(589, 33);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(117, 63);
|
|
this.okButton.TabIndex = 0;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.remarkComboBox1);
|
|
this.groupBox1.Controls.Add(this.aux1ComboBox);
|
|
this.groupBox1.Controls.Add(this.main1ComboBox);
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
this.groupBox1.Controls.Add(this.auxSN1Label);
|
|
this.groupBox1.Controls.Add(this.mainSN1Label);
|
|
this.groupBox1.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox1.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox1.Location = new System.Drawing.Point(28, 118);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(533, 143);
|
|
this.groupBox1.TabIndex = 1;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Water Meter 1";
|
|
this.groupBox1.Visible = false;
|
|
//
|
|
// aux1ComboBox
|
|
//
|
|
this.aux1ComboBox.FormattingEnabled = true;
|
|
this.aux1ComboBox.Location = new System.Drawing.Point(318, 64);
|
|
this.aux1ComboBox.Name = "aux1ComboBox";
|
|
this.aux1ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.aux1ComboBox.TabIndex = 6;
|
|
this.aux1ComboBox.Visible = false;
|
|
this.aux1ComboBox.SelectedIndexChanged += new System.EventHandler(this.aux1ComboBox_SelectedIndexChanged);
|
|
this.aux1ComboBox.TextChanged += new System.EventHandler(this.aux1ComboBox_TextChanged);
|
|
this.aux1ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux1ComboBox_KeyPress);
|
|
//
|
|
// main1ComboBox
|
|
//
|
|
this.main1ComboBox.FormattingEnabled = true;
|
|
this.main1ComboBox.Location = new System.Drawing.Point(318, 27);
|
|
this.main1ComboBox.Name = "main1ComboBox";
|
|
this.main1ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.main1ComboBox.TabIndex = 5;
|
|
this.main1ComboBox.Visible = false;
|
|
this.main1ComboBox.SelectedIndexChanged += new System.EventHandler(this.main1ComboBox_SelectedIndexChanged);
|
|
this.main1ComboBox.TextChanged += new System.EventHandler(this.main1ComboBox_TextChanged);
|
|
this.main1ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main1ComboBox_KeyPress);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Font = new System.Drawing.Font("Verdana", 27.75F);
|
|
this.checkBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.checkBox1.Location = new System.Drawing.Point(506, 28);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(15, 14);
|
|
this.checkBox1.TabIndex = 4;
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.Visible = false;
|
|
//
|
|
// auxSN1Label
|
|
//
|
|
this.auxSN1Label.AutoSize = true;
|
|
this.auxSN1Label.Location = new System.Drawing.Point(21, 67);
|
|
this.auxSN1Label.Name = "auxSN1Label";
|
|
this.auxSN1Label.Size = new System.Drawing.Size(193, 23);
|
|
this.auxSN1Label.TabIndex = 2;
|
|
this.auxSN1Label.Text = "Aux. WM Serial Nr.";
|
|
this.auxSN1Label.Visible = false;
|
|
//
|
|
// mainSN1Label
|
|
//
|
|
this.mainSN1Label.AutoSize = true;
|
|
this.mainSN1Label.Location = new System.Drawing.Point(21, 33);
|
|
this.mainSN1Label.Name = "mainSN1Label";
|
|
this.mainSN1Label.Size = new System.Drawing.Size(195, 23);
|
|
this.mainSN1Label.TabIndex = 0;
|
|
this.mainSN1Label.Text = "Main WM Serial Nr.";
|
|
this.mainSN1Label.Visible = false;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.remarkComboBox2);
|
|
this.groupBox2.Controls.Add(this.aux2ComboBox);
|
|
this.groupBox2.Controls.Add(this.main2ComboBox);
|
|
this.groupBox2.Controls.Add(this.checkBox2);
|
|
this.groupBox2.Controls.Add(this.auxSN2Label);
|
|
this.groupBox2.Controls.Add(this.mainSN2Label);
|
|
this.groupBox2.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox2.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox2.Location = new System.Drawing.Point(28, 275);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(533, 143);
|
|
this.groupBox2.TabIndex = 2;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Water Meter 2";
|
|
this.groupBox2.Visible = false;
|
|
//
|
|
// aux2ComboBox
|
|
//
|
|
this.aux2ComboBox.FormattingEnabled = true;
|
|
this.aux2ComboBox.Location = new System.Drawing.Point(318, 64);
|
|
this.aux2ComboBox.Name = "aux2ComboBox";
|
|
this.aux2ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.aux2ComboBox.TabIndex = 10;
|
|
this.aux2ComboBox.Visible = false;
|
|
this.aux2ComboBox.SelectedIndexChanged += new System.EventHandler(this.aux2ComboBox_SelectedIndexChanged);
|
|
this.aux2ComboBox.TextChanged += new System.EventHandler(this.aux2ComboBox_TextChanged);
|
|
this.aux2ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux2ComboBox_KeyPress);
|
|
//
|
|
// main2ComboBox
|
|
//
|
|
this.main2ComboBox.FormattingEnabled = true;
|
|
this.main2ComboBox.Location = new System.Drawing.Point(318, 27);
|
|
this.main2ComboBox.Name = "main2ComboBox";
|
|
this.main2ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.main2ComboBox.TabIndex = 9;
|
|
this.main2ComboBox.Visible = false;
|
|
this.main2ComboBox.SelectedIndexChanged += new System.EventHandler(this.main2ComboBox_SelectedIndexChanged);
|
|
this.main2ComboBox.TextChanged += new System.EventHandler(this.main2ComboBox_TextChanged);
|
|
this.main2ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main2ComboBox_KeyPress);
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Font = new System.Drawing.Font("Verdana", 27.75F);
|
|
this.checkBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.checkBox2.Location = new System.Drawing.Point(506, 28);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(15, 14);
|
|
this.checkBox2.TabIndex = 8;
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
this.checkBox2.Visible = false;
|
|
//
|
|
// auxSN2Label
|
|
//
|
|
this.auxSN2Label.AutoSize = true;
|
|
this.auxSN2Label.Location = new System.Drawing.Point(21, 67);
|
|
this.auxSN2Label.Name = "auxSN2Label";
|
|
this.auxSN2Label.Size = new System.Drawing.Size(193, 23);
|
|
this.auxSN2Label.TabIndex = 2;
|
|
this.auxSN2Label.Text = "Aux. WM Serial Nr.";
|
|
this.auxSN2Label.Visible = false;
|
|
//
|
|
// mainSN2Label
|
|
//
|
|
this.mainSN2Label.AutoSize = true;
|
|
this.mainSN2Label.Location = new System.Drawing.Point(21, 33);
|
|
this.mainSN2Label.Name = "mainSN2Label";
|
|
this.mainSN2Label.Size = new System.Drawing.Size(195, 23);
|
|
this.mainSN2Label.TabIndex = 0;
|
|
this.mainSN2Label.Text = "Main WM Serial Nr.";
|
|
this.mainSN2Label.Visible = false;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.remarkComboBox3);
|
|
this.groupBox3.Controls.Add(this.aux3ComboBox);
|
|
this.groupBox3.Controls.Add(this.main3ComboBox);
|
|
this.groupBox3.Controls.Add(this.checkBox3);
|
|
this.groupBox3.Controls.Add(this.auxSN3Label);
|
|
this.groupBox3.Controls.Add(this.mainSN3Label);
|
|
this.groupBox3.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|
this.groupBox3.ForeColor = System.Drawing.Color.Black;
|
|
this.groupBox3.Location = new System.Drawing.Point(28, 430);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(533, 143);
|
|
this.groupBox3.TabIndex = 3;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Water Meter 3";
|
|
this.groupBox3.Visible = false;
|
|
//
|
|
// aux3ComboBox
|
|
//
|
|
this.aux3ComboBox.FormattingEnabled = true;
|
|
this.aux3ComboBox.Location = new System.Drawing.Point(318, 64);
|
|
this.aux3ComboBox.Name = "aux3ComboBox";
|
|
this.aux3ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.aux3ComboBox.TabIndex = 10;
|
|
this.aux3ComboBox.Visible = false;
|
|
this.aux3ComboBox.SelectedIndexChanged += new System.EventHandler(this.aux3ComboBox_SelectedIndexChanged);
|
|
this.aux3ComboBox.TextChanged += new System.EventHandler(this.aux3ComboBox_TextChanged);
|
|
this.aux3ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.aux3ComboBox_KeyPress);
|
|
//
|
|
// main3ComboBox
|
|
//
|
|
this.main3ComboBox.FormattingEnabled = true;
|
|
this.main3ComboBox.Location = new System.Drawing.Point(318, 27);
|
|
this.main3ComboBox.Name = "main3ComboBox";
|
|
this.main3ComboBox.Size = new System.Drawing.Size(175, 31);
|
|
this.main3ComboBox.TabIndex = 9;
|
|
this.main3ComboBox.Visible = false;
|
|
this.main3ComboBox.SelectedIndexChanged += new System.EventHandler(this.main3ComboBox_SelectedIndexChanged);
|
|
this.main3ComboBox.TextChanged += new System.EventHandler(this.main3ComboBox_TextChanged);
|
|
this.main3ComboBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.main3ComboBox_KeyPress);
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Font = new System.Drawing.Font("Verdana", 27.75F);
|
|
this.checkBox3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.checkBox3.Location = new System.Drawing.Point(506, 27);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(15, 14);
|
|
this.checkBox3.TabIndex = 8;
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
this.checkBox3.Visible = false;
|
|
//
|
|
// auxSN3Label
|
|
//
|
|
this.auxSN3Label.AutoSize = true;
|
|
this.auxSN3Label.Location = new System.Drawing.Point(21, 67);
|
|
this.auxSN3Label.Name = "auxSN3Label";
|
|
this.auxSN3Label.Size = new System.Drawing.Size(193, 23);
|
|
this.auxSN3Label.TabIndex = 2;
|
|
this.auxSN3Label.Text = "Aux. WM Serial Nr.";
|
|
this.auxSN3Label.Visible = false;
|
|
//
|
|
// mainSN3Label
|
|
//
|
|
this.mainSN3Label.AutoSize = true;
|
|
this.mainSN3Label.Location = new System.Drawing.Point(21, 33);
|
|
this.mainSN3Label.Name = "mainSN3Label";
|
|
this.mainSN3Label.Size = new System.Drawing.Size(195, 23);
|
|
this.mainSN3Label.TabIndex = 0;
|
|
this.mainSN3Label.Text = "Main WM Serial Nr.";
|
|
this.mainSN3Label.Visible = false;
|
|
//
|
|
// clearButton
|
|
//
|
|
this.clearButton.Font = new System.Drawing.Font("Verdana", 14.25F);
|
|
this.clearButton.ForeColor = System.Drawing.Color.Black;
|
|
this.clearButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.clearButton.Location = new System.Drawing.Point(589, 116);
|
|
this.clearButton.Name = "clearButton";
|
|
this.clearButton.Size = new System.Drawing.Size(117, 63);
|
|
this.clearButton.TabIndex = 9;
|
|
this.clearButton.Text = "Clear";
|
|
this.clearButton.UseVisualStyleBackColor = true;
|
|
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
|
|
//
|
|
// orderGroupBox
|
|
//
|
|
this.orderGroupBox.Controls.Add(this.orderComboBox);
|
|
this.orderGroupBox.Font = new System.Drawing.Font("Verdana", 14.25F);
|
|
this.orderGroupBox.ForeColor = System.Drawing.Color.Black;
|
|
this.orderGroupBox.Location = new System.Drawing.Point(28, 16);
|
|
this.orderGroupBox.Name = "orderGroupBox";
|
|
this.orderGroupBox.Size = new System.Drawing.Size(533, 82);
|
|
this.orderGroupBox.TabIndex = 10;
|
|
this.orderGroupBox.TabStop = false;
|
|
this.orderGroupBox.Text = "Order";
|
|
//
|
|
// orderComboBox
|
|
//
|
|
this.orderComboBox.FormattingEnabled = true;
|
|
this.orderComboBox.Location = new System.Drawing.Point(196, 31);
|
|
this.orderComboBox.Name = "orderComboBox";
|
|
this.orderComboBox.Size = new System.Drawing.Size(297, 31);
|
|
this.orderComboBox.TabIndex = 0;
|
|
//
|
|
// remarkComboBox1
|
|
//
|
|
this.remarkComboBox1.Font = new System.Drawing.Font("Verdana", 14.25F);
|
|
this.remarkComboBox1.FormattingEnabled = true;
|
|
this.remarkComboBox1.Location = new System.Drawing.Point(56, 101);
|
|
this.remarkComboBox1.Name = "remarkComboBox1";
|
|
this.remarkComboBox1.Size = new System.Drawing.Size(437, 31);
|
|
this.remarkComboBox1.TabIndex = 35;
|
|
this.remarkComboBox1.Visible = false;
|
|
//
|
|
// remarkComboBox2
|
|
//
|
|
this.remarkComboBox2.Font = new System.Drawing.Font("Verdana", 14.25F);
|
|
this.remarkComboBox2.FormattingEnabled = true;
|
|
this.remarkComboBox2.Location = new System.Drawing.Point(56, 101);
|
|
this.remarkComboBox2.Name = "remarkComboBox2";
|
|
this.remarkComboBox2.Size = new System.Drawing.Size(437, 31);
|
|
this.remarkComboBox2.TabIndex = 36;
|
|
this.remarkComboBox2.Visible = false;
|
|
//
|
|
// remarkComboBox3
|
|
//
|
|
this.remarkComboBox3.Font = new System.Drawing.Font("Verdana", 14.25F);
|
|
this.remarkComboBox3.FormattingEnabled = true;
|
|
this.remarkComboBox3.Location = new System.Drawing.Point(56, 101);
|
|
this.remarkComboBox3.Name = "remarkComboBox3";
|
|
this.remarkComboBox3.Size = new System.Drawing.Size(437, 31);
|
|
this.remarkComboBox3.TabIndex = 37;
|
|
this.remarkComboBox3.Visible = false;
|
|
//
|
|
// CycleBeginningForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoSize = true;
|
|
this.BackColor = System.Drawing.Color.DarkGray;
|
|
this.ClientSize = new System.Drawing.Size(732, 593);
|
|
this.Controls.Add(this.orderGroupBox);
|
|
this.Controls.Add(this.clearButton);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.okButton);
|
|
this.ForeColor = System.Drawing.Color.Black;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "CycleBeginningForm";
|
|
this.Text = "Daten";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.CycleBeginningForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.orderGroupBox.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label mainSN1Label;
|
|
private System.Windows.Forms.Label auxSN1Label;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Label auxSN2Label;
|
|
private System.Windows.Forms.Label mainSN2Label;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label auxSN3Label;
|
|
private System.Windows.Forms.Label mainSN3Label;
|
|
private System.Windows.Forms.Button clearButton;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.GroupBox orderGroupBox;
|
|
private System.Windows.Forms.ComboBox orderComboBox;
|
|
private System.Windows.Forms.ComboBox aux1ComboBox;
|
|
private System.Windows.Forms.ComboBox main1ComboBox;
|
|
private System.Windows.Forms.ComboBox aux2ComboBox;
|
|
private System.Windows.Forms.ComboBox main2ComboBox;
|
|
private System.Windows.Forms.ComboBox aux3ComboBox;
|
|
private System.Windows.Forms.ComboBox main3ComboBox;
|
|
private System.Windows.Forms.ComboBox remarkComboBox1;
|
|
private System.Windows.Forms.ComboBox remarkComboBox2;
|
|
private System.Windows.Forms.ComboBox remarkComboBox3;
|
|
}
|
|
} |