QcmZbsInfoQueryFrm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace Core.StlMes.Client.Judge.Forms
  2. {
  3. partial class QcmZbsInfoQueryFrm
  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. this.panel1 = new System.Windows.Forms.Panel();
  31. this.labelDateTimePicker2 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  32. this.labelDateTimePicker1 = new Core.Mes.Client.Comm.Control.LabelDateTimePicker();
  33. this.labelTextBox3 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  34. this.labelTextBox2 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  35. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  39. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  40. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  41. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  42. this.panel1.SuspendLayout();
  43. this.panel2.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  45. this.splitContainer1.Panel2.SuspendLayout();
  46. this.splitContainer1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  48. this.ultraTabControl1.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // panel1
  52. //
  53. this.panel1.Controls.Add(this.labelDateTimePicker2);
  54. this.panel1.Controls.Add(this.labelDateTimePicker1);
  55. this.panel1.Controls.Add(this.labelTextBox3);
  56. this.panel1.Controls.Add(this.labelTextBox2);
  57. this.panel1.Controls.Add(this.labelTextBox1);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  59. this.panel1.Location = new System.Drawing.Point(0, 0);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(1375, 51);
  62. this.panel1.TabIndex = 0;
  63. //
  64. // labelDateTimePicker2
  65. //
  66. //
  67. //
  68. //
  69. this.labelDateTimePicker2.CheckBox.AutoSize = true;
  70. this.labelDateTimePicker2.CheckBox.Checked = true;
  71. this.labelDateTimePicker2.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  72. this.labelDateTimePicker2.CheckBox.Location = new System.Drawing.Point(5, 5);
  73. this.labelDateTimePicker2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  74. this.labelDateTimePicker2.CheckBox.Name = "checkBox1";
  75. this.labelDateTimePicker2.CheckBox.Size = new System.Drawing.Size(18, 17);
  76. this.labelDateTimePicker2.CheckBox.TabIndex = 1;
  77. this.labelDateTimePicker2.CheckBox.UseVisualStyleBackColor = true;
  78. this.labelDateTimePicker2.CheckBox.Visible = false;
  79. //
  80. //
  81. //
  82. this.labelDateTimePicker2.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.labelDateTimePicker2.DateTimePicker.Enabled = false;
  84. this.labelDateTimePicker2.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  85. this.labelDateTimePicker2.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  86. this.labelDateTimePicker2.DateTimePicker.Name = "dateTimePicker1";
  87. this.labelDateTimePicker2.DateTimePicker.Size = new System.Drawing.Size(179, 25);
  88. this.labelDateTimePicker2.DateTimePicker.TabIndex = 0;
  89. //
  90. //
  91. //
  92. this.labelDateTimePicker2.Label.AutoSize = true;
  93. this.labelDateTimePicker2.Label.Location = new System.Drawing.Point(5, 5);
  94. this.labelDateTimePicker2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.labelDateTimePicker2.Label.Name = "label1";
  96. this.labelDateTimePicker2.Label.Size = new System.Drawing.Size(15, 15);
  97. this.labelDateTimePicker2.Label.TabIndex = 0;
  98. this.labelDateTimePicker2.Label.Text = "-";
  99. this.labelDateTimePicker2.Location = new System.Drawing.Point(1053, 13);
  100. this.labelDateTimePicker2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  101. this.labelDateTimePicker2.Name = "labelDateTimePicker2";
  102. this.labelDateTimePicker2.Size = new System.Drawing.Size(203, 26);
  103. this.labelDateTimePicker2.TabIndex = 4;
  104. //
  105. // labelDateTimePicker1
  106. //
  107. //
  108. //
  109. //
  110. this.labelDateTimePicker1.CheckBox.AutoSize = true;
  111. this.labelDateTimePicker1.CheckBox.Location = new System.Drawing.Point(5, 5);
  112. this.labelDateTimePicker1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  113. this.labelDateTimePicker1.CheckBox.Name = "checkBox1";
  114. this.labelDateTimePicker1.CheckBox.Size = new System.Drawing.Size(18, 17);
  115. this.labelDateTimePicker1.CheckBox.TabIndex = 1;
  116. this.labelDateTimePicker1.CheckBox.UseVisualStyleBackColor = true;
  117. this.labelDateTimePicker1.CheckBox.CheckedChanged += new System.EventHandler(this.labelDateTimePicker1_CheckBox_CheckedChanged);
  118. //
  119. //
  120. //
  121. this.labelDateTimePicker1.DateTimePicker.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.labelDateTimePicker1.DateTimePicker.Enabled = false;
  123. this.labelDateTimePicker1.DateTimePicker.Location = new System.Drawing.Point(0, 0);
  124. this.labelDateTimePicker1.DateTimePicker.Margin = new System.Windows.Forms.Padding(4);
  125. this.labelDateTimePicker1.DateTimePicker.Name = "dateTimePicker1";
  126. this.labelDateTimePicker1.DateTimePicker.Size = new System.Drawing.Size(162, 25);
  127. this.labelDateTimePicker1.DateTimePicker.TabIndex = 0;
  128. //
  129. //
  130. //
  131. this.labelDateTimePicker1.Label.AutoSize = true;
  132. this.labelDateTimePicker1.Label.Location = new System.Drawing.Point(25, 5);
  133. this.labelDateTimePicker1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.labelDateTimePicker1.Label.Name = "label1";
  135. this.labelDateTimePicker1.Label.Size = new System.Drawing.Size(67, 15);
  136. this.labelDateTimePicker1.Label.TabIndex = 0;
  137. this.labelDateTimePicker1.Label.Text = "判定时间";
  138. this.labelDateTimePicker1.Location = new System.Drawing.Point(792, 13);
  139. this.labelDateTimePicker1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  140. this.labelDateTimePicker1.Name = "labelDateTimePicker1";
  141. this.labelDateTimePicker1.Size = new System.Drawing.Size(258, 26);
  142. this.labelDateTimePicker1.TabIndex = 3;
  143. //
  144. // labelTextBox3
  145. //
  146. //
  147. //
  148. //
  149. this.labelTextBox3.CheckBox.AutoSize = true;
  150. this.labelTextBox3.CheckBox.Location = new System.Drawing.Point(5, 5);
  151. this.labelTextBox3.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  152. this.labelTextBox3.CheckBox.Name = "checkBox1";
  153. this.labelTextBox3.CheckBox.Size = new System.Drawing.Size(18, 17);
  154. this.labelTextBox3.CheckBox.TabIndex = 1;
  155. this.labelTextBox3.CheckBox.UseVisualStyleBackColor = true;
  156. //
  157. //
  158. //
  159. this.labelTextBox3.Label.AutoSize = true;
  160. this.labelTextBox3.Label.Location = new System.Drawing.Point(25, 5);
  161. this.labelTextBox3.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.labelTextBox3.Label.Name = "label1";
  163. this.labelTextBox3.Label.Size = new System.Drawing.Size(67, 15);
  164. this.labelTextBox3.Label.TabIndex = 0;
  165. this.labelTextBox3.Label.Text = "生产批号";
  166. this.labelTextBox3.Location = new System.Drawing.Point(513, 13);
  167. this.labelTextBox3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  168. this.labelTextBox3.Name = "labelTextBox3";
  169. this.labelTextBox3.Size = new System.Drawing.Size(263, 26);
  170. this.labelTextBox3.TabIndex = 2;
  171. //
  172. //
  173. //
  174. this.labelTextBox3.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.labelTextBox3.TextBox.Enabled = false;
  176. this.labelTextBox3.TextBox.Location = new System.Drawing.Point(0, 0);
  177. this.labelTextBox3.TextBox.Margin = new System.Windows.Forms.Padding(4);
  178. this.labelTextBox3.TextBox.Name = "textBox1";
  179. this.labelTextBox3.TextBox.Size = new System.Drawing.Size(167, 25);
  180. this.labelTextBox3.TextBox.TabIndex = 1;
  181. this.labelTextBox3.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox3_TextBox_KeyDown);
  182. //
  183. // labelTextBox2
  184. //
  185. //
  186. //
  187. //
  188. this.labelTextBox2.CheckBox.AutoSize = true;
  189. this.labelTextBox2.CheckBox.Location = new System.Drawing.Point(5, 5);
  190. this.labelTextBox2.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  191. this.labelTextBox2.CheckBox.Name = "checkBox1";
  192. this.labelTextBox2.CheckBox.Size = new System.Drawing.Size(18, 17);
  193. this.labelTextBox2.CheckBox.TabIndex = 1;
  194. this.labelTextBox2.CheckBox.UseVisualStyleBackColor = true;
  195. //
  196. //
  197. //
  198. this.labelTextBox2.Label.AutoSize = true;
  199. this.labelTextBox2.Label.Location = new System.Drawing.Point(25, 5);
  200. this.labelTextBox2.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  201. this.labelTextBox2.Label.Name = "label1";
  202. this.labelTextBox2.Label.Size = new System.Drawing.Size(52, 15);
  203. this.labelTextBox2.Label.TabIndex = 0;
  204. this.labelTextBox2.Label.Text = "合同号";
  205. this.labelTextBox2.Location = new System.Drawing.Point(252, 13);
  206. this.labelTextBox2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  207. this.labelTextBox2.Name = "labelTextBox2";
  208. this.labelTextBox2.Size = new System.Drawing.Size(251, 26);
  209. this.labelTextBox2.TabIndex = 1;
  210. //
  211. //
  212. //
  213. this.labelTextBox2.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  214. this.labelTextBox2.TextBox.Enabled = false;
  215. this.labelTextBox2.TextBox.Location = new System.Drawing.Point(0, 0);
  216. this.labelTextBox2.TextBox.Margin = new System.Windows.Forms.Padding(4);
  217. this.labelTextBox2.TextBox.Name = "textBox1";
  218. this.labelTextBox2.TextBox.Size = new System.Drawing.Size(170, 25);
  219. this.labelTextBox2.TextBox.TabIndex = 1;
  220. this.labelTextBox2.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox2_TextBox_KeyDown);
  221. //
  222. // labelTextBox1
  223. //
  224. //
  225. //
  226. //
  227. this.labelTextBox1.CheckBox.AutoSize = true;
  228. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  229. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  230. this.labelTextBox1.CheckBox.Name = "checkBox1";
  231. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  232. this.labelTextBox1.CheckBox.TabIndex = 1;
  233. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  234. //
  235. //
  236. //
  237. this.labelTextBox1.Label.AutoSize = true;
  238. this.labelTextBox1.Label.Location = new System.Drawing.Point(25, 5);
  239. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.labelTextBox1.Label.Name = "label1";
  241. this.labelTextBox1.Label.Size = new System.Drawing.Size(67, 15);
  242. this.labelTextBox1.Label.TabIndex = 0;
  243. this.labelTextBox1.Label.Text = "判定炉号";
  244. this.labelTextBox1.Location = new System.Drawing.Point(16, 14);
  245. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  246. this.labelTextBox1.Name = "labelTextBox1";
  247. this.labelTextBox1.Size = new System.Drawing.Size(228, 26);
  248. this.labelTextBox1.TabIndex = 0;
  249. //
  250. //
  251. //
  252. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  253. this.labelTextBox1.TextBox.Enabled = false;
  254. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  255. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  256. this.labelTextBox1.TextBox.Name = "textBox1";
  257. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(132, 25);
  258. this.labelTextBox1.TextBox.TabIndex = 1;
  259. this.labelTextBox1.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.labelTextBox1_TextBox_KeyDown);
  260. //
  261. // panel2
  262. //
  263. this.panel2.Controls.Add(this.splitContainer1);
  264. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.panel2.Location = new System.Drawing.Point(0, 51);
  266. this.panel2.Name = "panel2";
  267. this.panel2.Size = new System.Drawing.Size(1375, 425);
  268. this.panel2.TabIndex = 1;
  269. //
  270. // splitContainer1
  271. //
  272. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  273. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  274. this.splitContainer1.Name = "splitContainer1";
  275. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  276. //
  277. // splitContainer1.Panel2
  278. //
  279. this.splitContainer1.Panel2.Controls.Add(this.ultraTabControl1);
  280. this.splitContainer1.Size = new System.Drawing.Size(1375, 425);
  281. this.splitContainer1.SplitterDistance = 192;
  282. this.splitContainer1.TabIndex = 0;
  283. //
  284. // ultraTabControl1
  285. //
  286. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  287. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  288. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  289. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  291. this.ultraTabControl1.Name = "ultraTabControl1";
  292. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  293. this.ultraTabControl1.Size = new System.Drawing.Size(1375, 229);
  294. this.ultraTabControl1.TabIndex = 0;
  295. ultraTab1.Key = "craft";
  296. ultraTab1.TabPage = this.ultraTabPageControl1;
  297. ultraTab1.Text = "工艺信息";
  298. ultraTab2.Key = "detect";
  299. ultraTab2.TabPage = this.ultraTabPageControl2;
  300. ultraTab2.Text = "探伤信息";
  301. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  302. ultraTab1,
  303. ultraTab2});
  304. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  305. //
  306. // ultraTabSharedControlsPage1
  307. //
  308. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  309. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  310. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1371, 200);
  311. //
  312. // ultraTabPageControl1
  313. //
  314. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  315. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  316. this.ultraTabPageControl1.Size = new System.Drawing.Size(1371, 200);
  317. //
  318. // ultraTabPageControl2
  319. //
  320. this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 26);
  321. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  322. this.ultraTabPageControl2.Size = new System.Drawing.Size(1371, 200);
  323. //
  324. // QcmZbsInfoQueryFrm
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.ClientSize = new System.Drawing.Size(1375, 476);
  329. this.Controls.Add(this.panel2);
  330. this.Controls.Add(this.panel1);
  331. this.Name = "QcmZbsInfoQueryFrm";
  332. this.Text = "QcmZbsInfoQueryFrm";
  333. this.Load += new System.EventHandler(this.QcmZbsInfoQueryFrm_Load);
  334. this.panel1.ResumeLayout(false);
  335. this.panel2.ResumeLayout(false);
  336. this.splitContainer1.Panel2.ResumeLayout(false);
  337. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  338. this.splitContainer1.ResumeLayout(false);
  339. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  340. this.ultraTabControl1.ResumeLayout(false);
  341. this.ResumeLayout(false);
  342. }
  343. #endregion
  344. private System.Windows.Forms.Panel panel1;
  345. private System.Windows.Forms.Panel panel2;
  346. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  347. private Mes.Client.Comm.Control.LabelTextBox labelTextBox2;
  348. private Mes.Client.Comm.Control.LabelTextBox labelTextBox3;
  349. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker2;
  350. private Mes.Client.Comm.Control.LabelDateTimePicker labelDateTimePicker1;
  351. private System.Windows.Forms.SplitContainer splitContainer1;
  352. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  353. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  354. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  355. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  356. }
  357. }