BatteryCrackBallDialog.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. using System.Windows.Forms;
  2. namespace PaintDotNet.DedicatedAnalysis.Battery
  3. {
  4. partial class BatteryCrackBallDialog
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.ShowInTaskbar = false;
  43. this.listView1 = new System.Windows.Forms.ListView();
  44. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  45. this.groupBox2 = new System.Windows.Forms.GroupBox();
  46. this.groupBox8 = new System.Windows.Forms.GroupBox();
  47. this.button14 = new System.Windows.Forms.Button();
  48. this.button13 = new System.Windows.Forms.Button();
  49. this.dataGridView4 = new System.Windows.Forms.DataGridView();
  50. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.label4 = new System.Windows.Forms.Label();
  58. this.groupBox7 = new System.Windows.Forms.GroupBox();
  59. this.groupBox5 = new System.Windows.Forms.GroupBox();
  60. this.btnAddCeliang = new Button();
  61. this.btnSelCeliang = new Button();
  62. this.btnDelCeliang = new Button();
  63. this.groupBox10 = new System.Windows.Forms.GroupBox();
  64. this.btnLunkuo = new Button();
  65. this.btnAddKong = new Button();
  66. this.btnDelKong = new Button();
  67. this.btnReDrw = new Button();
  68. this.groupBox9 = new System.Windows.Forms.GroupBox();
  69. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  70. this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.groupBox2.SuspendLayout();
  74. this.groupBox8.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
  76. this.groupBox5.SuspendLayout();
  77. this.groupBox10.SuspendLayout();
  78. this.groupBox9.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  80. this.SuspendLayout();
  81. //
  82. // listView1
  83. //
  84. this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.listView1.FullRowSelect = true;
  88. this.listView1.HideSelection = false;
  89. this.listView1.LargeImageList = this.imageList1;
  90. this.listView1.Location = new System.Drawing.Point(5, 17);
  91. this.listView1.MultiSelect = false;
  92. this.listView1.Name = "listView1";
  93. this.listView1.Size = new System.Drawing.Size(124, 616);
  94. this.listView1.TabIndex = 0;
  95. this.listView1.UseCompatibleStateImageBehavior = false;
  96. this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
  97. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  98. this.listView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDown);
  99. this.listView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseUp);
  100. //
  101. // imageList1
  102. //
  103. this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  104. this.imageList1.ImageSize = new System.Drawing.Size(64, 64);
  105. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  106. //
  107. // groupBox2
  108. //
  109. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)));
  111. this.groupBox2.Controls.Add(this.listView1);
  112. this.groupBox2.Location = new System.Drawing.Point(14, 9);
  113. this.groupBox2.Name = "groupBox2";
  114. this.groupBox2.Size = new System.Drawing.Size(135, 639);
  115. this.groupBox2.TabIndex = 3;
  116. this.groupBox2.TabStop = false;
  117. this.groupBox2.Text = "图像索引";
  118. //
  119. // groupBox8
  120. //
  121. this.groupBox8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.groupBox8.Controls.Add(this.button14);
  124. this.groupBox8.Controls.Add(this.button13);
  125. this.groupBox8.Controls.Add(this.dataGridView4);
  126. this.groupBox8.Controls.Add(this.label4);
  127. this.groupBox8.Location = new System.Drawing.Point(14, 664);
  128. this.groupBox8.Name = "groupBox8";
  129. this.groupBox8.Size = new System.Drawing.Size(1081, 204);
  130. this.groupBox8.TabIndex = 10;
  131. this.groupBox8.TabStop = false;
  132. this.groupBox8.Text = "分析结果";
  133. //
  134. // button14
  135. //
  136. this.button14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  137. this.button14.BackColor = System.Drawing.SystemColors.Control;
  138. this.button14.Location = new System.Drawing.Point(941, 71);
  139. this.button14.Name = "button14";
  140. this.button14.Size = new System.Drawing.Size(128, 26);
  141. this.button14.TabIndex = 16;
  142. this.button14.Text = "导出详细";
  143. this.button14.UseVisualStyleBackColor = false;
  144. this.button14.Click += new System.EventHandler(this.button14_Click);
  145. button14.Visible = false;
  146. //
  147. // button13
  148. //
  149. this.button13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.button13.BackColor = System.Drawing.SystemColors.Control;
  151. this.button13.Location = new System.Drawing.Point(941, 34);
  152. this.button13.Name = "button13";
  153. this.button13.Size = new System.Drawing.Size(128, 26);
  154. this.button13.TabIndex = 12;
  155. this.button13.Text = "导出结果";
  156. this.button13.UseVisualStyleBackColor = false;
  157. this.button13.Click += new System.EventHandler(this.button13_Click);
  158. //
  159. // dataGridView4
  160. //
  161. this.dataGridView4.AllowUserToAddRows = false;
  162. this.dataGridView4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.dataGridView4.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  165. this.dataGridView4.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  166. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  167. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  168. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F);
  169. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  170. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  171. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  172. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  173. this.dataGridView4.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  174. this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  175. this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  176. this.Column1,
  177. this.Column2,
  178. this.Column3,
  179. this.Column4,
  180. this.Column5,
  181. this.Column6,
  182. this.Column7});
  183. this.dataGridView4.Location = new System.Drawing.Point(8, 20);
  184. this.dataGridView4.Name = "dataGridView4";
  185. this.dataGridView4.ReadOnly = true;
  186. this.dataGridView4.RowHeadersVisible = false;
  187. this.dataGridView4.RowTemplate.Height = 23;
  188. this.dataGridView4.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  189. this.dataGridView4.Size = new System.Drawing.Size(693, 176);
  190. this.dataGridView4.TabIndex = 15;
  191. this.dataGridView4.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView4_CellClick);
  192. //
  193. // Column1
  194. //
  195. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  196. this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
  197. this.Column1.HeaderText = "序号";
  198. this.Column1.Name = "Column1";
  199. this.Column1.ReadOnly = true;
  200. //
  201. // Column2
  202. //
  203. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  204. this.Column2.DefaultCellStyle = dataGridViewCellStyle3;
  205. this.Column2.HeaderText = "位置X";
  206. this.Column2.Name = "Column2";
  207. this.Column2.ReadOnly = true;
  208. //
  209. // Column3
  210. //
  211. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  212. this.Column3.DefaultCellStyle = dataGridViewCellStyle4;
  213. this.Column3.HeaderText = "位置Y";
  214. this.Column3.Name = "Column3";
  215. this.Column3.ReadOnly = true;
  216. //
  217. // Column4
  218. //
  219. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  220. this.Column4.DefaultCellStyle = dataGridViewCellStyle5;
  221. this.Column4.HeaderText = "类型";
  222. this.Column4.Name = "Column4";
  223. this.Column4.ReadOnly = true;
  224. //
  225. // Column5
  226. //
  227. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  228. this.Column5.DefaultCellStyle = dataGridViewCellStyle6;
  229. this.Column5.HeaderText = "裂长μm";
  230. this.Column5.Name = "Column5";
  231. this.Column5.ReadOnly = true;
  232. //
  233. // Column6
  234. //
  235. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  236. this.Column6.DefaultCellStyle = dataGridViewCellStyle7;
  237. this.Column6.HeaderText = "裂宽μm";
  238. this.Column6.Name = "Column6";
  239. this.Column6.ReadOnly = true;
  240. //
  241. // Column7
  242. //
  243. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  244. this.Column7.DefaultCellStyle = dataGridViewCellStyle7;
  245. this.Column7.HeaderText = "圆度";
  246. this.Column7.Name = "Column7";
  247. this.Column7.ReadOnly = true;
  248. //
  249. // label4
  250. //
  251. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  252. this.label4.AutoSize = true;
  253. this.label4.ForeColor = System.Drawing.SystemColors.ScrollBar;
  254. this.label4.Location = new System.Drawing.Point(924, 9);
  255. this.label4.Name = "label4";
  256. this.label4.Size = new System.Drawing.Size(11, 192);
  257. this.label4.TabIndex = 1;
  258. 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|";
  259. //
  260. // groupBox7
  261. //
  262. this.groupBox7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  263. | System.Windows.Forms.AnchorStyles.Left)
  264. | System.Windows.Forms.AnchorStyles.Right)));
  265. this.groupBox7.Location = new System.Drawing.Point(515, 9);
  266. this.groupBox7.Name = "groupBox7";
  267. this.groupBox7.Size = new System.Drawing.Size(580, 639);
  268. this.groupBox7.TabIndex = 11;
  269. this.groupBox7.TabStop = false;
  270. this.groupBox7.Text = "预览";
  271. //
  272. // groupBox5
  273. //
  274. this.groupBox5.Controls.Add(btnLunkuo);
  275. this.groupBox5.Controls.Add(btnDelKong);
  276. this.groupBox5.Controls.Add(this.btnAddKong);
  277. this.groupBox5.Controls.Add(this.btnAddCeliang);
  278. this.groupBox5.Controls.Add(this.btnSelCeliang);
  279. this.groupBox5.Controls.Add(this.btnDelCeliang);
  280. this.groupBox5.Location = new System.Drawing.Point(157, 257);
  281. this.groupBox5.Name = "groupBox5";
  282. this.groupBox5.Size = new System.Drawing.Size(351, 76);
  283. this.groupBox5.TabIndex = 19;
  284. this.groupBox5.TabStop = false;
  285. this.groupBox5.Text = "辅助测量";
  286. this.btnAddCeliang.Location = new System.Drawing.Point(20, 20);
  287. this.btnAddCeliang.Name = "btnAddCeliang";
  288. this.btnAddCeliang.Size = new System.Drawing.Size(90, 23);
  289. this.btnAddCeliang.TabIndex = 3;
  290. this.btnAddCeliang.Text = "添加测量线";
  291. this.btnAddCeliang.UseVisualStyleBackColor = true;
  292. this.btnAddCeliang.Click += new System.EventHandler(this.btnAddCeliang_Click);
  293. this.btnAddCeliang.LostFocus += new System.EventHandler(this.btnAddCeliang_LostFocus);
  294. this.btnSelCeliang.Location = new System.Drawing.Point(120, 20);
  295. this.btnSelCeliang.Name = "btnSelCeliang";
  296. this.btnSelCeliang.Size = new System.Drawing.Size(90, 23);
  297. this.btnSelCeliang.TabIndex = 3;
  298. this.btnSelCeliang.Text = "选择测量线";
  299. this.btnSelCeliang.UseVisualStyleBackColor = true;
  300. this.btnSelCeliang.Click += new System.EventHandler(this.btnSelCeliang_Click);
  301. this.btnDelCeliang.Location = new System.Drawing.Point(220, 20);
  302. this.btnDelCeliang.Name = "btnDelCeliang";
  303. this.btnDelCeliang.Size = new System.Drawing.Size(90, 23);
  304. this.btnDelCeliang.TabIndex = 3;
  305. this.btnDelCeliang.Text = "删除测量线";
  306. this.btnDelCeliang.UseVisualStyleBackColor = true;
  307. this.btnDelCeliang.Click += new System.EventHandler(this.btnDelCeliang_Click);
  308. this.btnAddKong.Location = new System.Drawing.Point(20, 48);
  309. this.btnAddKong.Name = "btnAddKong";
  310. this.btnAddKong.Size = new System.Drawing.Size(90, 23);
  311. this.btnAddKong.TabIndex = 8;
  312. this.btnAddKong.UseVisualStyleBackColor = true;
  313. this.btnAddKong.Text = "忽略选择球";
  314. this.btnAddKong.Click += new System.EventHandler(this.btnAddKong_Click);
  315. this.btnLunkuo.Location = new System.Drawing.Point(120, 48);
  316. this.btnLunkuo.Name = "btnLunkuo";
  317. this.btnLunkuo.Size = new System.Drawing.Size(90, 23);
  318. this.btnLunkuo.TabIndex = 8;
  319. this.btnLunkuo.UseVisualStyleBackColor = true;
  320. this.btnLunkuo.Text = "设为开裂球";
  321. this.btnLunkuo.Click += new System.EventHandler(this.btnLunkuo_Click);
  322. this.btnDelKong.Location = new System.Drawing.Point(220, 48);
  323. this.btnDelKong.Name = "btnDelKong";
  324. this.btnDelKong.Size = new System.Drawing.Size(90, 23);
  325. this.btnDelKong.TabIndex = 8;
  326. this.btnDelKong.UseVisualStyleBackColor = true;
  327. this.btnDelKong.Text = "设为普通球";
  328. this.btnDelKong.Click += new System.EventHandler(this.btnDelKong_Click);
  329. //
  330. // groupBox10
  331. //
  332. this.groupBox10.Controls.Add(btnReDrw);
  333. this.groupBox10.Location = new System.Drawing.Point(156, 284);
  334. this.groupBox10.Name = "groupBox10";
  335. this.groupBox10.Size = new System.Drawing.Size(352, 70);
  336. this.groupBox10.TabIndex = 18;
  337. this.groupBox10.TabStop = false;
  338. this.groupBox10.Text = "图像处理";
  339. groupBox10.Visible = false;
  340. this.btnReDrw.Location = new System.Drawing.Point(220, 39);
  341. this.btnReDrw.Name = "btnReDrw";
  342. this.btnReDrw.Size = new System.Drawing.Size(90, 23);
  343. this.btnReDrw.TabIndex = 8;
  344. this.btnReDrw.UseVisualStyleBackColor = true;
  345. this.btnReDrw.Text = "重新统计";
  346. this.btnReDrw.Click += new System.EventHandler(this.btnReDrw_Click);
  347. //
  348. // groupBox9
  349. //
  350. this.groupBox9.Controls.Add(this.dataGridView1);
  351. this.groupBox9.Location = new System.Drawing.Point(157, 339);
  352. this.groupBox9.Name = "groupBox9";
  353. this.groupBox9.Size = new System.Drawing.Size(351, 210);
  354. this.groupBox9.TabIndex = 20;
  355. this.groupBox9.TabStop = false;
  356. this.groupBox9.Text = "分析结果";
  357. //
  358. // dataGridView1
  359. //
  360. this.dataGridView1.AllowUserToAddRows = false;
  361. this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
  362. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  363. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
  364. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
  366. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  367. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  368. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  369. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  370. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  371. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  372. this.Column11,
  373. this.dataGridViewTextBoxColumn2});
  374. this.dataGridView1.Location = new System.Drawing.Point(9, 19);
  375. this.dataGridView1.MultiSelect = false;
  376. this.dataGridView1.Name = "dataGridView1";
  377. this.dataGridView1.ReadOnly = true;
  378. this.dataGridView1.RowHeadersVisible = false;
  379. this.dataGridView1.RowTemplate.Height = 23;
  380. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  381. this.dataGridView1.Size = new System.Drawing.Size(337, 180);
  382. this.dataGridView1.TabIndex = 0;
  383. // this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
  384. // this.dataGridView1.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dataGridView1_CellValidating);
  385. // this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
  386. //
  387. // Column11
  388. //
  389. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  390. this.Column11.DefaultCellStyle = dataGridViewCellStyle10;
  391. this.Column11.HeaderText = "类型";
  392. this.Column11.Name = "Column11";
  393. this.Column11.ReadOnly = true;
  394. this.Column11.Width = 150;
  395. //
  396. // dataGridViewTextBoxColumn1
  397. //
  398. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  399. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle11;
  400. this.dataGridViewTextBoxColumn1.HeaderText = "面积μm²";
  401. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  402. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  403. this.dataGridViewTextBoxColumn1.Width = 100;
  404. //
  405. // dataGridViewTextBoxColumn2
  406. //
  407. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  408. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle12;
  409. this.dataGridViewTextBoxColumn2.HeaderText = "数量";
  410. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  411. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  412. this.dataGridViewTextBoxColumn2.Width = 150;
  413. //
  414. // BatterySectionPorosityDialog
  415. //
  416. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  417. this.ClientSize = new System.Drawing.Size(1104, 914);
  418. this.Controls.Add(this.groupBox9);
  419. this.Controls.Add(this.groupBox5);
  420. this.Controls.Add(this.groupBox10);
  421. this.Controls.Add(this.groupBox7);
  422. this.Controls.Add(this.groupBox8);
  423. this.Controls.Add(this.groupBox2);
  424. this.Name = "BatteryCrackBallDialog";
  425. this.Text = "开裂球统计";
  426. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InclusionsStandardDialog_FormClosing);
  427. this.Load += new System.EventHandler(this.GrainSizePointCountingMethodDialog_Load);
  428. this.Shown += new System.EventHandler(this.ShownChoiseItemAndInitData);
  429. this.Controls.SetChildIndex(this.groupBox2, 0);
  430. this.Controls.SetChildIndex(this.groupBox8, 0);
  431. this.Controls.SetChildIndex(this.groupBox7, 0);
  432. this.Controls.SetChildIndex(this.groupBox10, 0);
  433. this.Controls.SetChildIndex(this.groupBox5, 0);
  434. this.Controls.SetChildIndex(this.groupBox9, 0);
  435. this.groupBox2.ResumeLayout(false);
  436. this.groupBox8.ResumeLayout(false);
  437. this.groupBox8.PerformLayout();
  438. ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
  439. this.groupBox5.ResumeLayout(false);
  440. this.groupBox5.PerformLayout();
  441. this.groupBox10.ResumeLayout(false);
  442. this.groupBox10.PerformLayout();
  443. this.groupBox9.ResumeLayout(false);
  444. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  445. this.ResumeLayout(false);
  446. }
  447. #endregion
  448. #region 控件
  449. private ListView listView1;
  450. private GroupBox groupBox2;
  451. private ImageList imageList1;
  452. private GroupBox groupBox8;
  453. private Button button14;
  454. private Button button13;
  455. private DataGridView dataGridView4;
  456. private Label label4;
  457. private GroupBox groupBox7;
  458. private GroupBox groupBox5;
  459. private Button btnAddCeliang;
  460. private Button btnSelCeliang;
  461. private Button btnDelCeliang;
  462. private Button btnLunkuo;
  463. private Button btnAddKong;
  464. private Button btnDelKong;
  465. private Button btnReDrw;
  466. private GroupBox groupBox10;
  467. private GroupBox groupBox9;
  468. private DataGridView dataGridView1;
  469. private DataGridViewTextBoxColumn Column11;
  470. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  471. private DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  472. private DataGridViewTextBoxColumn Column1;
  473. private DataGridViewTextBoxColumn Column2;
  474. private DataGridViewTextBoxColumn Column3;
  475. private DataGridViewTextBoxColumn Column4;
  476. private DataGridViewTextBoxColumn Column5;
  477. private DataGridViewTextBoxColumn Column6;
  478. private DataGridViewTextBoxColumn Column7;
  479. #endregion
  480. }
  481. }