Preview2Dialog.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. 
  2. namespace PaintDotNet.Preview2
  3. {
  4. partial class Preview2Dialog
  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. this.panel1 = new System.Windows.Forms.Panel();
  31. this.line2 = new System.Windows.Forms.Label();
  32. this.line1 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.cmbConfig = new System.Windows.Forms.ComboBox();
  35. this.progressBar1 = new PaintDotNet.Preview2.MyProgressBar();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.panel2 = new System.Windows.Forms.Panel();
  39. this.btnResize = new PaintDotNet.Preview2.MetroMenuElement();
  40. this.btnSave = new PaintDotNet.Preview2.MetroMenuElement();
  41. this.btnBack = new PaintDotNet.Preview2.MetroMenuElement();
  42. this.btnStart = new PaintDotNet.Preview2.MetroMenuElement();
  43. this.btnCapture = new PaintDotNet.Preview2.MetroMenuElement();
  44. this.btnMutual = new PaintDotNet.Preview2.MetroMenuElement();
  45. this.btnFit = new PaintDotNet.Preview2.MetroMenuElement();
  46. this.btnExposure = new PaintDotNet.Preview2.MetroMenuElement();
  47. this.btnWhiteBalance = new PaintDotNet.Preview2.MetroMenuElement();
  48. this.btnSetting = new PaintDotNet.Preview2.MetroMenuElement();
  49. this.btnPreview = new PaintDotNet.Preview2.MetroMenuElement();
  50. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  51. this.pnlPreviewContainer = new System.Windows.Forms.Panel();
  52. this.panelLeft = new System.Windows.Forms.Panel();
  53. this.panelRight = new System.Windows.Forms.Panel();
  54. this.pnlResultContainer = new System.Windows.Forms.Panel();
  55. this.timer1 = new System.Windows.Forms.Timer(this.components);
  56. this.panel1.SuspendLayout();
  57. this.panel2.SuspendLayout();
  58. this.tableLayoutPanel1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // panel1
  62. //
  63. this.panel1.Controls.Add(this.line2);
  64. this.panel1.Controls.Add(this.line1);
  65. this.panel1.Controls.Add(this.label3);
  66. this.panel1.Controls.Add(this.cmbConfig);
  67. this.panel1.Controls.Add(this.progressBar1);
  68. this.panel1.Controls.Add(this.comboBox1);
  69. this.panel1.Controls.Add(this.label2);
  70. this.panel1.Controls.Add(this.panel2);
  71. this.panel1.Controls.Add(this.btnFit);
  72. this.panel1.Controls.Add(this.btnExposure);
  73. this.panel1.Controls.Add(this.btnWhiteBalance);
  74. this.panel1.Controls.Add(this.btnSetting);
  75. this.panel1.Controls.Add(this.btnPreview);
  76. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  77. this.panel1.Location = new System.Drawing.Point(4, 626);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(1121, 70);
  80. this.panel1.TabIndex = 0;
  81. //
  82. // line2
  83. //
  84. this.line2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  85. this.line2.BackColor = System.Drawing.Color.Gray;
  86. this.line2.ForeColor = System.Drawing.Color.Gray;
  87. this.line2.Location = new System.Drawing.Point(878, 3);
  88. this.line2.Name = "line2";
  89. this.line2.Size = new System.Drawing.Size(1, 64);
  90. this.line2.TabIndex = 14;
  91. //
  92. // line1
  93. //
  94. this.line1.BackColor = System.Drawing.Color.Gray;
  95. this.line1.ForeColor = System.Drawing.Color.Gray;
  96. this.line1.Location = new System.Drawing.Point(283, 2);
  97. this.line1.Name = "line1";
  98. this.line1.Size = new System.Drawing.Size(1, 64);
  99. this.line1.TabIndex = 13;
  100. //
  101. // label3
  102. //
  103. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  104. this.label3.AutoSize = true;
  105. this.label3.Location = new System.Drawing.Point(884, 45);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(53, 12);
  108. this.label3.TabIndex = 12;
  109. this.label3.Text = "相机配置";
  110. //
  111. // cmbConfig
  112. //
  113. this.cmbConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.cmbConfig.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  115. this.cmbConfig.FormattingEnabled = true;
  116. this.cmbConfig.ItemHeight = 12;
  117. this.cmbConfig.Location = new System.Drawing.Point(886, 11);
  118. this.cmbConfig.Name = "cmbConfig";
  119. this.cmbConfig.Size = new System.Drawing.Size(95, 20);
  120. this.cmbConfig.TabIndex = 11;
  121. //
  122. // progressBar1
  123. //
  124. this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.progressBar1.BackColor = System.Drawing.Color.White;
  127. this.progressBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  128. this.progressBar1.Location = new System.Drawing.Point(601, 22);
  129. this.progressBar1.MaximumSize = new System.Drawing.Size(600, 100);
  130. this.progressBar1.Name = "progressBar1";
  131. this.progressBar1.Size = new System.Drawing.Size(271, 28);
  132. this.progressBar1.TabIndex = 10;
  133. this.progressBar1.Value = 42D;
  134. //
  135. // comboBox1
  136. //
  137. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  138. this.comboBox1.FormattingEnabled = true;
  139. this.comboBox1.ItemHeight = 12;
  140. this.comboBox1.Location = new System.Drawing.Point(501, 11);
  141. this.comboBox1.Name = "comboBox1";
  142. this.comboBox1.Size = new System.Drawing.Size(94, 20);
  143. this.comboBox1.TabIndex = 9;
  144. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.Ruler_SelectedIndexChanged);
  145. //
  146. // label2
  147. //
  148. this.label2.AutoSize = true;
  149. this.label2.Location = new System.Drawing.Point(499, 45);
  150. this.label2.Name = "label2";
  151. this.label2.Size = new System.Drawing.Size(53, 12);
  152. this.label2.TabIndex = 8;
  153. this.label2.Text = "当前标尺";
  154. //
  155. // panel2
  156. //
  157. this.panel2.Controls.Add(this.btnResize);
  158. this.panel2.Controls.Add(this.btnSave);
  159. this.panel2.Controls.Add(this.btnBack);
  160. this.panel2.Controls.Add(this.btnStart);
  161. this.panel2.Controls.Add(this.btnCapture);
  162. this.panel2.Controls.Add(this.btnMutual);
  163. this.panel2.Location = new System.Drawing.Point(1, 0);
  164. this.panel2.Name = "panel2";
  165. this.panel2.Size = new System.Drawing.Size(276, 64);
  166. this.panel2.TabIndex = 6;
  167. //
  168. // btnResize
  169. //
  170. this.btnResize.BackColor = System.Drawing.Color.Transparent;
  171. this.btnResize.Dock = System.Windows.Forms.DockStyle.Left;
  172. this.btnResize.Icon = null;
  173. this.btnResize.Location = new System.Drawing.Point(314, 0);
  174. this.btnResize.Name = "btnResize";
  175. this.btnResize.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  176. this.btnResize.Selected = false;
  177. this.btnResize.Size = new System.Drawing.Size(64, 64);
  178. this.btnResize.TabIndex = 8;
  179. this.btnResize.Title = "压缩";
  180. this.btnResize.Click += new System.EventHandler(this.btnResize_Click);
  181. //
  182. // btnSave
  183. //
  184. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  185. this.btnSave.Dock = System.Windows.Forms.DockStyle.Left;
  186. this.btnSave.Icon = null;
  187. this.btnSave.Location = new System.Drawing.Point(250, 0);
  188. this.btnSave.Name = "btnSave";
  189. this.btnSave.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  190. this.btnSave.Selected = false;
  191. this.btnSave.Size = new System.Drawing.Size(64, 64);
  192. this.btnSave.TabIndex = 4;
  193. this.btnSave.Title = "保存";
  194. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  195. //
  196. // btnBack
  197. //
  198. this.btnBack.BackColor = System.Drawing.Color.Transparent;
  199. this.btnBack.Dock = System.Windows.Forms.DockStyle.Left;
  200. this.btnBack.Icon = null;
  201. this.btnBack.Location = new System.Drawing.Point(192, 0);
  202. this.btnBack.Name = "btnBack";
  203. this.btnBack.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  204. this.btnBack.Selected = false;
  205. this.btnBack.Size = new System.Drawing.Size(58, 64);
  206. this.btnBack.TabIndex = 6;
  207. this.btnBack.Title = "撤销";
  208. this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
  209. //
  210. // btnStart
  211. //
  212. this.btnStart.BackColor = System.Drawing.Color.Transparent;
  213. this.btnStart.Dock = System.Windows.Forms.DockStyle.Left;
  214. this.btnStart.Icon = null;
  215. this.btnStart.Location = new System.Drawing.Point(128, 0);
  216. this.btnStart.Name = "btnStart";
  217. this.btnStart.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  218. this.btnStart.Selected = false;
  219. this.btnStart.Size = new System.Drawing.Size(64, 64);
  220. this.btnStart.TabIndex = 5;
  221. this.btnStart.Title = "开始";
  222. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  223. //
  224. // btnCapture
  225. //
  226. this.btnCapture.BackColor = System.Drawing.Color.Transparent;
  227. this.btnCapture.Dock = System.Windows.Forms.DockStyle.Left;
  228. this.btnCapture.Icon = null;
  229. this.btnCapture.Location = new System.Drawing.Point(64, 0);
  230. this.btnCapture.Name = "btnCapture";
  231. this.btnCapture.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  232. this.btnCapture.Selected = false;
  233. this.btnCapture.Size = new System.Drawing.Size(64, 64);
  234. this.btnCapture.TabIndex = 1;
  235. this.btnCapture.Title = "拍摄";
  236. this.btnCapture.Click += new System.EventHandler(this.btnCapture_Click);
  237. //
  238. // btnMutual
  239. //
  240. this.btnMutual.BackColor = System.Drawing.Color.Transparent;
  241. this.btnMutual.Dock = System.Windows.Forms.DockStyle.Left;
  242. this.btnMutual.Icon = null;
  243. this.btnMutual.Location = new System.Drawing.Point(0, 0);
  244. this.btnMutual.Name = "btnMutual";
  245. this.btnMutual.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  246. this.btnMutual.Selected = false;
  247. this.btnMutual.Size = new System.Drawing.Size(64, 64);
  248. this.btnMutual.TabIndex = 7;
  249. this.btnMutual.Title = "交互";
  250. this.btnMutual.Click += new System.EventHandler(this.btnMutual_Click);
  251. //
  252. // btnFit
  253. //
  254. this.btnFit.BackColor = System.Drawing.Color.Transparent;
  255. this.btnFit.Icon = null;
  256. this.btnFit.Location = new System.Drawing.Point(426, 0);
  257. this.btnFit.Name = "btnFit";
  258. this.btnFit.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  259. this.btnFit.Selected = false;
  260. this.btnFit.Size = new System.Drawing.Size(64, 64);
  261. this.btnFit.TabIndex = 5;
  262. this.btnFit.Title = "合适大小";
  263. this.btnFit.Click += new System.EventHandler(this.btnFit_Click);
  264. //
  265. // btnExposure
  266. //
  267. this.btnExposure.BackColor = System.Drawing.Color.Transparent;
  268. this.btnExposure.Icon = null;
  269. this.btnExposure.Location = new System.Drawing.Point(286, 0);
  270. this.btnExposure.Name = "btnExposure";
  271. this.btnExposure.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  272. this.btnExposure.Selected = false;
  273. this.btnExposure.Size = new System.Drawing.Size(64, 64);
  274. this.btnExposure.TabIndex = 4;
  275. this.btnExposure.Title = "曝光时间";
  276. this.btnExposure.Click += new System.EventHandler(this.btnExposure_Click);
  277. //
  278. // btnWhiteBalance
  279. //
  280. this.btnWhiteBalance.BackColor = System.Drawing.Color.Transparent;
  281. this.btnWhiteBalance.Icon = null;
  282. this.btnWhiteBalance.Location = new System.Drawing.Point(356, 0);
  283. this.btnWhiteBalance.Name = "btnWhiteBalance";
  284. this.btnWhiteBalance.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  285. this.btnWhiteBalance.Selected = false;
  286. this.btnWhiteBalance.Size = new System.Drawing.Size(64, 64);
  287. this.btnWhiteBalance.TabIndex = 3;
  288. this.btnWhiteBalance.Title = "白平衡";
  289. this.btnWhiteBalance.Click += new System.EventHandler(this.btnWhiteBalance_Click);
  290. //
  291. // btnSetting
  292. //
  293. this.btnSetting.Anchor = System.Windows.Forms.AnchorStyles.Right;
  294. this.btnSetting.BackColor = System.Drawing.Color.Transparent;
  295. this.btnSetting.Icon = null;
  296. this.btnSetting.Location = new System.Drawing.Point(987, 0);
  297. this.btnSetting.Name = "btnSetting";
  298. this.btnSetting.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  299. this.btnSetting.Selected = false;
  300. this.btnSetting.Size = new System.Drawing.Size(64, 64);
  301. this.btnSetting.TabIndex = 2;
  302. this.btnSetting.Title = "预览属性";
  303. this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
  304. //
  305. // btnPreview
  306. //
  307. this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  308. this.btnPreview.BackColor = System.Drawing.Color.Transparent;
  309. this.btnPreview.Icon = null;
  310. this.btnPreview.Location = new System.Drawing.Point(1057, 0);
  311. this.btnPreview.Name = "btnPreview";
  312. this.btnPreview.Padding = new System.Windows.Forms.Padding(4, 4, 4, 0);
  313. this.btnPreview.Selected = false;
  314. this.btnPreview.Size = new System.Drawing.Size(64, 64);
  315. this.btnPreview.TabIndex = 0;
  316. this.btnPreview.Title = "预览";
  317. this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
  318. //
  319. // tableLayoutPanel1
  320. //
  321. this.tableLayoutPanel1.ColumnCount = 4;
  322. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  323. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  324. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  325. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  326. this.tableLayoutPanel1.Controls.Add(this.pnlPreviewContainer, 1, 0);
  327. this.tableLayoutPanel1.Controls.Add(this.panelLeft, 0, 0);
  328. this.tableLayoutPanel1.Controls.Add(this.panelRight, 3, 0);
  329. this.tableLayoutPanel1.Controls.Add(this.pnlResultContainer, 2, 0);
  330. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  331. this.tableLayoutPanel1.Location = new System.Drawing.Point(4, 4);
  332. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  333. this.tableLayoutPanel1.RowCount = 1;
  334. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  335. this.tableLayoutPanel1.Size = new System.Drawing.Size(1121, 622);
  336. this.tableLayoutPanel1.TabIndex = 1;
  337. //
  338. // pnlPreviewContainer
  339. //
  340. this.pnlPreviewContainer.BackColor = System.Drawing.Color.Gray;
  341. this.pnlPreviewContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.pnlPreviewContainer.Location = new System.Drawing.Point(53, 3);
  343. this.pnlPreviewContainer.Name = "pnlPreviewContainer";
  344. this.pnlPreviewContainer.Size = new System.Drawing.Size(504, 616);
  345. this.pnlPreviewContainer.TabIndex = 2;
  346. //
  347. // panelLeft
  348. //
  349. this.panelLeft.BackColor = System.Drawing.SystemColors.Control;
  350. this.panelLeft.Dock = System.Windows.Forms.DockStyle.Fill;
  351. this.panelLeft.Location = new System.Drawing.Point(0, 0);
  352. this.panelLeft.Margin = new System.Windows.Forms.Padding(0);
  353. this.panelLeft.Name = "panelLeft";
  354. this.panelLeft.Size = new System.Drawing.Size(50, 622);
  355. this.panelLeft.TabIndex = 4;
  356. //
  357. // panelRight
  358. //
  359. this.panelRight.BackColor = System.Drawing.SystemColors.Control;
  360. this.panelRight.Dock = System.Windows.Forms.DockStyle.Fill;
  361. this.panelRight.Location = new System.Drawing.Point(1070, 0);
  362. this.panelRight.Margin = new System.Windows.Forms.Padding(0);
  363. this.panelRight.Name = "panelRight";
  364. this.panelRight.Size = new System.Drawing.Size(51, 622);
  365. this.panelRight.TabIndex = 5;
  366. //
  367. // pnlResultContainer
  368. //
  369. this.pnlResultContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.pnlResultContainer.Location = new System.Drawing.Point(563, 3);
  371. this.pnlResultContainer.Name = "pnlResultContainer";
  372. this.pnlResultContainer.Size = new System.Drawing.Size(504, 616);
  373. this.pnlResultContainer.TabIndex = 6;
  374. //
  375. // timer1
  376. //
  377. this.timer1.Enabled = true;
  378. this.timer1.Interval = 1000;
  379. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  380. //
  381. // Preview2Dialog
  382. //
  383. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  384. this.ClientSize = new System.Drawing.Size(1129, 700);
  385. this.Controls.Add(this.tableLayoutPanel1);
  386. this.Controls.Add(this.panel1);
  387. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  388. this.MaximizeBox = true;
  389. this.MinimizeBox = true;
  390. this.MinimumSize = new System.Drawing.Size(1000, 600);
  391. this.Name = "Preview2Dialog";
  392. this.Padding = new System.Windows.Forms.Padding(4);
  393. this.ShowIcon = false;
  394. this.Text = "预览窗口";
  395. this.Activated += new System.EventHandler(this.Preview2Dialog_Activated);
  396. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Preview2Dialog_FormClosing);
  397. this.Load += new System.EventHandler(this.Preview2Dialog_Load);
  398. this.ResizeBegin += new System.EventHandler(this.Preview2Dialog_ResizeBegin);
  399. this.ResizeEnd += new System.EventHandler(this.Preview2Dialog_ResizeEnd);
  400. this.Move += new System.EventHandler(this.Preview2Dialog_Move);
  401. this.Controls.SetChildIndex(this.panel1, 0);
  402. this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
  403. this.panel1.ResumeLayout(false);
  404. this.panel1.PerformLayout();
  405. this.panel2.ResumeLayout(false);
  406. this.tableLayoutPanel1.ResumeLayout(false);
  407. this.ResumeLayout(false);
  408. }
  409. #endregion
  410. private System.Windows.Forms.Panel panel1;
  411. private MetroMenuElement btnPreview;
  412. private MetroMenuElement btnCapture;
  413. private MetroMenuElement btnSetting;
  414. private MetroMenuElement btnFit;
  415. private MetroMenuElement btnExposure;
  416. private MetroMenuElement btnWhiteBalance;
  417. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  418. private System.Windows.Forms.Panel pnlPreviewContainer;
  419. private System.Windows.Forms.Panel panel2;
  420. private MetroMenuElement btnSave;
  421. private MetroMenuElement btnStart;
  422. private MetroMenuElement btnBack;
  423. private MetroMenuElement btnMutual;
  424. private System.Windows.Forms.Label label2;
  425. private System.Windows.Forms.ComboBox comboBox1;
  426. private MyProgressBar progressBar1;
  427. private System.Windows.Forms.Panel panelLeft;
  428. private System.Windows.Forms.Panel panelRight;
  429. private System.Windows.Forms.Label label3;
  430. private System.Windows.Forms.ComboBox cmbConfig;
  431. private System.Windows.Forms.Label line1;
  432. private System.Windows.Forms.Label line2;
  433. private System.Windows.Forms.Timer timer1;
  434. private System.Windows.Forms.Panel pnlResultContainer;
  435. private MetroMenuElement btnResize;
  436. }
  437. }