FrmJxjh.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmJxjh
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  29. this.txtTime = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  30. this.comPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  31. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  32. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  33. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  34. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  35. this.timeBeign = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  36. this.timeEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  37. this.comStyle = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  38. this.buttonAdd = new Infragistics.Win.Misc.UltraButton();
  39. this.buttonCancel = new Infragistics.Win.Misc.UltraButton();
  40. ((System.ComponentModel.ISupportInitialize)(this.txtTime)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.comPline)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.timeBeign)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.timeEnd)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.comStyle)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ultraLabel1
  48. //
  49. this.ultraLabel1.AutoSize = true;
  50. this.ultraLabel1.Location = new System.Drawing.Point(83, 34);
  51. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  52. this.ultraLabel1.Name = "ultraLabel1";
  53. this.ultraLabel1.Size = new System.Drawing.Size(89, 24);
  54. this.ultraLabel1.TabIndex = 0;
  55. this.ultraLabel1.Text = "工序产线";
  56. //
  57. // txtTime
  58. //
  59. this.txtTime.Location = new System.Drawing.Point(164, 112);
  60. this.txtTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  61. this.txtTime.MaskInput = "{double:6.1}";
  62. this.txtTime.Name = "txtTime";
  63. this.txtTime.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  64. this.txtTime.Size = new System.Drawing.Size(192, 24);
  65. this.txtTime.TabIndex = 1;
  66. this.txtTime.ValueChanged += new System.EventHandler(this.txtTime_ValueChanged);
  67. //
  68. // comPline
  69. //
  70. this.comPline.DropDownListWidth = -1;
  71. this.comPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  72. this.comPline.Enabled = false;
  73. this.comPline.Location = new System.Drawing.Point(164, 28);
  74. this.comPline.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  75. this.comPline.Name = "comPline";
  76. this.comPline.Size = new System.Drawing.Size(192, 24);
  77. this.comPline.TabIndex = 2;
  78. //
  79. // ultraLabel2
  80. //
  81. this.ultraLabel2.AutoSize = true;
  82. this.ultraLabel2.Location = new System.Drawing.Point(49, 202);
  83. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  84. this.ultraLabel2.Name = "ultraLabel2";
  85. this.ultraLabel2.Size = new System.Drawing.Size(131, 24);
  86. this.ultraLabel2.TabIndex = 3;
  87. this.ultraLabel2.Text = "计划结束时间";
  88. //
  89. // ultraLabel3
  90. //
  91. this.ultraLabel3.AutoSize = true;
  92. this.ultraLabel3.Location = new System.Drawing.Point(49, 160);
  93. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  94. this.ultraLabel3.Name = "ultraLabel3";
  95. this.ultraLabel3.Size = new System.Drawing.Size(131, 24);
  96. this.ultraLabel3.TabIndex = 4;
  97. this.ultraLabel3.Text = "计划开始时间";
  98. //
  99. // ultraLabel4
  100. //
  101. this.ultraLabel4.AutoSize = true;
  102. this.ultraLabel4.Location = new System.Drawing.Point(49, 119);
  103. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  104. this.ultraLabel4.Name = "ultraLabel4";
  105. this.ultraLabel4.Size = new System.Drawing.Size(98, 19);
  106. this.ultraLabel4.TabIndex = 5;
  107. this.ultraLabel4.Text = "检修耗时(时)";
  108. //
  109. // ultraLabel5
  110. //
  111. this.ultraLabel5.AutoSize = true;
  112. this.ultraLabel5.Location = new System.Drawing.Point(83, 79);
  113. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  114. this.ultraLabel5.Name = "ultraLabel5";
  115. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  116. this.ultraLabel5.TabIndex = 6;
  117. this.ultraLabel5.Text = "检修类型";
  118. //
  119. // timeBeign
  120. //
  121. this.timeBeign.Location = new System.Drawing.Point(164, 154);
  122. this.timeBeign.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  123. this.timeBeign.MaskInput = "yyyy-mm-dd hh:mm:ss";
  124. this.timeBeign.Name = "timeBeign";
  125. this.timeBeign.ReadOnly = true;
  126. this.timeBeign.Size = new System.Drawing.Size(192, 24);
  127. this.timeBeign.TabIndex = 7;
  128. //
  129. // timeEnd
  130. //
  131. this.timeEnd.Location = new System.Drawing.Point(164, 202);
  132. this.timeEnd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  133. this.timeEnd.MaskInput = "yyyy-mm-dd hh:mm:ss";
  134. this.timeEnd.Name = "timeEnd";
  135. this.timeEnd.ReadOnly = true;
  136. this.timeEnd.Size = new System.Drawing.Size(192, 24);
  137. this.timeEnd.TabIndex = 8;
  138. //
  139. // comStyle
  140. //
  141. this.comStyle.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  142. this.comStyle.Location = new System.Drawing.Point(164, 71);
  143. this.comStyle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  144. this.comStyle.Name = "comStyle";
  145. this.comStyle.Size = new System.Drawing.Size(192, 24);
  146. this.comStyle.TabIndex = 9;
  147. //
  148. // buttonAdd
  149. //
  150. this.buttonAdd.Location = new System.Drawing.Point(125, 254);
  151. this.buttonAdd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  152. this.buttonAdd.Name = "buttonAdd";
  153. this.buttonAdd.Size = new System.Drawing.Size(100, 32);
  154. this.buttonAdd.TabIndex = 10;
  155. this.buttonAdd.Text = "新增";
  156. this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
  157. //
  158. // buttonCancel
  159. //
  160. this.buttonCancel.Location = new System.Drawing.Point(237, 255);
  161. this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  162. this.buttonCancel.Name = "buttonCancel";
  163. this.buttonCancel.Size = new System.Drawing.Size(119, 30);
  164. this.buttonCancel.TabIndex = 11;
  165. this.buttonCancel.Text = "取消";
  166. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  167. //
  168. // FrmJxjh
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(475, 316);
  173. this.Controls.Add(this.buttonCancel);
  174. this.Controls.Add(this.buttonAdd);
  175. this.Controls.Add(this.comStyle);
  176. this.Controls.Add(this.timeEnd);
  177. this.Controls.Add(this.timeBeign);
  178. this.Controls.Add(this.ultraLabel5);
  179. this.Controls.Add(this.ultraLabel4);
  180. this.Controls.Add(this.ultraLabel3);
  181. this.Controls.Add(this.ultraLabel2);
  182. this.Controls.Add(this.comPline);
  183. this.Controls.Add(this.txtTime);
  184. this.Controls.Add(this.ultraLabel1);
  185. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  186. this.Name = "FrmJxjh";
  187. this.Text = "检修计划";
  188. this.Load += new System.EventHandler(this.FrmJxjh_Load);
  189. ((System.ComponentModel.ISupportInitialize)(this.txtTime)).EndInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.comPline)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.timeBeign)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.timeEnd)).EndInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.comStyle)).EndInit();
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  199. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txtTime;
  200. private Infragistics.Win.UltraWinEditors.UltraComboEditor comPline;
  201. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  202. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  203. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  204. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  205. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeBeign;
  206. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor timeEnd;
  207. private Infragistics.Win.UltraWinEditors.UltraComboEditor comStyle;
  208. private Infragistics.Win.Misc.UltraButton buttonAdd;
  209. private Infragistics.Win.Misc.UltraButton buttonCancel;
  210. }
  211. }