namespace Core.LZMes.Client.UIM.comm { partial class YardControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); this.uteYard = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel(); this.uteFl = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel(); this.uteCol = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); this.uteRow = new Infragistics.Win.UltraWinEditors.UltraTextEditor(); ((System.ComponentModel.ISupportInitialize)(this.uteYard)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uteFl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uteCol)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.uteRow)).BeginInit(); this.SuspendLayout(); // // uteYard // appearance5.TextHAlignAsString = "Center"; appearance5.TextVAlignAsString = "Middle"; this.uteYard.Appearance = appearance5; this.uteYard.AutoSize = false; this.uteYard.Dock = System.Windows.Forms.DockStyle.Left; this.uteYard.Location = new System.Drawing.Point(0, 0); this.uteYard.MaxLength = 1; this.uteYard.Name = "uteYard"; this.uteYard.Size = new System.Drawing.Size(20, 21); this.uteYard.TabIndex = 0; this.uteYard.TextChanged += new System.EventHandler(this.uteYard_TextChanged); this.uteYard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteYard_KeyPress); this.uteYard.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteYard_KeyDown); // // ultraLabel1 // appearance6.TextHAlignAsString = "Center"; appearance6.TextVAlignAsString = "Middle"; this.ultraLabel1.Appearance = appearance6; this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Left; this.ultraLabel1.Location = new System.Drawing.Point(20, 0); this.ultraLabel1.Name = "ultraLabel1"; this.ultraLabel1.Size = new System.Drawing.Size(13, 21); this.ultraLabel1.TabIndex = 1; this.ultraLabel1.Text = "-"; // // uteFl // appearance4.TextHAlignAsString = "Center"; appearance4.TextVAlignAsString = "Middle"; this.uteFl.Appearance = appearance4; this.uteFl.AutoSize = false; this.uteFl.Dock = System.Windows.Forms.DockStyle.Left; this.uteFl.Location = new System.Drawing.Point(58, 0); this.uteFl.MaxLength = 1; this.uteFl.Name = "uteFl"; this.uteFl.Size = new System.Drawing.Size(17, 21); this.uteFl.TabIndex = 3; this.uteFl.TextChanged += new System.EventHandler(this.uteFl_TextChanged); this.uteFl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteFl_KeyPress); this.uteFl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteFl_KeyDown); // // ultraLabel2 // appearance1.TextHAlignAsString = "Center"; appearance1.TextVAlignAsString = "Middle"; this.ultraLabel2.Appearance = appearance1; this.ultraLabel2.Dock = System.Windows.Forms.DockStyle.Left; this.ultraLabel2.Location = new System.Drawing.Point(75, 0); this.ultraLabel2.Name = "ultraLabel2"; this.ultraLabel2.Size = new System.Drawing.Size(13, 21); this.ultraLabel2.TabIndex = 4; this.ultraLabel2.Text = "-"; // // uteCol // appearance2.TextHAlignAsString = "Center"; appearance2.TextVAlignAsString = "Middle"; this.uteCol.Appearance = appearance2; this.uteCol.AutoSize = false; this.uteCol.Dock = System.Windows.Forms.DockStyle.Left; this.uteCol.Location = new System.Drawing.Point(33, 0); this.uteCol.MaxLength = 2; this.uteCol.Name = "uteCol"; this.uteCol.Size = new System.Drawing.Size(25, 21); this.uteCol.TabIndex = 5; this.uteCol.TextChanged += new System.EventHandler(this.uteCol_TextChanged); this.uteCol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteCol_KeyPress); this.uteCol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteCol_KeyDown); // // uteRow // appearance3.TextHAlignAsString = "Center"; appearance3.TextVAlignAsString = "Middle"; this.uteRow.Appearance = appearance3; this.uteRow.AutoSize = false; this.uteRow.Dock = System.Windows.Forms.DockStyle.Fill; this.uteRow.Location = new System.Drawing.Point(88, 0); this.uteRow.MaxLength = 3; this.uteRow.Name = "uteRow"; this.uteRow.Size = new System.Drawing.Size(30, 21); this.uteRow.TabIndex = 2; this.uteRow.TextChanged += new System.EventHandler(this.uteRow_TextChanged); this.uteRow.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteRow_KeyPress); this.uteRow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteRow_KeyDown); // // YardControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.uteRow); this.Controls.Add(this.ultraLabel2); this.Controls.Add(this.uteFl); this.Controls.Add(this.uteCol); this.Controls.Add(this.ultraLabel1); this.Controls.Add(this.uteYard); this.Name = "YardControl"; this.Size = new System.Drawing.Size(118, 21); ((System.ComponentModel.ISupportInitialize)(this.uteYard)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uteFl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uteCol)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.uteRow)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinEditors.UltraTextEditor uteYard; private Infragistics.Win.Misc.UltraLabel ultraLabel1; private Infragistics.Win.UltraWinEditors.UltraTextEditor uteFl; private Infragistics.Win.Misc.UltraLabel ultraLabel2; private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCol; private Infragistics.Win.UltraWinEditors.UltraTextEditor uteRow; } }