RolledTubeColligateJudgeFrm.Designer.cs 85 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class RolledTubeColligateJudgeFrm
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  36. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
  42. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  44. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab6 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  45. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  46. this.ultraTabPageControl5 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  47. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  48. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  49. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  50. this.panel6 = new System.Windows.Forms.Panel();
  51. this.ultraTextEditor3 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  53. this.ultraComboEditor4 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  54. this.labelTextBox9 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  55. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  56. this.labelDateTimePicker7 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  57. this.labelDateTimePicker8 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  58. this.labelComboBox9 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  59. this.labelComboBox10 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  60. this.labelTextBox8 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  61. this.panel1 = new System.Windows.Forms.Panel();
  62. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  64. this.ultraComboEditor3 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  65. this.labelTextBox10 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  66. this.labelTextBox4 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  67. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  68. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  69. this.labelComboBox2 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  70. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  71. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  72. this.ultraTabPageControl6 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  73. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  74. this.panel3 = new System.Windows.Forms.Panel();
  75. this.labelTextBox11 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  76. this.ultraTextEditor4 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  77. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  78. this.labelTextBox7 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  79. this.labelComboBox3 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  80. this.labelTextBox3 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  81. this.labelDateTimePicker3 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  82. this.labelDateTimePicker4 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  83. this.ultraTabPageControl7 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  84. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  85. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  86. this.panel5 = new System.Windows.Forms.Panel();
  87. this.labelCheckBox1 = new Core.Mes.Client.Comm.Control.LabelCheckBox();
  88. this.labelTextBox6 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  89. this.labelTextBox5 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  90. this.labelDateTimePicker5 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  91. this.labelDateTimePicker6 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  92. this.dataSet1 = new System.Data.DataSet();
  93. this.dataTable1 = new System.Data.DataTable();
  94. this.dataColumn1 = new System.Data.DataColumn();
  95. this.dataColumn2 = new System.Data.DataColumn();
  96. this.panel4 = new System.Windows.Forms.Panel();
  97. this.ultraTabControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  98. this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  99. this.ultraTabPageControl5.SuspendLayout();
  100. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  101. this.splitContainer3.Panel2.SuspendLayout();
  102. this.splitContainer3.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  104. this.ultraExpandableGroupBox2.SuspendLayout();
  105. this.panel6.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox9.ComboBox)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox10.ComboBox)).BeginInit();
  110. this.panel1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  115. this.ultraTabPageControl6.SuspendLayout();
  116. this.panel3.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).BeginInit();
  119. this.ultraTabPageControl7.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  121. this.splitContainer2.SuspendLayout();
  122. this.panel5.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  125. this.panel4.SuspendLayout();
  126. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).BeginInit();
  127. this.ultraTabControl2.SuspendLayout();
  128. this.SuspendLayout();
  129. //
  130. // ultraTabPageControl5
  131. //
  132. this.ultraTabPageControl5.Controls.Add(this.splitContainer3);
  133. this.ultraTabPageControl5.Controls.Add(this.panel6);
  134. this.ultraTabPageControl5.Controls.Add(this.panel1);
  135. this.ultraTabPageControl5.Location = new System.Drawing.Point(1, 1);
  136. this.ultraTabPageControl5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  137. this.ultraTabPageControl5.Name = "ultraTabPageControl5";
  138. this.ultraTabPageControl5.Size = new System.Drawing.Size(1252, 648);
  139. //
  140. // splitContainer3
  141. //
  142. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.splitContainer3.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  144. this.splitContainer3.Location = new System.Drawing.Point(0, 112);
  145. this.splitContainer3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  146. this.splitContainer3.Name = "splitContainer3";
  147. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  148. //
  149. // splitContainer3.Panel2
  150. //
  151. this.splitContainer3.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
  152. this.splitContainer3.Size = new System.Drawing.Size(1252, 536);
  153. this.splitContainer3.SplitterDistance = 111;
  154. this.splitContainer3.SplitterWidth = 3;
  155. this.splitContainer3.TabIndex = 9;
  156. //
  157. // ultraExpandableGroupBox2
  158. //
  159. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  160. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(1252, 422);
  162. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  163. this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  164. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  165. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(1252, 422);
  166. this.ultraExpandableGroupBox2.TabIndex = 8;
  167. this.ultraExpandableGroupBox2.Text = "判定信息";
  168. this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
  169. //
  170. // ultraExpandableGroupBoxPanel2
  171. //
  172. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 19);
  174. this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  175. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  176. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(1246, 400);
  177. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  178. //
  179. // panel6
  180. //
  181. this.panel6.Controls.Add(this.ultraTextEditor3);
  182. this.panel6.Controls.Add(this.ultraLabel4);
  183. this.panel6.Controls.Add(this.ultraComboEditor4);
  184. this.panel6.Controls.Add(this.labelTextBox9);
  185. this.panel6.Controls.Add(this.labelTextBox2);
  186. this.panel6.Controls.Add(this.labelDateTimePicker7);
  187. this.panel6.Controls.Add(this.labelDateTimePicker8);
  188. this.panel6.Controls.Add(this.labelComboBox9);
  189. this.panel6.Controls.Add(this.labelComboBox10);
  190. this.panel6.Controls.Add(this.labelTextBox8);
  191. this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
  192. this.panel6.Location = new System.Drawing.Point(0, 58);
  193. this.panel6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  194. this.panel6.Name = "panel6";
  195. this.panel6.Size = new System.Drawing.Size(1252, 54);
  196. this.panel6.TabIndex = 30;
  197. this.panel6.Visible = false;
  198. //
  199. // ultraTextEditor3
  200. //
  201. editorButton1.Text = "选择";
  202. this.ultraTextEditor3.ButtonsRight.Add(editorButton1);
  203. this.ultraTextEditor3.Location = new System.Drawing.Point(385, 27);
  204. this.ultraTextEditor3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  205. this.ultraTextEditor3.Name = "ultraTextEditor3";
  206. this.ultraTextEditor3.ReadOnly = true;
  207. this.ultraTextEditor3.Size = new System.Drawing.Size(160, 21);
  208. this.ultraTextEditor3.TabIndex = 43;
  209. this.ultraTextEditor3.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor3_EditorButtonClick);
  210. //
  211. // ultraLabel4
  212. //
  213. this.ultraLabel4.AutoSize = true;
  214. this.ultraLabel4.Location = new System.Drawing.Point(355, 30);
  215. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  216. this.ultraLabel4.Name = "ultraLabel4";
  217. this.ultraLabel4.Size = new System.Drawing.Size(29, 16);
  218. this.ultraLabel4.TabIndex = 42;
  219. this.ultraLabel4.Text = "产线";
  220. //
  221. // ultraComboEditor4
  222. //
  223. this.ultraComboEditor4.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  224. valueListItem14.DataValue = "2";
  225. valueListItem14.DisplayText = "判定时间";
  226. valueListItem17.DataValue = "1";
  227. valueListItem17.DisplayText = "送判时间";
  228. this.ultraComboEditor4.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  229. valueListItem14,
  230. valueListItem17});
  231. this.ultraComboEditor4.Location = new System.Drawing.Point(379, 4);
  232. this.ultraComboEditor4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  233. this.ultraComboEditor4.Name = "ultraComboEditor4";
  234. this.ultraComboEditor4.Size = new System.Drawing.Size(78, 21);
  235. this.ultraComboEditor4.TabIndex = 32;
  236. //
  237. // labelTextBox9
  238. //
  239. //
  240. //
  241. //
  242. this.labelTextBox9.CheckBox.AutoSize = true;
  243. this.labelTextBox9.CheckBox.Location = new System.Drawing.Point(4, 4);
  244. this.labelTextBox9.CheckBox.Name = "checkBox1";
  245. this.labelTextBox9.CheckBox.Size = new System.Drawing.Size(15, 14);
  246. this.labelTextBox9.CheckBox.TabIndex = 1;
  247. this.labelTextBox9.CheckBox.UseVisualStyleBackColor = true;
  248. //
  249. //
  250. //
  251. this.labelTextBox9.Label.AutoSize = true;
  252. this.labelTextBox9.Label.Location = new System.Drawing.Point(21, 4);
  253. this.labelTextBox9.Label.Name = "label1";
  254. this.labelTextBox9.Label.Size = new System.Drawing.Size(41, 12);
  255. this.labelTextBox9.Label.TabIndex = 0;
  256. this.labelTextBox9.Label.Text = "合同号";
  257. this.labelTextBox9.Location = new System.Drawing.Point(552, 27);
  258. this.labelTextBox9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  259. this.labelTextBox9.Name = "labelTextBox9";
  260. this.labelTextBox9.Size = new System.Drawing.Size(184, 21);
  261. this.labelTextBox9.TabIndex = 28;
  262. //
  263. //
  264. //
  265. this.labelTextBox9.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.labelTextBox9.TextBox.Enabled = false;
  267. this.labelTextBox9.TextBox.Location = new System.Drawing.Point(0, 0);
  268. this.labelTextBox9.TextBox.Name = "textBox1";
  269. this.labelTextBox9.TextBox.Size = new System.Drawing.Size(119, 21);
  270. this.labelTextBox9.TextBox.TabIndex = 1;
  271. this.labelTextBox9.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  272. //
  273. // labelTextBox2
  274. //
  275. //
  276. //
  277. //
  278. this.labelTextBox2.CheckBox.AutoSize = true;
  279. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(4, 4);
  280. this.labelTextBox2.CheckBox.Name = "checkBox1";
  281. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(15, 14);
  282. this.labelTextBox2.CheckBox.TabIndex = 1;
  283. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  284. //
  285. //
  286. //
  287. this.labelTextBox2.Label.AutoSize = true;
  288. this.labelTextBox2.Label.Location = new System.Drawing.Point(21, 4);
  289. this.labelTextBox2.Label.Name = "label1";
  290. this.labelTextBox2.Label.Size = new System.Drawing.Size(53, 12);
  291. this.labelTextBox2.Label.TabIndex = 0;
  292. this.labelTextBox2.Label.Text = "判定炉号";
  293. this.labelTextBox2.Location = new System.Drawing.Point(4, 6);
  294. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  295. this.labelTextBox2.Name = "labelTextBox2";
  296. this.labelTextBox2.Size = new System.Drawing.Size(185, 21);
  297. this.labelTextBox2.TabIndex = 6;
  298. //
  299. //
  300. //
  301. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  302. this.labelTextBox2.TextBox.Enabled = false;
  303. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  304. this.labelTextBox2.TextBox.Name = "textBox1";
  305. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(108, 21);
  306. this.labelTextBox2.TextBox.TabIndex = 1;
  307. this.labelTextBox2.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  308. //
  309. // labelDateTimePicker7
  310. //
  311. //
  312. //
  313. //
  314. this.labelDateTimePicker7.CheckBox.AutoSize = true;
  315. this.labelDateTimePicker7.CheckBox.Checked = true;
  316. this.labelDateTimePicker7.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  317. this.labelDateTimePicker7.CheckBox.Location = new System.Drawing.Point(4, 4);
  318. this.labelDateTimePicker7.CheckBox.Name = "checkBox1";
  319. this.labelDateTimePicker7.CheckBox.Size = new System.Drawing.Size(15, 14);
  320. this.labelDateTimePicker7.CheckBox.TabIndex = 1;
  321. this.labelDateTimePicker7.CheckBox.UseVisualStyleBackColor = true;
  322. this.labelDateTimePicker7.CheckBox.Visible = false;
  323. //
  324. //
  325. //
  326. this.labelDateTimePicker7.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.labelDateTimePicker7.DateTimePicker.Enabled = false;
  328. this.labelDateTimePicker7.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  329. this.labelDateTimePicker7.DateTimePicker.Name = "dateTimePicker1";
  330. this.labelDateTimePicker7.DateTimePicker.Size = new System.Drawing.Size(124, 21);
  331. this.labelDateTimePicker7.DateTimePicker.TabIndex = 0;
  332. //
  333. //
  334. //
  335. this.labelDateTimePicker7.Label.AutoSize = true;
  336. this.labelDateTimePicker7.Label.Location = new System.Drawing.Point(4, 4);
  337. this.labelDateTimePicker7.Label.Name = "label1";
  338. this.labelDateTimePicker7.Label.Size = new System.Drawing.Size(17, 12);
  339. this.labelDateTimePicker7.Label.TabIndex = 0;
  340. this.labelDateTimePicker7.Label.Text = "至";
  341. this.labelDateTimePicker7.Location = new System.Drawing.Point(586, 4);
  342. this.labelDateTimePicker7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  343. this.labelDateTimePicker7.Name = "labelDateTimePicker7";
  344. this.labelDateTimePicker7.Size = new System.Drawing.Size(148, 21);
  345. this.labelDateTimePicker7.TabIndex = 1;
  346. //
  347. // labelDateTimePicker8
  348. //
  349. //
  350. //
  351. //
  352. this.labelDateTimePicker8.CheckBox.AutoSize = true;
  353. this.labelDateTimePicker8.CheckBox.Location = new System.Drawing.Point(4, 4);
  354. this.labelDateTimePicker8.CheckBox.Name = "checkBox1";
  355. this.labelDateTimePicker8.CheckBox.Size = new System.Drawing.Size(15, 14);
  356. this.labelDateTimePicker8.CheckBox.TabIndex = 1;
  357. this.labelDateTimePicker8.CheckBox.UseVisualStyleBackColor = true;
  358. this.labelDateTimePicker8.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker8_CheckBox_CheckedChanged);
  359. //
  360. //
  361. //
  362. this.labelDateTimePicker8.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.labelDateTimePicker8.DateTimePicker.Enabled = false;
  364. this.labelDateTimePicker8.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  365. this.labelDateTimePicker8.DateTimePicker.Name = "dateTimePicker1";
  366. this.labelDateTimePicker8.DateTimePicker.Size = new System.Drawing.Size(123, 21);
  367. this.labelDateTimePicker8.DateTimePicker.TabIndex = 0;
  368. //
  369. //
  370. //
  371. this.labelDateTimePicker8.Label.AutoSize = true;
  372. this.labelDateTimePicker8.Label.Location = new System.Drawing.Point(21, 4);
  373. this.labelDateTimePicker8.Label.Name = "label1";
  374. this.labelDateTimePicker8.Label.Size = new System.Drawing.Size(83, 12);
  375. this.labelDateTimePicker8.Label.TabIndex = 0;
  376. this.labelDateTimePicker8.Label.Text = " ";
  377. this.labelDateTimePicker8.Location = new System.Drawing.Point(354, 4);
  378. this.labelDateTimePicker8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  379. this.labelDateTimePicker8.Name = "labelDateTimePicker8";
  380. this.labelDateTimePicker8.Size = new System.Drawing.Size(230, 21);
  381. this.labelDateTimePicker8.TabIndex = 0;
  382. //
  383. // labelComboBox9
  384. //
  385. //
  386. //
  387. //
  388. this.labelComboBox9.CheckBox.AutoSize = true;
  389. this.labelComboBox9.CheckBox.Location = new System.Drawing.Point(5, 5);
  390. this.labelComboBox9.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  391. this.labelComboBox9.CheckBox.Name = "checkBox1";
  392. this.labelComboBox9.CheckBox.Size = new System.Drawing.Size(15, 14);
  393. this.labelComboBox9.CheckBox.TabIndex = 0;
  394. this.labelComboBox9.CheckBox.UseVisualStyleBackColor = true;
  395. //
  396. //
  397. //
  398. this.labelComboBox9.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  399. this.labelComboBox9.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.labelComboBox9.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  401. this.labelComboBox9.ComboBox.Enabled = false;
  402. this.labelComboBox9.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  403. valueListItem3.DataValue = "0";
  404. valueListItem3.DisplayText = "未判";
  405. valueListItem4.DataValue = "1";
  406. valueListItem4.DisplayText = "已判";
  407. this.labelComboBox9.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  408. valueListItem3,
  409. valueListItem4});
  410. this.labelComboBox9.ComboBox.Location = new System.Drawing.Point(0, 0);
  411. this.labelComboBox9.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  412. this.labelComboBox9.ComboBox.Name = "comboBox1";
  413. this.labelComboBox9.ComboBox.Size = new System.Drawing.Size(71, 21);
  414. this.labelComboBox9.ComboBox.TabIndex = 0;
  415. //
  416. //
  417. //
  418. this.labelComboBox9.Label.AutoSize = true;
  419. this.labelComboBox9.Label.Location = new System.Drawing.Point(22, 5);
  420. this.labelComboBox9.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  421. this.labelComboBox9.Label.Name = "label1";
  422. this.labelComboBox9.Label.Size = new System.Drawing.Size(53, 12);
  423. this.labelComboBox9.Label.TabIndex = 2;
  424. this.labelComboBox9.Label.Text = "判定状态";
  425. this.labelComboBox9.Location = new System.Drawing.Point(196, 6);
  426. this.labelComboBox9.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  427. this.labelComboBox9.Name = "labelComboBox9";
  428. this.labelComboBox9.Size = new System.Drawing.Size(150, 22);
  429. this.labelComboBox9.TabIndex = 8;
  430. //
  431. // labelComboBox10
  432. //
  433. //
  434. //
  435. //
  436. this.labelComboBox10.CheckBox.AutoSize = true;
  437. this.labelComboBox10.CheckBox.Location = new System.Drawing.Point(5, 5);
  438. this.labelComboBox10.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  439. this.labelComboBox10.CheckBox.Name = "checkBox1";
  440. this.labelComboBox10.CheckBox.Size = new System.Drawing.Size(15, 14);
  441. this.labelComboBox10.CheckBox.TabIndex = 0;
  442. this.labelComboBox10.CheckBox.UseVisualStyleBackColor = true;
  443. //
  444. //
  445. //
  446. this.labelComboBox10.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  447. this.labelComboBox10.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.labelComboBox10.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  449. this.labelComboBox10.ComboBox.Enabled = false;
  450. this.labelComboBox10.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  451. valueListItem10.DataValue = "0";
  452. valueListItem10.DisplayText = "不符合";
  453. valueListItem11.DataValue = "1";
  454. valueListItem11.DisplayText = "符合";
  455. this.labelComboBox10.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  456. valueListItem10,
  457. valueListItem11});
  458. this.labelComboBox10.ComboBox.Location = new System.Drawing.Point(0, 0);
  459. this.labelComboBox10.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  460. this.labelComboBox10.ComboBox.Name = "comboBox1";
  461. this.labelComboBox10.ComboBox.Size = new System.Drawing.Size(71, 21);
  462. this.labelComboBox10.ComboBox.TabIndex = 0;
  463. //
  464. //
  465. //
  466. this.labelComboBox10.Label.AutoSize = true;
  467. this.labelComboBox10.Label.Location = new System.Drawing.Point(22, 5);
  468. this.labelComboBox10.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  469. this.labelComboBox10.Label.Name = "label1";
  470. this.labelComboBox10.Label.Size = new System.Drawing.Size(53, 12);
  471. this.labelComboBox10.Label.TabIndex = 2;
  472. this.labelComboBox10.Label.Text = "判定条件";
  473. this.labelComboBox10.Location = new System.Drawing.Point(196, 28);
  474. this.labelComboBox10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  475. this.labelComboBox10.Name = "labelComboBox10";
  476. this.labelComboBox10.Size = new System.Drawing.Size(150, 22);
  477. this.labelComboBox10.TabIndex = 27;
  478. //
  479. // labelTextBox8
  480. //
  481. //
  482. //
  483. //
  484. this.labelTextBox8.CheckBox.AutoSize = true;
  485. this.labelTextBox8.CheckBox.Location = new System.Drawing.Point(4, 4);
  486. this.labelTextBox8.CheckBox.Name = "checkBox1";
  487. this.labelTextBox8.CheckBox.Size = new System.Drawing.Size(15, 14);
  488. this.labelTextBox8.CheckBox.TabIndex = 1;
  489. this.labelTextBox8.CheckBox.UseVisualStyleBackColor = true;
  490. //
  491. //
  492. //
  493. this.labelTextBox8.Label.AutoSize = true;
  494. this.labelTextBox8.Label.Location = new System.Drawing.Point(21, 4);
  495. this.labelTextBox8.Label.Name = "label1";
  496. this.labelTextBox8.Label.Size = new System.Drawing.Size(53, 12);
  497. this.labelTextBox8.Label.TabIndex = 0;
  498. this.labelTextBox8.Label.Text = "生产批号";
  499. this.labelTextBox8.Location = new System.Drawing.Point(4, 28);
  500. this.labelTextBox8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  501. this.labelTextBox8.Name = "labelTextBox8";
  502. this.labelTextBox8.Size = new System.Drawing.Size(186, 21);
  503. this.labelTextBox8.TabIndex = 26;
  504. //
  505. //
  506. //
  507. this.labelTextBox8.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  508. this.labelTextBox8.TextBox.Enabled = false;
  509. this.labelTextBox8.TextBox.Location = new System.Drawing.Point(0, 0);
  510. this.labelTextBox8.TextBox.Name = "textBox1";
  511. this.labelTextBox8.TextBox.Size = new System.Drawing.Size(109, 21);
  512. this.labelTextBox8.TextBox.TabIndex = 1;
  513. this.labelTextBox8.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  514. //
  515. // panel1
  516. //
  517. this.panel1.Controls.Add(this.ultraTextEditor1);
  518. this.panel1.Controls.Add(this.ultraLabel3);
  519. this.panel1.Controls.Add(this.ultraComboEditor3);
  520. this.panel1.Controls.Add(this.labelTextBox10);
  521. this.panel1.Controls.Add(this.labelTextBox4);
  522. this.panel1.Controls.Add(this.labelDateTimePicker2);
  523. this.panel1.Controls.Add(this.labelDateTimePicker1);
  524. this.panel1.Controls.Add(this.labelComboBox2);
  525. this.panel1.Controls.Add(this.labelComboBox1);
  526. this.panel1.Controls.Add(this.labelTextBox1);
  527. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  528. this.panel1.Location = new System.Drawing.Point(0, 0);
  529. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  530. this.panel1.Name = "panel1";
  531. this.panel1.Size = new System.Drawing.Size(1252, 58);
  532. this.panel1.TabIndex = 29;
  533. //
  534. // ultraTextEditor1
  535. //
  536. editorButton2.Text = "选择";
  537. this.ultraTextEditor1.ButtonsRight.Add(editorButton2);
  538. this.ultraTextEditor1.Location = new System.Drawing.Point(383, 30);
  539. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  540. this.ultraTextEditor1.Name = "ultraTextEditor1";
  541. this.ultraTextEditor1.ReadOnly = true;
  542. this.ultraTextEditor1.Size = new System.Drawing.Size(148, 21);
  543. this.ultraTextEditor1.TabIndex = 41;
  544. this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
  545. //
  546. // ultraLabel3
  547. //
  548. this.ultraLabel3.AutoSize = true;
  549. this.ultraLabel3.Location = new System.Drawing.Point(353, 34);
  550. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  551. this.ultraLabel3.Name = "ultraLabel3";
  552. this.ultraLabel3.Size = new System.Drawing.Size(29, 16);
  553. this.ultraLabel3.TabIndex = 40;
  554. this.ultraLabel3.Text = "产线";
  555. //
  556. // ultraComboEditor3
  557. //
  558. this.ultraComboEditor3.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  559. valueListItem18.DataValue = "2";
  560. valueListItem18.DisplayText = "判定时间";
  561. valueListItem19.DataValue = "1";
  562. valueListItem19.DisplayText = "送判时间";
  563. this.ultraComboEditor3.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  564. valueListItem18,
  565. valueListItem19});
  566. this.ultraComboEditor3.Location = new System.Drawing.Point(378, 6);
  567. this.ultraComboEditor3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  568. this.ultraComboEditor3.Name = "ultraComboEditor3";
  569. this.ultraComboEditor3.Size = new System.Drawing.Size(78, 21);
  570. this.ultraComboEditor3.TabIndex = 31;
  571. //
  572. // labelTextBox10
  573. //
  574. //
  575. //
  576. //
  577. this.labelTextBox10.CheckBox.AutoSize = true;
  578. this.labelTextBox10.CheckBox.Location = new System.Drawing.Point(4, 4);
  579. this.labelTextBox10.CheckBox.Name = "checkBox1";
  580. this.labelTextBox10.CheckBox.Size = new System.Drawing.Size(15, 14);
  581. this.labelTextBox10.CheckBox.TabIndex = 1;
  582. this.labelTextBox10.CheckBox.UseVisualStyleBackColor = true;
  583. //
  584. //
  585. //
  586. this.labelTextBox10.Label.AutoSize = true;
  587. this.labelTextBox10.Label.Location = new System.Drawing.Point(21, 4);
  588. this.labelTextBox10.Label.Name = "label1";
  589. this.labelTextBox10.Label.Size = new System.Drawing.Size(41, 12);
  590. this.labelTextBox10.Label.TabIndex = 0;
  591. this.labelTextBox10.Label.Text = "合同号";
  592. this.labelTextBox10.Location = new System.Drawing.Point(538, 29);
  593. this.labelTextBox10.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  594. this.labelTextBox10.Name = "labelTextBox10";
  595. this.labelTextBox10.Size = new System.Drawing.Size(200, 21);
  596. this.labelTextBox10.TabIndex = 30;
  597. //
  598. //
  599. //
  600. this.labelTextBox10.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  601. this.labelTextBox10.TextBox.Enabled = false;
  602. this.labelTextBox10.TextBox.Location = new System.Drawing.Point(0, 0);
  603. this.labelTextBox10.TextBox.Name = "textBox1";
  604. this.labelTextBox10.TextBox.Size = new System.Drawing.Size(135, 21);
  605. this.labelTextBox10.TextBox.TabIndex = 1;
  606. this.labelTextBox10.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  607. //
  608. // labelTextBox4
  609. //
  610. //
  611. //
  612. //
  613. this.labelTextBox4.CheckBox.AutoSize = true;
  614. this.labelTextBox4.CheckBox.Location = new System.Drawing.Point(4, 4);
  615. this.labelTextBox4.CheckBox.Name = "checkBox1";
  616. this.labelTextBox4.CheckBox.Size = new System.Drawing.Size(15, 14);
  617. this.labelTextBox4.CheckBox.TabIndex = 1;
  618. this.labelTextBox4.CheckBox.UseVisualStyleBackColor = true;
  619. //
  620. //
  621. //
  622. this.labelTextBox4.Label.AutoSize = true;
  623. this.labelTextBox4.Label.Location = new System.Drawing.Point(21, 4);
  624. this.labelTextBox4.Label.Name = "label1";
  625. this.labelTextBox4.Label.Size = new System.Drawing.Size(53, 12);
  626. this.labelTextBox4.Label.TabIndex = 0;
  627. this.labelTextBox4.Label.Text = "判定炉号";
  628. this.labelTextBox4.Location = new System.Drawing.Point(4, 6);
  629. this.labelTextBox4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  630. this.labelTextBox4.Name = "labelTextBox4";
  631. this.labelTextBox4.Size = new System.Drawing.Size(185, 21);
  632. this.labelTextBox4.TabIndex = 6;
  633. //
  634. //
  635. //
  636. this.labelTextBox4.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  637. this.labelTextBox4.TextBox.Enabled = false;
  638. this.labelTextBox4.TextBox.Location = new System.Drawing.Point(0, 0);
  639. this.labelTextBox4.TextBox.Name = "textBox1";
  640. this.labelTextBox4.TextBox.Size = new System.Drawing.Size(108, 21);
  641. this.labelTextBox4.TextBox.TabIndex = 1;
  642. this.labelTextBox4.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  643. //
  644. // labelDateTimePicker2
  645. //
  646. //
  647. //
  648. //
  649. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  650. this.labelDateTimePicker2.CheckBox.Checked = true;
  651. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  652. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(4, 4);
  653. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  654. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(15, 14);
  655. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  656. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  657. this.labelDateTimePicker2.CheckBox.Visible = false;
  658. //
  659. //
  660. //
  661. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  662. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  663. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  664. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  665. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(128, 21);
  666. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  667. //
  668. //
  669. //
  670. this.labelDateTimePicker2.Label.AutoSize = true;
  671. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(4, 4);
  672. this.labelDateTimePicker2.Label.Name = "label1";
  673. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(17, 12);
  674. this.labelDateTimePicker2.Label.TabIndex = 0;
  675. this.labelDateTimePicker2.Label.Text = "至";
  676. this.labelDateTimePicker2.Location = new System.Drawing.Point(584, 6);
  677. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  678. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  679. this.labelDateTimePicker2.Size = new System.Drawing.Size(152, 21);
  680. this.labelDateTimePicker2.TabIndex = 1;
  681. //
  682. // labelDateTimePicker1
  683. //
  684. //
  685. //
  686. //
  687. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  688. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(4, 4);
  689. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  690. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(15, 14);
  691. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  692. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  693. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  694. //
  695. //
  696. //
  697. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  698. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  699. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  700. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  701. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(124, 21);
  702. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  703. //
  704. //
  705. //
  706. this.labelDateTimePicker1.Label.AutoSize = true;
  707. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(21, 4);
  708. this.labelDateTimePicker1.Label.Name = "label1";
  709. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(83, 12);
  710. this.labelDateTimePicker1.Label.TabIndex = 0;
  711. this.labelDateTimePicker1.Label.Text = " ";
  712. this.labelDateTimePicker1.Location = new System.Drawing.Point(353, 6);
  713. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  714. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  715. this.labelDateTimePicker1.Size = new System.Drawing.Size(231, 21);
  716. this.labelDateTimePicker1.TabIndex = 0;
  717. //
  718. // labelComboBox2
  719. //
  720. //
  721. //
  722. //
  723. this.labelComboBox2.CheckBox.AutoSize = true;
  724. this.labelComboBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  725. this.labelComboBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  726. this.labelComboBox2.CheckBox.Name = "checkBox1";
  727. this.labelComboBox2.CheckBox.Size = new System.Drawing.Size(15, 14);
  728. this.labelComboBox2.CheckBox.TabIndex = 0;
  729. this.labelComboBox2.CheckBox.UseVisualStyleBackColor = true;
  730. //
  731. //
  732. //
  733. this.labelComboBox2.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  734. this.labelComboBox2.ComboBox.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  735. this.labelComboBox2.ComboBox.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  736. this.labelComboBox2.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  737. this.labelComboBox2.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  738. this.labelComboBox2.ComboBox.Enabled = false;
  739. this.labelComboBox2.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  740. this.labelComboBox2.ComboBox.Location = new System.Drawing.Point(0, 0);
  741. this.labelComboBox2.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  742. this.labelComboBox2.ComboBox.Name = "comboBox1";
  743. this.labelComboBox2.ComboBox.Size = new System.Drawing.Size(71, 21);
  744. this.labelComboBox2.ComboBox.TabIndex = 0;
  745. //
  746. //
  747. //
  748. this.labelComboBox2.Label.AutoSize = true;
  749. this.labelComboBox2.Label.Location = new System.Drawing.Point(22, 5);
  750. this.labelComboBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  751. this.labelComboBox2.Label.Name = "label1";
  752. this.labelComboBox2.Label.Size = new System.Drawing.Size(53, 12);
  753. this.labelComboBox2.Label.TabIndex = 2;
  754. this.labelComboBox2.Label.Text = "判定状态";
  755. this.labelComboBox2.Location = new System.Drawing.Point(196, 6);
  756. this.labelComboBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  757. this.labelComboBox2.Name = "labelComboBox2";
  758. this.labelComboBox2.Size = new System.Drawing.Size(150, 22);
  759. this.labelComboBox2.TabIndex = 8;
  760. //
  761. // labelComboBox1
  762. //
  763. //
  764. //
  765. //
  766. this.labelComboBox1.CheckBox.AutoSize = true;
  767. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  768. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  769. this.labelComboBox1.CheckBox.Name = "checkBox1";
  770. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  771. this.labelComboBox1.CheckBox.TabIndex = 0;
  772. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  773. //
  774. //
  775. //
  776. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  777. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  778. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  779. this.labelComboBox1.ComboBox.Enabled = false;
  780. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  781. valueListItem15.DataValue = "0";
  782. valueListItem15.DisplayText = "不符合";
  783. valueListItem16.DataValue = "1";
  784. valueListItem16.DisplayText = "符合";
  785. this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  786. valueListItem15,
  787. valueListItem16});
  788. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  789. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  790. this.labelComboBox1.ComboBox.Name = "comboBox1";
  791. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(71, 21);
  792. this.labelComboBox1.ComboBox.TabIndex = 0;
  793. //
  794. //
  795. //
  796. this.labelComboBox1.Label.AutoSize = true;
  797. this.labelComboBox1.Label.Location = new System.Drawing.Point(22, 5);
  798. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  799. this.labelComboBox1.Label.Name = "label1";
  800. this.labelComboBox1.Label.Size = new System.Drawing.Size(53, 12);
  801. this.labelComboBox1.Label.TabIndex = 2;
  802. this.labelComboBox1.Label.Text = "判定条件";
  803. this.labelComboBox1.Location = new System.Drawing.Point(196, 29);
  804. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  805. this.labelComboBox1.Name = "labelComboBox1";
  806. this.labelComboBox1.Size = new System.Drawing.Size(150, 22);
  807. this.labelComboBox1.TabIndex = 27;
  808. //
  809. // labelTextBox1
  810. //
  811. //
  812. //
  813. //
  814. this.labelTextBox1.CheckBox.AutoSize = true;
  815. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  816. this.labelTextBox1.CheckBox.Name = "checkBox1";
  817. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(15, 14);
  818. this.labelTextBox1.CheckBox.TabIndex = 1;
  819. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  820. //
  821. //
  822. //
  823. this.labelTextBox1.Label.AutoSize = true;
  824. this.labelTextBox1.Label.Location = new System.Drawing.Point(21, 4);
  825. this.labelTextBox1.Label.Name = "label1";
  826. this.labelTextBox1.Label.Size = new System.Drawing.Size(53, 12);
  827. this.labelTextBox1.Label.TabIndex = 0;
  828. this.labelTextBox1.Label.Text = "生产批号";
  829. this.labelTextBox1.Location = new System.Drawing.Point(4, 30);
  830. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  831. this.labelTextBox1.Name = "labelTextBox1";
  832. this.labelTextBox1.Size = new System.Drawing.Size(186, 21);
  833. this.labelTextBox1.TabIndex = 26;
  834. //
  835. //
  836. //
  837. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  838. this.labelTextBox1.TextBox.Enabled = false;
  839. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  840. this.labelTextBox1.TextBox.Name = "textBox1";
  841. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(109, 21);
  842. this.labelTextBox1.TextBox.TabIndex = 1;
  843. this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  844. //
  845. // ultraTabPageControl6
  846. //
  847. this.ultraTabPageControl6.Controls.Add(this.ultraLabel1);
  848. this.ultraTabPageControl6.Controls.Add(this.panel3);
  849. this.ultraTabPageControl6.Location = new System.Drawing.Point(-7500, -8000);
  850. this.ultraTabPageControl6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  851. this.ultraTabPageControl6.Name = "ultraTabPageControl6";
  852. this.ultraTabPageControl6.Size = new System.Drawing.Size(1252, 648);
  853. //
  854. // ultraLabel1
  855. //
  856. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  857. appearance2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  858. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  859. appearance2.BorderColor = System.Drawing.Color.RoyalBlue;
  860. appearance2.TextVAlignAsString = "Middle";
  861. this.ultraLabel1.Appearance = appearance2;
  862. this.ultraLabel1.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  863. this.ultraLabel1.Dock = System.Windows.Forms.DockStyle.Top;
  864. this.ultraLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  865. this.ultraLabel1.Location = new System.Drawing.Point(0, 55);
  866. this.ultraLabel1.Name = "ultraLabel1";
  867. this.ultraLabel1.Size = new System.Drawing.Size(1252, 25);
  868. this.ultraLabel1.TabIndex = 1;
  869. this.ultraLabel1.Text = " 判定记录";
  870. //
  871. // panel3
  872. //
  873. this.panel3.Controls.Add(this.labelTextBox11);
  874. this.panel3.Controls.Add(this.ultraTextEditor4);
  875. this.panel3.Controls.Add(this.ultraLabel5);
  876. this.panel3.Controls.Add(this.labelTextBox7);
  877. this.panel3.Controls.Add(this.labelComboBox3);
  878. this.panel3.Controls.Add(this.labelTextBox3);
  879. this.panel3.Controls.Add(this.labelDateTimePicker3);
  880. this.panel3.Controls.Add(this.labelDateTimePicker4);
  881. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  882. this.panel3.Location = new System.Drawing.Point(0, 0);
  883. this.panel3.Name = "panel3";
  884. this.panel3.Size = new System.Drawing.Size(1252, 55);
  885. this.panel3.TabIndex = 5;
  886. //
  887. // labelTextBox11
  888. //
  889. //
  890. //
  891. //
  892. this.labelTextBox11.CheckBox.AutoSize = true;
  893. this.labelTextBox11.CheckBox.Location = new System.Drawing.Point(4, 4);
  894. this.labelTextBox11.CheckBox.Name = "checkBox1";
  895. this.labelTextBox11.CheckBox.Size = new System.Drawing.Size(15, 14);
  896. this.labelTextBox11.CheckBox.TabIndex = 1;
  897. this.labelTextBox11.CheckBox.UseVisualStyleBackColor = true;
  898. //
  899. //
  900. //
  901. this.labelTextBox11.Label.AutoSize = true;
  902. this.labelTextBox11.Label.Location = new System.Drawing.Point(21, 4);
  903. this.labelTextBox11.Label.Name = "label1";
  904. this.labelTextBox11.Label.Size = new System.Drawing.Size(41, 12);
  905. this.labelTextBox11.Label.TabIndex = 0;
  906. this.labelTextBox11.Label.Text = "合同号";
  907. this.labelTextBox11.Location = new System.Drawing.Point(630, 28);
  908. this.labelTextBox11.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  909. this.labelTextBox11.Name = "labelTextBox11";
  910. this.labelTextBox11.Size = new System.Drawing.Size(200, 21);
  911. this.labelTextBox11.TabIndex = 46;
  912. //
  913. //
  914. //
  915. this.labelTextBox11.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  916. this.labelTextBox11.TextBox.Enabled = false;
  917. this.labelTextBox11.TextBox.Location = new System.Drawing.Point(0, 0);
  918. this.labelTextBox11.TextBox.Name = "textBox1";
  919. this.labelTextBox11.TextBox.Size = new System.Drawing.Size(135, 21);
  920. this.labelTextBox11.TextBox.TabIndex = 1;
  921. this.labelTextBox11.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox4_TextBox_KeyDown);
  922. //
  923. // ultraTextEditor4
  924. //
  925. editorButton3.Text = "选择";
  926. this.ultraTextEditor4.ButtonsRight.Add(editorButton3);
  927. this.ultraTextEditor4.Location = new System.Drawing.Point(467, 29);
  928. this.ultraTextEditor4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  929. this.ultraTextEditor4.Name = "ultraTextEditor4";
  930. this.ultraTextEditor4.ReadOnly = true;
  931. this.ultraTextEditor4.Size = new System.Drawing.Size(148, 21);
  932. this.ultraTextEditor4.TabIndex = 45;
  933. this.ultraTextEditor4.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor4_EditorButtonClick);
  934. //
  935. // ultraLabel5
  936. //
  937. this.ultraLabel5.AutoSize = true;
  938. this.ultraLabel5.Location = new System.Drawing.Point(438, 31);
  939. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  940. this.ultraLabel5.Name = "ultraLabel5";
  941. this.ultraLabel5.Size = new System.Drawing.Size(29, 16);
  942. this.ultraLabel5.TabIndex = 44;
  943. this.ultraLabel5.Text = "产线";
  944. //
  945. // labelTextBox7
  946. //
  947. //
  948. //
  949. //
  950. this.labelTextBox7.CheckBox.AutoSize = true;
  951. this.labelTextBox7.CheckBox.Location = new System.Drawing.Point(4, 4);
  952. this.labelTextBox7.CheckBox.Name = "checkBox1";
  953. this.labelTextBox7.CheckBox.Size = new System.Drawing.Size(15, 14);
  954. this.labelTextBox7.CheckBox.TabIndex = 1;
  955. this.labelTextBox7.CheckBox.UseVisualStyleBackColor = true;
  956. //
  957. //
  958. //
  959. this.labelTextBox7.Label.AutoSize = true;
  960. this.labelTextBox7.Label.Location = new System.Drawing.Point(21, 4);
  961. this.labelTextBox7.Label.Name = "label1";
  962. this.labelTextBox7.Label.Size = new System.Drawing.Size(53, 12);
  963. this.labelTextBox7.Label.TabIndex = 0;
  964. this.labelTextBox7.Label.Text = "判定炉号";
  965. this.labelTextBox7.Location = new System.Drawing.Point(16, 6);
  966. this.labelTextBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  967. this.labelTextBox7.Name = "labelTextBox7";
  968. this.labelTextBox7.Size = new System.Drawing.Size(191, 21);
  969. this.labelTextBox7.TabIndex = 5;
  970. //
  971. //
  972. //
  973. this.labelTextBox7.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  974. this.labelTextBox7.TextBox.Enabled = false;
  975. this.labelTextBox7.TextBox.Location = new System.Drawing.Point(0, 0);
  976. this.labelTextBox7.TextBox.Name = "textBox1";
  977. this.labelTextBox7.TextBox.Size = new System.Drawing.Size(114, 21);
  978. this.labelTextBox7.TextBox.TabIndex = 1;
  979. this.labelTextBox7.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox7_TextBox_KeyDown);
  980. //
  981. // labelComboBox3
  982. //
  983. //
  984. //
  985. //
  986. this.labelComboBox3.CheckBox.AutoSize = true;
  987. this.labelComboBox3.CheckBox.Location = new System.Drawing.Point(5, 5);
  988. this.labelComboBox3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  989. this.labelComboBox3.CheckBox.Name = "checkBox1";
  990. this.labelComboBox3.CheckBox.Size = new System.Drawing.Size(15, 14);
  991. this.labelComboBox3.CheckBox.TabIndex = 0;
  992. this.labelComboBox3.CheckBox.UseVisualStyleBackColor = true;
  993. //
  994. //
  995. //
  996. this.labelComboBox3.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  997. this.labelComboBox3.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  998. this.labelComboBox3.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  999. this.labelComboBox3.ComboBox.Enabled = false;
  1000. this.labelComboBox3.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  1001. this.labelComboBox3.ComboBox.Location = new System.Drawing.Point(0, 0);
  1002. this.labelComboBox3.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  1003. this.labelComboBox3.ComboBox.Name = "comboBox1";
  1004. this.labelComboBox3.ComboBox.Size = new System.Drawing.Size(135, 21);
  1005. this.labelComboBox3.ComboBox.TabIndex = 0;
  1006. //
  1007. //
  1008. //
  1009. this.labelComboBox3.Label.AutoSize = true;
  1010. this.labelComboBox3.Label.Location = new System.Drawing.Point(22, 5);
  1011. this.labelComboBox3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1012. this.labelComboBox3.Label.Name = "label1";
  1013. this.labelComboBox3.Label.Size = new System.Drawing.Size(53, 12);
  1014. this.labelComboBox3.Label.TabIndex = 2;
  1015. this.labelComboBox3.Label.Text = "判定结果";
  1016. this.labelComboBox3.Location = new System.Drawing.Point(222, 28);
  1017. this.labelComboBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1018. this.labelComboBox3.Name = "labelComboBox3";
  1019. this.labelComboBox3.Size = new System.Drawing.Size(214, 22);
  1020. this.labelComboBox3.TabIndex = 4;
  1021. //
  1022. // labelTextBox3
  1023. //
  1024. //
  1025. //
  1026. //
  1027. this.labelTextBox3.CheckBox.AutoSize = true;
  1028. this.labelTextBox3.CheckBox.Location = new System.Drawing.Point(4, 4);
  1029. this.labelTextBox3.CheckBox.Name = "checkBox1";
  1030. this.labelTextBox3.CheckBox.Size = new System.Drawing.Size(15, 14);
  1031. this.labelTextBox3.CheckBox.TabIndex = 1;
  1032. this.labelTextBox3.CheckBox.UseVisualStyleBackColor = true;
  1033. //
  1034. //
  1035. //
  1036. this.labelTextBox3.Label.AutoSize = true;
  1037. this.labelTextBox3.Label.Location = new System.Drawing.Point(21, 4);
  1038. this.labelTextBox3.Label.Name = "label1";
  1039. this.labelTextBox3.Label.Size = new System.Drawing.Size(53, 12);
  1040. this.labelTextBox3.Label.TabIndex = 0;
  1041. this.labelTextBox3.Label.Text = " 批号";
  1042. this.labelTextBox3.Location = new System.Drawing.Point(16, 27);
  1043. this.labelTextBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1044. this.labelTextBox3.Name = "labelTextBox3";
  1045. this.labelTextBox3.Size = new System.Drawing.Size(191, 21);
  1046. this.labelTextBox3.TabIndex = 3;
  1047. //
  1048. //
  1049. //
  1050. this.labelTextBox3.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1051. this.labelTextBox3.TextBox.Enabled = false;
  1052. this.labelTextBox3.TextBox.Location = new System.Drawing.Point(0, 0);
  1053. this.labelTextBox3.TextBox.Name = "textBox1";
  1054. this.labelTextBox3.TextBox.Size = new System.Drawing.Size(114, 21);
  1055. this.labelTextBox3.TextBox.TabIndex = 1;
  1056. //
  1057. // labelDateTimePicker3
  1058. //
  1059. //
  1060. //
  1061. //
  1062. this.labelDateTimePicker3.CheckBox.AutoSize = true;
  1063. this.labelDateTimePicker3.CheckBox.Checked = true;
  1064. this.labelDateTimePicker3.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  1065. this.labelDateTimePicker3.CheckBox.Location = new System.Drawing.Point(4, 4);
  1066. this.labelDateTimePicker3.CheckBox.Name = "checkBox1";
  1067. this.labelDateTimePicker3.CheckBox.Size = new System.Drawing.Size(15, 14);
  1068. this.labelDateTimePicker3.CheckBox.TabIndex = 1;
  1069. this.labelDateTimePicker3.CheckBox.UseVisualStyleBackColor = true;
  1070. this.labelDateTimePicker3.CheckBox.Visible = false;
  1071. //
  1072. //
  1073. //
  1074. this.labelDateTimePicker3.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  1075. this.labelDateTimePicker3.DateTimePicker.Enabled = false;
  1076. this.labelDateTimePicker3.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  1077. this.labelDateTimePicker3.DateTimePicker.Name = "dateTimePicker1";
  1078. this.labelDateTimePicker3.DateTimePicker.Size = new System.Drawing.Size(146, 21);
  1079. this.labelDateTimePicker3.DateTimePicker.TabIndex = 0;
  1080. //
  1081. //
  1082. //
  1083. this.labelDateTimePicker3.Label.AutoSize = true;
  1084. this.labelDateTimePicker3.Label.Location = new System.Drawing.Point(4, 4);
  1085. this.labelDateTimePicker3.Label.Name = "label1";
  1086. this.labelDateTimePicker3.Label.Size = new System.Drawing.Size(17, 12);
  1087. this.labelDateTimePicker3.Label.TabIndex = 0;
  1088. this.labelDateTimePicker3.Label.Text = "至";
  1089. this.labelDateTimePicker3.Location = new System.Drawing.Point(444, 6);
  1090. this.labelDateTimePicker3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1091. this.labelDateTimePicker3.Name = "labelDateTimePicker3";
  1092. this.labelDateTimePicker3.Size = new System.Drawing.Size(170, 21);
  1093. this.labelDateTimePicker3.TabIndex = 1;
  1094. //
  1095. // labelDateTimePicker4
  1096. //
  1097. //
  1098. //
  1099. //
  1100. this.labelDateTimePicker4.CheckBox.AutoSize = true;
  1101. this.labelDateTimePicker4.CheckBox.Location = new System.Drawing.Point(4, 4);
  1102. this.labelDateTimePicker4.CheckBox.Name = "checkBox1";
  1103. this.labelDateTimePicker4.CheckBox.Size = new System.Drawing.Size(15, 14);
  1104. this.labelDateTimePicker4.CheckBox.TabIndex = 1;
  1105. this.labelDateTimePicker4.CheckBox.UseVisualStyleBackColor = true;
  1106. this.labelDateTimePicker4.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker4_CheckBox_CheckedChanged);
  1107. //
  1108. //
  1109. //
  1110. this.labelDateTimePicker4.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  1111. this.labelDateTimePicker4.DateTimePicker.Enabled = false;
  1112. this.labelDateTimePicker4.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  1113. this.labelDateTimePicker4.DateTimePicker.Name = "dateTimePicker1";
  1114. this.labelDateTimePicker4.DateTimePicker.Size = new System.Drawing.Size(137, 21);
  1115. this.labelDateTimePicker4.DateTimePicker.TabIndex = 0;
  1116. //
  1117. //
  1118. //
  1119. this.labelDateTimePicker4.Label.AutoSize = true;
  1120. this.labelDateTimePicker4.Label.Location = new System.Drawing.Point(21, 4);
  1121. this.labelDateTimePicker4.Label.Name = "label1";
  1122. this.labelDateTimePicker4.Label.Size = new System.Drawing.Size(53, 12);
  1123. this.labelDateTimePicker4.Label.TabIndex = 0;
  1124. this.labelDateTimePicker4.Label.Text = "判定时间";
  1125. this.labelDateTimePicker4.Location = new System.Drawing.Point(222, 6);
  1126. this.labelDateTimePicker4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1127. this.labelDateTimePicker4.Name = "labelDateTimePicker4";
  1128. this.labelDateTimePicker4.Size = new System.Drawing.Size(214, 21);
  1129. this.labelDateTimePicker4.TabIndex = 0;
  1130. //
  1131. // ultraTabPageControl7
  1132. //
  1133. this.ultraTabPageControl7.Controls.Add(this.splitContainer2);
  1134. this.ultraTabPageControl7.Controls.Add(this.ultraLabel6);
  1135. this.ultraTabPageControl7.Controls.Add(this.panel5);
  1136. this.ultraTabPageControl7.Location = new System.Drawing.Point(-7500, -8000);
  1137. this.ultraTabPageControl7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1138. this.ultraTabPageControl7.Name = "ultraTabPageControl7";
  1139. this.ultraTabPageControl7.Size = new System.Drawing.Size(1252, 648);
  1140. //
  1141. // splitContainer2
  1142. //
  1143. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1144. this.splitContainer2.Location = new System.Drawing.Point(0, 63);
  1145. this.splitContainer2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1146. this.splitContainer2.Name = "splitContainer2";
  1147. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1148. this.splitContainer2.Size = new System.Drawing.Size(1252, 585);
  1149. this.splitContainer2.SplitterDistance = 301;
  1150. this.splitContainer2.SplitterWidth = 3;
  1151. this.splitContainer2.TabIndex = 8;
  1152. //
  1153. // ultraLabel6
  1154. //
  1155. appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(233)))), ((int)(((byte)(253)))));
  1156. appearance6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(189)))), ((int)(((byte)(250)))));
  1157. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1158. appearance6.BorderColor = System.Drawing.Color.RoyalBlue;
  1159. appearance6.TextVAlignAsString = "Middle";
  1160. this.ultraLabel6.Appearance = appearance6;
  1161. this.ultraLabel6.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.Solid;
  1162. this.ultraLabel6.Dock = System.Windows.Forms.DockStyle.Top;
  1163. this.ultraLabel6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1164. this.ultraLabel6.Location = new System.Drawing.Point(0, 38);
  1165. this.ultraLabel6.Name = "ultraLabel6";
  1166. this.ultraLabel6.Size = new System.Drawing.Size(1252, 25);
  1167. this.ultraLabel6.TabIndex = 6;
  1168. this.ultraLabel6.Text = " 不合格评审记录";
  1169. //
  1170. // panel5
  1171. //
  1172. this.panel5.Controls.Add(this.labelCheckBox1);
  1173. this.panel5.Controls.Add(this.labelTextBox6);
  1174. this.panel5.Controls.Add(this.labelTextBox5);
  1175. this.panel5.Controls.Add(this.labelDateTimePicker5);
  1176. this.panel5.Controls.Add(this.labelDateTimePicker6);
  1177. this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
  1178. this.panel5.Location = new System.Drawing.Point(0, 0);
  1179. this.panel5.Name = "panel5";
  1180. this.panel5.Size = new System.Drawing.Size(1252, 38);
  1181. this.panel5.TabIndex = 7;
  1182. //
  1183. // labelCheckBox1
  1184. //
  1185. //
  1186. //
  1187. //
  1188. this.labelCheckBox1.CheckBox.AutoSize = true;
  1189. this.labelCheckBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  1190. this.labelCheckBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  1191. this.labelCheckBox1.CheckBox.Name = "checkBox1";
  1192. this.labelCheckBox1.CheckBox.Size = new System.Drawing.Size(72, 16);
  1193. this.labelCheckBox1.CheckBox.TabIndex = 0;
  1194. this.labelCheckBox1.CheckBox.Text = "无效记录";
  1195. this.labelCheckBox1.CheckBox.UseVisualStyleBackColor = true;
  1196. this.labelCheckBox1.Location = new System.Drawing.Point(822, 7);
  1197. this.labelCheckBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1198. this.labelCheckBox1.Name = "labelCheckBox1";
  1199. this.labelCheckBox1.Size = new System.Drawing.Size(85, 21);
  1200. this.labelCheckBox1.TabIndex = 5;
  1201. //
  1202. // labelTextBox6
  1203. //
  1204. //
  1205. //
  1206. //
  1207. this.labelTextBox6.CheckBox.AutoSize = true;
  1208. this.labelTextBox6.CheckBox.Location = new System.Drawing.Point(4, 4);
  1209. this.labelTextBox6.CheckBox.Name = "checkBox1";
  1210. this.labelTextBox6.CheckBox.Size = new System.Drawing.Size(15, 14);
  1211. this.labelTextBox6.CheckBox.TabIndex = 1;
  1212. this.labelTextBox6.CheckBox.UseVisualStyleBackColor = true;
  1213. //
  1214. //
  1215. //
  1216. this.labelTextBox6.Label.AutoSize = true;
  1217. this.labelTextBox6.Label.Location = new System.Drawing.Point(21, 4);
  1218. this.labelTextBox6.Label.Name = "label1";
  1219. this.labelTextBox6.Label.Size = new System.Drawing.Size(53, 12);
  1220. this.labelTextBox6.Label.TabIndex = 0;
  1221. this.labelTextBox6.Label.Text = "判定炉号";
  1222. this.labelTextBox6.Location = new System.Drawing.Point(16, 7);
  1223. this.labelTextBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1224. this.labelTextBox6.Name = "labelTextBox6";
  1225. this.labelTextBox6.Size = new System.Drawing.Size(197, 21);
  1226. this.labelTextBox6.TabIndex = 4;
  1227. //
  1228. //
  1229. //
  1230. this.labelTextBox6.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1231. this.labelTextBox6.TextBox.Enabled = false;
  1232. this.labelTextBox6.TextBox.Location = new System.Drawing.Point(0, 0);
  1233. this.labelTextBox6.TextBox.Name = "textBox1";
  1234. this.labelTextBox6.TextBox.Size = new System.Drawing.Size(120, 21);
  1235. this.labelTextBox6.TextBox.TabIndex = 1;
  1236. this.labelTextBox6.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox6_TextBox_KeyDown);
  1237. //
  1238. // labelTextBox5
  1239. //
  1240. //
  1241. //
  1242. //
  1243. this.labelTextBox5.CheckBox.AutoSize = true;
  1244. this.labelTextBox5.CheckBox.Location = new System.Drawing.Point(4, 4);
  1245. this.labelTextBox5.CheckBox.Name = "checkBox1";
  1246. this.labelTextBox5.CheckBox.Size = new System.Drawing.Size(15, 14);
  1247. this.labelTextBox5.CheckBox.TabIndex = 1;
  1248. this.labelTextBox5.CheckBox.UseVisualStyleBackColor = true;
  1249. //
  1250. //
  1251. //
  1252. this.labelTextBox5.Label.AutoSize = true;
  1253. this.labelTextBox5.Label.Location = new System.Drawing.Point(21, 4);
  1254. this.labelTextBox5.Label.Name = "label1";
  1255. this.labelTextBox5.Label.Size = new System.Drawing.Size(29, 12);
  1256. this.labelTextBox5.Label.TabIndex = 0;
  1257. this.labelTextBox5.Label.Text = "批号";
  1258. this.labelTextBox5.Location = new System.Drawing.Point(230, 7);
  1259. this.labelTextBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1260. this.labelTextBox5.Name = "labelTextBox5";
  1261. this.labelTextBox5.Size = new System.Drawing.Size(197, 21);
  1262. this.labelTextBox5.TabIndex = 3;
  1263. //
  1264. //
  1265. //
  1266. this.labelTextBox5.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  1267. this.labelTextBox5.TextBox.Enabled = false;
  1268. this.labelTextBox5.TextBox.Location = new System.Drawing.Point(0, 0);
  1269. this.labelTextBox5.TextBox.Name = "textBox1";
  1270. this.labelTextBox5.TextBox.Size = new System.Drawing.Size(144, 21);
  1271. this.labelTextBox5.TextBox.TabIndex = 1;
  1272. //
  1273. // labelDateTimePicker5
  1274. //
  1275. //
  1276. //
  1277. //
  1278. this.labelDateTimePicker5.CheckBox.AutoSize = true;
  1279. this.labelDateTimePicker5.CheckBox.Checked = true;
  1280. this.labelDateTimePicker5.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  1281. this.labelDateTimePicker5.CheckBox.Location = new System.Drawing.Point(4, 4);
  1282. this.labelDateTimePicker5.CheckBox.Name = "checkBox1";
  1283. this.labelDateTimePicker5.CheckBox.Size = new System.Drawing.Size(15, 14);
  1284. this.labelDateTimePicker5.CheckBox.TabIndex = 1;
  1285. this.labelDateTimePicker5.CheckBox.UseVisualStyleBackColor = true;
  1286. this.labelDateTimePicker5.CheckBox.Visible = false;
  1287. //
  1288. //
  1289. //
  1290. this.labelDateTimePicker5.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  1291. this.labelDateTimePicker5.DateTimePicker.Enabled = false;
  1292. this.labelDateTimePicker5.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  1293. this.labelDateTimePicker5.DateTimePicker.Name = "dateTimePicker1";
  1294. this.labelDateTimePicker5.DateTimePicker.Size = new System.Drawing.Size(124, 21);
  1295. this.labelDateTimePicker5.DateTimePicker.TabIndex = 0;
  1296. //
  1297. //
  1298. //
  1299. this.labelDateTimePicker5.Label.AutoSize = true;
  1300. this.labelDateTimePicker5.Label.Location = new System.Drawing.Point(4, 4);
  1301. this.labelDateTimePicker5.Label.Name = "label1";
  1302. this.labelDateTimePicker5.Label.Size = new System.Drawing.Size(17, 12);
  1303. this.labelDateTimePicker5.Label.TabIndex = 0;
  1304. this.labelDateTimePicker5.Label.Text = "至";
  1305. this.labelDateTimePicker5.Location = new System.Drawing.Point(657, 7);
  1306. this.labelDateTimePicker5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1307. this.labelDateTimePicker5.Name = "labelDateTimePicker5";
  1308. this.labelDateTimePicker5.Size = new System.Drawing.Size(148, 21);
  1309. this.labelDateTimePicker5.TabIndex = 1;
  1310. //
  1311. // labelDateTimePicker6
  1312. //
  1313. //
  1314. //
  1315. //
  1316. this.labelDateTimePicker6.CheckBox.AutoSize = true;
  1317. this.labelDateTimePicker6.CheckBox.Location = new System.Drawing.Point(4, 4);
  1318. this.labelDateTimePicker6.CheckBox.Name = "checkBox1";
  1319. this.labelDateTimePicker6.CheckBox.Size = new System.Drawing.Size(15, 14);
  1320. this.labelDateTimePicker6.CheckBox.TabIndex = 1;
  1321. this.labelDateTimePicker6.CheckBox.UseVisualStyleBackColor = true;
  1322. this.labelDateTimePicker6.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker6_CheckBox_CheckedChanged);
  1323. //
  1324. //
  1325. //
  1326. this.labelDateTimePicker6.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  1327. this.labelDateTimePicker6.DateTimePicker.Enabled = false;
  1328. this.labelDateTimePicker6.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  1329. this.labelDateTimePicker6.DateTimePicker.Name = "dateTimePicker1";
  1330. this.labelDateTimePicker6.DateTimePicker.Size = new System.Drawing.Size(122, 21);
  1331. this.labelDateTimePicker6.DateTimePicker.TabIndex = 0;
  1332. //
  1333. //
  1334. //
  1335. this.labelDateTimePicker6.Label.AutoSize = true;
  1336. this.labelDateTimePicker6.Label.Location = new System.Drawing.Point(21, 4);
  1337. this.labelDateTimePicker6.Label.Name = "label1";
  1338. this.labelDateTimePicker6.Label.Size = new System.Drawing.Size(77, 12);
  1339. this.labelDateTimePicker6.Label.TabIndex = 0;
  1340. this.labelDateTimePicker6.Label.Text = "申请放行时间";
  1341. this.labelDateTimePicker6.Location = new System.Drawing.Point(436, 7);
  1342. this.labelDateTimePicker6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1343. this.labelDateTimePicker6.Name = "labelDateTimePicker6";
  1344. this.labelDateTimePicker6.Size = new System.Drawing.Size(223, 21);
  1345. this.labelDateTimePicker6.TabIndex = 0;
  1346. //
  1347. // dataSet1
  1348. //
  1349. this.dataSet1.DataSetName = "NewDataSet";
  1350. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  1351. this.dataTable1});
  1352. //
  1353. // dataTable1
  1354. //
  1355. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1356. this.dataColumn1,
  1357. this.dataColumn2});
  1358. this.dataTable1.TableName = "Table1";
  1359. //
  1360. // dataColumn1
  1361. //
  1362. this.dataColumn1.Caption = "状态";
  1363. this.dataColumn1.ColumnName = "State";
  1364. //
  1365. // dataColumn2
  1366. //
  1367. this.dataColumn2.Caption = "状态";
  1368. this.dataColumn2.ColumnName = "StateDesc";
  1369. //
  1370. // panel4
  1371. //
  1372. this.panel4.Controls.Add(this.ultraTabControl2);
  1373. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  1374. this.panel4.Location = new System.Drawing.Point(0, 0);
  1375. this.panel4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1376. this.panel4.Name = "panel4";
  1377. this.panel4.Size = new System.Drawing.Size(1256, 674);
  1378. this.panel4.TabIndex = 2;
  1379. //
  1380. // ultraTabControl2
  1381. //
  1382. this.ultraTabControl2.Controls.Add(this.ultraTabSharedControlsPage2);
  1383. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl5);
  1384. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl6);
  1385. this.ultraTabControl2.Controls.Add(this.ultraTabPageControl7);
  1386. this.ultraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  1387. this.ultraTabControl2.Location = new System.Drawing.Point(0, 0);
  1388. this.ultraTabControl2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1389. this.ultraTabControl2.Name = "ultraTabControl2";
  1390. this.ultraTabControl2.SharedControlsPage = this.ultraTabSharedControlsPage2;
  1391. this.ultraTabControl2.Size = new System.Drawing.Size(1256, 674);
  1392. this.ultraTabControl2.TabIndex = 3;
  1393. this.ultraTabControl2.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.BottomLeft;
  1394. ultraTab5.Key = "Judge";
  1395. ultraTab5.TabPage = this.ultraTabPageControl5;
  1396. ultraTab5.Text = "综合判定";
  1397. ultraTab6.Key = "JudgeRecord";
  1398. ultraTab6.TabPage = this.ultraTabPageControl6;
  1399. ultraTab6.Text = "判定记录";
  1400. ultraTab7.Key = "PassRecord";
  1401. ultraTab7.TabPage = this.ultraTabPageControl7;
  1402. ultraTab7.Text = "不合格评审记录";
  1403. this.ultraTabControl2.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1404. ultraTab5,
  1405. ultraTab6,
  1406. ultraTab7});
  1407. this.ultraTabControl2.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl2_SelectedTabChanged);
  1408. //
  1409. // ultraTabSharedControlsPage2
  1410. //
  1411. this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
  1412. this.ultraTabSharedControlsPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1413. this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
  1414. this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(1252, 648);
  1415. //
  1416. // RolledTubeColligateJudgeFrm
  1417. //
  1418. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1419. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1420. this.ClientSize = new System.Drawing.Size(1256, 674);
  1421. this.Controls.Add(this.panel4);
  1422. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  1423. this.Name = "RolledTubeColligateJudgeFrm";
  1424. this.Text = "综合判定";
  1425. this.Load += new System.EventHandler(this.SteelMakingColligateJudgeFrm_Load);
  1426. this.Shown += new System.EventHandler(this.SteelMakingColligateJudgeFrm_Shown);
  1427. this.ultraTabPageControl5.ResumeLayout(false);
  1428. this.splitContainer3.Panel2.ResumeLayout(false);
  1429. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1430. this.splitContainer3.ResumeLayout(false);
  1431. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1432. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1433. this.panel6.ResumeLayout(false);
  1434. this.panel6.PerformLayout();
  1435. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor3)).EndInit();
  1436. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor4)).EndInit();
  1437. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox9.ComboBox)).EndInit();
  1438. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox10.ComboBox)).EndInit();
  1439. this.panel1.ResumeLayout(false);
  1440. this.panel1.PerformLayout();
  1441. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  1442. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor3)).EndInit();
  1443. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox2.ComboBox)).EndInit();
  1444. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  1445. this.ultraTabPageControl6.ResumeLayout(false);
  1446. this.panel3.ResumeLayout(false);
  1447. this.panel3.PerformLayout();
  1448. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor4)).EndInit();
  1449. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox3.ComboBox)).EndInit();
  1450. this.ultraTabPageControl7.ResumeLayout(false);
  1451. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1452. this.splitContainer2.ResumeLayout(false);
  1453. this.panel5.ResumeLayout(false);
  1454. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1455. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1456. this.panel4.ResumeLayout(false);
  1457. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl2)).EndInit();
  1458. this.ultraTabControl2.ResumeLayout(false);
  1459. this.ResumeLayout(false);
  1460. }
  1461. #endregion
  1462. private System.Windows.Forms.Panel panel4;
  1463. private System.Data.DataSet dataSet1;
  1464. private System.Data.DataTable dataTable1;
  1465. private System.Data.DataColumn dataColumn1;
  1466. private System.Data.DataColumn dataColumn2;
  1467. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl2;
  1468. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage2;
  1469. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl5;
  1470. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl6;
  1471. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1472. private Mes.Client.Comm.Control.LabelComboBox labelComboBox2;
  1473. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  1474. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  1475. private Mes.Client.Comm.Control.LabelTextBox labelTextBox4;
  1476. private System.Windows.Forms.Panel panel3;
  1477. private Mes.Client.Comm.Control.LabelComboBox labelComboBox3;
  1478. private Mes.Client.Comm.Control.LabelTextBox labelTextBox3;
  1479. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker3;
  1480. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker4;
  1481. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl7;
  1482. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1483. private System.Windows.Forms.Panel panel5;
  1484. private Mes.Client.Comm.Control.LabelTextBox labelTextBox5;
  1485. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker5;
  1486. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker6;
  1487. private Mes.Client.Comm.Control.LabelTextBox labelTextBox6;
  1488. private Mes.Client.Comm.Control.LabelCheckBox labelCheckBox1;
  1489. private Mes.Client.Comm.Control.LabelTextBox labelTextBox7;
  1490. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1491. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1492. private System.Windows.Forms.SplitContainer splitContainer2;
  1493. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  1494. private System.Windows.Forms.SplitContainer splitContainer3;
  1495. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  1496. private System.Windows.Forms.Panel panel1;
  1497. private System.Windows.Forms.Panel panel6;
  1498. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  1499. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker7;
  1500. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker8;
  1501. private Mes.Client.Comm.Control.LabelComboBox labelComboBox9;
  1502. private Mes.Client.Comm.Control.LabelComboBox labelComboBox10;
  1503. private Mes.Client.Comm.Control.LabelTextBox labelTextBox8;
  1504. private Mes.Client.Comm.Control.LabelTextBox labelTextBox9;
  1505. private Mes.Client.Comm.Control.LabelTextBox labelTextBox10;
  1506. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor3;
  1507. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor4;
  1508. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  1509. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1510. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor3;
  1511. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1512. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor4;
  1513. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1514. private Mes.Client.Comm.Control.LabelTextBox labelTextBox11;
  1515. }
  1516. }