BatteryCrystalDialog.Designer.cs 37 KB

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