BatteryPrimaryDialog.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. using System.Windows.Forms;
  2. namespace PaintDotNet.DedicatedAnalysis.Battery
  3. {
  4. partial class BatteryPrimaryDialog
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.ShowInTaskbar = false;
  44. this.listView1 = new System.Windows.Forms.ListView();
  45. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  46. this.groupBox2 = new System.Windows.Forms.GroupBox();
  47. this.groupBox8 = new System.Windows.Forms.GroupBox();
  48. this.button14 = new System.Windows.Forms.Button();
  49. this.button13 = new System.Windows.Forms.Button();
  50. this.label4 = new System.Windows.Forms.Label();
  51. this.groupBox7 = new System.Windows.Forms.GroupBox();
  52. this.groupBox5 = new System.Windows.Forms.GroupBox();
  53. this.btnAddCeliang = new Button();
  54. this.btnSelCeliang = new Button();
  55. this.btnDelCeliang = new Button();
  56. this.groupBox10 = new System.Windows.Forms.GroupBox();
  57. this.btnLunkuo = new Button();
  58. this.btnAddKong = new Button();
  59. this.btnDelKong = new Button();
  60. this.btnReDrw = new Button();
  61. this.groupBox9 = new System.Windows.Forms.GroupBox();
  62. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  63. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
  71. numericMax = new System.Windows.Forms.NumericUpDown();
  72. ckMin = new CheckBox();
  73. ckMax = new CheckBox();
  74. ckHW = new CheckBox();
  75. ckArea = new CheckBox();
  76. numericHW = new NumericUpDown();
  77. numericArea = new NumericUpDown();
  78. ckChanged = new CheckBox();
  79. dataGridView2 = new System.Windows.Forms.DataGridView();
  80. ColumnNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. ColumnVal = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. groupBoxGrid2 = new System.Windows.Forms.GroupBox();
  84. ColumnKey = new DataGridViewTextBoxColumn();
  85. this.groupBox2.SuspendLayout();
  86. this.groupBox8.SuspendLayout();
  87. this.groupBox5.SuspendLayout();
  88. this.groupBox10.SuspendLayout();
  89. this.groupBox11 = new System.Windows.Forms.GroupBox();
  90. this.groupBox11.SuspendLayout();
  91. this.groupBox9.SuspendLayout();
  92. this.groupBoxGrid2.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // listView1
  98. //
  99. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.listView1.FullRowSelect = true;
  103. this.listView1.HideSelection = false;
  104. this.listView1.LargeImageList = this.imageList1;
  105. this.listView1.Location = new System.Drawing.Point(5, 17);
  106. this.listView1.MultiSelect = false;
  107. this.listView1.Name = "listView1";
  108. this.listView1.Size = new System.Drawing.Size(124, 616);
  109. this.listView1.TabIndex = 0;
  110. this.listView1.UseCompatibleStateImageBehavior = false;
  111. this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
  112. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  113. this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
  114. this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
  115. //
  116. // imageList1
  117. //
  118. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  119. this.imageList1.ImageSize = new System.Drawing.Size(64, 64);
  120. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  121. //
  122. // groupBox2
  123. //
  124. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125. | System.Windows.Forms.AnchorStyles.Left)));
  126. this.groupBox2.Controls.Add(this.listView1);
  127. this.groupBox2.Location = new System.Drawing.Point(14, 9);
  128. this.groupBox2.Name = "groupBox2";
  129. this.groupBox2.Size = new System.Drawing.Size(135, 639);
  130. this.groupBox2.TabIndex = 3;
  131. this.groupBox2.TabStop = false;
  132. this.groupBox2.Text = "图像索引";
  133. //
  134. // groupBox8
  135. //
  136. this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.groupBox8.Controls.Add(this.button14);
  139. this.groupBox8.Location = new System.Drawing.Point(14, 664);
  140. this.groupBox8.Name = "groupBox8";
  141. this.groupBox8.Size = new System.Drawing.Size(1181, 204);
  142. this.groupBox8.TabIndex = 10;
  143. this.groupBox8.TabStop = false;
  144. this.groupBox8.Text = "分析结果";
  145. //
  146. // button14
  147. //
  148. this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  149. this.button14.BackColor = System.Drawing.SystemColors.Control;
  150. this.button14.Location = new System.Drawing.Point(941, 71);
  151. this.button14.Name = "button14";
  152. this.button14.Size = new System.Drawing.Size(128, 26);
  153. this.button14.TabIndex = 16;
  154. this.button14.Text = "导出孔隙";
  155. this.button14.UseVisualStyleBackColor = false;
  156. this.button14.Click += new System.EventHandler(this.button14_Click);
  157. this.button14.Visible = false;
  158. //
  159. // label4
  160. //
  161. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  162. this.label4.AutoSize = true;
  163. this.label4.ForeColor = System.Drawing.SystemColors.ScrollBar;
  164. this.label4.Location = new System.Drawing.Point(924, 9);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(11, 192);
  167. this.label4.TabIndex = 1;
  168. this.label4.Text = "|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|\r\n|";
  169. //
  170. // groupBox7
  171. //
  172. this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  173. | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.groupBox7.Location = new System.Drawing.Point(515, 9);
  176. this.groupBox7.Name = "groupBox7";
  177. this.groupBox7.Size = new System.Drawing.Size(680, 639);
  178. this.groupBox7.TabIndex = 11;
  179. this.groupBox7.TabStop = false;
  180. this.groupBox7.Text = "预览";
  181. //
  182. // groupBox5
  183. //
  184. this.groupBox5.Controls.Add(this.button13);
  185. this.groupBox5.Controls.Add(btnDelKong);
  186. this.groupBox5.Controls.Add(this.btnAddKong);
  187. this.groupBox5.Controls.Add(this.btnAddCeliang);
  188. this.groupBox5.Controls.Add(this.btnSelCeliang);
  189. this.groupBox5.Controls.Add(this.btnDelCeliang);
  190. this.groupBox5.Location = new System.Drawing.Point(157, 7);
  191. this.groupBox5.Name = "groupBox5";
  192. this.groupBox5.Size = new System.Drawing.Size(351, 76);
  193. this.groupBox5.TabIndex = 19;
  194. this.groupBox5.TabStop = false;
  195. this.groupBox5.Text = "辅助测量";
  196. this.btnAddCeliang.Location = new System.Drawing.Point(20, 20);
  197. this.btnAddCeliang.Name = "btnAddCeliang";
  198. this.btnAddCeliang.Size = new System.Drawing.Size(90, 23);
  199. this.btnAddCeliang.TabIndex = 3;
  200. this.btnAddCeliang.Text = "添加测量线";
  201. this.btnAddCeliang.UseVisualStyleBackColor = true;
  202. this.btnAddCeliang.Click += new System.EventHandler(this.btnAddCeliang_Click);
  203. this.btnAddCeliang.LostFocus += new System.EventHandler(this.btnAddCeliang_LostFocus);
  204. this.btnSelCeliang.Location = new System.Drawing.Point(120, 20);
  205. this.btnSelCeliang.Name = "btnSelCeliang";
  206. this.btnSelCeliang.Size = new System.Drawing.Size(90, 23);
  207. this.btnSelCeliang.TabIndex = 3;
  208. this.btnSelCeliang.Text = "选择测量线";
  209. this.btnSelCeliang.UseVisualStyleBackColor = true;
  210. this.btnSelCeliang.Click += new System.EventHandler(this.btnSelCeliang_Click);
  211. this.btnDelCeliang.Location = new System.Drawing.Point(220, 20);
  212. this.btnDelCeliang.Name = "btnDelCeliang";
  213. this.btnDelCeliang.Size = new System.Drawing.Size(90, 23);
  214. this.btnDelCeliang.TabIndex = 3;
  215. this.btnDelCeliang.Text = "删除测量线";
  216. this.btnDelCeliang.UseVisualStyleBackColor = true;
  217. this.btnDelCeliang.Click += new System.EventHandler(this.btnDelCeliang_Click);
  218. this.btnDelKong.Location = new System.Drawing.Point(20, 48);
  219. this.btnDelKong.Name = "btnDelKong";
  220. this.btnDelKong.Size = new System.Drawing.Size(90, 23);
  221. this.btnDelKong.TabIndex = 8;
  222. this.btnDelKong.UseVisualStyleBackColor = true;
  223. this.btnDelKong.Text = "删除颗粒";
  224. this.btnDelKong.Click += new System.EventHandler(this.btnDelKong_Click);
  225. this.btnAddKong.Location = new System.Drawing.Point(120, 48);
  226. this.btnAddKong.Name = "btnAddKong";
  227. this.btnAddKong.Size = new System.Drawing.Size(90, 23);
  228. this.btnAddKong.TabIndex = 8;
  229. this.btnAddKong.UseVisualStyleBackColor = true;
  230. this.btnAddKong.Text = "添加颗粒";
  231. this.btnAddKong.Click += new System.EventHandler(this.btnAddKong_Click);
  232. //
  233. // button13
  234. //
  235. this.button13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  236. this.button13.BackColor = System.Drawing.SystemColors.Control;
  237. this.button13.Location = new System.Drawing.Point(220, 48);
  238. this.button13.Name = "button13";
  239. this.button13.Size = new System.Drawing.Size(90, 23);
  240. this.button13.TabIndex = 12;
  241. this.button13.Text = "导出结果";
  242. this.button13.UseVisualStyleBackColor = true;
  243. this.button13.Click += new System.EventHandler(this.button13_Click);
  244. //
  245. // groupBox10
  246. //
  247. this.groupBox10.Location = new System.Drawing.Point(156, 284);
  248. this.groupBox10.Name = "groupBox10";
  249. this.groupBox10.Size = new System.Drawing.Size(352, 70);
  250. this.groupBox10.TabIndex = 18;
  251. this.groupBox10.TabStop = false;
  252. this.groupBox10.Text = "图像处理";
  253. groupBox10.Visible = false;
  254. this.groupBox11.Controls.Add(this.ckMin);
  255. this.groupBox11.Controls.Add(this.numericUpDown11);
  256. this.groupBox11.Controls.Add(this.ckMax);
  257. this.groupBox11.Controls.Add(this.numericMax);
  258. this.groupBox11.Controls.Add(this.ckHW);
  259. this.groupBox11.Controls.Add(this.numericHW);
  260. this.groupBox11.Controls.Add(this.ckArea);
  261. this.groupBox11.Controls.Add(this.numericArea);
  262. this.groupBox11.Controls.Add(btnReDrw);
  263. this.groupBox11.Controls.Add(btnLunkuo);
  264. this.groupBox11.Controls.Add(this.ckChanged);
  265. this.groupBox11.Location = new System.Drawing.Point(156, 86);
  266. this.groupBox11.Name = "groupBox11";
  267. this.groupBox11.Size = new System.Drawing.Size(352, 100);
  268. this.groupBox11.TabIndex = 18;
  269. this.groupBox11.TabStop = false;
  270. this.groupBox11.Text = "数据操作";
  271. //
  272. // ckMin
  273. //
  274. this.ckMin.Anchor = System.Windows.Forms.AnchorStyles.Right;
  275. this.ckMin.AutoSize = true;
  276. this.ckMin.Location = new System.Drawing.Point(30, 21);
  277. this.ckMin.Name = "ckMin";
  278. this.ckMin.Size = new System.Drawing.Size(70, 21);
  279. this.ckMin.TabIndex = 8;
  280. this.ckMin.Text = "最小尺寸";
  281. this.ckMin.UseVisualStyleBackColor = true;
  282. this.ckMin.Checked = true;
  283. //
  284. // numericUpDown1
  285. //
  286. this.numericUpDown11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  287. this.numericUpDown11.Location = new System.Drawing.Point(100, 18);
  288. this.numericUpDown11.Maximum = new decimal(5);
  289. this.numericUpDown11.Minimum = 0;
  290. this.numericUpDown11.DecimalPlaces = 1;
  291. this.numericUpDown11.Increment = new decimal(0.1);
  292. this.numericUpDown11.Name = "numericUpDown11";
  293. this.numericUpDown11.Size = new System.Drawing.Size(60, 21);
  294. this.numericUpDown11.TabIndex = 7;
  295. this.numericUpDown11.Value = new decimal(0.1);
  296. //
  297. // ckMax
  298. //
  299. this.ckMax.Anchor = System.Windows.Forms.AnchorStyles.Right;
  300. this.ckMax.AutoSize = true;
  301. this.ckMax.Location = new System.Drawing.Point(180, 21);
  302. this.ckMax.Name = "ckMax";
  303. this.ckMax.Size = new System.Drawing.Size(70, 21);
  304. this.ckMax.TabIndex = 8;
  305. this.ckMax.Text = "边界尺寸";
  306. this.ckMax.UseVisualStyleBackColor = true;
  307. this.ckMax.Checked = true;
  308. //
  309. // numericMax
  310. //
  311. this.numericMax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  312. this.numericMax.Location = new System.Drawing.Point(250, 18);
  313. this.numericMax.Maximum = new decimal(new int[] {
  314. 300,
  315. 0,
  316. 0,
  317. 0});
  318. this.numericMax.Minimum = 1;
  319. this.numericMax.Name = "numericMax";
  320. this.numericMax.Size = new System.Drawing.Size(60, 21);
  321. this.numericMax.TabIndex = 7;
  322. this.numericMax.Value = 1;
  323. //
  324. // ckHW
  325. //
  326. this.ckHW.Anchor = System.Windows.Forms.AnchorStyles.Right;
  327. this.ckHW.AutoSize = true;
  328. this.ckHW.Location = new System.Drawing.Point(30, 45);
  329. this.ckHW.Name = "ckHW";
  330. this.ckHW.Size = new System.Drawing.Size(70, 21);
  331. this.ckHW.TabIndex = 8;
  332. this.ckHW.Text = "长宽比例";
  333. this.ckHW.UseVisualStyleBackColor = true;
  334. this.ckHW.Checked = true;
  335. //
  336. // numericUpDown1
  337. //
  338. this.numericHW.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  339. this.numericHW.Location = new System.Drawing.Point(100, 42);
  340. this.numericHW.Maximum = new decimal(100);
  341. this.numericHW.Minimum = new decimal(0.1);
  342. this.numericHW.Name = "numericHW";
  343. this.numericHW.Size = new System.Drawing.Size(60, 21);
  344. this.numericHW.TabIndex = 7;
  345. this.numericHW.Value = new decimal(2.5);
  346. this.numericHW.DecimalPlaces = 1;
  347. this.numericHW.Increment = new decimal(0.1);
  348. //
  349. // ckArea
  350. //
  351. this.ckArea.Anchor = System.Windows.Forms.AnchorStyles.Left;
  352. this.ckArea.AutoSize = true;
  353. this.ckArea.Location = new System.Drawing.Point(180, 45);
  354. this.ckArea.Name = "ckArea";
  355. this.ckArea.Size = new System.Drawing.Size(70, 21);
  356. this.ckArea.TabIndex = 8;
  357. this.ckArea.Text = "面积率";
  358. this.ckArea.UseVisualStyleBackColor = true;
  359. this.ckArea.Checked = true;
  360. //
  361. // numericArea
  362. //
  363. this.numericArea.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  364. this.numericArea.Location = new System.Drawing.Point(250, 42);
  365. this.numericArea.Maximum = new decimal(1);
  366. this.numericArea.Minimum = 0;
  367. this.numericArea.Name = "numericArea";
  368. this.numericArea.Size = new System.Drawing.Size(60, 21);
  369. this.numericArea.TabIndex = 7;
  370. this.numericArea.DecimalPlaces = 2;
  371. this.numericArea.Increment = new decimal(0.01);
  372. this.numericArea.Value = new decimal(0.55);
  373. //
  374. // 原图
  375. //
  376. this.ckChanged.Anchor = System.Windows.Forms.AnchorStyles.Left;
  377. this.ckChanged.AutoSize = true;
  378. this.ckChanged.Location = new System.Drawing.Point(30, 75);
  379. this.ckChanged.Name = "ckChanged";
  380. this.ckChanged.Size = new System.Drawing.Size(70, 21);
  381. this.ckChanged.TabIndex = 8;
  382. this.ckChanged.Text = "原图";
  383. this.ckChanged.UseVisualStyleBackColor = true;
  384. this.btnLunkuo.Location = new System.Drawing.Point(145, 70);
  385. this.btnLunkuo.Name = "btnLunkuo";
  386. this.btnLunkuo.Size = new System.Drawing.Size(75, 23);
  387. this.btnLunkuo.TabIndex = 8;
  388. this.btnLunkuo.UseVisualStyleBackColor = true;
  389. this.btnLunkuo.Text = "测量区域";
  390. this.btnLunkuo.Click += new System.EventHandler(this.btnLunkuo_Click);
  391. this.btnReDrw.Location = new System.Drawing.Point(230, 70);
  392. this.btnReDrw.Name = "btnReDrw";
  393. this.btnReDrw.Size = new System.Drawing.Size(75, 23);
  394. this.btnReDrw.TabIndex = 8;
  395. this.btnReDrw.UseVisualStyleBackColor = true;
  396. this.btnReDrw.Text = "重新统计";
  397. this.btnReDrw.Click += new System.EventHandler(this.btnReDrw_Click);
  398. //
  399. // groupBox9
  400. //
  401. this.groupBox9.Controls.Add(this.dataGridView1);
  402. this.groupBox9.Location = new System.Drawing.Point(157, 400);
  403. this.groupBox9.Name = "groupBox9";
  404. this.groupBox9.Size = new System.Drawing.Size(351, 252);
  405. this.groupBox9.TabIndex = 20;
  406. this.groupBox9.TabStop = false;
  407. this.groupBox9.Text = "颗粒信息";
  408. //
  409. // dataGridView1
  410. //
  411. this.dataGridView1.AllowUserToAddRows = false;
  412. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  413. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  414. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  415. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  417. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  418. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  419. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  420. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  421. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  422. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  423. this.Column11,
  424. this.dataGridViewTextBoxColumn1,
  425. this.dataGridViewTextBoxColumn2,ColumnKey,this.dataGridViewTextBoxColumn3,this.dataGridViewTextBoxColumn4,this.dataGridViewTextBoxColumn5,this.dataGridViewTextBoxColumn6});
  426. this.dataGridView1.Location = new System.Drawing.Point(9, 19);
  427. this.dataGridView1.MultiSelect = false;
  428. this.dataGridView1.Name = "dataGridView1";
  429. this.dataGridView1.ReadOnly = true;
  430. this.dataGridView1.RowHeadersVisible = false;
  431. this.dataGridView1.RowTemplate.Height = 23;
  432. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  433. this.dataGridView1.Size = new System.Drawing.Size(337, 225);
  434. this.dataGridView1.TabIndex = 0;
  435. this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
  436. // this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
  437. // this.dataGridView1.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView1_CellValidating);
  438. // this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  439. //
  440. // Column11
  441. //
  442. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  443. this.Column11.DefaultCellStyle = dataGridViewCellStyle10;
  444. this.Column11.HeaderText = "序号";
  445. this.Column11.Name = "Column11";
  446. this.Column11.ReadOnly = true;
  447. this.Column11.Width = 55;
  448. //
  449. // dataGridViewTextBoxColumn1
  450. //
  451. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  452. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle11;
  453. this.dataGridViewTextBoxColumn1.HeaderText = "位置";
  454. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  455. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  456. this.dataGridViewTextBoxColumn1.Width = 80;
  457. //
  458. // dataGridViewTextBoxColumn2
  459. //
  460. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  461. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle12;
  462. this.dataGridViewTextBoxColumn2.HeaderText = "均值";
  463. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  464. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  465. this.dataGridViewTextBoxColumn2.Width = 60;
  466. //
  467. // 拟圆
  468. //
  469. this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle12;
  470. this.dataGridViewTextBoxColumn3.HeaderText = "长径";
  471. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  472. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  473. this.dataGridViewTextBoxColumn3.Width = 55;
  474. //
  475. // 最长
  476. //
  477. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle12;
  478. this.dataGridViewTextBoxColumn4.HeaderText = "短径";
  479. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  480. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  481. this.dataGridViewTextBoxColumn4.Width = 55;
  482. this.ColumnKey.HeaderText = "主键";
  483. this.ColumnKey.Name = "key";
  484. this.ColumnKey.ReadOnly = true;
  485. this.ColumnKey.Visible = false;
  486. //
  487. // 周长
  488. //
  489. this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle12;
  490. this.dataGridViewTextBoxColumn5.HeaderText = "周长";
  491. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  492. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  493. this.dataGridViewTextBoxColumn5.Width = 55;
  494. //
  495. // 面积
  496. //
  497. this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle12;
  498. this.dataGridViewTextBoxColumn6.HeaderText = "面积";
  499. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  500. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  501. this.dataGridViewTextBoxColumn6.Width = 55;
  502. //
  503. // groupBoxGrid2
  504. //
  505. this.groupBoxGrid2.Controls.Add(this.dataGridView2);
  506. this.groupBoxGrid2.Location = new System.Drawing.Point(157, 190);
  507. this.groupBoxGrid2.Name = "groupBoxGrid2";
  508. this.groupBoxGrid2.Size = new System.Drawing.Size(351, 202);
  509. this.groupBoxGrid2.TabIndex = 20;
  510. this.groupBoxGrid2.TabStop = false;
  511. this.groupBoxGrid2.Text = "统计结果";
  512. //
  513. // dataGridView2
  514. //
  515. this.dataGridView2.AllowUserToAddRows = false;
  516. this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  517. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  518. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  519. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  520. this.ColumnNum,
  521. this.ColumnName,
  522. this.ColumnVal});
  523. this.dataGridView2.Location = new System.Drawing.Point(9, 19);
  524. this.dataGridView2.MultiSelect = false;
  525. this.dataGridView2.Name = "dataGridView2";
  526. this.dataGridView2.ReadOnly = true;
  527. this.dataGridView2.RowHeadersVisible = false;
  528. this.dataGridView2.RowTemplate.Height = 23;
  529. this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  530. this.dataGridView2.Size = new System.Drawing.Size(337, 175);
  531. this.dataGridView2.TabIndex = 0;
  532. this.ColumnNum.DefaultCellStyle = dataGridViewCellStyle10;
  533. this.ColumnNum.HeaderText = "序号";
  534. this.ColumnNum.Name = "ColumnNum";
  535. this.ColumnNum.ReadOnly = true;
  536. this.ColumnNum.Width = 70;
  537. this.ColumnName.DefaultCellStyle = dataGridViewCellStyle11;
  538. this.ColumnName.HeaderText = "名称";
  539. this.ColumnName.Name = "ColumnName";
  540. this.ColumnName.ReadOnly = true;
  541. this.ColumnName.Width = 120;
  542. this.ColumnVal.DefaultCellStyle = dataGridViewCellStyle11;
  543. this.ColumnVal.HeaderText = "值/微米";
  544. this.ColumnVal.Name = "ColumnVal";
  545. this.ColumnVal.ReadOnly = true;
  546. this.ColumnVal.Width = 120;
  547. //
  548. // BatterySectionPorosityDialog
  549. //
  550. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  551. this.ClientSize = new System.Drawing.Size(1220, 914);
  552. this.Controls.Add(this.groupBox9);
  553. this.Controls.Add(this.groupBox5);
  554. this.Controls.Add(this.groupBox10);
  555. this.Controls.Add(this.groupBox11);
  556. this.Controls.Add(this.groupBox7);
  557. this.Controls.Add(this.groupBox8);
  558. this.Controls.Add(this.groupBox2);
  559. this.Controls.Add(this.groupBoxGrid2);
  560. this.Name = "BatteryPrimaryDialog";
  561. this.Text = "一次颗粒统计分析";
  562. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InclusionsStandardDialog_FormClosing);
  563. this.Load += new System.EventHandler(this.GrainSizePointCountingMethodDialog_Load);
  564. this.Shown += new System.EventHandler(this.ShownChoiseItemAndInitData);
  565. this.Controls.SetChildIndex(this.groupBox2, 0);
  566. this.Controls.SetChildIndex(this.groupBox8, 0);
  567. this.Controls.SetChildIndex(this.groupBox7, 0);
  568. this.Controls.SetChildIndex(this.groupBox10, 0);
  569. this.Controls.SetChildIndex(this.groupBox11, 0);
  570. this.Controls.SetChildIndex(this.groupBox5, 0);
  571. this.Controls.SetChildIndex(this.groupBox9, 0);
  572. this.Controls.SetChildIndex(this.groupBoxGrid2, 0);
  573. this.groupBox2.ResumeLayout(false);
  574. this.groupBox8.ResumeLayout(false);
  575. this.groupBox8.PerformLayout();
  576. this.groupBox5.ResumeLayout(false);
  577. this.groupBox5.PerformLayout();
  578. this.groupBox10.ResumeLayout(false);
  579. this.groupBox10.PerformLayout();
  580. this.groupBox11.ResumeLayout(false);
  581. this.groupBox11.PerformLayout();
  582. this.groupBox9.ResumeLayout(false);
  583. this.groupBoxGrid2.ResumeLayout(false);
  584. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  586. this.ResumeLayout(false);
  587. }
  588. private void CkChanged_CheckedChanged(object sender, System.EventArgs e)
  589. {
  590. throw new System.NotImplementedException();
  591. }
  592. #endregion
  593. #region 控件
  594. private ListView listView1;
  595. private GroupBox groupBox2;
  596. private ImageList imageList1;
  597. private GroupBox groupBox8;
  598. private Button button14;
  599. private Button button13;
  600. private Label label4;
  601. private GroupBox groupBox7;
  602. private GroupBox groupBox5;
  603. private Button btnAddCeliang;
  604. private Button btnSelCeliang;
  605. private Button btnDelCeliang;
  606. private Button btnLunkuo;
  607. private Button btnAddKong;
  608. private Button btnDelKong;
  609. private Button btnReDrw;
  610. private GroupBox groupBox11;
  611. private CheckBox ckMin;
  612. private CheckBox ckMax;
  613. private CheckBox ckHW;
  614. private CheckBox ckArea;
  615. private NumericUpDown numericUpDown11;
  616. private NumericUpDown numericMax;
  617. private NumericUpDown numericHW;
  618. private NumericUpDown numericArea;
  619. private GroupBox groupBox10;
  620. private GroupBox groupBox9;
  621. private DataGridView dataGridView1;
  622. private GroupBox groupBoxGrid2;
  623. private DataGridView dataGridView2;
  624. //原图
  625. private CheckBox ckChanged;
  626. #endregion
  627. private DataGridViewTextBoxColumn Column11;
  628. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  629. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  630. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  631. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  632. private DataGridViewTextBoxColumn ColumnKey;
  633. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  634. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  635. private DataGridViewTextBoxColumn ColumnNum;
  636. private DataGridViewTextBoxColumn ColumnName;
  637. private DataGridViewTextBoxColumn ColumnVal;
  638. }
  639. }