namespace Core.LgMes.Client.LgDeviceManager
{
partial class frmIlUse
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIlUse));
this.ulgrpUseDetailEdit = new Infragistics.Win.Misc.UltraGroupBox();
this.label3 = new System.Windows.Forms.Label();
this.cboCyc = new System.Windows.Forms.ComboBox();
this.txtIronInstance = new System.Windows.Forms.TextBox();
this.txtLadleUseNum = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtPositionID = new System.Windows.Forms.TextBox();
this.dtpUseEndTime = new System.Windows.Forms.DateTimePicker();
this.dtpUseStartTime = new System.Windows.Forms.DateTimePicker();
this.lblUseEndTime = new System.Windows.Forms.Label();
this.lblUseStartTime = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.lblUseDetailMemo = new System.Windows.Forms.Label();
this.txtUseDetailMemo = new System.Windows.Forms.TextBox();
this.txtInstance = new System.Windows.Forms.TextBox();
this.txtRionQdy = new System.Windows.Forms.TextBox();
this.lblInstance = new System.Windows.Forms.Label();
this.lblBTL = new System.Windows.Forms.Label();
this.lblCurAge = new System.Windows.Forms.Label();
this.txtCurAge = new System.Windows.Forms.TextBox();
this.lblIronInstance = new System.Windows.Forms.Label();
this.cboIsNew = new System.Windows.Forms.ComboBox();
this.lblIsNew = new System.Windows.Forms.Label();
this.cboNowPosition = new System.Windows.Forms.ComboBox();
this.lblNowPosition = new System.Windows.Forms.Label();
this.btnclose = new System.Windows.Forms.Button();
this.brnDel = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.ADD = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.EDIT = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.DEL = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.CLOSE = new System.Windows.Forms.ToolStripButton();
((System.ComponentModel.ISupportInitialize)(this.ulgrpUseDetailEdit)).BeginInit();
this.ulgrpUseDetailEdit.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// ulgrpUseDetailEdit
//
appearance1.BackColor = System.Drawing.Color.Transparent;
appearance1.FontData.Name = "宋体";
appearance1.FontData.SizeInPoints = 10.5F;
this.ulgrpUseDetailEdit.Appearance = appearance1;
this.ulgrpUseDetailEdit.Controls.Add(this.label3);
this.ulgrpUseDetailEdit.Controls.Add(this.cboCyc);
this.ulgrpUseDetailEdit.Controls.Add(this.txtIronInstance);
this.ulgrpUseDetailEdit.Controls.Add(this.txtLadleUseNum);
this.ulgrpUseDetailEdit.Controls.Add(this.label2);
this.ulgrpUseDetailEdit.Controls.Add(this.txtPositionID);
this.ulgrpUseDetailEdit.Controls.Add(this.dtpUseEndTime);
this.ulgrpUseDetailEdit.Controls.Add(this.dtpUseStartTime);
this.ulgrpUseDetailEdit.Controls.Add(this.lblUseEndTime);
this.ulgrpUseDetailEdit.Controls.Add(this.lblUseStartTime);
this.ulgrpUseDetailEdit.Controls.Add(this.label1);
this.ulgrpUseDetailEdit.Controls.Add(this.lblUseDetailMemo);
this.ulgrpUseDetailEdit.Controls.Add(this.txtUseDetailMemo);
this.ulgrpUseDetailEdit.Controls.Add(this.txtInstance);
this.ulgrpUseDetailEdit.Controls.Add(this.txtRionQdy);
this.ulgrpUseDetailEdit.Controls.Add(this.lblInstance);
this.ulgrpUseDetailEdit.Controls.Add(this.lblBTL);
this.ulgrpUseDetailEdit.Controls.Add(this.lblCurAge);
this.ulgrpUseDetailEdit.Controls.Add(this.txtCurAge);
this.ulgrpUseDetailEdit.Controls.Add(this.lblIronInstance);
this.ulgrpUseDetailEdit.Controls.Add(this.cboIsNew);
this.ulgrpUseDetailEdit.Controls.Add(this.lblIsNew);
this.ulgrpUseDetailEdit.Controls.Add(this.cboNowPosition);
this.ulgrpUseDetailEdit.Controls.Add(this.lblNowPosition);
this.ulgrpUseDetailEdit.Location = new System.Drawing.Point(7, 4);
this.ulgrpUseDetailEdit.Name = "ulgrpUseDetailEdit";
this.ulgrpUseDetailEdit.Size = new System.Drawing.Size(658, 307);
this.ulgrpUseDetailEdit.SupportThemes = false;
this.ulgrpUseDetailEdit.TabIndex = 287;
this.ulgrpUseDetailEdit.Text = "使用记录";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(471, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 14);
this.label3.TabIndex = 310;
this.label3.Text = "位置号";
//
// cboCyc
//
this.cboCyc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCyc.FormattingEnabled = true;
this.cboCyc.Items.AddRange(new object[] {
"砌筑",
"预备",
"正常运行"});
this.cboCyc.Location = new System.Drawing.Point(289, 29);
this.cboCyc.Name = "cboCyc";
this.cboCyc.Size = new System.Drawing.Size(157, 22);
this.cboCyc.TabIndex = 309;
this.cboCyc.SelectedIndexChanged += new System.EventHandler(this.cboCyc_SelectedIndexChanged);
//
// txtIronInstance
//
this.txtIronInstance.Location = new System.Drawing.Point(75, 67);
this.txtIronInstance.Name = "txtIronInstance";
this.txtIronInstance.Size = new System.Drawing.Size(135, 23);
this.txtIronInstance.TabIndex = 308;
this.txtIronInstance.Text = " ";
//
// txtLadleUseNum
//
this.txtLadleUseNum.Enabled = false;
this.txtLadleUseNum.Location = new System.Drawing.Point(75, 29);
this.txtLadleUseNum.Name = "txtLadleUseNum";
this.txtLadleUseNum.Size = new System.Drawing.Size(135, 23);
this.txtLadleUseNum.TabIndex = 307;
this.txtLadleUseNum.Text = " ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(222, 33);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 305;
this.label2.Text = "周期编号";
//
// txtPositionID
//
this.txtPositionID.Location = new System.Drawing.Point(524, 67);
this.txtPositionID.Name = "txtPositionID";
this.txtPositionID.Size = new System.Drawing.Size(124, 23);
this.txtPositionID.TabIndex = 304;
//
// dtpUseEndTime
//
this.dtpUseEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpUseEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpUseEndTime.Location = new System.Drawing.Point(452, 143);
this.dtpUseEndTime.Name = "dtpUseEndTime";
this.dtpUseEndTime.Size = new System.Drawing.Size(196, 23);
this.dtpUseEndTime.TabIndex = 302;
//
// dtpUseStartTime
//
this.dtpUseStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.dtpUseStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpUseStartTime.Location = new System.Drawing.Point(75, 143);
this.dtpUseStartTime.Name = "dtpUseStartTime";
this.dtpUseStartTime.Size = new System.Drawing.Size(210, 23);
this.dtpUseStartTime.TabIndex = 301;
//
// lblUseEndTime
//
this.lblUseEndTime.AutoSize = true;
this.lblUseEndTime.BackColor = System.Drawing.Color.Transparent;
this.lblUseEndTime.Location = new System.Drawing.Point(383, 147);
this.lblUseEndTime.Name = "lblUseEndTime";
this.lblUseEndTime.Size = new System.Drawing.Size(63, 14);
this.lblUseEndTime.TabIndex = 300;
this.lblUseEndTime.Text = "结束时间";
//
// lblUseStartTime
//
this.lblUseStartTime.AutoSize = true;
this.lblUseStartTime.BackColor = System.Drawing.Color.Transparent;
this.lblUseStartTime.Location = new System.Drawing.Point(8, 147);
this.lblUseStartTime.Name = "lblUseStartTime";
this.lblUseStartTime.Size = new System.Drawing.Size(63, 14);
this.lblUseStartTime.TabIndex = 299;
this.lblUseStartTime.Text = "起始时间";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(8, 33);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 292;
this.label1.Text = "铁包编号";
//
// lblUseDetailMemo
//
this.lblUseDetailMemo.AutoSize = true;
this.lblUseDetailMemo.BackColor = System.Drawing.Color.Transparent;
this.lblUseDetailMemo.Location = new System.Drawing.Point(36, 177);
this.lblUseDetailMemo.Name = "lblUseDetailMemo";
this.lblUseDetailMemo.Size = new System.Drawing.Size(35, 14);
this.lblUseDetailMemo.TabIndex = 288;
this.lblUseDetailMemo.Text = "备注";
//
// txtUseDetailMemo
//
this.txtUseDetailMemo.Location = new System.Drawing.Point(75, 177);
this.txtUseDetailMemo.Multiline = true;
this.txtUseDetailMemo.Name = "txtUseDetailMemo";
this.txtUseDetailMemo.Size = new System.Drawing.Size(573, 122);
this.txtUseDetailMemo.TabIndex = 289;
//
// txtInstance
//
this.txtInstance.Location = new System.Drawing.Point(289, 105);
this.txtInstance.Name = "txtInstance";
this.txtInstance.Size = new System.Drawing.Size(157, 23);
this.txtInstance.TabIndex = 281;
this.txtInstance.Text = " ";
//
// txtRionQdy
//
this.txtRionQdy.Location = new System.Drawing.Point(289, 67);
this.txtRionQdy.Name = "txtRionQdy";
this.txtRionQdy.Size = new System.Drawing.Size(157, 23);
this.txtRionQdy.TabIndex = 280;
this.txtRionQdy.Text = " ";
this.txtRionQdy.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurAge_KeyPress);
//
// lblInstance
//
this.lblInstance.AutoSize = true;
this.lblInstance.BackColor = System.Drawing.Color.Transparent;
this.lblInstance.Location = new System.Drawing.Point(250, 109);
this.lblInstance.Name = "lblInstance";
this.lblInstance.Size = new System.Drawing.Size(35, 14);
this.lblInstance.TabIndex = 278;
this.lblInstance.Text = "包况";
//
// lblBTL
//
this.lblBTL.AutoSize = true;
this.lblBTL.BackColor = System.Drawing.Color.Transparent;
this.lblBTL.Location = new System.Drawing.Point(236, 71);
this.lblBTL.Name = "lblBTL";
this.lblBTL.Size = new System.Drawing.Size(49, 14);
this.lblBTL.TabIndex = 278;
this.lblBTL.Text = "包砣量";
//
// lblCurAge
//
this.lblCurAge.AutoSize = true;
this.lblCurAge.BackColor = System.Drawing.Color.Transparent;
this.lblCurAge.Location = new System.Drawing.Point(8, 109);
this.lblCurAge.Name = "lblCurAge";
this.lblCurAge.Size = new System.Drawing.Size(63, 14);
this.lblCurAge.TabIndex = 272;
this.lblCurAge.Text = "当次包龄";
//
// txtCurAge
//
this.txtCurAge.Location = new System.Drawing.Point(75, 105);
this.txtCurAge.Name = "txtCurAge";
this.txtCurAge.Size = new System.Drawing.Size(135, 23);
this.txtCurAge.TabIndex = 274;
this.txtCurAge.Text = " ";
this.txtCurAge.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtCurAge_KeyPress);
//
// lblIronInstance
//
this.lblIronInstance.AutoSize = true;
this.lblIronInstance.BackColor = System.Drawing.Color.Transparent;
this.lblIronInstance.Location = new System.Drawing.Point(8, 71);
this.lblIronInstance.Name = "lblIronInstance";
this.lblIronInstance.Size = new System.Drawing.Size(63, 14);
this.lblIronInstance.TabIndex = 271;
this.lblIronInstance.Text = "受铁情况";
//
// cboIsNew
//
this.cboIsNew.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboIsNew.FormattingEnabled = true;
this.cboIsNew.Items.AddRange(new object[] {
"是",
"否"});
this.cboIsNew.Location = new System.Drawing.Point(524, 105);
this.cboIsNew.Name = "cboIsNew";
this.cboIsNew.Size = new System.Drawing.Size(124, 22);
this.cboIsNew.TabIndex = 258;
//
// lblIsNew
//
this.lblIsNew.AutoSize = true;
this.lblIsNew.BackColor = System.Drawing.Color.Transparent;
this.lblIsNew.Location = new System.Drawing.Point(457, 109);
this.lblIsNew.Name = "lblIsNew";
this.lblIsNew.Size = new System.Drawing.Size(63, 14);
this.lblIsNew.TabIndex = 257;
this.lblIsNew.Text = "是否新包";
//
// cboNowPosition
//
this.cboNowPosition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboNowPosition.FormattingEnabled = true;
this.cboNowPosition.Items.AddRange(new object[] {
"铁水站",
"脱硫站",
"转炉",
"吹氩站",
"钢包炉",
"RH炉",
"连铸机"});
this.cboNowPosition.Location = new System.Drawing.Point(524, 29);
this.cboNowPosition.Name = "cboNowPosition";
this.cboNowPosition.Size = new System.Drawing.Size(124, 22);
this.cboNowPosition.TabIndex = 258;
//
// lblNowPosition
//
this.lblNowPosition.AutoSize = true;
this.lblNowPosition.BackColor = System.Drawing.Color.Transparent;
this.lblNowPosition.Location = new System.Drawing.Point(457, 33);
this.lblNowPosition.Name = "lblNowPosition";
this.lblNowPosition.Size = new System.Drawing.Size(63, 14);
this.lblNowPosition.TabIndex = 257;
this.lblNowPosition.Text = "所处位置";
//
// btnclose
//
this.btnclose.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnclose.Location = new System.Drawing.Point(420, 324);
this.btnclose.Name = "btnclose";
this.btnclose.Size = new System.Drawing.Size(75, 27);
this.btnclose.TabIndex = 291;
this.btnclose.Text = "关闭";
this.btnclose.UseVisualStyleBackColor = true;
this.btnclose.Visible = false;
this.btnclose.Click += new System.EventHandler(this.btnclose_Click);
//
// brnDel
//
this.brnDel.Font = new System.Drawing.Font("宋体", 10.5F);
this.brnDel.Location = new System.Drawing.Point(339, 324);
this.brnDel.Name = "brnDel";
this.brnDel.Size = new System.Drawing.Size(75, 27);
this.brnDel.TabIndex = 289;
this.brnDel.Text = "删除";
this.brnDel.UseVisualStyleBackColor = true;
this.brnDel.Visible = false;
this.brnDel.Click += new System.EventHandler(this.brnDel_Click);
//
// btnUpdate
//
this.btnUpdate.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnUpdate.Location = new System.Drawing.Point(258, 324);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 27);
this.btnUpdate.TabIndex = 290;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Visible = false;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnAdd
//
this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F);
this.btnAdd.Location = new System.Drawing.Point(177, 324);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 27);
this.btnAdd.TabIndex = 288;
this.btnAdd.Text = "新增";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Visible = false;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ADD,
this.toolStripSeparator1,
this.EDIT,
this.toolStripSeparator2,
this.DEL,
this.toolStripSeparator3,
this.CLOSE});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(673, 25);
this.toolStrip1.TabIndex = 292;
this.toolStrip1.Text = "toolStrip1";
//
// ADD
//
this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ADD.Name = "ADD";
this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.ADD.Size = new System.Drawing.Size(53, 22);
this.ADD.Text = "新增";
this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// EDIT
//
this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
this.EDIT.Name = "EDIT";
this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.EDIT.Size = new System.Drawing.Size(53, 22);
this.EDIT.Text = "修改";
this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// DEL
//
this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DEL.Name = "DEL";
this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.DEL.Size = new System.Drawing.Size(53, 22);
this.DEL.Text = "删除";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// CLOSE
//
this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
this.CLOSE.Name = "CLOSE";
this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.CLOSE.Size = new System.Drawing.Size(53, 22);
this.CLOSE.Text = "关闭";
//
// frmIlUse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Gainsboro;
this.ClientSize = new System.Drawing.Size(673, 364);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.btnclose);
this.Controls.Add(this.brnDel);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.ulgrpUseDetailEdit);
this.Font = new System.Drawing.Font("宋体", 10.5F);
this.Name = "frmIlUse";
this.Text = "铁包使用";
this.Load += new System.EventHandler(this.frmIlUse_Load);
((System.ComponentModel.ISupportInitialize)(this.ulgrpUseDetailEdit)).EndInit();
this.ulgrpUseDetailEdit.ResumeLayout(false);
this.ulgrpUseDetailEdit.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public Infragistics.Win.Misc.UltraGroupBox ulgrpUseDetailEdit;
private System.Windows.Forms.TextBox txtIronInstance;
private System.Windows.Forms.TextBox txtLadleUseNum;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPositionID;
private System.Windows.Forms.DateTimePicker dtpUseEndTime;
private System.Windows.Forms.DateTimePicker dtpUseStartTime;
private System.Windows.Forms.Label lblUseEndTime;
private System.Windows.Forms.Label lblUseStartTime;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblUseDetailMemo;
private System.Windows.Forms.TextBox txtUseDetailMemo;
private System.Windows.Forms.TextBox txtInstance;
private System.Windows.Forms.TextBox txtRionQdy;
private System.Windows.Forms.Label lblInstance;
private System.Windows.Forms.Label lblBTL;
private System.Windows.Forms.Label lblCurAge;
private System.Windows.Forms.TextBox txtCurAge;
private System.Windows.Forms.Label lblIronInstance;
private System.Windows.Forms.ComboBox cboIsNew;
private System.Windows.Forms.Label lblIsNew;
private System.Windows.Forms.ComboBox cboNowPosition;
private System.Windows.Forms.Label lblNowPosition;
private System.Windows.Forms.Button btnclose;
private System.Windows.Forms.Button brnDel;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.ComboBox cboCyc;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton ADD;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton EDIT;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton DEL;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton CLOSE;
}
}