70684a38d9f5fd9783834d6b5fcbd840a3ad26cc.svn-base 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace Core.LZMes.Client.UIM.comm
  2. {
  3. partial class YardControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. this.uteYard = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  36. this.uteFl = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  37. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  38. this.uteCol = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  39. this.uteRow = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. ((System.ComponentModel.ISupportInitialize)(this.uteYard)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.uteFl)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.uteCol)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.uteRow)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // uteYard
  47. //
  48. appearance5.TextHAlignAsString = "Center";
  49. appearance5.TextVAlignAsString = "Middle";
  50. this.uteYard.Appearance = appearance5;
  51. this.uteYard.AutoSize = false;
  52. this.uteYard.Dock = System.Windows.Forms.DockStyle.Left;
  53. this.uteYard.Location = new System.Drawing.Point(0, 0);
  54. this.uteYard.MaxLength = 1;
  55. this.uteYard.Name = "uteYard";
  56. this.uteYard.Size = new System.Drawing.Size(20, 21);
  57. this.uteYard.TabIndex = 0;
  58. this.uteYard.TextChanged += new System.EventHandler(this.uteYard_TextChanged);
  59. this.uteYard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteYard_KeyPress);
  60. this.uteYard.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteYard_KeyDown);
  61. //
  62. // ultraLabel1
  63. //
  64. appearance6.TextHAlignAsString = "Center";
  65. appearance6.TextVAlignAsString = "Middle";
  66. this.ultraLabel1.Appearance = appearance6;
  67. this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Left;
  68. this.ultraLabel1.Location = new System.Drawing.Point(20, 0);
  69. this.ultraLabel1.Name = "ultraLabel1";
  70. this.ultraLabel1.Size = new System.Drawing.Size(13, 21);
  71. this.ultraLabel1.TabIndex = 1;
  72. this.ultraLabel1.Text = "-";
  73. //
  74. // uteFl
  75. //
  76. appearance4.TextHAlignAsString = "Center";
  77. appearance4.TextVAlignAsString = "Middle";
  78. this.uteFl.Appearance = appearance4;
  79. this.uteFl.AutoSize = false;
  80. this.uteFl.Dock = System.Windows.Forms.DockStyle.Left;
  81. this.uteFl.Location = new System.Drawing.Point(58, 0);
  82. this.uteFl.MaxLength = 1;
  83. this.uteFl.Name = "uteFl";
  84. this.uteFl.Size = new System.Drawing.Size(17, 21);
  85. this.uteFl.TabIndex = 3;
  86. this.uteFl.TextChanged += new System.EventHandler(this.uteFl_TextChanged);
  87. this.uteFl.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteFl_KeyPress);
  88. this.uteFl.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteFl_KeyDown);
  89. //
  90. // ultraLabel2
  91. //
  92. appearance1.TextHAlignAsString = "Center";
  93. appearance1.TextVAlignAsString = "Middle";
  94. this.ultraLabel2.Appearance = appearance1;
  95. this.ultraLabel2.Dock = System.Windows.Forms.DockStyle.Left;
  96. this.ultraLabel2.Location = new System.Drawing.Point(75, 0);
  97. this.ultraLabel2.Name = "ultraLabel2";
  98. this.ultraLabel2.Size = new System.Drawing.Size(13, 21);
  99. this.ultraLabel2.TabIndex = 4;
  100. this.ultraLabel2.Text = "-";
  101. //
  102. // uteCol
  103. //
  104. appearance2.TextHAlignAsString = "Center";
  105. appearance2.TextVAlignAsString = "Middle";
  106. this.uteCol.Appearance = appearance2;
  107. this.uteCol.AutoSize = false;
  108. this.uteCol.Dock = System.Windows.Forms.DockStyle.Left;
  109. this.uteCol.Location = new System.Drawing.Point(33, 0);
  110. this.uteCol.MaxLength = 2;
  111. this.uteCol.Name = "uteCol";
  112. this.uteCol.Size = new System.Drawing.Size(25, 21);
  113. this.uteCol.TabIndex = 5;
  114. this.uteCol.TextChanged += new System.EventHandler(this.uteCol_TextChanged);
  115. this.uteCol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteCol_KeyPress);
  116. this.uteCol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteCol_KeyDown);
  117. //
  118. // uteRow
  119. //
  120. appearance3.TextHAlignAsString = "Center";
  121. appearance3.TextVAlignAsString = "Middle";
  122. this.uteRow.Appearance = appearance3;
  123. this.uteRow.AutoSize = false;
  124. this.uteRow.Dock = System.Windows.Forms.DockStyle.Fill;
  125. this.uteRow.Location = new System.Drawing.Point(88, 0);
  126. this.uteRow.MaxLength = 3;
  127. this.uteRow.Name = "uteRow";
  128. this.uteRow.Size = new System.Drawing.Size(30, 21);
  129. this.uteRow.TabIndex = 2;
  130. this.uteRow.TextChanged += new System.EventHandler(this.uteRow_TextChanged);
  131. this.uteRow.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uteRow_KeyPress);
  132. this.uteRow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uteRow_KeyDown);
  133. //
  134. // YardControl
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  139. this.Controls.Add(this.uteRow);
  140. this.Controls.Add(this.ultraLabel2);
  141. this.Controls.Add(this.uteFl);
  142. this.Controls.Add(this.uteCol);
  143. this.Controls.Add(this.ultraLabel1);
  144. this.Controls.Add(this.uteYard);
  145. this.Name = "YardControl";
  146. this.Size = new System.Drawing.Size(118, 21);
  147. ((System.ComponentModel.ISupportInitialize)(this.uteYard)).EndInit();
  148. ((System.ComponentModel.ISupportInitialize)(this.uteFl)).EndInit();
  149. ((System.ComponentModel.ISupportInitialize)(this.uteCol)).EndInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.uteRow)).EndInit();
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteYard;
  155. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  156. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteFl;
  157. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  158. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteCol;
  159. private Infragistics.Win.UltraWinEditors.UltraTextEditor uteRow;
  160. }
  161. }