ZcPassApplyFrm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class ZcPassApplyFrm
  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. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. this.panel5 = new System.Windows.Forms.Panel();
  32. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  33. this.labelTextBox6 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  34. this.labelTextBox5 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  35. this.labelDateTimePicker5 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  36. this.labelDateTimePicker6 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  37. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  38. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  39. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  40. this.panel5.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  43. this.ultraExpandableGroupBox2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  45. this.splitContainer2.Panel2.SuspendLayout();
  46. this.splitContainer2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // panel5
  50. //
  51. this.panel5.Controls.Add(this.labelComboBox1);
  52. this.panel5.Controls.Add(this.labelTextBox6);
  53. this.panel5.Controls.Add(this.labelTextBox5);
  54. this.panel5.Controls.Add(this.labelDateTimePicker5);
  55. this.panel5.Controls.Add(this.labelDateTimePicker6);
  56. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  57. this.panel5.Location = new System.Drawing.Point(0, 0);
  58. this.panel5.Margin = new System.Windows.Forms.Padding(4);
  59. this.panel5.Name = "panel5";
  60. this.panel5.Size = new System.Drawing.Size(1291, 47);
  61. this.panel5.TabIndex = 9;
  62. //
  63. // labelComboBox1
  64. //
  65. //
  66. //
  67. //
  68. this.labelComboBox1.CheckBox.AutoSize = true;
  69. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  70. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  71. this.labelComboBox1.CheckBox.Name = "checkBox1";
  72. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  73. this.labelComboBox1.CheckBox.TabIndex = 0;
  74. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  75. //
  76. //
  77. //
  78. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  79. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  81. this.labelComboBox1.ComboBox.Enabled = false;
  82. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  83. valueListItem1.DataValue = "2";
  84. valueListItem1.DisplayText = "未审核";
  85. valueListItem3.DataValue = "1";
  86. valueListItem3.DisplayText = "审核通过";
  87. valueListItem2.DataValue = "0";
  88. valueListItem2.DisplayText = "审核不通过";
  89. this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  90. valueListItem1,
  91. valueListItem3,
  92. valueListItem2});
  93. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  94. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  95. this.labelComboBox1.ComboBox.Name = "comboBox1";
  96. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(143, 24);
  97. this.labelComboBox1.ComboBox.TabIndex = 0;
  98. //
  99. //
  100. //
  101. this.labelComboBox1.Label.AutoSize = true;
  102. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  103. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.labelComboBox1.Label.Name = "label1";
  105. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  106. this.labelComboBox1.Label.TabIndex = 2;
  107. this.labelComboBox1.Label.Text = "处置方式";
  108. this.labelComboBox1.Location = new System.Drawing.Point(493, 9);
  109. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  110. this.labelComboBox1.Name = "labelComboBox1";
  111. this.labelComboBox1.Size = new System.Drawing.Size(239, 28);
  112. this.labelComboBox1.TabIndex = 5;
  113. //
  114. // labelTextBox6
  115. //
  116. //
  117. //
  118. //
  119. this.labelTextBox6.CheckBox.AutoSize = true;
  120. this.labelTextBox6.CheckBox.Location = new System.Drawing.Point(4, 4);
  121. this.labelTextBox6.CheckBox.Name = "checkBox1";
  122. this.labelTextBox6.CheckBox.Size = new System.Drawing.Size(18, 17);
  123. this.labelTextBox6.CheckBox.TabIndex = 1;
  124. this.labelTextBox6.CheckBox.UseVisualStyleBackColor = true;
  125. //
  126. //
  127. //
  128. this.labelTextBox6.Label.AutoSize = true;
  129. this.labelTextBox6.Label.Location = new System.Drawing.Point(24, 4);
  130. this.labelTextBox6.Label.Name = "label1";
  131. this.labelTextBox6.Label.Size = new System.Drawing.Size(67, 15);
  132. this.labelTextBox6.Label.TabIndex = 0;
  133. this.labelTextBox6.Label.Text = "判定炉号";
  134. this.labelTextBox6.Location = new System.Drawing.Point(31, 11);
  135. this.labelTextBox6.Margin = new System.Windows.Forms.Padding(5);
  136. this.labelTextBox6.Name = "labelTextBox6";
  137. this.labelTextBox6.Size = new System.Drawing.Size(214, 26);
  138. this.labelTextBox6.TabIndex = 4;
  139. //
  140. //
  141. //
  142. this.labelTextBox6.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.labelTextBox6.TextBox.Enabled = false;
  144. this.labelTextBox6.TextBox.Location = new System.Drawing.Point(0, 0);
  145. this.labelTextBox6.TextBox.Name = "textBox1";
  146. this.labelTextBox6.TextBox.Size = new System.Drawing.Size(120, 25);
  147. this.labelTextBox6.TextBox.TabIndex = 1;
  148. this.labelTextBox6.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
  149. //
  150. // labelTextBox5
  151. //
  152. //
  153. //
  154. //
  155. this.labelTextBox5.CheckBox.AutoSize = true;
  156. this.labelTextBox5.CheckBox.Location = new System.Drawing.Point(4, 4);
  157. this.labelTextBox5.CheckBox.Name = "checkBox1";
  158. this.labelTextBox5.CheckBox.Size = new System.Drawing.Size(18, 17);
  159. this.labelTextBox5.CheckBox.TabIndex = 1;
  160. this.labelTextBox5.CheckBox.UseVisualStyleBackColor = true;
  161. //
  162. //
  163. //
  164. this.labelTextBox5.Label.AutoSize = true;
  165. this.labelTextBox5.Label.Location = new System.Drawing.Point(24, 4);
  166. this.labelTextBox5.Label.Name = "label1";
  167. this.labelTextBox5.Label.Size = new System.Drawing.Size(37, 15);
  168. this.labelTextBox5.Label.TabIndex = 0;
  169. this.labelTextBox5.Label.Text = "批号";
  170. this.labelTextBox5.Location = new System.Drawing.Point(261, 11);
  171. this.labelTextBox5.Margin = new System.Windows.Forms.Padding(5);
  172. this.labelTextBox5.Name = "labelTextBox5";
  173. this.labelTextBox5.Size = new System.Drawing.Size(220, 26);
  174. this.labelTextBox5.TabIndex = 3;
  175. //
  176. //
  177. //
  178. this.labelTextBox5.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.labelTextBox5.TextBox.Enabled = false;
  180. this.labelTextBox5.TextBox.Location = new System.Drawing.Point(0, 0);
  181. this.labelTextBox5.TextBox.Name = "textBox1";
  182. this.labelTextBox5.TextBox.Size = new System.Drawing.Size(156, 25);
  183. this.labelTextBox5.TextBox.TabIndex = 1;
  184. //
  185. // labelDateTimePicker5
  186. //
  187. //
  188. //
  189. //
  190. this.labelDateTimePicker5.CheckBox.AutoSize = true;
  191. this.labelDateTimePicker5.CheckBox.Checked = true;
  192. this.labelDateTimePicker5.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  193. this.labelDateTimePicker5.CheckBox.Location = new System.Drawing.Point(4, 4);
  194. this.labelDateTimePicker5.CheckBox.Name = "checkBox1";
  195. this.labelDateTimePicker5.CheckBox.Size = new System.Drawing.Size(18, 17);
  196. this.labelDateTimePicker5.CheckBox.TabIndex = 1;
  197. this.labelDateTimePicker5.CheckBox.UseVisualStyleBackColor = true;
  198. this.labelDateTimePicker5.CheckBox.Visible = false;
  199. //
  200. //
  201. //
  202. this.labelDateTimePicker5.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  203. this.labelDateTimePicker5.DateTimePicker.Enabled = false;
  204. this.labelDateTimePicker5.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  205. this.labelDateTimePicker5.DateTimePicker.Name = "dateTimePicker1";
  206. this.labelDateTimePicker5.DateTimePicker.Size = new System.Drawing.Size(169, 25);
  207. this.labelDateTimePicker5.DateTimePicker.TabIndex = 0;
  208. //
  209. //
  210. //
  211. this.labelDateTimePicker5.Label.AutoSize = true;
  212. this.labelDateTimePicker5.Label.Location = new System.Drawing.Point(4, 4);
  213. this.labelDateTimePicker5.Label.Name = "label1";
  214. this.labelDateTimePicker5.Label.Size = new System.Drawing.Size(22, 15);
  215. this.labelDateTimePicker5.Label.TabIndex = 0;
  216. this.labelDateTimePicker5.Label.Text = "至";
  217. this.labelDateTimePicker5.Location = new System.Drawing.Point(1024, 9);
  218. this.labelDateTimePicker5.Margin = new System.Windows.Forms.Padding(5);
  219. this.labelDateTimePicker5.Name = "labelDateTimePicker5";
  220. this.labelDateTimePicker5.Size = new System.Drawing.Size(198, 26);
  221. this.labelDateTimePicker5.TabIndex = 1;
  222. //
  223. // labelDateTimePicker6
  224. //
  225. //
  226. //
  227. //
  228. this.labelDateTimePicker6.CheckBox.AutoSize = true;
  229. this.labelDateTimePicker6.CheckBox.Location = new System.Drawing.Point(4, 4);
  230. this.labelDateTimePicker6.CheckBox.Name = "checkBox1";
  231. this.labelDateTimePicker6.CheckBox.Size = new System.Drawing.Size(18, 17);
  232. this.labelDateTimePicker6.CheckBox.TabIndex = 1;
  233. this.labelDateTimePicker6.CheckBox.UseVisualStyleBackColor = true;
  234. this.labelDateTimePicker6.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker4_CheckBox_CheckedChanged);
  235. //
  236. //
  237. //
  238. this.labelDateTimePicker6.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  239. this.labelDateTimePicker6.DateTimePicker.Enabled = false;
  240. this.labelDateTimePicker6.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  241. this.labelDateTimePicker6.DateTimePicker.Name = "dateTimePicker1";
  242. this.labelDateTimePicker6.DateTimePicker.Size = new System.Drawing.Size(150, 25);
  243. this.labelDateTimePicker6.DateTimePicker.TabIndex = 0;
  244. //
  245. //
  246. //
  247. this.labelDateTimePicker6.Label.AutoSize = true;
  248. this.labelDateTimePicker6.Label.Location = new System.Drawing.Point(24, 4);
  249. this.labelDateTimePicker6.Label.Name = "label1";
  250. this.labelDateTimePicker6.Label.Size = new System.Drawing.Size(97, 15);
  251. this.labelDateTimePicker6.Label.TabIndex = 0;
  252. this.labelDateTimePicker6.Label.Text = "放行申请时间";
  253. this.labelDateTimePicker6.Location = new System.Drawing.Point(751, 9);
  254. this.labelDateTimePicker6.Margin = new System.Windows.Forms.Padding(5);
  255. this.labelDateTimePicker6.Name = "labelDateTimePicker6";
  256. this.labelDateTimePicker6.Size = new System.Drawing.Size(274, 26);
  257. this.labelDateTimePicker6.TabIndex = 0;
  258. //
  259. // ultraExpandableGroupBox2
  260. //
  261. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  262. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1291, 444);
  264. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  265. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  266. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1291, 444);
  267. this.ultraExpandableGroupBox2.TabIndex = 10;
  268. this.ultraExpandableGroupBox2.Text = "判定实绩信息";
  269. //
  270. // ultraExpandableGroupBoxPanel2
  271. //
  272. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
  274. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  275. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1285, 420);
  276. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  277. //
  278. // splitContainer2
  279. //
  280. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  281. this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  282. this.splitContainer2.Location = new System.Drawing.Point(0, 47);
  283. this.splitContainer2.Name = "splitContainer2";
  284. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  285. //
  286. // splitContainer2.Panel2
  287. //
  288. this.splitContainer2.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
  289. this.splitContainer2.Size = new System.Drawing.Size(1291, 636);
  290. this.splitContainer2.SplitterDistance = 188;
  291. this.splitContainer2.TabIndex = 12;
  292. //
  293. // ZcPassApplyFrm
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.ClientSize = new System.Drawing.Size(1291, 683);
  298. this.Controls.Add(this.splitContainer2);
  299. this.Controls.Add(this.panel5);
  300. this.Name = "ZcPassApplyFrm";
  301. this.Text = "轧管申请放行";
  302. this.Load += new System.EventHandler(this.SteelMakingPassApplyFrm_Load);
  303. this.Shown += new System.EventHandler(this.ZcPassApplyFrm_Shown);
  304. this.panel5.ResumeLayout(false);
  305. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  307. this.ultraExpandableGroupBox2.ResumeLayout(false);
  308. this.splitContainer2.Panel2.ResumeLayout(false);
  309. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  310. this.splitContainer2.ResumeLayout(false);
  311. this.ResumeLayout(false);
  312. }
  313. #endregion
  314. private System.Windows.Forms.Panel panel5;
  315. private Mes.Client.Comm.Control.LabelTextBox labelTextBox6;
  316. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker5;
  317. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker6;
  318. private Mes.Client.Comm.Control.LabelTextBox labelTextBox5;
  319. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  320. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  321. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  322. private System.Windows.Forms.SplitContainer splitContainer2;
  323. }
  324. }