BatteryCrystalDialog.Designer.cs 40 KB

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