ImageStitchingFocusDialog.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. 
  2. namespace PaintDotNet
  3. {
  4. partial class ImageStitchingFocusDialog
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.BtnCancel = new System.Windows.Forms.Button();
  32. this.btnOk = new System.Windows.Forms.Button();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.panel3 = new System.Windows.Forms.Panel();
  35. this.groupBox2 = new System.Windows.Forms.GroupBox();
  36. this.pctPreview = new System.Windows.Forms.PictureBox();
  37. this.panel4 = new System.Windows.Forms.Panel();
  38. this.panel5 = new System.Windows.Forms.Panel();
  39. this.groupBox5 = new System.Windows.Forms.GroupBox();
  40. this.pnlGridRegion = new System.Windows.Forms.Panel();
  41. this.panel7 = new System.Windows.Forms.Panel();
  42. this.groupBox8 = new System.Windows.Forms.GroupBox();
  43. this.rbtHighS = new System.Windows.Forms.RadioButton();
  44. this.rbtLowS = new System.Windows.Forms.RadioButton();
  45. this.groupBox7 = new System.Windows.Forms.GroupBox();
  46. this.btnFixedLower = new System.Windows.Forms.Button();
  47. this.btnFixedUp = new System.Windows.Forms.Button();
  48. this.groupBox4 = new System.Windows.Forms.GroupBox();
  49. this.btnContinuityLower = new System.Windows.Forms.Button();
  50. this.btnContinuityUp = new System.Windows.Forms.Button();
  51. this.groupBox3 = new System.Windows.Forms.GroupBox();
  52. this.dgvRegionTeb = new System.Windows.Forms.DataGridView();
  53. this.regionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.regionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.regionTiles = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.regionZ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.regionArea = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.panel6 = new System.Windows.Forms.Panel();
  59. this.groupBox6 = new System.Windows.Forms.GroupBox();
  60. this.btnSaveOne = new System.Windows.Forms.Button();
  61. this.btnStartFocus = new System.Windows.Forms.Button();
  62. this.panel1.SuspendLayout();
  63. this.groupBox1.SuspendLayout();
  64. this.panel2.SuspendLayout();
  65. this.panel3.SuspendLayout();
  66. this.groupBox2.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.pctPreview)).BeginInit();
  68. this.panel4.SuspendLayout();
  69. this.panel5.SuspendLayout();
  70. this.groupBox5.SuspendLayout();
  71. this.panel7.SuspendLayout();
  72. this.groupBox8.SuspendLayout();
  73. this.groupBox7.SuspendLayout();
  74. this.groupBox4.SuspendLayout();
  75. this.groupBox3.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvRegionTeb)).BeginInit();
  77. this.panel6.SuspendLayout();
  78. this.groupBox6.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // panel1
  82. //
  83. this.panel1.Controls.Add(this.groupBox1);
  84. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.panel1.Location = new System.Drawing.Point(5, 3);
  86. this.panel1.Name = "panel1";
  87. this.panel1.Padding = new System.Windows.Forms.Padding(3);
  88. this.panel1.Size = new System.Drawing.Size(1081, 66);
  89. this.panel1.TabIndex = 0;
  90. //
  91. // groupBox1
  92. //
  93. this.groupBox1.Controls.Add(this.BtnCancel);
  94. this.groupBox1.Controls.Add(this.btnOk);
  95. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  97. this.groupBox1.Name = "groupBox1";
  98. this.groupBox1.Size = new System.Drawing.Size(1075, 60);
  99. this.groupBox1.TabIndex = 0;
  100. this.groupBox1.TabStop = false;
  101. this.groupBox1.Text = "operate";
  102. //
  103. // BtnCancel
  104. //
  105. this.BtnCancel.Location = new System.Drawing.Point(976, 20);
  106. this.BtnCancel.Name = "BtnCancel";
  107. this.BtnCancel.Size = new System.Drawing.Size(75, 30);
  108. this.BtnCancel.TabIndex = 0;
  109. this.BtnCancel.Text = "Cancel";
  110. this.BtnCancel.UseVisualStyleBackColor = true;
  111. //
  112. // btnOk
  113. //
  114. this.btnOk.Location = new System.Drawing.Point(857, 20);
  115. this.btnOk.Name = "btnOk";
  116. this.btnOk.Size = new System.Drawing.Size(75, 30);
  117. this.btnOk.TabIndex = 0;
  118. this.btnOk.Text = "OK";
  119. this.btnOk.UseVisualStyleBackColor = true;
  120. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  121. //
  122. // panel2
  123. //
  124. this.panel2.Controls.Add(this.panel3);
  125. this.panel2.Controls.Add(this.panel4);
  126. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.panel2.Location = new System.Drawing.Point(5, 69);
  128. this.panel2.Name = "panel2";
  129. this.panel2.Size = new System.Drawing.Size(1081, 516);
  130. this.panel2.TabIndex = 1;
  131. //
  132. // panel3
  133. //
  134. this.panel3.Controls.Add(this.groupBox2);
  135. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.panel3.Location = new System.Drawing.Point(0, 0);
  137. this.panel3.Name = "panel3";
  138. this.panel3.Padding = new System.Windows.Forms.Padding(3);
  139. this.panel3.Size = new System.Drawing.Size(635, 516);
  140. this.panel3.TabIndex = 0;
  141. //
  142. // groupBox2
  143. //
  144. this.groupBox2.Controls.Add(this.pctPreview);
  145. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.groupBox2.Location = new System.Drawing.Point(3, 3);
  147. this.groupBox2.Name = "groupBox2";
  148. this.groupBox2.Size = new System.Drawing.Size(629, 510);
  149. this.groupBox2.TabIndex = 1;
  150. this.groupBox2.TabStop = false;
  151. this.groupBox2.Text = "preview";
  152. //
  153. // pctPreview
  154. //
  155. this.pctPreview.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.pctPreview.Location = new System.Drawing.Point(3, 17);
  157. this.pctPreview.Name = "pctPreview";
  158. this.pctPreview.Size = new System.Drawing.Size(623, 490);
  159. this.pctPreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  160. this.pctPreview.TabIndex = 0;
  161. this.pctPreview.TabStop = false;
  162. //
  163. // panel4
  164. //
  165. this.panel4.Controls.Add(this.panel5);
  166. this.panel4.Controls.Add(this.groupBox3);
  167. this.panel4.Controls.Add(this.panel6);
  168. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  169. this.panel4.Location = new System.Drawing.Point(635, 0);
  170. this.panel4.Name = "panel4";
  171. this.panel4.Padding = new System.Windows.Forms.Padding(3);
  172. this.panel4.Size = new System.Drawing.Size(446, 516);
  173. this.panel4.TabIndex = 1;
  174. //
  175. // panel5
  176. //
  177. this.panel5.Controls.Add(this.groupBox5);
  178. this.panel5.Controls.Add(this.panel7);
  179. this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.panel5.Location = new System.Drawing.Point(3, 161);
  181. this.panel5.Name = "panel5";
  182. this.panel5.Size = new System.Drawing.Size(440, 289);
  183. this.panel5.TabIndex = 3;
  184. //
  185. // groupBox5
  186. //
  187. this.groupBox5.Controls.Add(this.pnlGridRegion);
  188. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  189. this.groupBox5.Location = new System.Drawing.Point(0, 0);
  190. this.groupBox5.Name = "groupBox5";
  191. this.groupBox5.Size = new System.Drawing.Size(297, 289);
  192. this.groupBox5.TabIndex = 1;
  193. this.groupBox5.TabStop = false;
  194. this.groupBox5.Text = "grid";
  195. //
  196. // pnlGridRegion
  197. //
  198. this.pnlGridRegion.BackColor = System.Drawing.Color.White;
  199. this.pnlGridRegion.Location = new System.Drawing.Point(6, 22);
  200. this.pnlGridRegion.Name = "pnlGridRegion";
  201. this.pnlGridRegion.Size = new System.Drawing.Size(285, 261);
  202. this.pnlGridRegion.TabIndex = 0;
  203. //
  204. // panel7
  205. //
  206. this.panel7.Controls.Add(this.groupBox8);
  207. this.panel7.Controls.Add(this.groupBox7);
  208. this.panel7.Controls.Add(this.groupBox4);
  209. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  210. this.panel7.Location = new System.Drawing.Point(297, 0);
  211. this.panel7.Name = "panel7";
  212. this.panel7.Size = new System.Drawing.Size(143, 289);
  213. this.panel7.TabIndex = 2;
  214. //
  215. // groupBox8
  216. //
  217. this.groupBox8.Controls.Add(this.rbtHighS);
  218. this.groupBox8.Controls.Add(this.rbtLowS);
  219. this.groupBox8.Location = new System.Drawing.Point(6, 161);
  220. this.groupBox8.Name = "groupBox8";
  221. this.groupBox8.Size = new System.Drawing.Size(132, 93);
  222. this.groupBox8.TabIndex = 1;
  223. this.groupBox8.TabStop = false;
  224. this.groupBox8.Text = "speed";
  225. //
  226. // rbtHighS
  227. //
  228. this.rbtHighS.AutoSize = true;
  229. this.rbtHighS.Location = new System.Drawing.Point(17, 53);
  230. this.rbtHighS.Name = "rbtHighS";
  231. this.rbtHighS.Size = new System.Drawing.Size(77, 16);
  232. this.rbtHighS.TabIndex = 1;
  233. this.rbtHighS.TabStop = true;
  234. this.rbtHighS.Text = "HighSpeed";
  235. this.rbtHighS.UseVisualStyleBackColor = true;
  236. this.rbtHighS.Click += new System.EventHandler(this.SpeedChangeClick);
  237. //
  238. // rbtLowS
  239. //
  240. this.rbtLowS.AutoSize = true;
  241. this.rbtLowS.Location = new System.Drawing.Point(17, 28);
  242. this.rbtLowS.Name = "rbtLowS";
  243. this.rbtLowS.Size = new System.Drawing.Size(71, 16);
  244. this.rbtLowS.TabIndex = 0;
  245. this.rbtLowS.Text = "LowSpeed";
  246. this.rbtLowS.UseVisualStyleBackColor = true;
  247. this.rbtLowS.Click += new System.EventHandler(this.SpeedChangeClick);
  248. //
  249. // groupBox7
  250. //
  251. this.groupBox7.Controls.Add(this.btnFixedLower);
  252. this.groupBox7.Controls.Add(this.btnFixedUp);
  253. this.groupBox7.Location = new System.Drawing.Point(73, 1);
  254. this.groupBox7.Name = "groupBox7";
  255. this.groupBox7.Size = new System.Drawing.Size(65, 154);
  256. this.groupBox7.TabIndex = 1;
  257. this.groupBox7.TabStop = false;
  258. this.groupBox7.Text = "stepmove";
  259. //
  260. // btnFixedLower
  261. //
  262. this.btnFixedLower.Location = new System.Drawing.Point(9, 93);
  263. this.btnFixedLower.Name = "btnFixedLower";
  264. this.btnFixedLower.Size = new System.Drawing.Size(50, 50);
  265. this.btnFixedLower.TabIndex = 3;
  266. this.btnFixedLower.UseVisualStyleBackColor = true;
  267. this.btnFixedLower.Click += new System.EventHandler(this.btnFixedLower_Click);
  268. //
  269. // btnFixedUp
  270. //
  271. this.btnFixedUp.Location = new System.Drawing.Point(9, 33);
  272. this.btnFixedUp.Name = "btnFixedUp";
  273. this.btnFixedUp.Size = new System.Drawing.Size(50, 50);
  274. this.btnFixedUp.TabIndex = 2;
  275. this.btnFixedUp.UseVisualStyleBackColor = true;
  276. this.btnFixedUp.Click += new System.EventHandler(this.btnFixedUp_Click);
  277. //
  278. // groupBox4
  279. //
  280. this.groupBox4.Controls.Add(this.btnContinuityLower);
  281. this.groupBox4.Controls.Add(this.btnContinuityUp);
  282. this.groupBox4.Location = new System.Drawing.Point(5, 1);
  283. this.groupBox4.Name = "groupBox4";
  284. this.groupBox4.Size = new System.Drawing.Size(65, 154);
  285. this.groupBox4.TabIndex = 0;
  286. this.groupBox4.TabStop = false;
  287. this.groupBox4.Text = "continue";
  288. //
  289. // btnContinuityLower
  290. //
  291. this.btnContinuityLower.Location = new System.Drawing.Point(8, 93);
  292. this.btnContinuityLower.Name = "btnContinuityLower";
  293. this.btnContinuityLower.Size = new System.Drawing.Size(50, 50);
  294. this.btnContinuityLower.TabIndex = 1;
  295. this.btnContinuityLower.UseVisualStyleBackColor = true;
  296. this.btnContinuityLower.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnContinuityLower_MouseDown);
  297. this.btnContinuityLower.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnContinuityStop_MouseUp);
  298. //
  299. // btnContinuityUp
  300. //
  301. this.btnContinuityUp.Location = new System.Drawing.Point(8, 33);
  302. this.btnContinuityUp.Name = "btnContinuityUp";
  303. this.btnContinuityUp.Size = new System.Drawing.Size(50, 50);
  304. this.btnContinuityUp.TabIndex = 0;
  305. this.btnContinuityUp.UseVisualStyleBackColor = true;
  306. this.btnContinuityUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnContinuityUp_MouseDown);
  307. this.btnContinuityUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnContinuityStop_MouseUp);
  308. //
  309. // groupBox3
  310. //
  311. this.groupBox3.Controls.Add(this.dgvRegionTeb);
  312. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  313. this.groupBox3.Location = new System.Drawing.Point(3, 3);
  314. this.groupBox3.Name = "groupBox3";
  315. this.groupBox3.Size = new System.Drawing.Size(440, 158);
  316. this.groupBox3.TabIndex = 2;
  317. this.groupBox3.TabStop = false;
  318. this.groupBox3.Text = "regionlist";
  319. //
  320. // dgvRegionTeb
  321. //
  322. this.dgvRegionTeb.AllowUserToAddRows = false;
  323. this.dgvRegionTeb.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  324. this.dgvRegionTeb.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  325. this.dgvRegionTeb.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  326. this.regionId,
  327. this.regionName,
  328. this.regionTiles,
  329. this.regionZ,
  330. this.regionArea});
  331. this.dgvRegionTeb.Dock = System.Windows.Forms.DockStyle.Bottom;
  332. this.dgvRegionTeb.Location = new System.Drawing.Point(3, 20);
  333. this.dgvRegionTeb.Name = "dgvRegionTeb";
  334. this.dgvRegionTeb.ReadOnly = true;
  335. this.dgvRegionTeb.RowHeadersVisible = false;
  336. this.dgvRegionTeb.RowHeadersWidth = 51;
  337. this.dgvRegionTeb.RowTemplate.Height = 23;
  338. this.dgvRegionTeb.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  339. this.dgvRegionTeb.Size = new System.Drawing.Size(434, 135);
  340. this.dgvRegionTeb.TabIndex = 1;
  341. this.dgvRegionTeb.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRegionTeb_CellClick);
  342. //
  343. // regionId
  344. //
  345. this.regionId.FillWeight = 24F;
  346. this.regionId.HeaderText = "ID";
  347. this.regionId.MinimumWidth = 6;
  348. this.regionId.Name = "regionId";
  349. this.regionId.ReadOnly = true;
  350. this.regionId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  351. //
  352. // regionName
  353. //
  354. this.regionName.FillWeight = 60F;
  355. this.regionName.HeaderText = "Name";
  356. this.regionName.MinimumWidth = 6;
  357. this.regionName.Name = "regionName";
  358. this.regionName.ReadOnly = true;
  359. this.regionName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  360. //
  361. // regionTiles
  362. //
  363. this.regionTiles.FillWeight = 60F;
  364. this.regionTiles.HeaderText = "Tiles";
  365. this.regionTiles.MinimumWidth = 6;
  366. this.regionTiles.Name = "regionTiles";
  367. this.regionTiles.ReadOnly = true;
  368. this.regionTiles.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  369. //
  370. // regionZ
  371. //
  372. this.regionZ.FillWeight = 60F;
  373. this.regionZ.HeaderText = "Z(μm)";
  374. this.regionZ.MinimumWidth = 6;
  375. this.regionZ.Name = "regionZ";
  376. this.regionZ.ReadOnly = true;
  377. this.regionZ.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  378. //
  379. // regionArea
  380. //
  381. this.regionArea.FillWeight = 60F;
  382. this.regionArea.HeaderText = "Area(mm²)";
  383. this.regionArea.MinimumWidth = 6;
  384. this.regionArea.Name = "regionArea";
  385. this.regionArea.ReadOnly = true;
  386. this.regionArea.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  387. //
  388. // panel6
  389. //
  390. this.panel6.Controls.Add(this.groupBox6);
  391. this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
  392. this.panel6.Location = new System.Drawing.Point(3, 450);
  393. this.panel6.Name = "panel6";
  394. this.panel6.Size = new System.Drawing.Size(440, 63);
  395. this.panel6.TabIndex = 4;
  396. //
  397. // groupBox6
  398. //
  399. this.groupBox6.Controls.Add(this.btnSaveOne);
  400. this.groupBox6.Controls.Add(this.btnStartFocus);
  401. this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
  402. this.groupBox6.Location = new System.Drawing.Point(0, 0);
  403. this.groupBox6.Name = "groupBox6";
  404. this.groupBox6.Size = new System.Drawing.Size(440, 63);
  405. this.groupBox6.TabIndex = 0;
  406. this.groupBox6.TabStop = false;
  407. this.groupBox6.Text = "Operate";
  408. //
  409. // btnSaveOne
  410. //
  411. this.btnSaveOne.Location = new System.Drawing.Point(336, 20);
  412. this.btnSaveOne.Name = "btnSaveOne";
  413. this.btnSaveOne.Size = new System.Drawing.Size(80, 26);
  414. this.btnSaveOne.TabIndex = 1;
  415. this.btnSaveOne.Text = "Save";
  416. this.btnSaveOne.UseVisualStyleBackColor = true;
  417. this.btnSaveOne.Click += new System.EventHandler(this.btnSaveOne_Click);
  418. //
  419. // btnStartFocus
  420. //
  421. this.btnStartFocus.Location = new System.Drawing.Point(16, 20);
  422. this.btnStartFocus.Name = "btnStartFocus";
  423. this.btnStartFocus.Size = new System.Drawing.Size(80, 26);
  424. this.btnStartFocus.TabIndex = 0;
  425. this.btnStartFocus.Text = "StartFocus";
  426. this.btnStartFocus.UseVisualStyleBackColor = true;
  427. this.btnStartFocus.Click += new System.EventHandler(this.btnStartFocus_Click);
  428. //
  429. // ImageStitchingFocusDialog
  430. //
  431. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  432. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  433. this.ClientSize = new System.Drawing.Size(1091, 588);
  434. this.Controls.Add(this.panel2);
  435. this.Controls.Add(this.panel1);
  436. this.Name = "ImageStitchingFocusDialog";
  437. this.Padding = new System.Windows.Forms.Padding(5, 3, 5, 3);
  438. this.Text = "ImageStitchingFocusDialog";
  439. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageStitchingFocusDialog_FormClosing);
  440. this.Load += new System.EventHandler(this.ImageStitchingFocusDialog_Load);
  441. this.panel1.ResumeLayout(false);
  442. this.groupBox1.ResumeLayout(false);
  443. this.panel2.ResumeLayout(false);
  444. this.panel3.ResumeLayout(false);
  445. this.groupBox2.ResumeLayout(false);
  446. ((System.ComponentModel.ISupportInitialize)(this.pctPreview)).EndInit();
  447. this.panel4.ResumeLayout(false);
  448. this.panel5.ResumeLayout(false);
  449. this.groupBox5.ResumeLayout(false);
  450. this.panel7.ResumeLayout(false);
  451. this.groupBox8.ResumeLayout(false);
  452. this.groupBox8.PerformLayout();
  453. this.groupBox7.ResumeLayout(false);
  454. this.groupBox4.ResumeLayout(false);
  455. this.groupBox3.ResumeLayout(false);
  456. ((System.ComponentModel.ISupportInitialize)(this.dgvRegionTeb)).EndInit();
  457. this.panel6.ResumeLayout(false);
  458. this.groupBox6.ResumeLayout(false);
  459. this.ResumeLayout(false);
  460. }
  461. #endregion
  462. private System.Windows.Forms.Panel panel1;
  463. private System.Windows.Forms.Panel panel2;
  464. private System.Windows.Forms.GroupBox groupBox1;
  465. private System.Windows.Forms.Panel panel3;
  466. private System.Windows.Forms.GroupBox groupBox2;
  467. private System.Windows.Forms.Panel panel4;
  468. private System.Windows.Forms.Panel panel5;
  469. private System.Windows.Forms.GroupBox groupBox5;
  470. private System.Windows.Forms.GroupBox groupBox3;
  471. private System.Windows.Forms.Panel panel6;
  472. private System.Windows.Forms.GroupBox groupBox6;
  473. private System.Windows.Forms.Panel panel7;
  474. private System.Windows.Forms.GroupBox groupBox8;
  475. private System.Windows.Forms.GroupBox groupBox7;
  476. private System.Windows.Forms.GroupBox groupBox4;
  477. private System.Windows.Forms.RadioButton rbtHighS;
  478. private System.Windows.Forms.RadioButton rbtLowS;
  479. private System.Windows.Forms.Button btnFixedLower;
  480. private System.Windows.Forms.Button btnFixedUp;
  481. private System.Windows.Forms.Button btnContinuityLower;
  482. private System.Windows.Forms.Button btnContinuityUp;
  483. private System.Windows.Forms.Panel pnlGridRegion;
  484. private System.Windows.Forms.DataGridView dgvRegionTeb;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn regionId;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn regionName;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn regionTiles;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn regionZ;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn regionArea;
  490. private System.Windows.Forms.Button btnStartFocus;
  491. private System.Windows.Forms.Button btnSaveOne;
  492. private System.Windows.Forms.Button BtnCancel;
  493. private System.Windows.Forms.Button btnOk;
  494. private System.Windows.Forms.PictureBox pctPreview;
  495. }
  496. }