BatterySectionPorosityDialog.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  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.txt_RightLineWeight = new System.Windows.Forms.ComboBox();
  65. this.label16 = new System.Windows.Forms.Label();
  66. this.rb_RightCircle = new System.Windows.Forms.CheckBox();
  67. this.label17 = new System.Windows.Forms.Label();
  68. this.groupBox10 = new System.Windows.Forms.GroupBox();
  69. this.btnLunkuo = new Button();
  70. this.btnAddKong = new Button();
  71. this.btnDelKong = new Button();
  72. btnDrwKou = new Button();
  73. this.btnReDrw = new Button();
  74. this.groupBox9 = new System.Windows.Forms.GroupBox();
  75. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  76. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.groupBox2.SuspendLayout();
  80. this.groupBox8.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
  82. this.groupBox5.SuspendLayout();
  83. this.groupBox10.SuspendLayout();
  84. this.groupBox9.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // listView1
  89. //
  90. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  91. | System.Windows.Forms.AnchorStyles.Left)
  92. | System.Windows.Forms.AnchorStyles.Right)));
  93. this.listView1.FullRowSelect = true;
  94. this.listView1.HideSelection = false;
  95. this.listView1.LargeImageList = this.imageList1;
  96. this.listView1.Location = new System.Drawing.Point(5, 17);
  97. this.listView1.MultiSelect = false;
  98. this.listView1.Name = "listView1";
  99. this.listView1.Size = new System.Drawing.Size(124, 616);
  100. this.listView1.TabIndex = 0;
  101. this.listView1.UseCompatibleStateImageBehavior = false;
  102. this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
  103. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  104. this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
  105. this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
  106. //
  107. // imageList1
  108. //
  109. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  110. this.imageList1.ImageSize = new System.Drawing.Size(64, 64);
  111. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  112. //
  113. // groupBox2
  114. //
  115. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  116. | System.Windows.Forms.AnchorStyles.Left)));
  117. this.groupBox2.Controls.Add(this.listView1);
  118. this.groupBox2.Location = new System.Drawing.Point(14, 9);
  119. this.groupBox2.Name = "groupBox2";
  120. this.groupBox2.Size = new System.Drawing.Size(135, 639);
  121. this.groupBox2.TabIndex = 3;
  122. this.groupBox2.TabStop = false;
  123. this.groupBox2.Text = "图像索引";
  124. //
  125. // groupBox8
  126. //
  127. this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  128. | System.Windows.Forms.AnchorStyles.Right)));
  129. this.groupBox8.Controls.Add(this.button14);
  130. this.groupBox8.Controls.Add(this.button13);
  131. this.groupBox8.Controls.Add(this.btnImageOut);
  132. this.groupBox8.Controls.Add(this.dataGridView4);
  133. this.groupBox8.Controls.Add(this.label4);
  134. this.groupBox8.Location = new System.Drawing.Point(14, 664);
  135. this.groupBox8.Name = "groupBox8";
  136. this.groupBox8.Size = new System.Drawing.Size(1081, 204);
  137. this.groupBox8.TabIndex = 10;
  138. this.groupBox8.TabStop = false;
  139. this.groupBox8.Text = "分析结果";
  140. //
  141. // button14
  142. //
  143. this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  144. this.button14.BackColor = System.Drawing.SystemColors.Control;
  145. this.button14.Location = new System.Drawing.Point(941, 71);
  146. this.button14.Name = "button14";
  147. this.button14.Size = new System.Drawing.Size(128, 26);
  148. this.button14.TabIndex = 16;
  149. this.button14.Text = "导出孔隙";
  150. this.button14.UseVisualStyleBackColor = false;
  151. this.button14.Click += new System.EventHandler(this.button14_Click);
  152. this.button14.Visible = false;
  153. //
  154. // button13
  155. //
  156. this.button13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  157. this.button13.BackColor = System.Drawing.SystemColors.Control;
  158. this.button13.Location = new System.Drawing.Point(941, 34);
  159. this.button13.Name = "button13";
  160. this.button13.Size = new System.Drawing.Size(128, 26);
  161. this.button13.TabIndex = 12;
  162. this.button13.Text = "导出结果";
  163. this.button13.UseVisualStyleBackColor = false;
  164. this.button13.Click += new System.EventHandler(this.button13_Click);
  165. //
  166. // 导出图片
  167. //
  168. this.btnImageOut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  169. this.btnImageOut.BackColor = System.Drawing.SystemColors.Control;
  170. this.btnImageOut.Location = new System.Drawing.Point(941, 108);
  171. this.btnImageOut.Name = "btnImageOut";
  172. this.btnImageOut.Size = new System.Drawing.Size(128, 26);
  173. this.btnImageOut.TabIndex = 12;
  174. this.btnImageOut.Text = "导出图片";
  175. this.btnImageOut.UseVisualStyleBackColor = false;
  176. this.btnImageOut.Click += new System.EventHandler(this.btnImageOut_Click);
  177. this.btnImageOut.Visible = false;
  178. //
  179. // dataGridView4
  180. //
  181. this.dataGridView4.AllowUserToAddRows = false;
  182. this.dataGridView4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.dataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  185. this.dataGridView4.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  186. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  187. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  188. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
  189. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  190. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  191. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  192. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  193. this.dataGridView4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  194. this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  195. this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  196. this.Column1,
  197. this.Column2,
  198. this.Column3,
  199. this.Column4,
  200. this.Column5,
  201. this.Column6,this.Column7});
  202. this.dataGridView4.Location = new System.Drawing.Point(8, 20);
  203. this.dataGridView4.Name = "dataGridView4";
  204. this.dataGridView4.ReadOnly = true;
  205. this.dataGridView4.RowHeadersVisible = false;
  206. this.dataGridView4.RowTemplate.Height = 23;
  207. this.dataGridView4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  208. this.dataGridView4.Size = new System.Drawing.Size(693, 176);
  209. this.dataGridView4.TabIndex = 15;
  210. this.dataGridView4.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView4_CellClick);
  211. //
  212. // Column1
  213. //
  214. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  215. this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
  216. this.Column1.HeaderText = "序号";
  217. this.Column1.Name = "Column1";
  218. this.Column1.ReadOnly = true;
  219. //
  220. // Column2
  221. //
  222. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  223. this.Column2.DefaultCellStyle = dataGridViewCellStyle3;
  224. this.Column2.HeaderText = "位置X";
  225. this.Column2.Name = "Column2";
  226. this.Column2.ReadOnly = true;
  227. //
  228. // Column3
  229. //
  230. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  231. this.Column3.DefaultCellStyle = dataGridViewCellStyle4;
  232. this.Column3.HeaderText = "位置Y";
  233. this.Column3.Name = "Column3";
  234. this.Column3.ReadOnly = true;
  235. //
  236. // Column4
  237. //
  238. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  239. this.Column4.DefaultCellStyle = dataGridViewCellStyle5;
  240. this.Column4.HeaderText = "长(μm)";
  241. this.Column4.Name = "Column4";
  242. this.Column4.ReadOnly = true;
  243. //
  244. // Column5
  245. //
  246. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  247. this.Column5.DefaultCellStyle = dataGridViewCellStyle6;
  248. this.Column5.HeaderText = "宽(μm)";
  249. this.Column5.Name = "Column5";
  250. this.Column5.ReadOnly = true;
  251. //
  252. // Column6
  253. //
  254. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  255. this.Column6.DefaultCellStyle = dataGridViewCellStyle7;
  256. this.Column6.HeaderText = "面积(μm²)";
  257. this.Column6.Name = "Column6";
  258. this.Column6.ReadOnly = true;
  259. //
  260. // Column7
  261. //
  262. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  263. this.Column7.DefaultCellStyle = dataGridViewCellStyle8;
  264. this.Column7.HeaderText = "标识";
  265. this.Column7.Name = "Column7";
  266. this.Column7.ReadOnly = true;
  267. this.Column7.Visible = false;
  268. //
  269. // label4
  270. //
  271. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  272. this.label4.AutoSize = true;
  273. this.label4.ForeColor = System.Drawing.SystemColors.ScrollBar;
  274. this.label4.Location = new System.Drawing.Point(924, 9);
  275. this.label4.Name = "label4";
  276. this.label4.Size = new System.Drawing.Size(11, 192);
  277. this.label4.TabIndex = 1;
  278. 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|";
  279. //
  280. // groupBox7
  281. //
  282. this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  283. | System.Windows.Forms.AnchorStyles.Left)
  284. | System.Windows.Forms.AnchorStyles.Right)));
  285. this.groupBox7.Location = new System.Drawing.Point(515, 9);
  286. this.groupBox7.Name = "groupBox7";
  287. this.groupBox7.Size = new System.Drawing.Size(580, 639);
  288. this.groupBox7.TabIndex = 11;
  289. this.groupBox7.TabStop = false;
  290. this.groupBox7.Text = "预览";
  291. //
  292. // groupBox5
  293. //
  294. this.groupBox5.Controls.Add(this.txt_RightLineWeight);
  295. this.groupBox5.Controls.Add(this.label16);
  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.Location = new System.Drawing.Point(157, 356);
  300. this.groupBox5.Name = "groupBox5";
  301. this.groupBox5.Size = new System.Drawing.Size(351, 66);
  302. this.groupBox5.TabIndex = 19;
  303. this.groupBox5.TabStop = false;
  304. this.groupBox5.Text = "同心圆设置";
  305. //
  306. // label17
  307. //
  308. //
  309. this.label17.AutoSize = true;
  310. this.label17.Location = new System.Drawing.Point(21, 26);
  311. this.label17.Name = "label17";
  312. this.label17.Size = new System.Drawing.Size(0, 12);
  313. this.label17.TabIndex = 12;
  314. this.label17.Text = "是否显示:";
  315. //
  316. // rb_RightCircle
  317. //
  318. this.rb_RightCircle.AutoSize = true;
  319. this.rb_RightCircle.Checked = true;
  320. this.rb_RightCircle.Location = new System.Drawing.Point(79, 24);
  321. this.rb_RightCircle.Name = "rb_RightCircle";
  322. this.rb_RightCircle.Size = new System.Drawing.Size(14, 13);
  323. this.rb_RightCircle.TabIndex = 13;
  324. this.rb_RightCircle.TabStop = true;
  325. this.rb_RightCircle.Text = "";
  326. this.rb_RightCircle.UseVisualStyleBackColor = true;
  327. //
  328. // label16
  329. //
  330. this.label16.AutoSize = true;
  331. this.label16.Location = new System.Drawing.Point(115, 24);
  332. this.label16.Name = "label16";
  333. this.label16.Size = new System.Drawing.Size(0, 12);
  334. this.label16.TabIndex = 18;
  335. this.label16.Text = "同心圆数:";
  336. //
  337. // txt_RightLineWeight
  338. //
  339. txt_RightLineWeight.DropDownStyle = ComboBoxStyle.DropDownList;
  340. this.txt_RightLineWeight.Location = new System.Drawing.Point(180, 22);
  341. this.txt_RightLineWeight.Name = "txt_RightLineWeight";
  342. this.txt_RightLineWeight.Size = new System.Drawing.Size(45, 21);
  343. this.txt_RightLineWeight.TabIndex = 21;
  344. this.txt_RightLineWeight.Items.AddRange(new object[] {
  345. "2",
  346. "3",
  347. "4",
  348. "5"});
  349. this.txt_RightLineWeight.Text = "3";
  350. //
  351. // btnCircleDrawing
  352. //
  353. this.btnCircleDrawing.Location = new System.Drawing.Point(260, 20);
  354. this.btnCircleDrawing.Name = "btnCircleDrawing";
  355. this.btnCircleDrawing.Size = new System.Drawing.Size(75, 23);
  356. this.btnCircleDrawing.TabIndex = 3;
  357. this.btnCircleDrawing.Text = "绘制";
  358. this.btnCircleDrawing.UseVisualStyleBackColor = true;
  359. this.btnCircleDrawing.Click += new System.EventHandler(this.btnCircleDrawing_Click);
  360. //
  361. // groupBox10
  362. //
  363. this.groupBox10.Controls.Add(btnLunkuo);
  364. this.groupBox10.Controls.Add(this.btnAddKong);
  365. this.groupBox10.Controls.Add(btnDelKong);
  366. this.groupBox10.Controls.Add(btnReDrw);
  367. this.groupBox10.Controls.Add(btnDrwKou);
  368. this.groupBox10.Location = new System.Drawing.Point(156, 264);
  369. this.groupBox10.Name = "groupBox10";
  370. this.groupBox10.Size = new System.Drawing.Size(352, 90);
  371. this.groupBox10.TabIndex = 18;
  372. this.groupBox10.TabStop = false;
  373. this.groupBox10.Text = "图像处理";
  374. this.btnLunkuo.Location = new System.Drawing.Point(20, 19);
  375. this.btnLunkuo.Name = "btnLunkuo";
  376. this.btnLunkuo.Size = new System.Drawing.Size(90, 23);
  377. this.btnLunkuo.TabIndex = 8;
  378. this.btnLunkuo.UseVisualStyleBackColor = true;
  379. this.btnLunkuo.Text = "轮廓调整";
  380. this.btnLunkuo.Click += new System.EventHandler(this.btnLunkuo_Click);
  381. this.btnAddKong.Location = new System.Drawing.Point(125, 19);
  382. this.btnAddKong.Name = "btnAddKong";
  383. this.btnAddKong.Size = new System.Drawing.Size(90, 23);
  384. this.btnAddKong.TabIndex = 8;
  385. this.btnAddKong.UseVisualStyleBackColor = true;
  386. this.btnAddKong.Text = "添加孔隙";
  387. this.btnAddKong.Click += new System.EventHandler(this.btnAddKong_Click);
  388. this.btnDelKong.Location = new System.Drawing.Point(230, 19);
  389. this.btnDelKong.Name = "btnDelKong";
  390. this.btnDelKong.Size = new System.Drawing.Size(90, 23);
  391. this.btnDelKong.TabIndex = 8;
  392. this.btnDelKong.UseVisualStyleBackColor = true;
  393. this.btnDelKong.Text = "删除孔隙";
  394. this.btnDelKong.Click += new System.EventHandler(this.btnDelKong_Click);
  395. this.btnDrwKou.Location = new System.Drawing.Point(20, 59);
  396. this.btnDrwKou.Name = "btnDrwKou";
  397. this.btnDrwKou.Size = new System.Drawing.Size(90, 23);
  398. this.btnDrwKou.TabIndex = 8;
  399. this.btnDrwKou.UseVisualStyleBackColor = true;
  400. this.btnDrwKou.Text = "绘制轮廓";
  401. this.btnDrwKou.Click += new System.EventHandler(this.btnDrwKuo_Click);
  402. this.btnReDrw.Location = new System.Drawing.Point(230, 59);
  403. this.btnReDrw.Name = "btnReDrw";
  404. this.btnReDrw.Size = new System.Drawing.Size(90, 23);
  405. this.btnReDrw.TabIndex = 8;
  406. this.btnReDrw.UseVisualStyleBackColor = true;
  407. this.btnReDrw.Text = "重新统计";
  408. this.btnReDrw.Click += new System.EventHandler(this.btnReDrw_Click);
  409. //
  410. // groupBox9
  411. //
  412. this.groupBox9.Controls.Add(this.dataGridView1);
  413. this.groupBox9.Location = new System.Drawing.Point(157, 425);
  414. this.groupBox9.Name = "groupBox9";
  415. this.groupBox9.Size = new System.Drawing.Size(351, 210);
  416. this.groupBox9.TabIndex = 20;
  417. this.groupBox9.TabStop = false;
  418. this.groupBox9.Text = "预计结果";
  419. //
  420. // dataGridView1
  421. //
  422. this.dataGridView1.AllowUserToAddRows = false;
  423. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  424. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  425. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  426. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  428. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  429. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  430. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  431. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  432. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  433. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  434. this.Column11,
  435. this.dataGridViewTextBoxColumn1,
  436. this.dataGridViewTextBoxColumn2});
  437. this.dataGridView1.Location = new System.Drawing.Point(9, 19);
  438. this.dataGridView1.MultiSelect = false;
  439. this.dataGridView1.Name = "dataGridView1";
  440. this.dataGridView1.ReadOnly = true;
  441. this.dataGridView1.RowHeadersVisible = false;
  442. this.dataGridView1.RowTemplate.Height = 23;
  443. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  444. this.dataGridView1.Size = new System.Drawing.Size(337, 180);
  445. this.dataGridView1.TabIndex = 0;
  446. // this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
  447. // this.dataGridView1.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView1_CellValidating);
  448. // this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  449. //
  450. // Column11
  451. //
  452. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  453. this.Column11.DefaultCellStyle = dataGridViewCellStyle10;
  454. this.Column11.HeaderText = "位置";
  455. this.Column11.Name = "Column11";
  456. this.Column11.ReadOnly = true;
  457. this.Column11.Width = 100;
  458. //
  459. // dataGridViewTextBoxColumn1
  460. //
  461. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  462. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle11;
  463. this.dataGridViewTextBoxColumn1.HeaderText = "孔隙率";
  464. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  465. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  466. this.dataGridViewTextBoxColumn1.Width = 100;
  467. //
  468. // dataGridViewTextBoxColumn2
  469. //
  470. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  471. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle12;
  472. this.dataGridViewTextBoxColumn2.HeaderText = "面积μm²";
  473. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  474. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  475. this.dataGridViewTextBoxColumn2.Width = 100;
  476. //
  477. // BatterySectionPorosityDialog
  478. //
  479. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  480. this.ClientSize = new System.Drawing.Size(1104, 914);
  481. this.Controls.Add(this.groupBox9);
  482. this.Controls.Add(this.groupBox5);
  483. this.Controls.Add(this.groupBox10);
  484. this.Controls.Add(this.groupBox7);
  485. this.Controls.Add(this.groupBox8);
  486. this.Controls.Add(this.groupBox2);
  487. this.Name = "BatterySectionPorosityDialog";
  488. this.Text = "前驱体截面孔隙统计";
  489. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InclusionsStandardDialog_FormClosing);
  490. this.Load += new System.EventHandler(this.GrainSizePointCountingMethodDialog_Load);
  491. this.Shown += new System.EventHandler(this.ShownChoiseItemAndInitData);
  492. this.Controls.SetChildIndex(this.groupBox2, 0);
  493. this.Controls.SetChildIndex(this.groupBox8, 0);
  494. this.Controls.SetChildIndex(this.groupBox7, 0);
  495. this.Controls.SetChildIndex(this.groupBox10, 0);
  496. this.Controls.SetChildIndex(this.groupBox5, 0);
  497. this.Controls.SetChildIndex(this.groupBox9, 0);
  498. this.groupBox2.ResumeLayout(false);
  499. this.groupBox8.ResumeLayout(false);
  500. this.groupBox8.PerformLayout();
  501. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
  502. this.groupBox5.ResumeLayout(false);
  503. this.groupBox5.PerformLayout();
  504. this.groupBox10.ResumeLayout(false);
  505. this.groupBox10.PerformLayout();
  506. this.groupBox9.ResumeLayout(false);
  507. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  508. this.ResumeLayout(false);
  509. }
  510. #endregion
  511. #region 控件
  512. private ListView listView1;
  513. private GroupBox groupBox2;
  514. private ImageList imageList1;
  515. private GroupBox groupBox8;
  516. private Button button14;
  517. private Button button13;
  518. private Button btnImageOut;
  519. private DataGridView dataGridView4;
  520. private Label label4;
  521. private GroupBox groupBox7;
  522. private GroupBox groupBox5;
  523. private ComboBox txt_RightLineWeight;
  524. private Label label16;
  525. private CheckBox rb_RightCircle;
  526. private Button btnCircleDrawing;
  527. private Button btnLunkuo;
  528. private Button btnAddKong;
  529. private Button btnDelKong;
  530. private Button btnDrwKou;
  531. private Button btnReDrw;
  532. private Label label17;
  533. private GroupBox groupBox10;
  534. private GroupBox groupBox9;
  535. private DataGridView dataGridView1;
  536. #endregion
  537. private DataGridViewTextBoxColumn Column11;
  538. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  539. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  540. private DataGridViewTextBoxColumn Column1;
  541. private DataGridViewTextBoxColumn Column2;
  542. private DataGridViewTextBoxColumn Column3;
  543. private DataGridViewTextBoxColumn Column4;
  544. private DataGridViewTextBoxColumn Column5;
  545. private DataGridViewTextBoxColumn Column6;
  546. private DataGridViewTextBoxColumn Column7;
  547. }
  548. }