ZcColligateJudgeFrm.Designer.cs 67 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class ZcColligateJudgeFrm
  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 valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  37. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  41. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  43. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  44. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  45. this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  46. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  47. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  48. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  49. this.panel2 = new System.Windows.Forms.Panel();
  50. this.labelComboBox4 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  51. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  52. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  54. this.labelTextBox10 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  55. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  56. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  57. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  58. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  59. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  60. this.labelTextBox4 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  61. this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  62. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  63. this.panel3 = new System.Windows.Forms.Panel();
  64. this.ultraTextEditor2 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  65. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  66. this.labelTextBox7 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  67. this.labelComboBox3 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  68. this.labelTextBox3 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  69. this.labelDateTimePicker3 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  70. this.labelDateTimePicker4 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  71. this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  72. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  73. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  74. this.panel5 = new System.Windows.Forms.Panel();
  75. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  76. this.labelTextBox6 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  77. this.labelTextBox5 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  78. this.labelDateTimePicker5 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  79. this.labelDateTimePicker6 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  80. this.dataSet1 = new System.Data.DataSet();
  81. this.dataTable1 = new System.Data.DataTable();
  82. this.dataColumn1 = new System.Data.DataColumn();
  83. this.dataColumn2 = new System.Data.DataColumn();
  84. this.panel4 = new System.Windows.Forms.Panel();
  85. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  86. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  87. this.ultraTabPageControl5.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  89. this.splitContainer3.Panel2.SuspendLayout();
  90. this.splitContainer3.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  92. this.ultraExpandableGroupBox2.SuspendLayout();
  93. this.panel2.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox4.ComboBox)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  99. this.ultraTabPageControl6.SuspendLayout();
  100. this.panel3.SuspendLayout();
  101. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).BeginInit();
  103. this.ultraTabPageControl7.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  105. this.splitContainer2.SuspendLayout();
  106. this.panel5.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  109. this.panel4.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  111. this.ultraTabControl2.SuspendLayout();
  112. this.SuspendLayout();
  113. //
  114. // ultraTabPageControl5
  115. //
  116. this.ultraTabPageControl5.Controls.Add(this.splitContainer3);
  117. this.ultraTabPageControl5.Controls.Add(this.panel2);
  118. this.ultraTabPageControl5.Location = new System.Drawing.Point(1, 1);
  119. this.ultraTabPageControl5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.ultraTabPageControl5.Name = "ultraTabPageControl5";
  121. this.ultraTabPageControl5.Size = new System.Drawing.Size(1209, 669);
  122. //
  123. // splitContainer3
  124. //
  125. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  127. this.splitContainer3.Location = new System.Drawing.Point(0, 68);
  128. this.splitContainer3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  129. this.splitContainer3.Name = "splitContainer3";
  130. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  131. //
  132. // splitContainer3.Panel2
  133. //
  134. this.splitContainer3.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
  135. this.splitContainer3.Size = new System.Drawing.Size(1209, 601);
  136. this.splitContainer3.SplitterDistance = 174;
  137. this.splitContainer3.TabIndex = 9;
  138. //
  139. // ultraExpandableGroupBox2
  140. //
  141. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  142. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1209, 423);
  144. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  145. this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  146. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  147. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1209, 423);
  148. this.ultraExpandableGroupBox2.TabIndex = 8;
  149. this.ultraExpandableGroupBox2.Text = "判定信息";
  150. this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
  151. //
  152. // ultraExpandableGroupBoxPanel2
  153. //
  154. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 21);
  156. this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  158. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1203, 399);
  159. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  160. //
  161. // panel2
  162. //
  163. this.panel2.Controls.Add(this.labelComboBox4);
  164. this.panel2.Controls.Add(this.labelComboBox1);
  165. this.panel2.Controls.Add(this.ultraTextEditor1);
  166. this.panel2.Controls.Add(this.ultraLabel2);
  167. this.panel2.Controls.Add(this.labelTextBox10);
  168. this.panel2.Controls.Add(this.ultraComboEditor3);
  169. this.panel2.Controls.Add(this.labelTextBox1);
  170. this.panel2.Controls.Add(this.labelComboBox2);
  171. this.panel2.Controls.Add(this.labelDateTimePicker1);
  172. this.panel2.Controls.Add(this.labelDateTimePicker2);
  173. this.panel2.Controls.Add(this.labelTextBox4);
  174. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  175. this.panel2.Location = new System.Drawing.Point(0, 0);
  176. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  177. this.panel2.Name = "panel2";
  178. this.panel2.Size = new System.Drawing.Size(1209, 68);
  179. this.panel2.TabIndex = 3;
  180. //
  181. // labelComboBox4
  182. //
  183. //
  184. //
  185. //
  186. this.labelComboBox4.CheckBox.AutoSize = true;
  187. this.labelComboBox4.CheckBox.Checked = true;
  188. this.labelComboBox4.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  189. this.labelComboBox4.CheckBox.Enabled = false;
  190. this.labelComboBox4.CheckBox.Location = new System.Drawing.Point(5, 5);
  191. this.labelComboBox4.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  192. this.labelComboBox4.CheckBox.Name = "checkBox1";
  193. this.labelComboBox4.CheckBox.Size = new System.Drawing.Size(18, 17);
  194. this.labelComboBox4.CheckBox.TabIndex = 0;
  195. this.labelComboBox4.CheckBox.UseVisualStyleBackColor = true;
  196. //
  197. //
  198. //
  199. this.labelComboBox4.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  200. this.labelComboBox4.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  201. this.labelComboBox4.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  202. this.labelComboBox4.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  203. this.labelComboBox4.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  204. this.labelComboBox4.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  205. valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
  206. valueListItem1.DataValue = "0";
  207. valueListItem1.DisplayText = "正常";
  208. valueListItem2.CheckState = System.Windows.Forms.CheckState.Checked;
  209. valueListItem2.DataValue = "4";
  210. valueListItem2.DisplayText = "成品利库";
  211. valueListItem5.CheckState = System.Windows.Forms.CheckState.Checked;
  212. valueListItem5.DataValue = "5";
  213. valueListItem5.DisplayText = "短节备料利库";
  214. valueListItem6.CheckState = System.Windows.Forms.CheckState.Checked;
  215. valueListItem6.DataValue = "6";
  216. valueListItem6.DisplayText = "半成品转成品";
  217. valueListItem7.DataValue = "7";
  218. valueListItem7.DisplayText = "离线转压库";
  219. valueListItem8.DataValue = "8";
  220. valueListItem8.DisplayText = "余材转压库";
  221. this.labelComboBox4.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  222. valueListItem1,
  223. valueListItem2,
  224. valueListItem5,
  225. valueListItem6,
  226. valueListItem7,
  227. valueListItem8});
  228. this.labelComboBox4.ComboBox.Location = new System.Drawing.Point(0, 0);
  229. this.labelComboBox4.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  230. this.labelComboBox4.ComboBox.Name = "comboBox1";
  231. this.labelComboBox4.ComboBox.Size = new System.Drawing.Size(93, 24);
  232. this.labelComboBox4.ComboBox.TabIndex = 0;
  233. this.labelComboBox4.ComboBox.Text = "正常, 成品利库, 短节备料利库, 半成品转成品";
  234. //
  235. //
  236. //
  237. this.labelComboBox4.Label.AutoSize = true;
  238. this.labelComboBox4.Label.Location = new System.Drawing.Point(25, 5);
  239. this.labelComboBox4.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.labelComboBox4.Label.Name = "label1";
  241. this.labelComboBox4.Label.Size = new System.Drawing.Size(67, 15);
  242. this.labelComboBox4.Label.TabIndex = 2;
  243. this.labelComboBox4.Label.Text = "判定类型";
  244. this.labelComboBox4.Location = new System.Drawing.Point(981, 3);
  245. this.labelComboBox4.Margin = new System.Windows.Forms.Padding(5);
  246. this.labelComboBox4.Name = "labelComboBox4";
  247. this.labelComboBox4.Size = new System.Drawing.Size(189, 28);
  248. this.labelComboBox4.TabIndex = 39;
  249. //
  250. // labelComboBox1
  251. //
  252. //
  253. //
  254. //
  255. this.labelComboBox1.CheckBox.AutoSize = true;
  256. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  257. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  258. this.labelComboBox1.CheckBox.Name = "checkBox1";
  259. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  260. this.labelComboBox1.CheckBox.TabIndex = 0;
  261. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  262. //
  263. //
  264. //
  265. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  266. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  268. this.labelComboBox1.ComboBox.Enabled = false;
  269. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  270. valueListItem3.DataValue = "0";
  271. valueListItem3.DisplayText = "不符合";
  272. valueListItem4.DataValue = "1";
  273. valueListItem4.DisplayText = "符合";
  274. this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  275. valueListItem3,
  276. valueListItem4});
  277. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  278. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  279. this.labelComboBox1.ComboBox.Name = "comboBox1";
  280. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(93, 24);
  281. this.labelComboBox1.ComboBox.TabIndex = 0;
  282. //
  283. //
  284. //
  285. this.labelComboBox1.Label.AutoSize = true;
  286. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  287. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  288. this.labelComboBox1.Label.Name = "label1";
  289. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  290. this.labelComboBox1.Label.TabIndex = 2;
  291. this.labelComboBox1.Label.Text = "判定条件";
  292. this.labelComboBox1.Location = new System.Drawing.Point(260, 34);
  293. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(5);
  294. this.labelComboBox1.Name = "labelComboBox1";
  295. this.labelComboBox1.Size = new System.Drawing.Size(189, 28);
  296. this.labelComboBox1.TabIndex = 38;
  297. //
  298. // ultraTextEditor1
  299. //
  300. editorButton1.Text = "选择";
  301. this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
  302. this.ultraTextEditor1.Location = new System.Drawing.Point(499, 32);
  303. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  304. this.ultraTextEditor1.Name = "ultraTextEditor1";
  305. this.ultraTextEditor1.ReadOnly = true;
  306. this.ultraTextEditor1.Size = new System.Drawing.Size(207, 24);
  307. this.ultraTextEditor1.TabIndex = 37;
  308. this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
  309. //
  310. // ultraLabel2
  311. //
  312. this.ultraLabel2.AutoSize = true;
  313. this.ultraLabel2.Location = new System.Drawing.Point(459, 38);
  314. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  315. this.ultraLabel2.Name = "ultraLabel2";
  316. this.ultraLabel2.Size = new System.Drawing.Size(36, 19);
  317. this.ultraLabel2.TabIndex = 36;
  318. this.ultraLabel2.Text = "产线";
  319. //
  320. // labelTextBox10
  321. //
  322. //
  323. //
  324. //
  325. this.labelTextBox10.CheckBox.AutoSize = true;
  326. this.labelTextBox10.CheckBox.Location = new System.Drawing.Point(4, 4);
  327. this.labelTextBox10.CheckBox.Name = "checkBox1";
  328. this.labelTextBox10.CheckBox.Size = new System.Drawing.Size(18, 17);
  329. this.labelTextBox10.CheckBox.TabIndex = 1;
  330. this.labelTextBox10.CheckBox.UseVisualStyleBackColor = true;
  331. //
  332. //
  333. //
  334. this.labelTextBox10.Label.AutoSize = true;
  335. this.labelTextBox10.Label.Location = new System.Drawing.Point(24, 4);
  336. this.labelTextBox10.Label.Name = "label1";
  337. this.labelTextBox10.Label.Size = new System.Drawing.Size(52, 15);
  338. this.labelTextBox10.Label.TabIndex = 0;
  339. this.labelTextBox10.Label.Text = "合同号";
  340. this.labelTextBox10.Location = new System.Drawing.Point(713, 32);
  341. this.labelTextBox10.Margin = new System.Windows.Forms.Padding(5);
  342. this.labelTextBox10.Name = "labelTextBox10";
  343. this.labelTextBox10.Size = new System.Drawing.Size(259, 26);
  344. this.labelTextBox10.TabIndex = 35;
  345. //
  346. //
  347. //
  348. this.labelTextBox10.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.labelTextBox10.TextBox.Enabled = false;
  350. this.labelTextBox10.TextBox.Location = new System.Drawing.Point(0, 0);
  351. this.labelTextBox10.TextBox.Name = "textBox1";
  352. this.labelTextBox10.TextBox.Size = new System.Drawing.Size(180, 25);
  353. this.labelTextBox10.TextBox.TabIndex = 1;
  354. this.labelTextBox10.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  355. //
  356. // ultraComboEditor3
  357. //
  358. this.ultraComboEditor3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  359. valueListItem18.DataValue = "2";
  360. valueListItem18.DisplayText = "判定时间";
  361. valueListItem19.DataValue = "1";
  362. valueListItem19.DisplayText = "送判时间";
  363. this.ultraComboEditor3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  364. valueListItem18,
  365. valueListItem19});
  366. this.ultraComboEditor3.Location = new System.Drawing.Point(499, 4);
  367. this.ultraComboEditor3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  368. this.ultraComboEditor3.Name = "ultraComboEditor3";
  369. this.ultraComboEditor3.Size = new System.Drawing.Size(104, 24);
  370. this.ultraComboEditor3.TabIndex = 34;
  371. //
  372. // labelTextBox1
  373. //
  374. //
  375. //
  376. //
  377. this.labelTextBox1.CheckBox.AutoSize = true;
  378. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  379. this.labelTextBox1.CheckBox.Name = "checkBox1";
  380. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  381. this.labelTextBox1.CheckBox.TabIndex = 1;
  382. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  383. //
  384. //
  385. //
  386. this.labelTextBox1.Label.AutoSize = true;
  387. this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
  388. this.labelTextBox1.Label.Name = "label1";
  389. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  390. this.labelTextBox1.Label.TabIndex = 0;
  391. this.labelTextBox1.Label.Text = "生产批号";
  392. this.labelTextBox1.Location = new System.Drawing.Point(7, 35);
  393. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5);
  394. this.labelTextBox1.Name = "labelTextBox1";
  395. this.labelTextBox1.Size = new System.Drawing.Size(245, 26);
  396. this.labelTextBox1.TabIndex = 26;
  397. //
  398. //
  399. //
  400. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.labelTextBox1.TextBox.Enabled = false;
  402. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  403. this.labelTextBox1.TextBox.Name = "textBox1";
  404. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(151, 25);
  405. this.labelTextBox1.TextBox.TabIndex = 1;
  406. this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  407. //
  408. // labelComboBox2
  409. //
  410. //
  411. //
  412. //
  413. this.labelComboBox2.CheckBox.AutoSize = true;
  414. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  415. this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  416. this.labelComboBox2.CheckBox.Name = "checkBox1";
  417. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  418. this.labelComboBox2.CheckBox.TabIndex = 0;
  419. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  420. //
  421. //
  422. //
  423. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  424. this.labelComboBox2.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  425. this.labelComboBox2.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  426. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  427. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  428. this.labelComboBox2.ComboBox.Enabled = false;
  429. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  430. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  431. this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  432. this.labelComboBox2.ComboBox.Name = "comboBox1";
  433. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(95, 24);
  434. this.labelComboBox2.ComboBox.TabIndex = 0;
  435. //
  436. //
  437. //
  438. this.labelComboBox2.Label.AutoSize = true;
  439. this.labelComboBox2.Label.Location = new System.Drawing.Point(25, 5);
  440. this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  441. this.labelComboBox2.Label.Name = "label1";
  442. this.labelComboBox2.Label.Size = new System.Drawing.Size(67, 15);
  443. this.labelComboBox2.Label.TabIndex = 2;
  444. this.labelComboBox2.Label.Text = "判定状态";
  445. this.labelComboBox2.Location = new System.Drawing.Point(259, 5);
  446. this.labelComboBox2.Margin = new System.Windows.Forms.Padding(5);
  447. this.labelComboBox2.Name = "labelComboBox2";
  448. this.labelComboBox2.Size = new System.Drawing.Size(191, 28);
  449. this.labelComboBox2.TabIndex = 8;
  450. //
  451. // labelDateTimePicker1
  452. //
  453. //
  454. //
  455. //
  456. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  457. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(4, 4);
  458. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  459. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  460. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  461. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  462. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  463. //
  464. //
  465. //
  466. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  467. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  468. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  469. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  470. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(170, 25);
  471. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  472. //
  473. //
  474. //
  475. this.labelDateTimePicker1.Label.AutoSize = true;
  476. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(24, 4);
  477. this.labelDateTimePicker1.Label.Name = "label1";
  478. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(111, 15);
  479. this.labelDateTimePicker1.Label.TabIndex = 0;
  480. this.labelDateTimePicker1.Label.Text = " ";
  481. this.labelDateTimePicker1.Location = new System.Drawing.Point(465, 4);
  482. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(5);
  483. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  484. this.labelDateTimePicker1.Size = new System.Drawing.Size(308, 26);
  485. this.labelDateTimePicker1.TabIndex = 0;
  486. //
  487. // labelDateTimePicker2
  488. //
  489. //
  490. //
  491. //
  492. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  493. this.labelDateTimePicker2.CheckBox.Checked = true;
  494. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  495. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(4, 4);
  496. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  497. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  498. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  499. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  500. this.labelDateTimePicker2.CheckBox.Visible = false;
  501. //
  502. //
  503. //
  504. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  505. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  506. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  507. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  508. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(170, 25);
  509. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  510. //
  511. //
  512. //
  513. this.labelDateTimePicker2.Label.AutoSize = true;
  514. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(4, 4);
  515. this.labelDateTimePicker2.Label.Name = "label1";
  516. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(22, 15);
  517. this.labelDateTimePicker2.Label.TabIndex = 0;
  518. this.labelDateTimePicker2.Label.Text = "至";
  519. this.labelDateTimePicker2.Location = new System.Drawing.Point(772, 4);
  520. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(5);
  521. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  522. this.labelDateTimePicker2.Size = new System.Drawing.Size(199, 26);
  523. this.labelDateTimePicker2.TabIndex = 1;
  524. //
  525. // labelTextBox4
  526. //
  527. //
  528. //
  529. //
  530. this.labelTextBox4.CheckBox.AutoSize = true;
  531. this.labelTextBox4.CheckBox.Location = new System.Drawing.Point(4, 4);
  532. this.labelTextBox4.CheckBox.Name = "checkBox1";
  533. this.labelTextBox4.CheckBox.Size = new System.Drawing.Size(18, 17);
  534. this.labelTextBox4.CheckBox.TabIndex = 1;
  535. this.labelTextBox4.CheckBox.UseVisualStyleBackColor = true;
  536. //
  537. //
  538. //
  539. this.labelTextBox4.Label.AutoSize = true;
  540. this.labelTextBox4.Label.Location = new System.Drawing.Point(24, 4);
  541. this.labelTextBox4.Label.Name = "label1";
  542. this.labelTextBox4.Label.Size = new System.Drawing.Size(67, 15);
  543. this.labelTextBox4.Label.TabIndex = 0;
  544. this.labelTextBox4.Label.Text = "判定炉号";
  545. this.labelTextBox4.Location = new System.Drawing.Point(7, 5);
  546. this.labelTextBox4.Margin = new System.Windows.Forms.Padding(5);
  547. this.labelTextBox4.Name = "labelTextBox4";
  548. this.labelTextBox4.Size = new System.Drawing.Size(243, 26);
  549. this.labelTextBox4.TabIndex = 6;
  550. //
  551. //
  552. //
  553. this.labelTextBox4.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  554. this.labelTextBox4.TextBox.Enabled = false;
  555. this.labelTextBox4.TextBox.Location = new System.Drawing.Point(0, 0);
  556. this.labelTextBox4.TextBox.Name = "textBox1";
  557. this.labelTextBox4.TextBox.Size = new System.Drawing.Size(149, 25);
  558. this.labelTextBox4.TextBox.TabIndex = 1;
  559. this.labelTextBox4.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  560. //
  561. // ultraTabPageControl6
  562. //
  563. this.ultraTabPageControl6.Controls.Add(this.ultraLabel1);
  564. this.ultraTabPageControl6.Controls.Add(this.panel3);
  565. this.ultraTabPageControl6.Location = new System.Drawing.Point(-10000, -10000);
  566. this.ultraTabPageControl6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  567. this.ultraTabPageControl6.Name = "ultraTabPageControl6";
  568. this.ultraTabPageControl6.Size = new System.Drawing.Size(1209, 669);
  569. //
  570. // ultraLabel1
  571. //
  572. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  573. appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  574. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  575. appearance2.BorderColor = System.Drawing.Color.RoyalBlue;
  576. appearance2.TextVAlignAsString = "Middle";
  577. this.ultraLabel1.Appearance = appearance2;
  578. this.ultraLabel1.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  579. this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  580. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  581. this.ultraLabel1.Location = new System.Drawing.Point(0, 69);
  582. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  583. this.ultraLabel1.Name = "ultraLabel1";
  584. this.ultraLabel1.Size = new System.Drawing.Size(1209, 31);
  585. this.ultraLabel1.TabIndex = 1;
  586. this.ultraLabel1.Text = " 判定记录";
  587. //
  588. // panel3
  589. //
  590. this.panel3.Controls.Add(this.ultraTextEditor2);
  591. this.panel3.Controls.Add(this.ultraLabel3);
  592. this.panel3.Controls.Add(this.labelTextBox7);
  593. this.panel3.Controls.Add(this.labelComboBox3);
  594. this.panel3.Controls.Add(this.labelTextBox3);
  595. this.panel3.Controls.Add(this.labelDateTimePicker3);
  596. this.panel3.Controls.Add(this.labelDateTimePicker4);
  597. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  598. this.panel3.Location = new System.Drawing.Point(0, 0);
  599. this.panel3.Margin = new System.Windows.Forms.Padding(4);
  600. this.panel3.Name = "panel3";
  601. this.panel3.Size = new System.Drawing.Size(1209, 69);
  602. this.panel3.TabIndex = 5;
  603. //
  604. // ultraTextEditor2
  605. //
  606. editorButton2.Text = "选择";
  607. this.ultraTextEditor2.ButtonsRight.Add(editorButton2);
  608. this.ultraTextEditor2.Location = new System.Drawing.Point(632, 34);
  609. this.ultraTextEditor2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  610. this.ultraTextEditor2.Name = "ultraTextEditor2";
  611. this.ultraTextEditor2.ReadOnly = true;
  612. this.ultraTextEditor2.Size = new System.Drawing.Size(187, 24);
  613. this.ultraTextEditor2.TabIndex = 39;
  614. this.ultraTextEditor2.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor2_EditorButtonClick);
  615. //
  616. // ultraLabel3
  617. //
  618. this.ultraLabel3.AutoSize = true;
  619. this.ultraLabel3.Location = new System.Drawing.Point(592, 38);
  620. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  621. this.ultraLabel3.Name = "ultraLabel3";
  622. this.ultraLabel3.Size = new System.Drawing.Size(36, 19);
  623. this.ultraLabel3.TabIndex = 38;
  624. this.ultraLabel3.Text = "产线";
  625. //
  626. // labelTextBox7
  627. //
  628. //
  629. //
  630. //
  631. this.labelTextBox7.CheckBox.AutoSize = true;
  632. this.labelTextBox7.CheckBox.Location = new System.Drawing.Point(4, 4);
  633. this.labelTextBox7.CheckBox.Name = "checkBox1";
  634. this.labelTextBox7.CheckBox.Size = new System.Drawing.Size(18, 17);
  635. this.labelTextBox7.CheckBox.TabIndex = 1;
  636. this.labelTextBox7.CheckBox.UseVisualStyleBackColor = true;
  637. //
  638. //
  639. //
  640. this.labelTextBox7.Label.AutoSize = true;
  641. this.labelTextBox7.Label.Location = new System.Drawing.Point(24, 4);
  642. this.labelTextBox7.Label.Name = "label1";
  643. this.labelTextBox7.Label.Size = new System.Drawing.Size(67, 15);
  644. this.labelTextBox7.Label.TabIndex = 0;
  645. this.labelTextBox7.Label.Text = "判定炉号";
  646. this.labelTextBox7.Location = new System.Drawing.Point(21, 8);
  647. this.labelTextBox7.Margin = new System.Windows.Forms.Padding(5);
  648. this.labelTextBox7.Name = "labelTextBox7";
  649. this.labelTextBox7.Size = new System.Drawing.Size(255, 26);
  650. this.labelTextBox7.TabIndex = 5;
  651. //
  652. //
  653. //
  654. this.labelTextBox7.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  655. this.labelTextBox7.TextBox.Enabled = false;
  656. this.labelTextBox7.TextBox.Location = new System.Drawing.Point(0, 0);
  657. this.labelTextBox7.TextBox.Name = "textBox1";
  658. this.labelTextBox7.TextBox.Size = new System.Drawing.Size(161, 25);
  659. this.labelTextBox7.TextBox.TabIndex = 1;
  660. this.labelTextBox7.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox7_TextBox_KeyDown);
  661. //
  662. // labelComboBox3
  663. //
  664. //
  665. //
  666. //
  667. this.labelComboBox3.CheckBox.AutoSize = true;
  668. this.labelComboBox3.CheckBox.Location = new System.Drawing.Point(5, 5);
  669. this.labelComboBox3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  670. this.labelComboBox3.CheckBox.Name = "checkBox1";
  671. this.labelComboBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  672. this.labelComboBox3.CheckBox.TabIndex = 0;
  673. this.labelComboBox3.CheckBox.UseVisualStyleBackColor = true;
  674. //
  675. //
  676. //
  677. this.labelComboBox3.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  678. this.labelComboBox3.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  679. this.labelComboBox3.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  680. this.labelComboBox3.ComboBox.Enabled = false;
  681. this.labelComboBox3.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  682. this.labelComboBox3.ComboBox.Location = new System.Drawing.Point(0, 0);
  683. this.labelComboBox3.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  684. this.labelComboBox3.ComboBox.Name = "comboBox1";
  685. this.labelComboBox3.ComboBox.Size = new System.Drawing.Size(189, 24);
  686. this.labelComboBox3.ComboBox.TabIndex = 0;
  687. //
  688. //
  689. //
  690. this.labelComboBox3.Label.AutoSize = true;
  691. this.labelComboBox3.Label.Location = new System.Drawing.Point(25, 5);
  692. this.labelComboBox3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  693. this.labelComboBox3.Label.Name = "label1";
  694. this.labelComboBox3.Label.Size = new System.Drawing.Size(67, 15);
  695. this.labelComboBox3.Label.TabIndex = 2;
  696. this.labelComboBox3.Label.Text = "判定结果";
  697. this.labelComboBox3.Location = new System.Drawing.Point(296, 34);
  698. this.labelComboBox3.Margin = new System.Windows.Forms.Padding(5);
  699. this.labelComboBox3.Name = "labelComboBox3";
  700. this.labelComboBox3.Size = new System.Drawing.Size(285, 28);
  701. this.labelComboBox3.TabIndex = 4;
  702. //
  703. // labelTextBox3
  704. //
  705. //
  706. //
  707. //
  708. this.labelTextBox3.CheckBox.AutoSize = true;
  709. this.labelTextBox3.CheckBox.Location = new System.Drawing.Point(4, 4);
  710. this.labelTextBox3.CheckBox.Name = "checkBox1";
  711. this.labelTextBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  712. this.labelTextBox3.CheckBox.TabIndex = 1;
  713. this.labelTextBox3.CheckBox.UseVisualStyleBackColor = true;
  714. //
  715. //
  716. //
  717. this.labelTextBox3.Label.AutoSize = true;
  718. this.labelTextBox3.Label.Location = new System.Drawing.Point(24, 4);
  719. this.labelTextBox3.Label.Name = "label1";
  720. this.labelTextBox3.Label.Size = new System.Drawing.Size(69, 15);
  721. this.labelTextBox3.Label.TabIndex = 0;
  722. this.labelTextBox3.Label.Text = " 批号";
  723. this.labelTextBox3.Location = new System.Drawing.Point(21, 34);
  724. this.labelTextBox3.Margin = new System.Windows.Forms.Padding(5);
  725. this.labelTextBox3.Name = "labelTextBox3";
  726. this.labelTextBox3.Size = new System.Drawing.Size(255, 26);
  727. this.labelTextBox3.TabIndex = 3;
  728. //
  729. //
  730. //
  731. this.labelTextBox3.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  732. this.labelTextBox3.TextBox.Enabled = false;
  733. this.labelTextBox3.TextBox.Location = new System.Drawing.Point(0, 0);
  734. this.labelTextBox3.TextBox.Name = "textBox1";
  735. this.labelTextBox3.TextBox.Size = new System.Drawing.Size(159, 25);
  736. this.labelTextBox3.TextBox.TabIndex = 1;
  737. //
  738. // labelDateTimePicker3
  739. //
  740. //
  741. //
  742. //
  743. this.labelDateTimePicker3.CheckBox.AutoSize = true;
  744. this.labelDateTimePicker3.CheckBox.Checked = true;
  745. this.labelDateTimePicker3.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  746. this.labelDateTimePicker3.CheckBox.Location = new System.Drawing.Point(4, 4);
  747. this.labelDateTimePicker3.CheckBox.Name = "checkBox1";
  748. this.labelDateTimePicker3.CheckBox.Size = new System.Drawing.Size(18, 17);
  749. this.labelDateTimePicker3.CheckBox.TabIndex = 1;
  750. this.labelDateTimePicker3.CheckBox.UseVisualStyleBackColor = true;
  751. this.labelDateTimePicker3.CheckBox.Visible = false;
  752. //
  753. //
  754. //
  755. this.labelDateTimePicker3.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  756. this.labelDateTimePicker3.DateTimePicker.Enabled = false;
  757. this.labelDateTimePicker3.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  758. this.labelDateTimePicker3.DateTimePicker.Name = "dateTimePicker1";
  759. this.labelDateTimePicker3.DateTimePicker.Size = new System.Drawing.Size(198, 25);
  760. this.labelDateTimePicker3.DateTimePicker.TabIndex = 0;
  761. //
  762. //
  763. //
  764. this.labelDateTimePicker3.Label.AutoSize = true;
  765. this.labelDateTimePicker3.Label.Location = new System.Drawing.Point(4, 4);
  766. this.labelDateTimePicker3.Label.Name = "label1";
  767. this.labelDateTimePicker3.Label.Size = new System.Drawing.Size(22, 15);
  768. this.labelDateTimePicker3.Label.TabIndex = 0;
  769. this.labelDateTimePicker3.Label.Text = "至";
  770. this.labelDateTimePicker3.Location = new System.Drawing.Point(592, 8);
  771. this.labelDateTimePicker3.Margin = new System.Windows.Forms.Padding(5);
  772. this.labelDateTimePicker3.Name = "labelDateTimePicker3";
  773. this.labelDateTimePicker3.Size = new System.Drawing.Size(227, 26);
  774. this.labelDateTimePicker3.TabIndex = 1;
  775. //
  776. // labelDateTimePicker4
  777. //
  778. //
  779. //
  780. //
  781. this.labelDateTimePicker4.CheckBox.AutoSize = true;
  782. this.labelDateTimePicker4.CheckBox.Location = new System.Drawing.Point(4, 4);
  783. this.labelDateTimePicker4.CheckBox.Name = "checkBox1";
  784. this.labelDateTimePicker4.CheckBox.Size = new System.Drawing.Size(18, 17);
  785. this.labelDateTimePicker4.CheckBox.TabIndex = 1;
  786. this.labelDateTimePicker4.CheckBox.UseVisualStyleBackColor = true;
  787. this.labelDateTimePicker4.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker4_CheckBox_CheckedChanged);
  788. //
  789. //
  790. //
  791. this.labelDateTimePicker4.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  792. this.labelDateTimePicker4.DateTimePicker.Enabled = false;
  793. this.labelDateTimePicker4.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  794. this.labelDateTimePicker4.DateTimePicker.Name = "dateTimePicker1";
  795. this.labelDateTimePicker4.DateTimePicker.Size = new System.Drawing.Size(191, 25);
  796. this.labelDateTimePicker4.DateTimePicker.TabIndex = 0;
  797. //
  798. //
  799. //
  800. this.labelDateTimePicker4.Label.AutoSize = true;
  801. this.labelDateTimePicker4.Label.Location = new System.Drawing.Point(24, 4);
  802. this.labelDateTimePicker4.Label.Name = "label1";
  803. this.labelDateTimePicker4.Label.Size = new System.Drawing.Size(67, 15);
  804. this.labelDateTimePicker4.Label.TabIndex = 0;
  805. this.labelDateTimePicker4.Label.Text = "判定时间";
  806. this.labelDateTimePicker4.Location = new System.Drawing.Point(296, 8);
  807. this.labelDateTimePicker4.Margin = new System.Windows.Forms.Padding(5);
  808. this.labelDateTimePicker4.Name = "labelDateTimePicker4";
  809. this.labelDateTimePicker4.Size = new System.Drawing.Size(285, 26);
  810. this.labelDateTimePicker4.TabIndex = 0;
  811. //
  812. // ultraTabPageControl7
  813. //
  814. this.ultraTabPageControl7.Controls.Add(this.splitContainer2);
  815. this.ultraTabPageControl7.Controls.Add(this.ultraLabel6);
  816. this.ultraTabPageControl7.Controls.Add(this.panel5);
  817. this.ultraTabPageControl7.Location = new System.Drawing.Point(-10000, -10000);
  818. this.ultraTabPageControl7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  819. this.ultraTabPageControl7.Name = "ultraTabPageControl7";
  820. this.ultraTabPageControl7.Size = new System.Drawing.Size(1209, 669);
  821. //
  822. // splitContainer2
  823. //
  824. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  825. this.splitContainer2.Location = new System.Drawing.Point(0, 79);
  826. this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  827. this.splitContainer2.Name = "splitContainer2";
  828. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  829. this.splitContainer2.Size = new System.Drawing.Size(1209, 590);
  830. this.splitContainer2.SplitterDistance = 303;
  831. this.splitContainer2.TabIndex = 8;
  832. //
  833. // ultraLabel6
  834. //
  835. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  836. appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  837. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  838. appearance6.BorderColor = System.Drawing.Color.RoyalBlue;
  839. appearance6.TextVAlignAsString = "Middle";
  840. this.ultraLabel6.Appearance = appearance6;
  841. this.ultraLabel6.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  842. this.ultraLabel6.Dock = System.Windows.Forms.DockStyle.Top;
  843. this.ultraLabel6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  844. this.ultraLabel6.Location = new System.Drawing.Point(0, 48);
  845. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
  846. this.ultraLabel6.Name = "ultraLabel6";
  847. this.ultraLabel6.Size = new System.Drawing.Size(1209, 31);
  848. this.ultraLabel6.TabIndex = 6;
  849. this.ultraLabel6.Text = " 不合格评审记录";
  850. //
  851. // panel5
  852. //
  853. this.panel5.Controls.Add(this.labelCheckBox1);
  854. this.panel5.Controls.Add(this.labelTextBox6);
  855. this.panel5.Controls.Add(this.labelTextBox5);
  856. this.panel5.Controls.Add(this.labelDateTimePicker5);
  857. this.panel5.Controls.Add(this.labelDateTimePicker6);
  858. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  859. this.panel5.Location = new System.Drawing.Point(0, 0);
  860. this.panel5.Margin = new System.Windows.Forms.Padding(4);
  861. this.panel5.Name = "panel5";
  862. this.panel5.Size = new System.Drawing.Size(1209, 48);
  863. this.panel5.TabIndex = 7;
  864. //
  865. // labelCheckBox1
  866. //
  867. //
  868. //
  869. //
  870. this.labelCheckBox1.CheckBox.AutoSize = true;
  871. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  872. this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  873. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  874. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(89, 19);
  875. this.labelCheckBox1.CheckBox.TabIndex = 0;
  876. this.labelCheckBox1.CheckBox.Text = "无效记录";
  877. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  878. this.labelCheckBox1.Location = new System.Drawing.Point(1096, 9);
  879. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(5);
  880. this.labelCheckBox1.Name = "labelCheckBox1";
  881. this.labelCheckBox1.Size = new System.Drawing.Size(113, 26);
  882. this.labelCheckBox1.TabIndex = 5;
  883. //
  884. // labelTextBox6
  885. //
  886. //
  887. //
  888. //
  889. this.labelTextBox6.CheckBox.AutoSize = true;
  890. this.labelTextBox6.CheckBox.Location = new System.Drawing.Point(4, 4);
  891. this.labelTextBox6.CheckBox.Name = "checkBox1";
  892. this.labelTextBox6.CheckBox.Size = new System.Drawing.Size(18, 17);
  893. this.labelTextBox6.CheckBox.TabIndex = 1;
  894. this.labelTextBox6.CheckBox.UseVisualStyleBackColor = true;
  895. //
  896. //
  897. //
  898. this.labelTextBox6.Label.AutoSize = true;
  899. this.labelTextBox6.Label.Location = new System.Drawing.Point(24, 4);
  900. this.labelTextBox6.Label.Name = "label1";
  901. this.labelTextBox6.Label.Size = new System.Drawing.Size(67, 15);
  902. this.labelTextBox6.Label.TabIndex = 0;
  903. this.labelTextBox6.Label.Text = "判定炉号";
  904. this.labelTextBox6.Location = new System.Drawing.Point(21, 9);
  905. this.labelTextBox6.Margin = new System.Windows.Forms.Padding(5);
  906. this.labelTextBox6.Name = "labelTextBox6";
  907. this.labelTextBox6.Size = new System.Drawing.Size(263, 26);
  908. this.labelTextBox6.TabIndex = 4;
  909. //
  910. //
  911. //
  912. this.labelTextBox6.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  913. this.labelTextBox6.TextBox.Enabled = false;
  914. this.labelTextBox6.TextBox.Location = new System.Drawing.Point(0, 0);
  915. this.labelTextBox6.TextBox.Name = "textBox1";
  916. this.labelTextBox6.TextBox.Size = new System.Drawing.Size(169, 25);
  917. this.labelTextBox6.TextBox.TabIndex = 1;
  918. this.labelTextBox6.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
  919. //
  920. // labelTextBox5
  921. //
  922. //
  923. //
  924. //
  925. this.labelTextBox5.CheckBox.AutoSize = true;
  926. this.labelTextBox5.CheckBox.Location = new System.Drawing.Point(4, 4);
  927. this.labelTextBox5.CheckBox.Name = "checkBox1";
  928. this.labelTextBox5.CheckBox.Size = new System.Drawing.Size(18, 17);
  929. this.labelTextBox5.CheckBox.TabIndex = 1;
  930. this.labelTextBox5.CheckBox.UseVisualStyleBackColor = true;
  931. //
  932. //
  933. //
  934. this.labelTextBox5.Label.AutoSize = true;
  935. this.labelTextBox5.Label.Location = new System.Drawing.Point(24, 4);
  936. this.labelTextBox5.Label.Name = "label1";
  937. this.labelTextBox5.Label.Size = new System.Drawing.Size(37, 15);
  938. this.labelTextBox5.Label.TabIndex = 0;
  939. this.labelTextBox5.Label.Text = "批号";
  940. this.labelTextBox5.Location = new System.Drawing.Point(307, 9);
  941. this.labelTextBox5.Margin = new System.Windows.Forms.Padding(5);
  942. this.labelTextBox5.Name = "labelTextBox5";
  943. this.labelTextBox5.Size = new System.Drawing.Size(263, 26);
  944. this.labelTextBox5.TabIndex = 3;
  945. //
  946. //
  947. //
  948. this.labelTextBox5.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  949. this.labelTextBox5.TextBox.Enabled = false;
  950. this.labelTextBox5.TextBox.Location = new System.Drawing.Point(0, 0);
  951. this.labelTextBox5.TextBox.Name = "textBox1";
  952. this.labelTextBox5.TextBox.Size = new System.Drawing.Size(199, 25);
  953. this.labelTextBox5.TextBox.TabIndex = 1;
  954. //
  955. // labelDateTimePicker5
  956. //
  957. //
  958. //
  959. //
  960. this.labelDateTimePicker5.CheckBox.AutoSize = true;
  961. this.labelDateTimePicker5.CheckBox.Checked = true;
  962. this.labelDateTimePicker5.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  963. this.labelDateTimePicker5.CheckBox.Location = new System.Drawing.Point(4, 4);
  964. this.labelDateTimePicker5.CheckBox.Name = "checkBox1";
  965. this.labelDateTimePicker5.CheckBox.Size = new System.Drawing.Size(18, 17);
  966. this.labelDateTimePicker5.CheckBox.TabIndex = 1;
  967. this.labelDateTimePicker5.CheckBox.UseVisualStyleBackColor = true;
  968. this.labelDateTimePicker5.CheckBox.Visible = false;
  969. //
  970. //
  971. //
  972. this.labelDateTimePicker5.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  973. this.labelDateTimePicker5.DateTimePicker.Enabled = false;
  974. this.labelDateTimePicker5.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  975. this.labelDateTimePicker5.DateTimePicker.Name = "dateTimePicker1";
  976. this.labelDateTimePicker5.DateTimePicker.Size = new System.Drawing.Size(168, 25);
  977. this.labelDateTimePicker5.DateTimePicker.TabIndex = 0;
  978. //
  979. //
  980. //
  981. this.labelDateTimePicker5.Label.AutoSize = true;
  982. this.labelDateTimePicker5.Label.Location = new System.Drawing.Point(4, 4);
  983. this.labelDateTimePicker5.Label.Name = "label1";
  984. this.labelDateTimePicker5.Label.Size = new System.Drawing.Size(22, 15);
  985. this.labelDateTimePicker5.Label.TabIndex = 0;
  986. this.labelDateTimePicker5.Label.Text = "至";
  987. this.labelDateTimePicker5.Location = new System.Drawing.Point(876, 9);
  988. this.labelDateTimePicker5.Margin = new System.Windows.Forms.Padding(5);
  989. this.labelDateTimePicker5.Name = "labelDateTimePicker5";
  990. this.labelDateTimePicker5.Size = new System.Drawing.Size(197, 26);
  991. this.labelDateTimePicker5.TabIndex = 1;
  992. //
  993. // labelDateTimePicker6
  994. //
  995. //
  996. //
  997. //
  998. this.labelDateTimePicker6.CheckBox.AutoSize = true;
  999. this.labelDateTimePicker6.CheckBox.Location = new System.Drawing.Point(4, 4);
  1000. this.labelDateTimePicker6.CheckBox.Name = "checkBox1";
  1001. this.labelDateTimePicker6.CheckBox.Size = new System.Drawing.Size(18, 17);
  1002. this.labelDateTimePicker6.CheckBox.TabIndex = 1;
  1003. this.labelDateTimePicker6.CheckBox.UseVisualStyleBackColor = true;
  1004. this.labelDateTimePicker6.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker6_CheckBox_CheckedChanged);
  1005. //
  1006. //
  1007. //
  1008. this.labelDateTimePicker6.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  1009. this.labelDateTimePicker6.DateTimePicker.Enabled = false;
  1010. this.labelDateTimePicker6.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  1011. this.labelDateTimePicker6.DateTimePicker.Name = "dateTimePicker1";
  1012. this.labelDateTimePicker6.DateTimePicker.Size = new System.Drawing.Size(173, 25);
  1013. this.labelDateTimePicker6.DateTimePicker.TabIndex = 0;
  1014. //
  1015. //
  1016. //
  1017. this.labelDateTimePicker6.Label.AutoSize = true;
  1018. this.labelDateTimePicker6.Label.Location = new System.Drawing.Point(24, 4);
  1019. this.labelDateTimePicker6.Label.Name = "label1";
  1020. this.labelDateTimePicker6.Label.Size = new System.Drawing.Size(97, 15);
  1021. this.labelDateTimePicker6.Label.TabIndex = 0;
  1022. this.labelDateTimePicker6.Label.Text = "申请放行时间";
  1023. this.labelDateTimePicker6.Location = new System.Drawing.Point(581, 9);
  1024. this.labelDateTimePicker6.Margin = new System.Windows.Forms.Padding(5);
  1025. this.labelDateTimePicker6.Name = "labelDateTimePicker6";
  1026. this.labelDateTimePicker6.Size = new System.Drawing.Size(297, 26);
  1027. this.labelDateTimePicker6.TabIndex = 0;
  1028. //
  1029. // dataSet1
  1030. //
  1031. this.dataSet1.DataSetName = "NewDataSet";
  1032. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  1033. this.dataTable1});
  1034. //
  1035. // dataTable1
  1036. //
  1037. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1038. this.dataColumn1,
  1039. this.dataColumn2});
  1040. this.dataTable1.TableName = "Table1";
  1041. //
  1042. // dataColumn1
  1043. //
  1044. this.dataColumn1.Caption = "状态";
  1045. this.dataColumn1.ColumnName = "State";
  1046. //
  1047. // dataColumn2
  1048. //
  1049. this.dataColumn2.Caption = "状态";
  1050. this.dataColumn2.ColumnName = "StateDesc";
  1051. //
  1052. // panel4
  1053. //
  1054. this.panel4.Controls.Add(this.ultraTabControl2);
  1055. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1056. this.panel4.Location = new System.Drawing.Point(0, 0);
  1057. this.panel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1058. this.panel4.Name = "panel4";
  1059. this.panel4.Size = new System.Drawing.Size(1213, 698);
  1060. this.panel4.TabIndex = 2;
  1061. //
  1062. // ultraTabControl2
  1063. //
  1064. this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage2);
  1065. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl5);
  1066. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl6);
  1067. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl7);
  1068. this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  1069. this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
  1070. this.ultraTabControl2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1071. this.ultraTabControl2.Name = "ultraTabControl2";
  1072. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
  1073. this.ultraTabControl2.Size = new System.Drawing.Size(1213, 698);
  1074. this.ultraTabControl2.TabIndex = 3;
  1075. this.ultraTabControl2.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  1076. ultraTab5.TabPage = this.ultraTabPageControl5;
  1077. ultraTab5.Text = "综合判定";
  1078. ultraTab6.TabPage = this.ultraTabPageControl6;
  1079. ultraTab6.Text = "判定记录";
  1080. ultraTab7.TabPage = this.ultraTabPageControl7;
  1081. ultraTab7.Text = "不合格评审记录";
  1082. this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1083. ultraTab5,
  1084. ultraTab6,
  1085. ultraTab7});
  1086. this.ultraTabControl2.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl2_SelectedTabChanged);
  1087. //
  1088. // ultraTabSharedControlsPage2
  1089. //
  1090. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
  1091. this.ultraTabSharedControlsPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1092. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  1093. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(1209, 669);
  1094. //
  1095. // ZcColligateJudgeFrm
  1096. //
  1097. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1098. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1099. this.ClientSize = new System.Drawing.Size(1213, 698);
  1100. this.Controls.Add(this.panel4);
  1101. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1102. this.Name = "ZcColligateJudgeFrm";
  1103. this.Text = "成品综合判定";
  1104. this.Load += new System.EventHandler(this.SteelMakingColligateJudgeFrm_Load);
  1105. this.Shown += new System.EventHandler(this.SteelMakingColligateJudgeFrm_Shown);
  1106. this.ultraTabPageControl5.ResumeLayout(false);
  1107. this.splitContainer3.Panel2.ResumeLayout(false);
  1108. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1109. this.splitContainer3.ResumeLayout(false);
  1110. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1111. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1112. this.panel2.ResumeLayout(false);
  1113. this.panel2.PerformLayout();
  1114. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox4.ComboBox)).EndInit();
  1115. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  1116. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  1117. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  1118. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  1119. this.ultraTabPageControl6.ResumeLayout(false);
  1120. this.panel3.ResumeLayout(false);
  1121. this.panel3.PerformLayout();
  1122. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor2)).EndInit();
  1123. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).EndInit();
  1124. this.ultraTabPageControl7.ResumeLayout(false);
  1125. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1126. this.splitContainer2.ResumeLayout(false);
  1127. this.panel5.ResumeLayout(false);
  1128. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1129. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1130. this.panel4.ResumeLayout(false);
  1131. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  1132. this.ultraTabControl2.ResumeLayout(false);
  1133. this.ResumeLayout(false);
  1134. }
  1135. #endregion
  1136. private System.Windows.Forms.Panel panel4;
  1137. private System.Data.DataSet dataSet1;
  1138. private System.Data.DataTable dataTable1;
  1139. private System.Data.DataColumn dataColumn1;
  1140. private System.Data.DataColumn dataColumn2;
  1141. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  1142. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  1143. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl5;
  1144. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl6;
  1145. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1146. private System.Windows.Forms.Panel panel2;
  1147. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  1148. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  1149. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  1150. private Mes.Client.Comm.Control.LabelTextBox labelTextBox4;
  1151. private System.Windows.Forms.Panel panel3;
  1152. private Mes.Client.Comm.Control.LabelComboBox labelComboBox3;
  1153. private Mes.Client.Comm.Control.LabelTextBox labelTextBox3;
  1154. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker3;
  1155. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker4;
  1156. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl7;
  1157. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1158. private System.Windows.Forms.Panel panel5;
  1159. private Mes.Client.Comm.Control.LabelTextBox labelTextBox5;
  1160. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker5;
  1161. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker6;
  1162. private Mes.Client.Comm.Control.LabelTextBox labelTextBox6;
  1163. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  1164. private Mes.Client.Comm.Control.LabelTextBox labelTextBox7;
  1165. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1166. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1167. private System.Windows.Forms.SplitContainer splitContainer2;
  1168. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  1169. private System.Windows.Forms.SplitContainer splitContainer3;
  1170. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  1171. private Mes.Client.Comm.Control.LabelTextBox labelTextBox10;
  1172. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1173. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  1174. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor2;
  1175. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1176. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  1177. private Mes.Client.Comm.Control.LabelComboBox labelComboBox4;
  1178. }
  1179. }