| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmCLBaseInfo
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCLBaseInfo));
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.ADD = new System.Windows.Forms.ToolStripButton();
- this.EDIT = new System.Windows.Forms.ToolStripButton();
- this.DEL = new System.Windows.Forms.ToolStripButton();
- this.CLOSE = new System.Windows.Forms.ToolStripButton();
- this.lblTundishID = new System.Windows.Forms.Label();
- this.lblCreateDate = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtTgl = new System.Windows.Forms.TextBox();
- this.lblAge = new System.Windows.Forms.Label();
- this.lblNowStatus = new System.Windows.Forms.Label();
- this.txtMemo = new System.Windows.Forms.TextBox();
- this.lblBaseInfoMemo = new System.Windows.Forms.Label();
- this.udtePTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.udteBuyTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ucmbID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ucmbCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtType = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.txtPos = new System.Windows.Forms.TextBox();
- this.txtTGBH = new System.Windows.Forms.TextBox();
- this.txtStatus = new System.Windows.Forms.TextBox();
- this.txtTbcs = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.ADD,
- this.EDIT,
- this.DEL,
- this.CLOSE});
- this.toolStrip1.Location = new System.Drawing.Point(0, 0);
- this.toolStrip1.Name = "toolStrip1";
- this.toolStrip1.Size = new System.Drawing.Size(299, 25);
- this.toolStrip1.TabIndex = 1;
- this.toolStrip1.Text = "toolStrip1";
- this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
- //
- // 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(71, 22);
- this.ADD.Text = "新增(&A)";
- this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // 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(71, 22);
- this.EDIT.Text = "修改(&U)";
- this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // 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(71, 22);
- this.DEL.Text = "删除(&D)";
- //
- // 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(71, 22);
- this.CLOSE.Text = "关闭(&C)";
- //
- // lblTundishID
- //
- this.lblTundishID.AutoSize = true;
- this.lblTundishID.BackColor = System.Drawing.Color.Transparent;
- this.lblTundishID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblTundishID.Location = new System.Drawing.Point(33, 46);
- this.lblTundishID.Name = "lblTundishID";
- this.lblTundishID.Size = new System.Drawing.Size(65, 12);
- this.lblTundishID.TabIndex = 0;
- this.lblTundishID.Text = "结晶器编号";
- //
- // lblCreateDate
- //
- this.lblCreateDate.AutoSize = true;
- this.lblCreateDate.BackColor = System.Drawing.Color.Transparent;
- this.lblCreateDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCreateDate.Location = new System.Drawing.Point(45, 268);
- this.lblCreateDate.Name = "lblCreateDate";
- this.lblCreateDate.Size = new System.Drawing.Size(53, 12);
- this.lblCreateDate.TabIndex = 0;
- this.lblCreateDate.Text = "购买日期";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(45, 240);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "生产日期";
- //
- // txtTgl
- //
- this.txtTgl.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtTgl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtTgl.Location = new System.Drawing.Point(106, 96);
- this.txtTgl.Name = "txtTgl";
- this.txtTgl.Size = new System.Drawing.Size(147, 21);
- this.txtTgl.TabIndex = 3;
- this.txtTgl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
- //
- // lblAge
- //
- this.lblAge.AutoSize = true;
- this.lblAge.BackColor = System.Drawing.Color.Transparent;
- this.lblAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblAge.Location = new System.Drawing.Point(57, 100);
- this.lblAge.Name = "lblAge";
- this.lblAge.Size = new System.Drawing.Size(41, 12);
- this.lblAge.TabIndex = 0;
- this.lblAge.Text = "通钢量";
- //
- // lblNowStatus
- //
- this.lblNowStatus.AutoSize = true;
- this.lblNowStatus.BackColor = System.Drawing.Color.Transparent;
- this.lblNowStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblNowStatus.Location = new System.Drawing.Point(45, 184);
- this.lblNowStatus.Name = "lblNowStatus";
- this.lblNowStatus.Size = new System.Drawing.Size(53, 12);
- this.lblNowStatus.TabIndex = 0;
- this.lblNowStatus.Text = "当前状态";
- //
- // txtMemo
- //
- this.txtMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMemo.Location = new System.Drawing.Point(106, 292);
- this.txtMemo.MaxLength = 300;
- this.txtMemo.Multiline = true;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(147, 48);
- this.txtMemo.TabIndex = 10;
- //
- // lblBaseInfoMemo
- //
- this.lblBaseInfoMemo.AutoSize = true;
- this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
- this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblBaseInfoMemo.Location = new System.Drawing.Point(69, 296);
- this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
- this.lblBaseInfoMemo.Size = new System.Drawing.Size(29, 12);
- this.lblBaseInfoMemo.TabIndex = 0;
- this.lblBaseInfoMemo.Text = "备注";
- //
- // udtePTime
- //
- this.udtePTime.Location = new System.Drawing.Point(106, 236);
- this.udtePTime.MaskInput = "{date}";
- this.udtePTime.Name = "udtePTime";
- this.udtePTime.Size = new System.Drawing.Size(147, 21);
- this.udtePTime.TabIndex = 8;
- //
- // udteBuyTime
- //
- this.udteBuyTime.Location = new System.Drawing.Point(106, 264);
- this.udteBuyTime.MaskInput = "{date}";
- this.udteBuyTime.Name = "udteBuyTime";
- this.udteBuyTime.Size = new System.Drawing.Size(147, 21);
- this.udteBuyTime.TabIndex = 9;
- //
- // ucmbID
- //
- appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance2.BorderColor = System.Drawing.Color.Black;
- this.ucmbID.Appearance = appearance2;
- this.ucmbID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmbID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ucmbID.Location = new System.Drawing.Point(106, 43);
- this.ucmbID.Name = "ucmbID";
- this.ucmbID.Size = new System.Drawing.Size(147, 19);
- this.ucmbID.TabIndex = 284;
- this.ucmbID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.ucmbID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
- //
- // ucmbCCM
- //
- appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance3.BorderColor = System.Drawing.Color.Black;
- this.ucmbCCM.Appearance = appearance3;
- this.ucmbCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmbCCM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ucmbCCM.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem2.DataValue = "1";
- valueListItem2.DisplayText = "1#连铸机";
- valueListItem3.DataValue = "2";
- valueListItem3.DisplayText = "2#连铸机";
- valueListItem4.DataValue = "3";
- valueListItem4.DisplayText = "3#连铸机";
- this.ucmbCCM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem2,
- valueListItem3,
- valueListItem4});
- this.ucmbCCM.Location = new System.Drawing.Point(106, 16);
- this.ucmbCCM.Name = "ucmbCCM";
- this.ucmbCCM.Size = new System.Drawing.Size(147, 19);
- this.ucmbCCM.TabIndex = 283;
- this.ucmbCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.ucmbCCM.SelectionChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
- //
- // txtType
- //
- this.txtType.BackColor = System.Drawing.Color.Gainsboro;
- this.txtType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtType.Location = new System.Drawing.Point(106, 69);
- this.txtType.Name = "txtType";
- this.txtType.ReadOnly = true;
- this.txtType.Size = new System.Drawing.Size(147, 21);
- this.txtType.TabIndex = 2;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(45, 212);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 0;
- this.label4.Text = "当前流号";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Transparent;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(33, 19);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "所属铸机号";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(45, 128);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 0;
- this.label6.Text = "铜管编号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Transparent;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(45, 156);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 0;
- this.label2.Text = "铜管次数";
- //
- // txtPos
- //
- this.txtPos.BackColor = System.Drawing.Color.Gainsboro;
- this.txtPos.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtPos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtPos.Location = new System.Drawing.Point(106, 208);
- this.txtPos.Name = "txtPos";
- this.txtPos.ReadOnly = true;
- this.txtPos.Size = new System.Drawing.Size(147, 21);
- this.txtPos.TabIndex = 7;
- //
- // txtTGBH
- //
- this.txtTGBH.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtTGBH.Location = new System.Drawing.Point(106, 124);
- this.txtTGBH.MaxLength = 10;
- this.txtTGBH.Name = "txtTGBH";
- this.txtTGBH.Size = new System.Drawing.Size(147, 21);
- this.txtTGBH.TabIndex = 4;
- //
- // txtStatus
- //
- this.txtStatus.BackColor = System.Drawing.Color.Gainsboro;
- this.txtStatus.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtStatus.Location = new System.Drawing.Point(106, 180);
- this.txtStatus.Name = "txtStatus";
- this.txtStatus.ReadOnly = true;
- this.txtStatus.Size = new System.Drawing.Size(147, 21);
- this.txtStatus.TabIndex = 6;
- //
- // txtTbcs
- //
- this.txtTbcs.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtTbcs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtTbcs.Location = new System.Drawing.Point(106, 152);
- this.txtTbcs.Name = "txtTbcs";
- this.txtTbcs.Size = new System.Drawing.Size(147, 21);
- this.txtTbcs.TabIndex = 5;
- this.txtTbcs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAge_KeyPress);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.Transparent;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(33, 73);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 0;
- this.label5.Text = "结晶器类型";
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.ucmbID);
- this.ultraGroupBox1.Controls.Add(this.label5);
- this.ultraGroupBox1.Controls.Add(this.ucmbCCM);
- this.ultraGroupBox1.Controls.Add(this.lblTundishID);
- this.ultraGroupBox1.Controls.Add(this.txtType);
- this.ultraGroupBox1.Controls.Add(this.lblCreateDate);
- this.ultraGroupBox1.Controls.Add(this.udteBuyTime);
- this.ultraGroupBox1.Controls.Add(this.label1);
- this.ultraGroupBox1.Controls.Add(this.udtePTime);
- this.ultraGroupBox1.Controls.Add(this.txtTgl);
- this.ultraGroupBox1.Controls.Add(this.lblBaseInfoMemo);
- this.ultraGroupBox1.Controls.Add(this.txtTbcs);
- this.ultraGroupBox1.Controls.Add(this.txtMemo);
- this.ultraGroupBox1.Controls.Add(this.txtStatus);
- this.ultraGroupBox1.Controls.Add(this.label4);
- this.ultraGroupBox1.Controls.Add(this.txtTGBH);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.txtPos);
- this.ultraGroupBox1.Controls.Add(this.label6);
- this.ultraGroupBox1.Controls.Add(this.lblAge);
- this.ultraGroupBox1.Controls.Add(this.lblNowStatus);
- this.ultraGroupBox1.Controls.Add(this.label2);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(299, 366);
- this.ultraGroupBox1.TabIndex = 2;
- //
- // FrmCLBaseInfo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Gainsboro;
- this.ClientSize = new System.Drawing.Size(299, 391);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.toolStrip1);
- this.Name = "FrmCLBaseInfo";
- this.Text = "结晶器基础信息";
- this.Load += new System.EventHandler(this.FrmCLBaseInfo_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmbID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmbCCM)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton ADD;
- private System.Windows.Forms.ToolStripButton EDIT;
- private System.Windows.Forms.ToolStripButton DEL;
- private System.Windows.Forms.ToolStripButton CLOSE;
- private System.Windows.Forms.Label lblTundishID;
- private System.Windows.Forms.Label lblCreateDate;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtTgl;
- private System.Windows.Forms.Label lblAge;
- private System.Windows.Forms.Label lblNowStatus;
- private System.Windows.Forms.TextBox txtMemo;
- private System.Windows.Forms.Label lblBaseInfoMemo;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtePTime;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udteBuyTime;
- private System.Windows.Forms.TextBox txtStatus;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtPos;
- private System.Windows.Forms.TextBox txtTbcs;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox txtTGBH;
- private System.Windows.Forms.TextBox txtType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbCCM;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmbID;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- }
- }
|