ResultsView.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. 
  2. using Resources;
  3. using System.ComponentModel;
  4. namespace SmartCoalApplication.AutomaticMeasurement
  5. {
  6. partial class ResultsView
  7. {
  8. #region Windows Form Designer generated code
  9. /// <summary>
  10. /// Required method for Designer support - do not modify
  11. /// the contents of this method with the code editor.
  12. /// </summary>
  13. private void InitializeComponent()
  14. {
  15. this.components = new System.ComponentModel.Container();
  16. this.groupBox1 = new System.Windows.Forms.GroupBox();
  17. this.label6 = new System.Windows.Forms.Label();
  18. this.textBox5 = new System.Windows.Forms.TextBox();
  19. this.button7 = new System.Windows.Forms.Button();
  20. this.button6 = new System.Windows.Forms.Button();
  21. this.button2 = new System.Windows.Forms.Button();
  22. this.button1 = new System.Windows.Forms.Button();
  23. this.buttonGenerateReport = new System.Windows.Forms.Button();
  24. this.label2 = new System.Windows.Forms.Label();
  25. this.comboStatus = new System.Windows.Forms.ComboBox();
  26. this.comboClassification = new System.Windows.Forms.ComboBox();
  27. this.label1 = new System.Windows.Forms.Label();
  28. this.checkBox4 = new System.Windows.Forms.CheckBox();
  29. this.checkBox3 = new System.Windows.Forms.CheckBox();
  30. this.checkBox2 = new System.Windows.Forms.CheckBox();
  31. this.checkBox1 = new System.Windows.Forms.CheckBox();
  32. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.listView1 = new System.Windows.Forms.ListView();
  38. this.groupBox3 = new System.Windows.Forms.GroupBox();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.groupBox4 = new System.Windows.Forms.GroupBox();
  42. this.groupBox5 = new System.Windows.Forms.GroupBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.groupBox6 = new System.Windows.Forms.GroupBox();
  47. this.groupBox7 = new System.Windows.Forms.GroupBox();
  48. this.button9 = new System.Windows.Forms.Button();
  49. this.button8 = new System.Windows.Forms.Button();
  50. this.button10 = new System.Windows.Forms.Button();
  51. this.groupBox1.SuspendLayout();
  52. this.groupBox2.SuspendLayout();
  53. this.groupBox3.SuspendLayout();
  54. this.panel1.SuspendLayout();
  55. this.groupBox5.SuspendLayout();
  56. this.groupBox6.SuspendLayout();
  57. this.groupBox7.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // groupBox1
  61. //
  62. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.groupBox1.Controls.Add(this.button10);
  65. this.groupBox1.Controls.Add(this.label6);
  66. this.groupBox1.Controls.Add(this.textBox5);
  67. this.groupBox1.Controls.Add(this.button7);
  68. this.groupBox1.Controls.Add(this.button6);
  69. this.groupBox1.Controls.Add(this.button2);
  70. this.groupBox1.Controls.Add(this.button1);
  71. this.groupBox1.Controls.Add(this.buttonGenerateReport);
  72. this.groupBox1.Controls.Add(this.label2);
  73. this.groupBox1.Controls.Add(this.comboStatus);
  74. this.groupBox1.Controls.Add(this.comboClassification);
  75. this.groupBox1.Controls.Add(this.label1);
  76. this.groupBox1.Location = new System.Drawing.Point(9, 10);
  77. this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
  78. this.groupBox1.Name = "groupBox1";
  79. this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
  80. this.groupBox1.Size = new System.Drawing.Size(1361, 49);
  81. this.groupBox1.TabIndex = 0;
  82. this.groupBox1.TabStop = false;
  83. this.groupBox1.Text = "操作";
  84. //
  85. // label6
  86. //
  87. this.label6.AutoSize = true;
  88. this.label6.Location = new System.Drawing.Point(814, 18);
  89. this.label6.Name = "label6";
  90. this.label6.Size = new System.Drawing.Size(89, 12);
  91. this.label6.TabIndex = 13;
  92. this.label6.Text = "报告名称预览:";
  93. //
  94. // textBox5
  95. //
  96. this.textBox5.Location = new System.Drawing.Point(909, 13);
  97. this.textBox5.Name = "textBox5";
  98. this.textBox5.ReadOnly = true;
  99. this.textBox5.Size = new System.Drawing.Size(236, 21);
  100. this.textBox5.TabIndex = 12;
  101. //
  102. // button7
  103. //
  104. this.button7.Location = new System.Drawing.Point(665, 13);
  105. this.button7.Margin = new System.Windows.Forms.Padding(2);
  106. this.button7.Name = "button7";
  107. this.button7.Size = new System.Drawing.Size(70, 22);
  108. this.button7.TabIndex = 11;
  109. this.button7.Text = "选择模板";
  110. this.button7.UseVisualStyleBackColor = true;
  111. this.button7.Click += new System.EventHandler(this.button7_Click);
  112. //
  113. // button6
  114. //
  115. this.button6.Location = new System.Drawing.Point(369, 13);
  116. this.button6.Margin = new System.Windows.Forms.Padding(2);
  117. this.button6.Name = "button6";
  118. this.button6.Size = new System.Drawing.Size(70, 22);
  119. this.button6.TabIndex = 10;
  120. this.button6.Text = "命名規則";
  121. this.button6.UseVisualStyleBackColor = true;
  122. this.button6.Click += new System.EventHandler(this.button6_Click);
  123. //
  124. // button2
  125. //
  126. this.button2.Location = new System.Drawing.Point(443, 13);
  127. this.button2.Margin = new System.Windows.Forms.Padding(2);
  128. this.button2.Name = "button2";
  129. this.button2.Size = new System.Drawing.Size(70, 22);
  130. this.button2.TabIndex = 9;
  131. this.button2.Text = "繪製範圍";
  132. this.button2.UseVisualStyleBackColor = true;
  133. this.button2.Click += new System.EventHandler(this.button2_Click);
  134. //
  135. // button1
  136. //
  137. this.button1.Location = new System.Drawing.Point(517, 13);
  138. this.button1.Margin = new System.Windows.Forms.Padding(2);
  139. this.button1.Name = "button1";
  140. this.button1.Size = new System.Drawing.Size(70, 22);
  141. this.button1.TabIndex = 8;
  142. this.button1.Text = "再次分析";
  143. this.button1.UseVisualStyleBackColor = true;
  144. this.button1.Click += new System.EventHandler(this.button1_Click);
  145. //
  146. // buttonGenerateReport
  147. //
  148. this.buttonGenerateReport.Location = new System.Drawing.Point(591, 13);
  149. this.buttonGenerateReport.Margin = new System.Windows.Forms.Padding(2);
  150. this.buttonGenerateReport.Name = "buttonGenerateReport";
  151. this.buttonGenerateReport.Size = new System.Drawing.Size(70, 22);
  152. this.buttonGenerateReport.TabIndex = 4;
  153. this.buttonGenerateReport.Text = "生成報告";
  154. this.buttonGenerateReport.UseVisualStyleBackColor = true;
  155. this.buttonGenerateReport.Click += new System.EventHandler(this.buttonGenerateReport_Click);
  156. //
  157. // label2
  158. //
  159. this.label2.AutoSize = true;
  160. this.label2.Location = new System.Drawing.Point(183, 17);
  161. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  162. this.label2.Name = "label2";
  163. this.label2.Size = new System.Drawing.Size(41, 12);
  164. this.label2.TabIndex = 3;
  165. this.label2.Text = "狀態:";
  166. //
  167. // comboStatus
  168. //
  169. this.comboStatus.FormattingEnabled = true;
  170. this.comboStatus.Location = new System.Drawing.Point(226, 14);
  171. this.comboStatus.Margin = new System.Windows.Forms.Padding(2);
  172. this.comboStatus.Name = "comboStatus";
  173. this.comboStatus.Size = new System.Drawing.Size(123, 20);
  174. this.comboStatus.TabIndex = 2;
  175. this.comboStatus.SelectedIndexChanged += new System.EventHandler(this.comboStatus_SelectedIndexChanged);
  176. //
  177. // comboClassification
  178. //
  179. this.comboClassification.FormattingEnabled = true;
  180. this.comboClassification.Location = new System.Drawing.Point(39, 14);
  181. this.comboClassification.Margin = new System.Windows.Forms.Padding(2);
  182. this.comboClassification.Name = "comboClassification";
  183. this.comboClassification.Size = new System.Drawing.Size(128, 20);
  184. this.comboClassification.TabIndex = 1;
  185. this.comboClassification.SelectedIndexChanged += new System.EventHandler(this.comboClassification_SelectedIndexChanged);
  186. //
  187. // label1
  188. //
  189. this.label1.AutoSize = true;
  190. this.label1.Location = new System.Drawing.Point(4, 17);
  191. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  192. this.label1.Name = "label1";
  193. this.label1.Size = new System.Drawing.Size(41, 12);
  194. this.label1.TabIndex = 0;
  195. this.label1.Text = "分類:";
  196. //
  197. // checkBox4
  198. //
  199. this.checkBox4.AutoSize = true;
  200. this.checkBox4.Location = new System.Drawing.Point(6, 75);
  201. this.checkBox4.Name = "checkBox4";
  202. this.checkBox4.Size = new System.Drawing.Size(84, 16);
  203. this.checkBox4.TabIndex = 11;
  204. this.checkBox4.Text = "開啟辅助线";
  205. this.checkBox4.UseVisualStyleBackColor = true;
  206. this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
  207. //
  208. // checkBox3
  209. //
  210. this.checkBox3.AutoSize = true;
  211. this.checkBox3.Location = new System.Drawing.Point(6, 53);
  212. this.checkBox3.Name = "checkBox3";
  213. this.checkBox3.Size = new System.Drawing.Size(96, 16);
  214. this.checkBox3.TabIndex = 7;
  215. this.checkBox3.Text = "開啟像素跟踪";
  216. this.checkBox3.UseVisualStyleBackColor = true;
  217. this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  218. //
  219. // checkBox2
  220. //
  221. this.checkBox2.AutoSize = true;
  222. this.checkBox2.Location = new System.Drawing.Point(6, 31);
  223. this.checkBox2.Name = "checkBox2";
  224. this.checkBox2.Size = new System.Drawing.Size(96, 16);
  225. this.checkBox2.TabIndex = 6;
  226. this.checkBox2.Text = "展示绘制范围";
  227. this.checkBox2.UseVisualStyleBackColor = true;
  228. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  229. //
  230. // checkBox1
  231. //
  232. this.checkBox1.AutoSize = true;
  233. this.checkBox1.Location = new System.Drawing.Point(6, 9);
  234. this.checkBox1.Name = "checkBox1";
  235. this.checkBox1.Size = new System.Drawing.Size(96, 16);
  236. this.checkBox1.TabIndex = 5;
  237. this.checkBox1.Text = "是否打开报告";
  238. this.checkBox1.UseVisualStyleBackColor = true;
  239. //
  240. // imageList1
  241. //
  242. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  243. this.imageList1.ImageSize = new System.Drawing.Size(64, 64);
  244. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  245. //
  246. // groupBox2
  247. //
  248. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  249. | System.Windows.Forms.AnchorStyles.Left)));
  250. this.groupBox2.Controls.Add(this.button5);
  251. this.groupBox2.Controls.Add(this.button4);
  252. this.groupBox2.Controls.Add(this.button3);
  253. this.groupBox2.Controls.Add(this.listView1);
  254. this.groupBox2.Location = new System.Drawing.Point(9, 63);
  255. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  256. this.groupBox2.Name = "groupBox2";
  257. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  258. this.groupBox2.Size = new System.Drawing.Size(154, 476);
  259. this.groupBox2.TabIndex = 2;
  260. this.groupBox2.TabStop = false;
  261. this.groupBox2.Text = "列表";
  262. //
  263. // button5
  264. //
  265. this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  266. this.button5.Location = new System.Drawing.Point(106, 16);
  267. this.button5.Margin = new System.Windows.Forms.Padding(2);
  268. this.button5.Name = "button5";
  269. this.button5.Size = new System.Drawing.Size(39, 22);
  270. this.button5.TabIndex = 12;
  271. this.button5.Text = "反选";
  272. this.button5.UseVisualStyleBackColor = true;
  273. this.button5.Click += new System.EventHandler(this.button5_Click);
  274. //
  275. // button4
  276. //
  277. this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  278. this.button4.Location = new System.Drawing.Point(49, 16);
  279. this.button4.Margin = new System.Windows.Forms.Padding(2);
  280. this.button4.Name = "button4";
  281. this.button4.Size = new System.Drawing.Size(53, 22);
  282. this.button4.TabIndex = 11;
  283. this.button4.Text = "全不選";
  284. this.button4.UseVisualStyleBackColor = true;
  285. this.button4.Click += new System.EventHandler(this.button4_Click);
  286. //
  287. // button3
  288. //
  289. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  290. this.button3.Location = new System.Drawing.Point(6, 16);
  291. this.button3.Margin = new System.Windows.Forms.Padding(2);
  292. this.button3.Name = "button3";
  293. this.button3.Size = new System.Drawing.Size(39, 22);
  294. this.button3.TabIndex = 10;
  295. this.button3.Text = "全選";
  296. this.button3.UseVisualStyleBackColor = true;
  297. this.button3.Click += new System.EventHandler(this.button3_Click);
  298. //
  299. // listView1
  300. //
  301. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  302. | System.Windows.Forms.AnchorStyles.Left)
  303. | System.Windows.Forms.AnchorStyles.Right)));
  304. this.listView1.HideSelection = false;
  305. this.listView1.LargeImageList = this.imageList1;
  306. this.listView1.Location = new System.Drawing.Point(6, 43);
  307. this.listView1.Name = "listView1";
  308. this.listView1.Size = new System.Drawing.Size(140, 421);
  309. this.listView1.TabIndex = 5;
  310. this.listView1.UseCompatibleStateImageBehavior = false;
  311. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  312. this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
  313. //
  314. // groupBox3
  315. //
  316. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  317. | System.Windows.Forms.AnchorStyles.Right)));
  318. this.groupBox3.Controls.Add(this.panel1);
  319. this.groupBox3.Location = new System.Drawing.Point(1374, 11);
  320. this.groupBox3.Margin = new System.Windows.Forms.Padding(2);
  321. this.groupBox3.Name = "groupBox3";
  322. this.groupBox3.Padding = new System.Windows.Forms.Padding(2);
  323. this.groupBox3.Size = new System.Drawing.Size(128, 290);
  324. this.groupBox3.TabIndex = 3;
  325. this.groupBox3.TabStop = false;
  326. this.groupBox3.Text = "添加繪製綫";
  327. //
  328. // panel1
  329. //
  330. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  331. | System.Windows.Forms.AnchorStyles.Left)
  332. | System.Windows.Forms.AnchorStyles.Right)));
  333. this.panel1.AutoScroll = true;
  334. this.panel1.Controls.Add(this.panel2);
  335. this.panel1.Location = new System.Drawing.Point(4, 16);
  336. this.panel1.Name = "panel1";
  337. this.panel1.Size = new System.Drawing.Size(121, 269);
  338. this.panel1.TabIndex = 0;
  339. //
  340. // panel2
  341. //
  342. this.panel2.AutoSize = true;
  343. this.panel2.Location = new System.Drawing.Point(1, 0);
  344. this.panel2.Name = "panel2";
  345. this.panel2.Size = new System.Drawing.Size(120, 266);
  346. this.panel2.TabIndex = 6;
  347. //
  348. // groupBox4
  349. //
  350. this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  351. | System.Windows.Forms.AnchorStyles.Left)
  352. | System.Windows.Forms.AnchorStyles.Right)));
  353. this.groupBox4.Location = new System.Drawing.Point(167, 63);
  354. this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
  355. this.groupBox4.Name = "groupBox4";
  356. this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
  357. this.groupBox4.Size = new System.Drawing.Size(1203, 476);
  358. this.groupBox4.TabIndex = 4;
  359. this.groupBox4.TabStop = false;
  360. this.groupBox4.Text = "圖片";
  361. //
  362. // groupBox5
  363. //
  364. this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  365. this.groupBox5.Controls.Add(this.label5);
  366. this.groupBox5.Controls.Add(this.label4);
  367. this.groupBox5.Controls.Add(this.label3);
  368. this.groupBox5.Location = new System.Drawing.Point(1379, 452);
  369. this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
  370. this.groupBox5.Name = "groupBox5";
  371. this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
  372. this.groupBox5.Size = new System.Drawing.Size(123, 87);
  373. this.groupBox5.TabIndex = 5;
  374. this.groupBox5.TabStop = false;
  375. //
  376. // label5
  377. //
  378. this.label5.AutoSize = true;
  379. this.label5.Location = new System.Drawing.Point(6, 62);
  380. this.label5.Name = "label5";
  381. this.label5.Size = new System.Drawing.Size(41, 12);
  382. this.label5.TabIndex = 2;
  383. this.label5.Text = "label5";
  384. //
  385. // label4
  386. //
  387. this.label4.AutoSize = true;
  388. this.label4.Location = new System.Drawing.Point(6, 39);
  389. this.label4.Name = "label4";
  390. this.label4.Size = new System.Drawing.Size(41, 12);
  391. this.label4.TabIndex = 1;
  392. this.label4.Text = "label4";
  393. //
  394. // label3
  395. //
  396. this.label3.AutoSize = true;
  397. this.label3.Location = new System.Drawing.Point(6, 16);
  398. this.label3.Name = "label3";
  399. this.label3.Size = new System.Drawing.Size(41, 12);
  400. this.label3.TabIndex = 0;
  401. this.label3.Text = "label3";
  402. //
  403. // groupBox6
  404. //
  405. this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  406. this.groupBox6.Controls.Add(this.checkBox4);
  407. this.groupBox6.Controls.Add(this.checkBox1);
  408. this.groupBox6.Controls.Add(this.checkBox2);
  409. this.groupBox6.Controls.Add(this.checkBox3);
  410. this.groupBox6.Location = new System.Drawing.Point(1378, 356);
  411. this.groupBox6.Name = "groupBox6";
  412. this.groupBox6.Size = new System.Drawing.Size(124, 97);
  413. this.groupBox6.TabIndex = 0;
  414. this.groupBox6.TabStop = false;
  415. //
  416. // groupBox7
  417. //
  418. this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  419. this.groupBox7.Controls.Add(this.button9);
  420. this.groupBox7.Controls.Add(this.button8);
  421. this.groupBox7.Location = new System.Drawing.Point(1374, 302);
  422. this.groupBox7.Name = "groupBox7";
  423. this.groupBox7.Size = new System.Drawing.Size(128, 57);
  424. this.groupBox7.TabIndex = 6;
  425. this.groupBox7.TabStop = false;
  426. this.groupBox7.Text = "图片操作";
  427. //
  428. // button9
  429. //
  430. this.button9.Location = new System.Drawing.Point(72, 19);
  431. this.button9.Margin = new System.Windows.Forms.Padding(2);
  432. this.button9.Name = "button9";
  433. this.button9.Size = new System.Drawing.Size(39, 22);
  434. this.button9.TabIndex = 13;
  435. this.button9.Text = "恢复";
  436. this.button9.UseVisualStyleBackColor = true;
  437. this.button9.Click += new System.EventHandler(this.button9_Click);
  438. //
  439. // button8
  440. //
  441. this.button8.Location = new System.Drawing.Point(18, 19);
  442. this.button8.Margin = new System.Windows.Forms.Padding(2);
  443. this.button8.Name = "button8";
  444. this.button8.Size = new System.Drawing.Size(39, 22);
  445. this.button8.TabIndex = 12;
  446. this.button8.Text = "删除";
  447. this.button8.UseVisualStyleBackColor = true;
  448. this.button8.Click += new System.EventHandler(this.button8_Click);
  449. //
  450. // button10
  451. //
  452. this.button10.Location = new System.Drawing.Point(739, 13);
  453. this.button10.Margin = new System.Windows.Forms.Padding(2);
  454. this.button10.Name = "button10";
  455. this.button10.Size = new System.Drawing.Size(70, 22);
  456. this.button10.TabIndex = 14;
  457. this.button10.Text = "结果预览";
  458. this.button10.UseVisualStyleBackColor = true;
  459. this.button10.Click += new System.EventHandler(this.button10_Click);
  460. //
  461. // ResultsView
  462. //
  463. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  464. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  465. this.ClientSize = new System.Drawing.Size(1513, 543);
  466. this.Controls.Add(this.groupBox7);
  467. this.Controls.Add(this.groupBox6);
  468. this.Controls.Add(this.groupBox5);
  469. this.Controls.Add(this.groupBox4);
  470. this.Controls.Add(this.groupBox3);
  471. this.Controls.Add(this.groupBox2);
  472. this.Controls.Add(this.groupBox1);
  473. this.Location = new System.Drawing.Point(0, 0);
  474. this.Margin = new System.Windows.Forms.Padding(2);
  475. this.MinimizeBox = false;
  476. this.Name = "ResultsView";
  477. this.Text = "結果查看";
  478. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  479. this.Controls.SetChildIndex(this.groupBox1, 0);
  480. this.Controls.SetChildIndex(this.groupBox2, 0);
  481. this.Controls.SetChildIndex(this.groupBox3, 0);
  482. this.Controls.SetChildIndex(this.groupBox4, 0);
  483. this.Controls.SetChildIndex(this.groupBox5, 0);
  484. this.Controls.SetChildIndex(this.groupBox6, 0);
  485. this.Controls.SetChildIndex(this.groupBox7, 0);
  486. this.groupBox1.ResumeLayout(false);
  487. this.groupBox1.PerformLayout();
  488. this.groupBox2.ResumeLayout(false);
  489. this.groupBox3.ResumeLayout(false);
  490. this.panel1.ResumeLayout(false);
  491. this.panel1.PerformLayout();
  492. this.groupBox5.ResumeLayout(false);
  493. this.groupBox5.PerformLayout();
  494. this.groupBox6.ResumeLayout(false);
  495. this.groupBox6.PerformLayout();
  496. this.groupBox7.ResumeLayout(false);
  497. this.ResumeLayout(false);
  498. }
  499. #endregion
  500. private System.Windows.Forms.GroupBox groupBox1;
  501. private System.Windows.Forms.Button buttonGenerateReport;
  502. private System.Windows.Forms.Label label2;
  503. private System.Windows.Forms.ComboBox comboStatus;
  504. private System.Windows.Forms.ComboBox comboClassification;
  505. private System.Windows.Forms.Label label1;
  506. private System.Windows.Forms.GroupBox groupBox2;
  507. private System.Windows.Forms.GroupBox groupBox3;
  508. private System.Windows.Forms.GroupBox groupBox4;
  509. private System.Windows.Forms.ListView listView1;
  510. private System.Windows.Forms.GroupBox groupBox5;
  511. private System.Windows.Forms.Label label5;
  512. private System.Windows.Forms.Label label4;
  513. private System.Windows.Forms.Label label3;
  514. private System.Windows.Forms.ImageList imageList1;
  515. private IContainer components;
  516. private System.Windows.Forms.Panel panel1;
  517. private System.Windows.Forms.Panel panel2;
  518. private System.Windows.Forms.CheckBox checkBox1;
  519. private System.Windows.Forms.CheckBox checkBox2;
  520. private System.Windows.Forms.CheckBox checkBox3;
  521. private System.Windows.Forms.Button button2;
  522. private System.Windows.Forms.Button button1;
  523. private System.Windows.Forms.Button button5;
  524. private System.Windows.Forms.Button button4;
  525. private System.Windows.Forms.Button button3;
  526. private System.Windows.Forms.Button button6;
  527. private System.Windows.Forms.CheckBox checkBox4;
  528. private System.Windows.Forms.GroupBox groupBox6;
  529. private System.Windows.Forms.Button button7;
  530. private System.Windows.Forms.TextBox textBox5;
  531. private System.Windows.Forms.Label label6;
  532. private System.Windows.Forms.GroupBox groupBox7;
  533. private System.Windows.Forms.Button button8;
  534. private System.Windows.Forms.Button button9;
  535. private System.Windows.Forms.Button button10;
  536. }
  537. }