QcmJudgeLockFrm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class QcmJudgeLockFrm
  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.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  29. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  33. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.labelTextBox3 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  36. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  37. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  38. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.labelComboBox1 = new Core.Mes.Client.Comm.Control.LabelComboBox();
  41. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  42. this.labelTextBox5 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  43. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  44. this.labelTextBox6 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  45. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  46. this.panel1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  48. this.ultraTabControl1.SuspendLayout();
  49. this.panel2.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ultraTabPageControl1
  54. //
  55. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 26);
  56. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  57. this.ultraTabPageControl1.Size = new System.Drawing.Size(1228, 316);
  58. //
  59. // ultraTabPageControl2
  60. //
  61. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  62. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  63. this.ultraTabPageControl2.Size = new System.Drawing.Size(1228, 316);
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.labelTextBox3);
  68. this.panel1.Controls.Add(this.labelTextBox1);
  69. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.panel1.Location = new System.Drawing.Point(0, 0);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(1232, 68);
  73. this.panel1.TabIndex = 0;
  74. //
  75. // labelTextBox3
  76. //
  77. //
  78. //
  79. //
  80. this.labelTextBox3.CheckBox.AutoSize = true;
  81. this.labelTextBox3.CheckBox.Location = new System.Drawing.Point(5, 5);
  82. this.labelTextBox3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  83. this.labelTextBox3.CheckBox.Name = "checkBox1";
  84. this.labelTextBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  85. this.labelTextBox3.CheckBox.TabIndex = 1;
  86. this.labelTextBox3.CheckBox.UseVisualStyleBackColor = true;
  87. //
  88. //
  89. //
  90. this.labelTextBox3.Label.AutoSize = true;
  91. this.labelTextBox3.Label.Location = new System.Drawing.Point(25, 5);
  92. this.labelTextBox3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93. this.labelTextBox3.Label.Name = "label1";
  94. this.labelTextBox3.Label.Size = new System.Drawing.Size(52, 15);
  95. this.labelTextBox3.Label.TabIndex = 0;
  96. this.labelTextBox3.Label.Text = "合同号";
  97. this.labelTextBox3.Location = new System.Drawing.Point(268, 23);
  98. this.labelTextBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  99. this.labelTextBox3.Name = "labelTextBox3";
  100. this.labelTextBox3.Size = new System.Drawing.Size(256, 26);
  101. this.labelTextBox3.TabIndex = 1;
  102. //
  103. //
  104. //
  105. this.labelTextBox3.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.labelTextBox3.TextBox.Enabled = false;
  107. this.labelTextBox3.TextBox.Location = new System.Drawing.Point(0, 0);
  108. this.labelTextBox3.TextBox.Margin = new System.Windows.Forms.Padding(4);
  109. this.labelTextBox3.TextBox.Name = "textBox1";
  110. this.labelTextBox3.TextBox.Size = new System.Drawing.Size(175, 25);
  111. this.labelTextBox3.TextBox.TabIndex = 1;
  112. this.labelTextBox3.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  113. //
  114. // labelTextBox1
  115. //
  116. //
  117. //
  118. //
  119. this.labelTextBox1.CheckBox.AutoSize = true;
  120. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  121. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  122. this.labelTextBox1.CheckBox.Name = "checkBox1";
  123. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  124. this.labelTextBox1.CheckBox.TabIndex = 1;
  125. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  126. //
  127. //
  128. //
  129. this.labelTextBox1.Label.AutoSize = true;
  130. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  131. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.labelTextBox1.Label.Name = "label1";
  133. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  134. this.labelTextBox1.Label.TabIndex = 0;
  135. this.labelTextBox1.Label.Text = "判定炉号";
  136. this.labelTextBox1.Location = new System.Drawing.Point(26, 23);
  137. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  138. this.labelTextBox1.Name = "labelTextBox1";
  139. this.labelTextBox1.Size = new System.Drawing.Size(227, 26);
  140. this.labelTextBox1.TabIndex = 0;
  141. //
  142. //
  143. //
  144. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.labelTextBox1.TextBox.Enabled = false;
  146. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  147. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  148. this.labelTextBox1.TextBox.Name = "textBox1";
  149. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(131, 25);
  150. this.labelTextBox1.TextBox.TabIndex = 1;
  151. this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  152. //
  153. // ultraTabControl1
  154. //
  155. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  156. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  157. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  158. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.ultraTabControl1.Location = new System.Drawing.Point(0, 146);
  160. this.ultraTabControl1.Name = "ultraTabControl1";
  161. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  162. this.ultraTabControl1.Size = new System.Drawing.Size(1232, 345);
  163. this.ultraTabControl1.TabIndex = 2;
  164. ultraTab1.Key = "judgeLock";
  165. ultraTab1.TabPage = this.ultraTabPageControl1;
  166. ultraTab1.Text = "判定锁定";
  167. ultraTab2.Key = "lockRecord";
  168. ultraTab2.TabPage = this.ultraTabPageControl2;
  169. ultraTab2.Text = "锁定记录";
  170. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  171. ultraTab1,
  172. ultraTab2});
  173. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  174. //
  175. // ultraTabSharedControlsPage1
  176. //
  177. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  178. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  179. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1228, 316);
  180. //
  181. // panel2
  182. //
  183. this.panel2.Controls.Add(this.labelComboBox1);
  184. this.panel2.Controls.Add(this.labelTextBox2);
  185. this.panel2.Controls.Add(this.labelTextBox5);
  186. this.panel2.Controls.Add(this.labelDateTimePicker2);
  187. this.panel2.Controls.Add(this.labelTextBox6);
  188. this.panel2.Controls.Add(this.labelDateTimePicker1);
  189. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.panel2.Location = new System.Drawing.Point(0, 68);
  191. this.panel2.Name = "panel2";
  192. this.panel2.Size = new System.Drawing.Size(1232, 78);
  193. this.panel2.TabIndex = 3;
  194. //
  195. // labelComboBox1
  196. //
  197. //
  198. //
  199. //
  200. this.labelComboBox1.CheckBox.AutoSize = true;
  201. this.labelComboBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  202. this.labelComboBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  203. this.labelComboBox1.CheckBox.Name = "checkBox1";
  204. this.labelComboBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  205. this.labelComboBox1.CheckBox.TabIndex = 0;
  206. this.labelComboBox1.CheckBox.UseVisualStyleBackColor = true;
  207. //
  208. //
  209. //
  210. this.labelComboBox1.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.None;
  211. this.labelComboBox1.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.labelComboBox1.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  213. this.labelComboBox1.ComboBox.Enabled = false;
  214. this.labelComboBox1.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  215. valueListItem1.DataValue = "1";
  216. valueListItem1.DisplayText = "已锁定";
  217. valueListItem2.DataValue = "0";
  218. valueListItem2.DisplayText = "未锁定";
  219. this.labelComboBox1.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  220. valueListItem1,
  221. valueListItem2});
  222. this.labelComboBox1.ComboBox.Location = new System.Drawing.Point(0, 0);
  223. this.labelComboBox1.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  224. this.labelComboBox1.ComboBox.Name = "comboBox1";
  225. this.labelComboBox1.ComboBox.Size = new System.Drawing.Size(132, 24);
  226. this.labelComboBox1.ComboBox.TabIndex = 0;
  227. //
  228. //
  229. //
  230. this.labelComboBox1.Label.AutoSize = true;
  231. this.labelComboBox1.Label.Location = new System.Drawing.Point(25, 5);
  232. this.labelComboBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  233. this.labelComboBox1.Label.Name = "label1";
  234. this.labelComboBox1.Label.Size = new System.Drawing.Size(67, 15);
  235. this.labelComboBox1.Label.TabIndex = 2;
  236. this.labelComboBox1.Label.Text = "锁定状态";
  237. this.labelComboBox1.Location = new System.Drawing.Point(25, 37);
  238. this.labelComboBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  239. this.labelComboBox1.Name = "labelComboBox1";
  240. this.labelComboBox1.Size = new System.Drawing.Size(228, 28);
  241. this.labelComboBox1.TabIndex = 5;
  242. //
  243. // labelTextBox2
  244. //
  245. //
  246. //
  247. //
  248. this.labelTextBox2.CheckBox.AutoSize = true;
  249. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  250. this.labelTextBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  251. this.labelTextBox2.CheckBox.Name = "checkBox1";
  252. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  253. this.labelTextBox2.CheckBox.TabIndex = 1;
  254. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  255. //
  256. //
  257. //
  258. this.labelTextBox2.Label.AutoSize = true;
  259. this.labelTextBox2.Label.Location = new System.Drawing.Point(25, 5);
  260. this.labelTextBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  261. this.labelTextBox2.Label.Name = "label1";
  262. this.labelTextBox2.Label.Size = new System.Drawing.Size(52, 15);
  263. this.labelTextBox2.Label.TabIndex = 0;
  264. this.labelTextBox2.Label.Text = "锁定人";
  265. this.labelTextBox2.Location = new System.Drawing.Point(268, 37);
  266. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  267. this.labelTextBox2.Name = "labelTextBox2";
  268. this.labelTextBox2.Size = new System.Drawing.Size(253, 26);
  269. this.labelTextBox2.TabIndex = 4;
  270. //
  271. //
  272. //
  273. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  274. this.labelTextBox2.TextBox.Enabled = false;
  275. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  276. this.labelTextBox2.TextBox.Margin = new System.Windows.Forms.Padding(4);
  277. this.labelTextBox2.TextBox.Name = "textBox1";
  278. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(172, 25);
  279. this.labelTextBox2.TextBox.TabIndex = 1;
  280. this.labelTextBox2.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  281. //
  282. // labelTextBox5
  283. //
  284. //
  285. //
  286. //
  287. this.labelTextBox5.CheckBox.AutoSize = true;
  288. this.labelTextBox5.CheckBox.Location = new System.Drawing.Point(5, 5);
  289. this.labelTextBox5.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  290. this.labelTextBox5.CheckBox.Name = "checkBox1";
  291. this.labelTextBox5.CheckBox.Size = new System.Drawing.Size(18, 17);
  292. this.labelTextBox5.CheckBox.TabIndex = 1;
  293. this.labelTextBox5.CheckBox.UseVisualStyleBackColor = true;
  294. //
  295. //
  296. //
  297. this.labelTextBox5.Label.AutoSize = true;
  298. this.labelTextBox5.Label.Location = new System.Drawing.Point(25, 5);
  299. this.labelTextBox5.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  300. this.labelTextBox5.Label.Name = "label1";
  301. this.labelTextBox5.Label.Size = new System.Drawing.Size(52, 15);
  302. this.labelTextBox5.Label.TabIndex = 0;
  303. this.labelTextBox5.Label.Text = "合同号";
  304. this.labelTextBox5.Location = new System.Drawing.Point(268, 9);
  305. this.labelTextBox5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  306. this.labelTextBox5.Name = "labelTextBox5";
  307. this.labelTextBox5.Size = new System.Drawing.Size(253, 26);
  308. this.labelTextBox5.TabIndex = 1;
  309. //
  310. //
  311. //
  312. this.labelTextBox5.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  313. this.labelTextBox5.TextBox.Enabled = false;
  314. this.labelTextBox5.TextBox.Location = new System.Drawing.Point(0, 0);
  315. this.labelTextBox5.TextBox.Margin = new System.Windows.Forms.Padding(4);
  316. this.labelTextBox5.TextBox.Name = "textBox1";
  317. this.labelTextBox5.TextBox.Size = new System.Drawing.Size(172, 25);
  318. this.labelTextBox5.TextBox.TabIndex = 1;
  319. this.labelTextBox5.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  320. //
  321. // labelDateTimePicker2
  322. //
  323. //
  324. //
  325. //
  326. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  327. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(5, 5);
  328. this.labelDateTimePicker2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  329. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  330. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  331. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  332. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  333. this.labelDateTimePicker2.CheckBox.Visible = false;
  334. //
  335. //
  336. //
  337. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  338. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  339. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  340. this.labelDateTimePicker2.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  341. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  342. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(164, 25);
  343. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  344. //
  345. //
  346. //
  347. this.labelDateTimePicker2.Label.AutoSize = true;
  348. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(5, 5);
  349. this.labelDateTimePicker2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.labelDateTimePicker2.Label.Name = "label1";
  351. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(67, 15);
  352. this.labelDateTimePicker2.Label.TabIndex = 0;
  353. this.labelDateTimePicker2.Label.Text = "锁定结束";
  354. this.labelDateTimePicker2.Location = new System.Drawing.Point(556, 38);
  355. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  356. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  357. this.labelDateTimePicker2.Size = new System.Drawing.Size(240, 26);
  358. this.labelDateTimePicker2.TabIndex = 3;
  359. //
  360. // labelTextBox6
  361. //
  362. //
  363. //
  364. //
  365. this.labelTextBox6.CheckBox.AutoSize = true;
  366. this.labelTextBox6.CheckBox.Location = new System.Drawing.Point(5, 5);
  367. this.labelTextBox6.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  368. this.labelTextBox6.CheckBox.Name = "checkBox1";
  369. this.labelTextBox6.CheckBox.Size = new System.Drawing.Size(18, 17);
  370. this.labelTextBox6.CheckBox.TabIndex = 1;
  371. this.labelTextBox6.CheckBox.UseVisualStyleBackColor = true;
  372. //
  373. //
  374. //
  375. this.labelTextBox6.Label.AutoSize = true;
  376. this.labelTextBox6.Label.Location = new System.Drawing.Point(25, 5);
  377. this.labelTextBox6.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  378. this.labelTextBox6.Label.Name = "label1";
  379. this.labelTextBox6.Label.Size = new System.Drawing.Size(67, 15);
  380. this.labelTextBox6.Label.TabIndex = 0;
  381. this.labelTextBox6.Label.Text = "判定炉号";
  382. this.labelTextBox6.Location = new System.Drawing.Point(25, 9);
  383. this.labelTextBox6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  384. this.labelTextBox6.Name = "labelTextBox6";
  385. this.labelTextBox6.Size = new System.Drawing.Size(228, 26);
  386. this.labelTextBox6.TabIndex = 0;
  387. //
  388. //
  389. //
  390. this.labelTextBox6.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  391. this.labelTextBox6.TextBox.Enabled = false;
  392. this.labelTextBox6.TextBox.Location = new System.Drawing.Point(0, 0);
  393. this.labelTextBox6.TextBox.Margin = new System.Windows.Forms.Padding(4);
  394. this.labelTextBox6.TextBox.Name = "textBox1";
  395. this.labelTextBox6.TextBox.Size = new System.Drawing.Size(132, 25);
  396. this.labelTextBox6.TextBox.TabIndex = 1;
  397. this.labelTextBox6.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  398. //
  399. // labelDateTimePicker1
  400. //
  401. //
  402. //
  403. //
  404. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  405. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(5, 5);
  406. this.labelDateTimePicker1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  407. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  408. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  409. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  410. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  411. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  412. //
  413. //
  414. //
  415. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  417. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  418. this.labelDateTimePicker1.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  419. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  420. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(165, 25);
  421. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  422. //
  423. //
  424. //
  425. this.labelDateTimePicker1.Label.AutoSize = true;
  426. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(25, 5);
  427. this.labelDateTimePicker1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  428. this.labelDateTimePicker1.Label.Name = "label1";
  429. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(67, 15);
  430. this.labelDateTimePicker1.Label.TabIndex = 0;
  431. this.labelDateTimePicker1.Label.Text = "锁定开始";
  432. this.labelDateTimePicker1.Location = new System.Drawing.Point(535, 9);
  433. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  434. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  435. this.labelDateTimePicker1.Size = new System.Drawing.Size(261, 26);
  436. this.labelDateTimePicker1.TabIndex = 2;
  437. //
  438. // QcmJudgeLockFrm
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.ClientSize = new System.Drawing.Size(1232, 491);
  443. this.Controls.Add(this.ultraTabControl1);
  444. this.Controls.Add(this.panel2);
  445. this.Controls.Add(this.panel1);
  446. this.Name = "QcmJudgeLockFrm";
  447. this.Text = "判定锁定";
  448. this.Load += new System.EventHandler(this.QcmJudgeLockFrm_Load);
  449. this.panel1.ResumeLayout(false);
  450. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  451. this.ultraTabControl1.ResumeLayout(false);
  452. this.panel2.ResumeLayout(false);
  453. ((System.ComponentModel.ISupportInitialize)(this.labelComboBox1.ComboBox)).EndInit();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private System.Windows.Forms.Panel panel1;
  458. private Mes.Client.Comm.Control.LabelTextBox labelTextBox3;
  459. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  460. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  461. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  462. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  463. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  464. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  465. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  466. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  467. private System.Windows.Forms.Panel panel2;
  468. private Mes.Client.Comm.Control.LabelTextBox labelTextBox5;
  469. private Mes.Client.Comm.Control.LabelTextBox labelTextBox6;
  470. private Mes.Client.Comm.Control.LabelComboBox labelComboBox1;
  471. }
  472. }