|
|
|
|
|
|
|
|
|
namespace ZJ_BYD.UserControls.MachineTypeStation
|
|
|
|
|
{
|
|
|
|
|
partial class EditMachineTypeStation
|
|
|
|
|
{
|
|
|
|
|
/// <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.panelControl8 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.TablePanel1 = new DevExpress.Utils.Layout.TablePanel();
|
|
|
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.cmbMachineType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
|
|
this.lblId = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.cmbStation = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.txtIsUsed = new DevExpress.XtraEditors.TextEdit();
|
|
|
|
|
this.lblIsUsed = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
|
|
|
|
|
this.panelControl8.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).BeginInit();
|
|
|
|
|
this.TablePanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmbStation.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtIsUsed.Properties)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panelControl8
|
|
|
|
|
//
|
|
|
|
|
this.panelControl8.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
|
|
|
|
|
this.panelControl8.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
this.panelControl8.Controls.Add(this.labelControl18);
|
|
|
|
|
this.panelControl8.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panelControl8.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panelControl8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
|
|
|
|
|
this.panelControl8.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
|
|
|
this.panelControl8.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.panelControl8.Name = "panelControl8";
|
|
|
|
|
this.panelControl8.Size = new System.Drawing.Size(684, 40);
|
|
|
|
|
this.panelControl8.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// labelControl18
|
|
|
|
|
//
|
|
|
|
|
this.labelControl18.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.labelControl18.Appearance.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.labelControl18.Appearance.Options.UseFont = true;
|
|
|
|
|
this.labelControl18.Appearance.Options.UseForeColor = true;
|
|
|
|
|
this.labelControl18.Location = new System.Drawing.Point(3, 8);
|
|
|
|
|
this.labelControl18.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
|
|
|
|
|
this.labelControl18.Name = "labelControl18";
|
|
|
|
|
this.labelControl18.Size = new System.Drawing.Size(180, 27);
|
|
|
|
|
this.labelControl18.TabIndex = 0;
|
|
|
|
|
this.labelControl18.Text = "机型和工位关系维护";
|
|
|
|
|
//
|
|
|
|
|
// TablePanel1
|
|
|
|
|
//
|
|
|
|
|
this.TablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 21.3F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 47.7F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 20F)});
|
|
|
|
|
this.TablePanel1.Controls.Add(this.lblIsUsed);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.txtIsUsed);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.labelControl3);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.cmbMachineType);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.lblId);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.btnSave);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.labelControl2);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.labelControl1);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.btnCancel);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.cmbStation);
|
|
|
|
|
this.TablePanel1.Controls.Add(this.labelControl4);
|
|
|
|
|
this.TablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.TablePanel1.Location = new System.Drawing.Point(0, 40);
|
|
|
|
|
this.TablePanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.TablePanel1.Name = "TablePanel1";
|
|
|
|
|
this.TablePanel1.Padding = new System.Windows.Forms.Padding(10, 10, 10, 0);
|
|
|
|
|
this.TablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 3F),
|
|
|
|
|
new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 10F)});
|
|
|
|
|
this.TablePanel1.Size = new System.Drawing.Size(684, 273);
|
|
|
|
|
this.TablePanel1.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// labelControl3
|
|
|
|
|
//
|
|
|
|
|
this.labelControl3.Location = new System.Drawing.Point(278, 195);
|
|
|
|
|
this.labelControl3.Name = "labelControl3";
|
|
|
|
|
this.labelControl3.Size = new System.Drawing.Size(0, 18);
|
|
|
|
|
this.labelControl3.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// cmbMachineType
|
|
|
|
|
//
|
|
|
|
|
this.cmbMachineType.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.cmbMachineType.Location = new System.Drawing.Point(143, 13);
|
|
|
|
|
this.cmbMachineType.Name = "cmbMachineType";
|
|
|
|
|
this.cmbMachineType.Properties.AllowFocused = false;
|
|
|
|
|
this.cmbMachineType.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbMachineType.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbMachineType.Properties.AppearanceItemSelected.Options.UseFont = true;
|
|
|
|
|
this.cmbMachineType.Properties.AutoHeight = false;
|
|
|
|
|
this.cmbMachineType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.cmbMachineType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
this.cmbMachineType.Size = new System.Drawing.Size(528, 36);
|
|
|
|
|
this.cmbMachineType.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// lblId
|
|
|
|
|
//
|
|
|
|
|
this.lblId.Location = new System.Drawing.Point(143, 195);
|
|
|
|
|
this.lblId.Name = "lblId";
|
|
|
|
|
this.lblId.Size = new System.Drawing.Size(0, 18);
|
|
|
|
|
this.lblId.TabIndex = 5;
|
|
|
|
|
this.lblId.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// btnSave
|
|
|
|
|
//
|
|
|
|
|
this.btnSave.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(135)))), ((int)(((byte)(208)))));
|
|
|
|
|
this.btnSave.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnSave.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.btnSave.Appearance.Options.UseFont = true;
|
|
|
|
|
this.btnSave.Location = new System.Drawing.Point(433, 187);
|
|
|
|
|
this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.btnSave.Name = "btnSave";
|
|
|
|
|
this.btnSave.Size = new System.Drawing.Size(116, 35);
|
|
|
|
|
this.btnSave.TabIndex = 4;
|
|
|
|
|
this.btnSave.Text = "保存";
|
|
|
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
|
|
|
|
//
|
|
|
|
|
// labelControl2
|
|
|
|
|
//
|
|
|
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
|
|
|
this.labelControl2.Appearance.Options.UseTextOptions = true;
|
|
|
|
|
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
|
|
|
this.labelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.labelControl2.Location = new System.Drawing.Point(13, 56);
|
|
|
|
|
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.labelControl2.Name = "labelControl2";
|
|
|
|
|
this.labelControl2.Size = new System.Drawing.Size(124, 34);
|
|
|
|
|
this.labelControl2.TabIndex = 1;
|
|
|
|
|
this.labelControl2.Text = "工位:";
|
|
|
|
|
//
|
|
|
|
|
// labelControl1
|
|
|
|
|
//
|
|
|
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
|
|
|
this.labelControl1.Appearance.Options.UseTextOptions = true;
|
|
|
|
|
this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
|
|
|
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.labelControl1.Location = new System.Drawing.Point(13, 14);
|
|
|
|
|
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.labelControl1.Name = "labelControl1";
|
|
|
|
|
this.labelControl1.Size = new System.Drawing.Size(124, 34);
|
|
|
|
|
this.labelControl1.TabIndex = 0;
|
|
|
|
|
this.labelControl1.Text = "机型:";
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.btnCancel.Appearance.Options.UseFont = true;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(555, 187);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(116, 35);
|
|
|
|
|
this.btnCancel.TabIndex = 4;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// cmbStation
|
|
|
|
|
//
|
|
|
|
|
this.cmbStation.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.cmbStation.Location = new System.Drawing.Point(143, 55);
|
|
|
|
|
this.cmbStation.Name = "cmbStation";
|
|
|
|
|
this.cmbStation.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbStation.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
this.cmbStation.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbStation.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
this.cmbStation.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbStation.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
this.cmbStation.Properties.AppearanceItemSelected.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.cmbStation.Properties.AppearanceItemSelected.Options.UseFont = true;
|
|
|
|
|
this.cmbStation.Properties.AutoHeight = false;
|
|
|
|
|
this.cmbStation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.cmbStation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
|
|
this.cmbStation.Size = new System.Drawing.Size(528, 36);
|
|
|
|
|
this.cmbStation.TabIndex = 6;
|
|
|
|
|
//
|
|
|
|
|
// labelControl4
|
|
|
|
|
//
|
|
|
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.labelControl4.Appearance.Options.UseFont = true;
|
|
|
|
|
this.labelControl4.Appearance.Options.UseTextOptions = true;
|
|
|
|
|
this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
|
|
|
this.labelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.labelControl4.Location = new System.Drawing.Point(13, 98);
|
|
|
|
|
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
|
|
this.labelControl4.Name = "labelControl4";
|
|
|
|
|
this.labelControl4.Size = new System.Drawing.Size(124, 34);
|
|
|
|
|
this.labelControl4.TabIndex = 1;
|
|
|
|
|
this.labelControl4.Text = "是否使用中:";
|
|
|
|
|
//
|
|
|
|
|
// txtIsUsed
|
|
|
|
|
//
|
|
|
|
|
this.txtIsUsed.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.txtIsUsed.Location = new System.Drawing.Point(143, 97);
|
|
|
|
|
this.txtIsUsed.Name = "txtIsUsed";
|
|
|
|
|
this.txtIsUsed.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
this.txtIsUsed.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
this.txtIsUsed.Properties.AutoHeight = false;
|
|
|
|
|
this.txtIsUsed.Properties.ReadOnly = true;
|
|
|
|
|
this.txtIsUsed.Size = new System.Drawing.Size(528, 36);
|
|
|
|
|
this.txtIsUsed.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// lblIsUsed
|
|
|
|
|
//
|
|
|
|
|
this.TablePanel1.SetColumn(this.lblIsUsed, 0);
|
|
|
|
|
this.lblIsUsed.Location = new System.Drawing.Point(13, 195);
|
|
|
|
|
this.lblIsUsed.Name = "lblIsUsed";
|
|
|
|
|
this.TablePanel1.SetRow(this.lblIsUsed, 3);
|
|
|
|
|
this.lblIsUsed.Size = new System.Drawing.Size(0, 18);
|
|
|
|
|
this.lblIsUsed.TabIndex = 9;
|
|
|
|
|
this.lblIsUsed.Visible = false;
|
|
|
|
|
//
|
|
|
|
|
// EditMachineTypeStation
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(684, 313);
|
|
|
|
|
this.Controls.Add(this.TablePanel1);
|
|
|
|
|
this.Controls.Add(this.panelControl8);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
this.Name = "EditMachineTypeStation";
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "EditMachineTypeStation";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
|
|
|
|
|
this.panelControl8.ResumeLayout(false);
|
|
|
|
|
this.panelControl8.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.TablePanel1)).EndInit();
|
|
|
|
|
this.TablePanel1.ResumeLayout(false);
|
|
|
|
|
this.TablePanel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmbMachineType.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cmbStation.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.txtIsUsed.Properties)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl8;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl18;
|
|
|
|
|
private DevExpress.Utils.Layout.TablePanel TablePanel1;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lblId;
|
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
|
|
|
|
private DevExpress.XtraEditors.ComboBoxEdit cmbMachineType;
|
|
|
|
|
private DevExpress.XtraEditors.ComboBoxEdit cmbStation;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
|
|
|
private DevExpress.XtraEditors.TextEdit txtIsUsed;
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl lblIsUsed;
|
|
|
|
|
}
|
|
|
|
|
}
|