frmPlanQuery.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace Core.StlMes.Client.LgResMgt
  2. {
  3. partial class frmPlanQuery
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  36. this.ugPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  37. this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  38. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  39. this.uceEafLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  40. this.ucEafLine = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  41. this.uceOrder = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  42. this.txtOrder = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  43. this.ucJudgeStove = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  44. this.chcGrade = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  45. this.uceGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  46. this.txtStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  48. this.dateEndtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  49. this.chcMaketime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  50. this.dateBegintime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. ((System.ComponentModel.ISupportInitialize)(this.ugPlan)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  54. this.ultraGroupBox1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.uceOrder)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.chcGrade)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.uceGrade)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // ugPlan
  69. //
  70. this.ugPlan.DataSource = this.bindingSource1;
  71. appearance2.FontData.BoldAsString = "True";
  72. appearance2.TextHAlignAsString = "Left";
  73. this.ugPlan.DisplayLayout.CaptionAppearance = appearance2;
  74. this.ugPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.ugPlan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.ugPlan.Location = new System.Drawing.Point(0, 36);
  77. this.ugPlan.Name = "ugPlan";
  78. this.ugPlan.Size = new System.Drawing.Size(1239, 325);
  79. this.ugPlan.TabIndex = 15;
  80. this.ugPlan.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugPlan_InitializeRow);
  81. //
  82. // ultraGroupBox1
  83. //
  84. this.ultraGroupBox1.Controls.Add(this.uceEafLine);
  85. this.ultraGroupBox1.Controls.Add(this.ucEafLine);
  86. this.ultraGroupBox1.Controls.Add(this.uceOrder);
  87. this.ultraGroupBox1.Controls.Add(this.txtOrder);
  88. this.ultraGroupBox1.Controls.Add(this.ucJudgeStove);
  89. this.ultraGroupBox1.Controls.Add(this.chcGrade);
  90. this.ultraGroupBox1.Controls.Add(this.uceGrade);
  91. this.ultraGroupBox1.Controls.Add(this.txtStoveNo);
  92. this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
  93. this.ultraGroupBox1.Controls.Add(this.dateEndtime);
  94. this.ultraGroupBox1.Controls.Add(this.chcMaketime);
  95. this.ultraGroupBox1.Controls.Add(this.dateBegintime);
  96. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  97. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  98. this.ultraGroupBox1.Name = "ultraGroupBox1";
  99. this.ultraGroupBox1.Size = new System.Drawing.Size(1239, 36);
  100. this.ultraGroupBox1.TabIndex = 14;
  101. //
  102. // uceEafLine
  103. //
  104. this.uceEafLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)));
  106. this.uceEafLine.AutoSize = false;
  107. this.uceEafLine.CheckedListSettings.ListSeparator = ",";
  108. this.uceEafLine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  109. this.uceEafLine.Location = new System.Drawing.Point(464, 6);
  110. this.uceEafLine.Name = "uceEafLine";
  111. this.uceEafLine.Size = new System.Drawing.Size(117, 21);
  112. this.uceEafLine.TabIndex = 42;
  113. //
  114. // ucEafLine
  115. //
  116. appearance4.TextHAlignAsString = "Center";
  117. appearance4.TextVAlignAsString = "Middle";
  118. this.ucEafLine.Appearance = appearance4;
  119. this.ucEafLine.AutoSize = true;
  120. this.ucEafLine.Checked = true;
  121. this.ucEafLine.CheckState = System.Windows.Forms.CheckState.Checked;
  122. this.ucEafLine.Location = new System.Drawing.Point(380, 7);
  123. this.ucEafLine.Name = "ucEafLine";
  124. this.ucEafLine.Size = new System.Drawing.Size(71, 19);
  125. this.ucEafLine.TabIndex = 41;
  126. this.ucEafLine.Text = "电炉产线";
  127. //
  128. // uceOrder
  129. //
  130. this.uceOrder.AutoSize = true;
  131. this.uceOrder.BackColor = System.Drawing.Color.Transparent;
  132. this.uceOrder.BackColorInternal = System.Drawing.Color.Transparent;
  133. this.uceOrder.Location = new System.Drawing.Point(1003, 7);
  134. this.uceOrder.Name = "uceOrder";
  135. this.uceOrder.Size = new System.Drawing.Size(59, 19);
  136. this.uceOrder.TabIndex = 40;
  137. this.uceOrder.Text = "合同号";
  138. //
  139. // txtOrder
  140. //
  141. this.txtOrder.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  142. this.txtOrder.Location = new System.Drawing.Point(1075, 6);
  143. this.txtOrder.MaxLength = 255;
  144. this.txtOrder.Name = "txtOrder";
  145. this.txtOrder.Size = new System.Drawing.Size(120, 21);
  146. this.txtOrder.TabIndex = 39;
  147. //
  148. // ucJudgeStove
  149. //
  150. this.ucJudgeStove.AutoSize = true;
  151. this.ucJudgeStove.BackColor = System.Drawing.Color.Transparent;
  152. this.ucJudgeStove.BackColorInternal = System.Drawing.Color.Transparent;
  153. this.ucJudgeStove.Location = new System.Drawing.Point(594, 7);
  154. this.ucJudgeStove.Name = "ucJudgeStove";
  155. this.ucJudgeStove.Size = new System.Drawing.Size(71, 19);
  156. this.ucJudgeStove.TabIndex = 38;
  157. this.ucJudgeStove.Text = "判定炉号";
  158. //
  159. // chcGrade
  160. //
  161. this.chcGrade.AutoSize = true;
  162. this.chcGrade.BackColor = System.Drawing.Color.Transparent;
  163. this.chcGrade.BackColorInternal = System.Drawing.Color.Transparent;
  164. this.chcGrade.Location = new System.Drawing.Point(811, 7);
  165. this.chcGrade.Name = "chcGrade";
  166. this.chcGrade.Size = new System.Drawing.Size(46, 19);
  167. this.chcGrade.TabIndex = 37;
  168. this.chcGrade.Text = "钢种";
  169. //
  170. // uceGrade
  171. //
  172. this.uceGrade.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  173. this.uceGrade.Location = new System.Drawing.Point(870, 6);
  174. this.uceGrade.Name = "uceGrade";
  175. this.uceGrade.Size = new System.Drawing.Size(120, 21);
  176. this.uceGrade.TabIndex = 36;
  177. //
  178. // txtStoveNo
  179. //
  180. this.txtStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  181. this.txtStoveNo.Location = new System.Drawing.Point(678, 6);
  182. this.txtStoveNo.MaxLength = 255;
  183. this.txtStoveNo.Name = "txtStoveNo";
  184. this.txtStoveNo.Size = new System.Drawing.Size(120, 21);
  185. this.txtStoveNo.TabIndex = 35;
  186. //
  187. // ultraLabel2
  188. //
  189. appearance6.TextHAlignAsString = "Center";
  190. appearance6.TextVAlignAsString = "Middle";
  191. this.ultraLabel2.Appearance = appearance6;
  192. this.ultraLabel2.Location = new System.Drawing.Point(219, 3);
  193. this.ultraLabel2.Name = "ultraLabel2";
  194. this.ultraLabel2.Size = new System.Drawing.Size(12, 27);
  195. this.ultraLabel2.TabIndex = 32;
  196. this.ultraLabel2.Text = "至";
  197. //
  198. // dateEndtime
  199. //
  200. this.dateEndtime.Location = new System.Drawing.Point(244, 6);
  201. this.dateEndtime.Name = "dateEndtime";
  202. this.dateEndtime.Size = new System.Drawing.Size(123, 21);
  203. this.dateEndtime.TabIndex = 33;
  204. //
  205. // chcMaketime
  206. //
  207. appearance1.TextHAlignAsString = "Center";
  208. appearance1.TextVAlignAsString = "Middle";
  209. this.chcMaketime.Appearance = appearance1;
  210. this.chcMaketime.AutoSize = true;
  211. this.chcMaketime.Checked = true;
  212. this.chcMaketime.CheckState = System.Windows.Forms.CheckState.Checked;
  213. this.chcMaketime.Enabled = false;
  214. this.chcMaketime.Location = new System.Drawing.Point(6, 7);
  215. this.chcMaketime.Name = "chcMaketime";
  216. this.chcMaketime.Size = new System.Drawing.Size(71, 19);
  217. this.chcMaketime.TabIndex = 30;
  218. this.chcMaketime.Text = "计划时间";
  219. //
  220. // dateBegintime
  221. //
  222. appearance3.TextHAlignAsString = "Center";
  223. appearance3.TextVAlignAsString = "Middle";
  224. this.dateBegintime.Appearance = appearance3;
  225. appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
  226. appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
  227. appearance5.TextHAlignAsString = "Center";
  228. appearance5.TextVAlignAsString = "Middle";
  229. this.dateBegintime.ButtonAppearance = appearance5;
  230. appearance8.TextHAlignAsString = "Center";
  231. appearance8.TextVAlignAsString = "Middle";
  232. this.dateBegintime.DropDownAppearance = appearance8;
  233. this.dateBegintime.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
  234. this.dateBegintime.Location = new System.Drawing.Point(90, 6);
  235. this.dateBegintime.Name = "dateBegintime";
  236. this.dateBegintime.Size = new System.Drawing.Size(116, 21);
  237. this.dateBegintime.TabIndex = 31;
  238. //
  239. // frmPlanQuery
  240. //
  241. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  242. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  243. this.ClientSize = new System.Drawing.Size(1239, 361);
  244. this.Controls.Add(this.ugPlan);
  245. this.Controls.Add(this.ultraGroupBox1);
  246. this.Name = "frmPlanQuery";
  247. this.Text = "frmPlanQuery";
  248. ((System.ComponentModel.ISupportInitialize)(this.ugPlan)).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  251. this.ultraGroupBox1.ResumeLayout(false);
  252. this.ultraGroupBox1.PerformLayout();
  253. ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.uceOrder)).EndInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).EndInit();
  257. ((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).EndInit();
  258. ((System.ComponentModel.ISupportInitialize)(this.chcGrade)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.uceGrade)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).EndInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).EndInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).EndInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).EndInit();
  264. this.ResumeLayout(false);
  265. }
  266. #endregion
  267. private Infragistics.Win.UltraWinGrid.UltraGrid ugPlan;
  268. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  269. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEndtime;
  270. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  271. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegintime;
  272. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcMaketime;
  273. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStoveNo;
  274. private Infragistics.Win.UltraWinEditors.UltraCheckEditor uceOrder;
  275. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrder;
  276. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucJudgeStove;
  277. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcGrade;
  278. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceGrade;
  279. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceEafLine;
  280. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucEafLine;
  281. private System.Windows.Forms.BindingSource bindingSource1;
  282. }
  283. }