AutomaticMeasurement.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. 
  2. using SmartCoalApplication.Core.CustomControl;
  3. using System;
  4. namespace SmartCoalApplication.AutomaticMeasurement
  5. {
  6. partial class AutomaticMeasurement
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private System.ComponentModel.IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.buttonCancelMeasurement = new System.Windows.Forms.Button();
  33. this.buttonStartMeasuring = new System.Windows.Forms.Button();
  34. this.groupBox2 = new System.Windows.Forms.GroupBox();
  35. this.label14 = new System.Windows.Forms.Label();
  36. this.label13 = new System.Windows.Forms.Label();
  37. this.comboMingcheng = new System.Windows.Forms.ComboBox();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.groupBox3 = new System.Windows.Forms.GroupBox();
  40. this.comboCengbie = new System.Windows.Forms.ComboBox();
  41. this.label12 = new System.Windows.Forms.Label();
  42. this.label11 = new System.Windows.Forms.Label();
  43. this.label10 = new System.Windows.Forms.Label();
  44. this.comboBanci = new System.Windows.Forms.ComboBox();
  45. this.comboShiyanshi = new System.Windows.Forms.ComboBox();
  46. this.comboShiyongchangqu = new System.Windows.Forms.ComboBox();
  47. this.comboZhichengbie = new System.Windows.Forms.ComboBox();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.textPihao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  50. this.textDanhao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  51. this.textLiaohao = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.label4 = new System.Windows.Forms.Label();
  55. this.label3 = new System.Windows.Forms.Label();
  56. this.label2 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.label9 = new System.Windows.Forms.Label();
  59. this.groupBox4 = new System.Windows.Forms.GroupBox();
  60. this.panel1 = new System.Windows.Forms.Panel();
  61. this.groupOutInfo = new System.Windows.Forms.GroupBox();
  62. this.panel2 = new System.Windows.Forms.Panel();
  63. this.panelOutInfo = new System.Windows.Forms.Panel();
  64. this.comboDianduxianbie = new SmartCoalApplication.Core.CustomControl.NewTextBox();
  65. this.groupBox1.SuspendLayout();
  66. this.groupBox2.SuspendLayout();
  67. this.groupBox3.SuspendLayout();
  68. this.groupBox4.SuspendLayout();
  69. this.groupOutInfo.SuspendLayout();
  70. this.panel2.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // groupBox1
  74. //
  75. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.groupBox1.Controls.Add(this.buttonCancelMeasurement);
  78. this.groupBox1.Controls.Add(this.buttonStartMeasuring);
  79. this.groupBox1.Location = new System.Drawing.Point(9, 10);
  80. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  81. this.groupBox1.Name = "groupBox1";
  82. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  83. this.groupBox1.Size = new System.Drawing.Size(1032, 50);
  84. this.groupBox1.TabIndex = 0;
  85. this.groupBox1.TabStop = false;
  86. this.groupBox1.Text = "操作";
  87. //
  88. // buttonCancelMeasurement
  89. //
  90. this.buttonCancelMeasurement.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  91. this.buttonCancelMeasurement.Location = new System.Drawing.Point(962, 19);
  92. this.buttonCancelMeasurement.Margin = new System.Windows.Forms.Padding(2);
  93. this.buttonCancelMeasurement.Name = "buttonCancelMeasurement";
  94. this.buttonCancelMeasurement.Size = new System.Drawing.Size(64, 27);
  95. this.buttonCancelMeasurement.TabIndex = 7;
  96. this.buttonCancelMeasurement.Text = "取消測量";
  97. this.buttonCancelMeasurement.UseVisualStyleBackColor = true;
  98. this.buttonCancelMeasurement.Click += new System.EventHandler(this.buttonCancelMeasurement_Click);
  99. //
  100. // buttonStartMeasuring
  101. //
  102. this.buttonStartMeasuring.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  103. this.buttonStartMeasuring.Location = new System.Drawing.Point(874, 18);
  104. this.buttonStartMeasuring.Margin = new System.Windows.Forms.Padding(2);
  105. this.buttonStartMeasuring.Name = "buttonStartMeasuring";
  106. this.buttonStartMeasuring.Size = new System.Drawing.Size(73, 28);
  107. this.buttonStartMeasuring.TabIndex = 6;
  108. this.buttonStartMeasuring.Text = "開始測量";
  109. this.buttonStartMeasuring.UseVisualStyleBackColor = true;
  110. this.buttonStartMeasuring.Click += new System.EventHandler(this.buttonStartMeasuring_Click);
  111. //
  112. // groupBox2
  113. //
  114. this.groupBox2.Controls.Add(this.label14);
  115. this.groupBox2.Controls.Add(this.label13);
  116. this.groupBox2.Controls.Add(this.comboMingcheng);
  117. this.groupBox2.Controls.Add(this.label1);
  118. this.groupBox2.Location = new System.Drawing.Point(9, 65);
  119. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  120. this.groupBox2.Name = "groupBox2";
  121. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  122. this.groupBox2.Size = new System.Drawing.Size(478, 83);
  123. this.groupBox2.TabIndex = 1;
  124. this.groupBox2.TabStop = false;
  125. this.groupBox2.Text = "選擇測試規程";
  126. //
  127. // label14
  128. //
  129. this.label14.AutoSize = true;
  130. this.label14.Location = new System.Drawing.Point(49, 59);
  131. this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  132. this.label14.Name = "label14";
  133. this.label14.Size = new System.Drawing.Size(53, 12);
  134. this.label14.TabIndex = 2;
  135. this.label14.Text = "默认标尺";
  136. //
  137. // label13
  138. //
  139. this.label13.AutoSize = true;
  140. this.label13.Location = new System.Drawing.Point(4, 59);
  141. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  142. this.label13.Name = "label13";
  143. this.label13.Size = new System.Drawing.Size(41, 12);
  144. this.label13.TabIndex = 1;
  145. this.label13.Text = "标尺:";
  146. //
  147. // comboMingcheng
  148. //
  149. this.comboMingcheng.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
  150. this.comboMingcheng.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  151. this.comboMingcheng.FormattingEnabled = true;
  152. this.comboMingcheng.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  153. this.comboMingcheng.Location = new System.Drawing.Point(49, 23);
  154. this.comboMingcheng.Margin = new System.Windows.Forms.Padding(2);
  155. this.comboMingcheng.Name = "comboMingcheng";
  156. this.comboMingcheng.Size = new System.Drawing.Size(323, 20);
  157. this.comboMingcheng.TabIndex = 0;
  158. this.comboMingcheng.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged);
  159. //
  160. // label1
  161. //
  162. this.label1.AutoSize = true;
  163. this.label1.Location = new System.Drawing.Point(4, 26);
  164. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  165. this.label1.Name = "label1";
  166. this.label1.Size = new System.Drawing.Size(41, 12);
  167. this.label1.TabIndex = 0;
  168. this.label1.Text = "名稱:";
  169. //
  170. // groupBox3
  171. //
  172. this.groupBox3.Controls.Add(this.comboDianduxianbie);
  173. this.groupBox3.Controls.Add(this.comboCengbie);
  174. this.groupBox3.Controls.Add(this.label12);
  175. this.groupBox3.Controls.Add(this.label11);
  176. this.groupBox3.Controls.Add(this.label10);
  177. this.groupBox3.Controls.Add(this.comboBanci);
  178. this.groupBox3.Controls.Add(this.comboShiyanshi);
  179. this.groupBox3.Controls.Add(this.comboShiyongchangqu);
  180. this.groupBox3.Controls.Add(this.comboZhichengbie);
  181. this.groupBox3.Controls.Add(this.label7);
  182. this.groupBox3.Controls.Add(this.textPihao);
  183. this.groupBox3.Controls.Add(this.textDanhao);
  184. this.groupBox3.Controls.Add(this.textLiaohao);
  185. this.groupBox3.Controls.Add(this.label6);
  186. this.groupBox3.Controls.Add(this.label5);
  187. this.groupBox3.Controls.Add(this.label4);
  188. this.groupBox3.Controls.Add(this.label3);
  189. this.groupBox3.Controls.Add(this.label2);
  190. this.groupBox3.Controls.Add(this.label8);
  191. this.groupBox3.Controls.Add(this.label9);
  192. this.groupBox3.Location = new System.Drawing.Point(9, 152);
  193. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  194. this.groupBox3.Name = "groupBox3";
  195. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  196. this.groupBox3.Size = new System.Drawing.Size(478, 153);
  197. this.groupBox3.TabIndex = 2;
  198. this.groupBox3.TabStop = false;
  199. this.groupBox3.Text = "基本信息";
  200. //
  201. // comboCengbie
  202. //
  203. this.comboCengbie.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  204. this.comboCengbie.FormattingEnabled = true;
  205. this.comboCengbie.Location = new System.Drawing.Point(276, 94);
  206. this.comboCengbie.Name = "comboCengbie";
  207. this.comboCengbie.Size = new System.Drawing.Size(121, 20);
  208. this.comboCengbie.TabIndex = 23;
  209. //
  210. // label12
  211. //
  212. this.label12.AutoSize = true;
  213. this.label12.Location = new System.Drawing.Point(274, 122);
  214. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  215. this.label12.Name = "label12";
  216. this.label12.Size = new System.Drawing.Size(17, 12);
  217. this.label12.TabIndex = 22;
  218. this.label12.Text = "um";
  219. //
  220. // label11
  221. //
  222. this.label11.AutoSize = true;
  223. this.label11.Location = new System.Drawing.Point(238, 122);
  224. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  225. this.label11.Name = "label11";
  226. this.label11.Size = new System.Drawing.Size(41, 12);
  227. this.label11.TabIndex = 20;
  228. this.label11.Text = "單位:";
  229. //
  230. // label10
  231. //
  232. this.label10.AutoSize = true;
  233. this.label10.Location = new System.Drawing.Point(238, 97);
  234. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  235. this.label10.Name = "label10";
  236. this.label10.Size = new System.Drawing.Size(41, 12);
  237. this.label10.TabIndex = 19;
  238. this.label10.Text = "層別:";
  239. //
  240. // comboBanci
  241. //
  242. this.comboBanci.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  243. this.comboBanci.FormattingEnabled = true;
  244. this.comboBanci.Location = new System.Drawing.Point(276, 70);
  245. this.comboBanci.Margin = new System.Windows.Forms.Padding(2);
  246. this.comboBanci.Name = "comboBanci";
  247. this.comboBanci.Size = new System.Drawing.Size(121, 20);
  248. this.comboBanci.TabIndex = 16;
  249. //
  250. // comboShiyanshi
  251. //
  252. this.comboShiyanshi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  253. this.comboShiyanshi.FormattingEnabled = true;
  254. this.comboShiyanshi.Location = new System.Drawing.Point(276, 46);
  255. this.comboShiyanshi.Margin = new System.Windows.Forms.Padding(2);
  256. this.comboShiyanshi.Name = "comboShiyanshi";
  257. this.comboShiyanshi.Size = new System.Drawing.Size(121, 20);
  258. this.comboShiyanshi.TabIndex = 15;
  259. //
  260. // comboShiyongchangqu
  261. //
  262. this.comboShiyongchangqu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  263. this.comboShiyongchangqu.FormattingEnabled = true;
  264. this.comboShiyongchangqu.Location = new System.Drawing.Point(276, 21);
  265. this.comboShiyongchangqu.Margin = new System.Windows.Forms.Padding(2);
  266. this.comboShiyongchangqu.Name = "comboShiyongchangqu";
  267. this.comboShiyongchangqu.Size = new System.Drawing.Size(121, 20);
  268. this.comboShiyongchangqu.TabIndex = 14;
  269. //
  270. // comboZhichengbie
  271. //
  272. this.comboZhichengbie.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  273. this.comboZhichengbie.FormattingEnabled = true;
  274. this.comboZhichengbie.Location = new System.Drawing.Point(69, 96);
  275. this.comboZhichengbie.Margin = new System.Windows.Forms.Padding(2);
  276. this.comboZhichengbie.Name = "comboZhichengbie";
  277. this.comboZhichengbie.Size = new System.Drawing.Size(121, 20);
  278. this.comboZhichengbie.TabIndex = 12;
  279. //
  280. // label7
  281. //
  282. this.label7.AutoSize = true;
  283. this.label7.Location = new System.Drawing.Point(216, 24);
  284. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  285. this.label7.Name = "label7";
  286. this.label7.Size = new System.Drawing.Size(65, 12);
  287. this.label7.TabIndex = 11;
  288. this.label7.Text = "使用廠區:";
  289. //
  290. // textPihao
  291. //
  292. this.textPihao.Location = new System.Drawing.Point(69, 71);
  293. this.textPihao.Margin = new System.Windows.Forms.Padding(2);
  294. this.textPihao.Name = "textPihao";
  295. this.textPihao.Size = new System.Drawing.Size(121, 21);
  296. this.textPihao.TabIndex = 8;
  297. //
  298. // textDanhao
  299. //
  300. this.textDanhao.Location = new System.Drawing.Point(69, 47);
  301. this.textDanhao.Margin = new System.Windows.Forms.Padding(2);
  302. this.textDanhao.Name = "textDanhao";
  303. this.textDanhao.Size = new System.Drawing.Size(121, 21);
  304. this.textDanhao.TabIndex = 7;
  305. this.textDanhao.KeyUp += new System.Windows.Forms.KeyEventHandler(textDanhao_KeyUp);
  306. //
  307. // textLiaohao
  308. //
  309. this.textLiaohao.Location = new System.Drawing.Point(69, 22);
  310. this.textLiaohao.Margin = new System.Windows.Forms.Padding(2);
  311. this.textLiaohao.Name = "textLiaohao";
  312. this.textLiaohao.Size = new System.Drawing.Size(121, 21);
  313. this.textLiaohao.TabIndex = 6;
  314. //
  315. // label6
  316. //
  317. this.label6.AutoSize = true;
  318. this.label6.Location = new System.Drawing.Point(4, 123);
  319. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  320. this.label6.Name = "label6";
  321. this.label6.Size = new System.Drawing.Size(65, 12);
  322. this.label6.TabIndex = 5;
  323. this.label6.Text = "電鍍綫別:";
  324. //
  325. // label5
  326. //
  327. this.label5.AutoSize = true;
  328. this.label5.Location = new System.Drawing.Point(14, 98);
  329. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  330. this.label5.Name = "label5";
  331. this.label5.Size = new System.Drawing.Size(53, 12);
  332. this.label5.TabIndex = 4;
  333. this.label5.Text = "製成別:";
  334. //
  335. // label4
  336. //
  337. this.label4.AutoSize = true;
  338. this.label4.Location = new System.Drawing.Point(26, 74);
  339. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  340. this.label4.Name = "label4";
  341. this.label4.Size = new System.Drawing.Size(41, 12);
  342. this.label4.TabIndex = 3;
  343. this.label4.Text = "批號:";
  344. //
  345. // label3
  346. //
  347. this.label3.AutoSize = true;
  348. this.label3.Location = new System.Drawing.Point(26, 50);
  349. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  350. this.label3.Name = "label3";
  351. this.label3.Size = new System.Drawing.Size(41, 12);
  352. this.label3.TabIndex = 2;
  353. this.label3.Text = "單號:";
  354. //
  355. // label2
  356. //
  357. this.label2.AutoSize = true;
  358. this.label2.Location = new System.Drawing.Point(26, 25);
  359. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  360. this.label2.Name = "label2";
  361. this.label2.Size = new System.Drawing.Size(41, 12);
  362. this.label2.TabIndex = 1;
  363. this.label2.Text = "料號:";
  364. //
  365. // label8
  366. //
  367. this.label8.AutoSize = true;
  368. this.label8.Location = new System.Drawing.Point(227, 49);
  369. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  370. this.label8.Name = "label8";
  371. this.label8.Size = new System.Drawing.Size(53, 12);
  372. this.label8.TabIndex = 17;
  373. this.label8.Text = "實驗室:";
  374. //
  375. // label9
  376. //
  377. this.label9.AutoSize = true;
  378. this.label9.Location = new System.Drawing.Point(238, 73);
  379. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  380. this.label9.Name = "label9";
  381. this.label9.Size = new System.Drawing.Size(41, 12);
  382. this.label9.TabIndex = 18;
  383. this.label9.Text = "班次:";
  384. //
  385. // groupBox4
  386. //
  387. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  388. | System.Windows.Forms.AnchorStyles.Left)));
  389. this.groupBox4.Controls.Add(this.panel1);
  390. this.groupBox4.Location = new System.Drawing.Point(9, 309);
  391. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  392. this.groupBox4.Name = "groupBox4";
  393. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  394. this.groupBox4.Size = new System.Drawing.Size(478, 290);
  395. this.groupBox4.TabIndex = 3;
  396. this.groupBox4.TabStop = false;
  397. this.groupBox4.Text = "分类";
  398. //
  399. // panel1
  400. //
  401. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  402. | System.Windows.Forms.AnchorStyles.Left)));
  403. this.panel1.AutoScroll = true;
  404. this.panel1.BackColor = System.Drawing.Color.Transparent;
  405. this.panel1.Location = new System.Drawing.Point(5, 18);
  406. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  407. this.panel1.Name = "panel1";
  408. this.panel1.Size = new System.Drawing.Size(468, 262);
  409. this.panel1.TabIndex = 8;
  410. //
  411. // groupOutInfo
  412. //
  413. this.groupOutInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  414. | System.Windows.Forms.AnchorStyles.Left)
  415. | System.Windows.Forms.AnchorStyles.Right)));
  416. this.groupOutInfo.Controls.Add(this.panel2);
  417. this.groupOutInfo.Location = new System.Drawing.Point(491, 65);
  418. this.groupOutInfo.Margin = new System.Windows.Forms.Padding(2);
  419. this.groupOutInfo.Name = "groupOutInfo";
  420. this.groupOutInfo.Padding = new System.Windows.Forms.Padding(2);
  421. this.groupOutInfo.Size = new System.Drawing.Size(549, 534);
  422. this.groupOutInfo.TabIndex = 4;
  423. this.groupOutInfo.TabStop = false;
  424. this.groupOutInfo.Text = "輸出信息";
  425. //
  426. // panel2
  427. //
  428. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  429. | System.Windows.Forms.AnchorStyles.Left)
  430. | System.Windows.Forms.AnchorStyles.Right)));
  431. this.panel2.AutoScroll = true;
  432. this.panel2.Controls.Add(this.panelOutInfo);
  433. this.panel2.Location = new System.Drawing.Point(5, 13);
  434. this.panel2.Name = "panel2";
  435. this.panel2.Size = new System.Drawing.Size(542, 516);
  436. this.panel2.TabIndex = 5;
  437. //
  438. // panelOutInfo
  439. //
  440. this.panelOutInfo.AutoSize = true;
  441. this.panelOutInfo.Location = new System.Drawing.Point(3, 3);
  442. this.panelOutInfo.Name = "panelOutInfo";
  443. this.panelOutInfo.Size = new System.Drawing.Size(536, 508);
  444. this.panelOutInfo.TabIndex = 0;
  445. //
  446. // comboDianduxianbie
  447. //
  448. this.comboDianduxianbie.Location = new System.Drawing.Point(69, 122);
  449. this.comboDianduxianbie.Name = "comboDianduxianbie";
  450. this.comboDianduxianbie.Size = new System.Drawing.Size(121, 21);
  451. this.comboDianduxianbie.TabIndex = 24;
  452. //
  453. // AutomaticMeasurement
  454. //
  455. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  456. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  457. this.ClientSize = new System.Drawing.Size(1049, 607);
  458. this.Controls.Add(this.groupOutInfo);
  459. this.Controls.Add(this.groupBox4);
  460. this.Controls.Add(this.groupBox3);
  461. this.Controls.Add(this.groupBox2);
  462. this.Controls.Add(this.groupBox1);
  463. this.Margin = new System.Windows.Forms.Padding(2);
  464. this.MinimizeBox = false;
  465. this.Name = "AutomaticMeasurement";
  466. this.Text = "开始测试规程";
  467. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  468. this.Resize += new System.EventHandler(this.AutomaticMeasurement_Resize);
  469. this.Load += new System.EventHandler(this.AutomaticMeasurement_Load);
  470. this.groupBox1.ResumeLayout(false);
  471. this.groupBox2.ResumeLayout(false);
  472. this.groupBox2.PerformLayout();
  473. this.groupBox3.ResumeLayout(false);
  474. this.groupBox3.PerformLayout();
  475. this.groupBox4.ResumeLayout(false);
  476. this.groupOutInfo.ResumeLayout(false);
  477. this.panel2.ResumeLayout(false);
  478. this.panel2.PerformLayout();
  479. this.ResumeLayout(false);
  480. }
  481. #endregion
  482. private System.Windows.Forms.GroupBox groupBox1;
  483. private System.Windows.Forms.GroupBox groupBox2;
  484. private System.Windows.Forms.Label label1;
  485. private System.Windows.Forms.GroupBox groupBox3;
  486. private NewTextBox textLiaohao;
  487. private System.Windows.Forms.Label label6;
  488. private System.Windows.Forms.Label label5;
  489. private System.Windows.Forms.Label label4;
  490. private System.Windows.Forms.Label label3;
  491. private System.Windows.Forms.Label label2;
  492. private System.Windows.Forms.Label label7;
  493. private NewTextBox textPihao;
  494. private NewTextBox textDanhao;
  495. private System.Windows.Forms.ComboBox comboBanci;
  496. private System.Windows.Forms.ComboBox comboShiyanshi;
  497. private System.Windows.Forms.ComboBox comboShiyongchangqu;
  498. private System.Windows.Forms.ComboBox comboZhichengbie;
  499. private System.Windows.Forms.Button buttonCancelMeasurement;
  500. private System.Windows.Forms.Button buttonStartMeasuring;
  501. private System.Windows.Forms.Label label12;
  502. private System.Windows.Forms.Label label11;
  503. private System.Windows.Forms.Label label10;
  504. private System.Windows.Forms.Label label9;
  505. private System.Windows.Forms.Label label8;
  506. private System.Windows.Forms.GroupBox groupBox4;
  507. private System.Windows.Forms.Panel panel1;
  508. private System.Windows.Forms.GroupBox groupOutInfo;
  509. private System.Windows.Forms.ComboBox comboMingcheng;
  510. private System.Windows.Forms.ComboBox comboCengbie;
  511. private System.Windows.Forms.Panel panelOutInfo;
  512. private System.Windows.Forms.Label label13;
  513. private System.Windows.Forms.Label label14;
  514. private System.Windows.Forms.Panel panel2;
  515. private NewTextBox comboDianduxianbie;
  516. }
  517. }