AuditeMeltingDataFrm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class AuditeMeltingDataFrm
  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 valueListItem5 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.labelDateTimePicker3 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  34. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  35. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  36. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  37. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  38. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  39. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  44. this.splitContainer1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // panel1
  48. //
  49. this.panel1.Controls.Add(this.labelDateTimePicker3);
  50. this.panel1.Controls.Add(this.labelTextBox1);
  51. this.panel1.Controls.Add(this.labelDateTimePicker1);
  52. this.panel1.Controls.Add(this.labelDateTimePicker2);
  53. this.panel1.Controls.Add(this.labelComboBox2);
  54. this.panel1.Controls.Add(this.labelComboBox1);
  55. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  56. this.panel1.Location = new System.Drawing.Point(0, 0);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(1402, 54);
  59. this.panel1.TabIndex = 0;
  60. //
  61. // labelDateTimePicker3
  62. //
  63. //
  64. //
  65. //
  66. this.labelDateTimePicker3.CheckBox.AutoSize = true;
  67. this.labelDateTimePicker3.CheckBox.Location = new System.Drawing.Point(5, 5);
  68. this.labelDateTimePicker3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  69. this.labelDateTimePicker3.CheckBox.Name = "checkBox1";
  70. this.labelDateTimePicker3.CheckBox.Size = new System.Drawing.Size(18, 17);
  71. this.labelDateTimePicker3.CheckBox.TabIndex = 1;
  72. this.labelDateTimePicker3.CheckBox.UseVisualStyleBackColor = true;
  73. this.labelDateTimePicker3.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  74. //
  75. //
  76. //
  77. this.labelDateTimePicker3.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.labelDateTimePicker3.DateTimePicker.Enabled = false;
  79. this.labelDateTimePicker3.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  80. this.labelDateTimePicker3.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  81. this.labelDateTimePicker3.DateTimePicker.Name = "dateTimePicker1";
  82. this.labelDateTimePicker3.DateTimePicker.Size = new System.Drawing.Size(158, 25);
  83. this.labelDateTimePicker3.DateTimePicker.TabIndex = 0;
  84. //
  85. //
  86. //
  87. this.labelDateTimePicker3.Label.AutoSize = true;
  88. this.labelDateTimePicker3.Label.Location = new System.Drawing.Point(25, 5);
  89. this.labelDateTimePicker3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  90. this.labelDateTimePicker3.Label.Name = "label1";
  91. this.labelDateTimePicker3.Label.Size = new System.Drawing.Size(67, 15);
  92. this.labelDateTimePicker3.Label.TabIndex = 0;
  93. this.labelDateTimePicker3.Label.Text = "生产时间";
  94. this.labelDateTimePicker3.Location = new System.Drawing.Point(1105, 10);
  95. this.labelDateTimePicker3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  96. this.labelDateTimePicker3.Name = "labelDateTimePicker3";
  97. this.labelDateTimePicker3.Size = new System.Drawing.Size(254, 26);
  98. this.labelDateTimePicker3.TabIndex = 5;
  99. //
  100. // labelTextBox1
  101. //
  102. //
  103. //
  104. //
  105. this.labelTextBox1.CheckBox.AutoSize = true;
  106. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  107. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  108. this.labelTextBox1.CheckBox.Name = "checkBox1";
  109. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  110. this.labelTextBox1.CheckBox.TabIndex = 1;
  111. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  112. //
  113. //
  114. //
  115. this.labelTextBox1.Label.AutoSize = true;
  116. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  117. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  118. this.labelTextBox1.Label.Name = "label1";
  119. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  120. this.labelTextBox1.Label.TabIndex = 0;
  121. this.labelTextBox1.Label.Text = "熔炼炉号";
  122. this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
  123. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  124. this.labelTextBox1.Name = "labelTextBox1";
  125. this.labelTextBox1.Size = new System.Drawing.Size(250, 26);
  126. this.labelTextBox1.TabIndex = 4;
  127. //
  128. //
  129. //
  130. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.labelTextBox1.TextBox.Enabled = false;
  132. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  133. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  134. this.labelTextBox1.TextBox.Name = "textBox1";
  135. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(154, 25);
  136. this.labelTextBox1.TextBox.TabIndex = 1;
  137. //
  138. // labelDateTimePicker1
  139. //
  140. //
  141. //
  142. //
  143. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  144. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(5, 5);
  145. this.labelDateTimePicker1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  146. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  147. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  148. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  149. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  150. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  151. //
  152. //
  153. //
  154. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  156. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  157. this.labelDateTimePicker1.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  158. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  159. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(154, 25);
  160. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  161. //
  162. //
  163. //
  164. this.labelDateTimePicker1.Label.AutoSize = true;
  165. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(25, 5);
  166. this.labelDateTimePicker1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  167. this.labelDateTimePicker1.Label.Name = "label1";
  168. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(82, 15);
  169. this.labelDateTimePicker1.Label.TabIndex = 0;
  170. this.labelDateTimePicker1.Label.Text = "下发时间从";
  171. this.labelDateTimePicker1.Location = new System.Drawing.Point(639, 10);
  172. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  173. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  174. this.labelDateTimePicker1.Size = new System.Drawing.Size(265, 26);
  175. this.labelDateTimePicker1.TabIndex = 0;
  176. //
  177. // labelDateTimePicker2
  178. //
  179. //
  180. //
  181. //
  182. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  183. this.labelDateTimePicker2.CheckBox.Checked = true;
  184. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  185. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(5, 5);
  186. this.labelDateTimePicker2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  187. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  188. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  189. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  190. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  191. this.labelDateTimePicker2.CheckBox.Visible = false;
  192. //
  193. //
  194. //
  195. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  197. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  198. this.labelDateTimePicker2.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  199. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  200. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(153, 25);
  201. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  202. //
  203. //
  204. //
  205. this.labelDateTimePicker2.Label.AutoSize = true;
  206. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(5, 5);
  207. this.labelDateTimePicker2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  208. this.labelDateTimePicker2.Label.Name = "label1";
  209. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(22, 15);
  210. this.labelDateTimePicker2.Label.TabIndex = 0;
  211. this.labelDateTimePicker2.Label.Text = "至";
  212. this.labelDateTimePicker2.Location = new System.Drawing.Point(904, 10);
  213. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  214. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  215. this.labelDateTimePicker2.Size = new System.Drawing.Size(184, 26);
  216. this.labelDateTimePicker2.TabIndex = 1;
  217. //
  218. // labelComboBox2
  219. //
  220. //
  221. //
  222. //
  223. this.labelComboBox2.CheckBox.AutoSize = true;
  224. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  225. this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  226. this.labelComboBox2.CheckBox.Name = "checkBox1";
  227. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  228. this.labelComboBox2.CheckBox.TabIndex = 0;
  229. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  230. //
  231. //
  232. //
  233. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  234. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  236. this.labelComboBox2.ComboBox.Enabled = false;
  237. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  238. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  239. this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  240. this.labelComboBox2.ComboBox.Name = "comboBox1";
  241. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(139, 24);
  242. this.labelComboBox2.ComboBox.TabIndex = 0;
  243. //
  244. //
  245. //
  246. this.labelComboBox2.Label.AutoSize = true;
  247. this.labelComboBox2.Label.Location = new System.Drawing.Point(25, 5);
  248. this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.labelComboBox2.Label.Name = "label1";
  250. this.labelComboBox2.Label.Size = new System.Drawing.Size(37, 15);
  251. this.labelComboBox2.Label.TabIndex = 2;
  252. this.labelComboBox2.Label.Text = "产线";
  253. this.labelComboBox2.Location = new System.Drawing.Point(422, 11);
  254. this.labelComboBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  255. this.labelComboBox2.Name = "labelComboBox2";
  256. this.labelComboBox2.Size = new System.Drawing.Size(205, 28);
  257. this.labelComboBox2.TabIndex = 3;
  258. //
  259. // labelComboBox1
  260. //
  261. //
  262. //
  263. //
  264. this.labelComboBox1.CheckBox.AutoSize = true;
  265. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  266. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  267. this.labelComboBox1.CheckBox.Name = "checkBox1";
  268. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  269. this.labelComboBox1.CheckBox.TabIndex = 0;
  270. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  271. //
  272. //
  273. //
  274. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  275. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  277. this.labelComboBox1.ComboBox.Enabled = false;
  278. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  279. valueListItem5.DataValue = "";
  280. valueListItem5.DisplayText = " ";
  281. valueListItem1.DataValue = "00";
  282. valueListItem1.DisplayText = "初始";
  283. valueListItem3.DataValue = "10";
  284. valueListItem3.DisplayText = "不合";
  285. valueListItem4.DataValue = "20";
  286. valueListItem4.DisplayText = "合格";
  287. this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  288. valueListItem5,
  289. valueListItem1,
  290. valueListItem3,
  291. valueListItem4});
  292. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  293. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  294. this.labelComboBox1.ComboBox.Name = "comboBox1";
  295. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(77, 24);
  296. this.labelComboBox1.ComboBox.TabIndex = 0;
  297. //
  298. //
  299. //
  300. this.labelComboBox1.Label.AutoSize = true;
  301. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  302. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  303. this.labelComboBox1.Label.Name = "label1";
  304. this.labelComboBox1.Label.Size = new System.Drawing.Size(37, 15);
  305. this.labelComboBox1.Label.TabIndex = 2;
  306. this.labelComboBox1.Label.Text = "状态";
  307. this.labelComboBox1.Location = new System.Drawing.Point(271, 11);
  308. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  309. this.labelComboBox1.Name = "labelComboBox1";
  310. this.labelComboBox1.Size = new System.Drawing.Size(143, 28);
  311. this.labelComboBox1.TabIndex = 2;
  312. //
  313. // splitContainer1
  314. //
  315. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  316. this.splitContainer1.Location = new System.Drawing.Point(0, 54);
  317. this.splitContainer1.Name = "splitContainer1";
  318. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  319. this.splitContainer1.Size = new System.Drawing.Size(1402, 562);
  320. this.splitContainer1.SplitterDistance = 226;
  321. this.splitContainer1.TabIndex = 1;
  322. //
  323. // AuditMeltingDataFrm
  324. //
  325. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  326. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  327. this.ClientSize = new System.Drawing.Size(1402, 616);
  328. this.Controls.Add(this.splitContainer1);
  329. this.Controls.Add(this.panel1);
  330. this.Name = "AuditMeltingDataFrm";
  331. this.Text = "审核熔炼数据";
  332. this.Load += new System.EventHandler(this.AuditMeltingDataFrm_Load);
  333. this.panel1.ResumeLayout(false);
  334. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  335. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  336. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  337. this.splitContainer1.ResumeLayout(false);
  338. this.ResumeLayout(false);
  339. }
  340. #endregion
  341. private System.Windows.Forms.Panel panel1;
  342. private System.Windows.Forms.SplitContainer splitContainer1;
  343. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  344. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  345. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  346. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  347. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  348. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker3;
  349. }
  350. }