| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
- namespace Core.LgMes.Client.LgDeviceManager
- {
- partial class FrmTDBaseInfo
- {
- /// <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(FrmTDBaseInfo));
- 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.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();
- this.lblTundishID = new System.Windows.Forms.Label();
- this.lblCreateDate = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.txtAge = 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.ucmeID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ucmeCCM = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label3 = new System.Windows.Forms.Label();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.txtStatus = new System.Windows.Forms.TextBox();
- this.toolStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip1
- //
- this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- 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(303, 30);
- 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(72, 27);
- this.ADD.Text = "新增(&A)";
- this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 30);
- //
- // 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(73, 27);
- this.EDIT.Text = "修改(&U)";
- this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 30);
- //
- // 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(73, 27);
- this.DEL.Text = "删除(&D)";
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
- //
- // 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(72, 27);
- 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(31, 35);
- 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(43, 176);
- 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(43, 147);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "生产日期";
- //
- // txtAge
- //
- this.txtAge.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtAge.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtAge.Location = new System.Drawing.Point(103, 114);
- this.txtAge.Name = "txtAge";
- this.txtAge.Size = new System.Drawing.Size(147, 21);
- this.txtAge.TabIndex = 4;
- this.txtAge.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(67, 118);
- this.lblAge.Name = "lblAge";
- this.lblAge.Size = new System.Drawing.Size(29, 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(43, 89);
- 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(103, 201);
- this.txtMemo.Multiline = true;
- this.txtMemo.Name = "txtMemo";
- this.txtMemo.Size = new System.Drawing.Size(147, 48);
- this.txtMemo.TabIndex = 7;
- //
- // 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(67, 205);
- 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(103, 143);
- this.udtePTime.MaskInput = "{date}";
- this.udtePTime.Name = "udtePTime";
- this.udtePTime.Size = new System.Drawing.Size(147, 21);
- this.udtePTime.TabIndex = 5;
- //
- // udteBuyTime
- //
- this.udteBuyTime.Location = new System.Drawing.Point(103, 172);
- this.udteBuyTime.MaskInput = "{date}";
- this.udteBuyTime.Name = "udteBuyTime";
- this.udteBuyTime.Size = new System.Drawing.Size(147, 21);
- this.udteBuyTime.TabIndex = 6;
- //
- // ucmeID
- //
- appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance2.BorderColor = System.Drawing.Color.Black;
- this.ucmeID.Appearance = appearance2;
- this.ucmeID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ucmeID.Location = new System.Drawing.Point(103, 32);
- this.ucmeID.Name = "ucmeID";
- this.ucmeID.Size = new System.Drawing.Size(147, 19);
- this.ucmeID.TabIndex = 288;
- this.ucmeID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.ucmeID.SelectionChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
- //
- // ucmeCCM
- //
- appearance3.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance3.BorderColor = System.Drawing.Color.Black;
- this.ucmeCCM.Appearance = appearance3;
- this.ucmeCCM.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ucmeCCM.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.ucmeCCM.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.ucmeCCM.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem2,
- valueListItem3,
- valueListItem4});
- this.ucmeCCM.Location = new System.Drawing.Point(103, 60);
- this.ucmeCCM.Name = "ucmeCCM";
- this.ucmeCCM.Size = new System.Drawing.Size(147, 19);
- this.ucmeCCM.TabIndex = 287;
- this.ucmeCCM.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- this.ucmeCCM.SelectionChanged += new System.EventHandler(this.cbbCCM_SelectedIndexChanged);
- //
- // 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(31, 63);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(65, 12);
- this.label3.TabIndex = 0;
- this.label3.Text = "所属铸机号";
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.txtStatus);
- this.ultraGroupBox1.Controls.Add(this.ucmeID);
- this.ultraGroupBox1.Controls.Add(this.label3);
- this.ultraGroupBox1.Controls.Add(this.ucmeCCM);
- this.ultraGroupBox1.Controls.Add(this.lblTundishID);
- 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.txtAge);
- this.ultraGroupBox1.Controls.Add(this.lblBaseInfoMemo);
- this.ultraGroupBox1.Controls.Add(this.txtMemo);
- this.ultraGroupBox1.Controls.Add(this.lblAge);
- this.ultraGroupBox1.Controls.Add(this.lblNowStatus);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 30);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(303, 278);
- this.ultraGroupBox1.TabIndex = 2;
- //
- // txtStatus
- //
- this.txtStatus.AcceptsReturn = true;
- this.txtStatus.Enabled = false;
- 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(103, 87);
- this.txtStatus.Name = "txtStatus";
- this.txtStatus.ReadOnly = true;
- this.txtStatus.Size = new System.Drawing.Size(147, 21);
- this.txtStatus.TabIndex = 289;
- //
- // FrmTDBaseInfo
- //
- 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(303, 308);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this.toolStrip1);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmTDBaseInfo";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "中间包基础信息";
- this.Load += new System.EventHandler(this.FrmTDBaseInfo_Load);
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.udtePTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.udteBuyTime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucmeCCM)).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.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;
- private System.Windows.Forms.Label lblTundishID;
- private System.Windows.Forms.Label lblCreateDate;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtAge;
- 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.Label label3;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeID;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeCCM;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private System.Windows.Forms.TextBox txtStatus;
- }
- }
|