BatterySectionPorosityDialog.Designer.cs 36 KB

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