RolledTubePassApplyFrm.Designer.cs 20 KB

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