FirstRunForm.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. 
  2. namespace Optimizer
  3. {
  4. partial class FirstRunForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirstRunForm));
  30. this.pictureBox88 = new System.Windows.Forms.PictureBox();
  31. this.pictureBox87 = new System.Windows.Forms.PictureBox();
  32. this.pictureBox86 = new System.Windows.Forms.PictureBox();
  33. this.btnStart = new System.Windows.Forms.Button();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  36. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  37. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  38. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  39. this.radioFrench = new Optimizer.ColoredRadioButton();
  40. this.radioPortuguese = new Optimizer.ColoredRadioButton();
  41. this.radioSpanish = new Optimizer.ColoredRadioButton();
  42. this.radioGerman = new Optimizer.ColoredRadioButton();
  43. this.radioTurkish = new Optimizer.ColoredRadioButton();
  44. this.radioHellenic = new Optimizer.ColoredRadioButton();
  45. this.radioEnglish = new Optimizer.ColoredRadioButton();
  46. this.radioRussian = new Optimizer.ColoredRadioButton();
  47. this.radioitalian = new Optimizer.ColoredRadioButton();
  48. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // pictureBox88
  61. //
  62. this.pictureBox88.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox88.Image")));
  63. this.pictureBox88.Location = new System.Drawing.Point(12, 70);
  64. this.pictureBox88.Name = "pictureBox88";
  65. this.pictureBox88.Size = new System.Drawing.Size(36, 22);
  66. this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  67. this.pictureBox88.TabIndex = 83;
  68. this.pictureBox88.TabStop = false;
  69. this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click);
  70. //
  71. // pictureBox87
  72. //
  73. this.pictureBox87.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox87.Image")));
  74. this.pictureBox87.Location = new System.Drawing.Point(12, 41);
  75. this.pictureBox87.Name = "pictureBox87";
  76. this.pictureBox87.Size = new System.Drawing.Size(36, 22);
  77. this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  78. this.pictureBox87.TabIndex = 82;
  79. this.pictureBox87.TabStop = false;
  80. this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click);
  81. //
  82. // pictureBox86
  83. //
  84. this.pictureBox86.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox86.Image")));
  85. this.pictureBox86.Location = new System.Drawing.Point(12, 12);
  86. this.pictureBox86.Name = "pictureBox86";
  87. this.pictureBox86.Size = new System.Drawing.Size(36, 22);
  88. this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  89. this.pictureBox86.TabIndex = 81;
  90. this.pictureBox86.TabStop = false;
  91. this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click);
  92. //
  93. // btnStart
  94. //
  95. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.btnStart.BackColor = System.Drawing.Color.MediumOrchid;
  98. this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  99. this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.MediumOrchid;
  100. this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
  101. this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
  102. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  103. this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.btnStart.ForeColor = System.Drawing.Color.White;
  105. this.btnStart.Location = new System.Drawing.Point(11, 176);
  106. this.btnStart.Margin = new System.Windows.Forms.Padding(2);
  107. this.btnStart.Name = "btnStart";
  108. this.btnStart.Size = new System.Drawing.Size(289, 31);
  109. this.btnStart.TabIndex = 86;
  110. this.btnStart.Tag = "";
  111. this.btnStart.Text = "✓";
  112. this.btnStart.UseVisualStyleBackColor = false;
  113. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  114. //
  115. // pictureBox1
  116. //
  117. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  118. this.pictureBox1.Location = new System.Drawing.Point(158, 10);
  119. this.pictureBox1.Name = "pictureBox1";
  120. this.pictureBox1.Size = new System.Drawing.Size(36, 22);
  121. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  122. this.pictureBox1.TabIndex = 87;
  123. this.pictureBox1.TabStop = false;
  124. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  125. //
  126. // pictureBox2
  127. //
  128. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  129. this.pictureBox2.Location = new System.Drawing.Point(12, 99);
  130. this.pictureBox2.Name = "pictureBox2";
  131. this.pictureBox2.Size = new System.Drawing.Size(36, 22);
  132. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  133. this.pictureBox2.TabIndex = 89;
  134. this.pictureBox2.TabStop = false;
  135. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  136. //
  137. // pictureBox3
  138. //
  139. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  140. this.pictureBox3.Location = new System.Drawing.Point(158, 39);
  141. this.pictureBox3.Name = "pictureBox3";
  142. this.pictureBox3.Size = new System.Drawing.Size(36, 22);
  143. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  144. this.pictureBox3.TabIndex = 91;
  145. this.pictureBox3.TabStop = false;
  146. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  147. //
  148. // pictureBox4
  149. //
  150. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  151. this.pictureBox4.Location = new System.Drawing.Point(158, 68);
  152. this.pictureBox4.Name = "pictureBox4";
  153. this.pictureBox4.Size = new System.Drawing.Size(36, 22);
  154. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  155. this.pictureBox4.TabIndex = 93;
  156. this.pictureBox4.TabStop = false;
  157. this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
  158. //
  159. // pictureBox5
  160. //
  161. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  162. this.pictureBox5.Location = new System.Drawing.Point(159, 97);
  163. this.pictureBox5.Name = "pictureBox5";
  164. this.pictureBox5.Size = new System.Drawing.Size(36, 22);
  165. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  166. this.pictureBox5.TabIndex = 95;
  167. this.pictureBox5.TabStop = false;
  168. this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
  169. //
  170. // radioFrench
  171. //
  172. this.radioFrench.AutoSize = true;
  173. this.radioFrench.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  174. this.radioFrench.ForeColor = System.Drawing.Color.White;
  175. this.radioFrench.Location = new System.Drawing.Point(200, 96);
  176. this.radioFrench.Margin = new System.Windows.Forms.Padding(2);
  177. this.radioFrench.Name = "radioFrench";
  178. this.radioFrench.Size = new System.Drawing.Size(86, 25);
  179. this.radioFrench.TabIndex = 96;
  180. this.radioFrench.Tag = "";
  181. this.radioFrench.Text = "Français";
  182. this.radioFrench.UseVisualStyleBackColor = true;
  183. this.radioFrench.CheckedChanged += new System.EventHandler(this.radioFrench_CheckedChanged);
  184. //
  185. // radioPortuguese
  186. //
  187. this.radioPortuguese.AutoSize = true;
  188. this.radioPortuguese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  189. this.radioPortuguese.ForeColor = System.Drawing.Color.White;
  190. this.radioPortuguese.Location = new System.Drawing.Point(199, 67);
  191. this.radioPortuguese.Margin = new System.Windows.Forms.Padding(2);
  192. this.radioPortuguese.Name = "radioPortuguese";
  193. this.radioPortuguese.Size = new System.Drawing.Size(102, 25);
  194. this.radioPortuguese.TabIndex = 94;
  195. this.radioPortuguese.Tag = "";
  196. this.radioPortuguese.Text = "Português";
  197. this.radioPortuguese.UseVisualStyleBackColor = true;
  198. this.radioPortuguese.CheckedChanged += new System.EventHandler(this.radioPortuguese_CheckedChanged);
  199. //
  200. // radioSpanish
  201. //
  202. this.radioSpanish.AutoSize = true;
  203. this.radioSpanish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  204. this.radioSpanish.ForeColor = System.Drawing.Color.White;
  205. this.radioSpanish.Location = new System.Drawing.Point(199, 38);
  206. this.radioSpanish.Margin = new System.Windows.Forms.Padding(2);
  207. this.radioSpanish.Name = "radioSpanish";
  208. this.radioSpanish.Size = new System.Drawing.Size(84, 25);
  209. this.radioSpanish.TabIndex = 92;
  210. this.radioSpanish.Tag = "";
  211. this.radioSpanish.Text = "Español";
  212. this.radioSpanish.UseVisualStyleBackColor = true;
  213. this.radioSpanish.CheckedChanged += new System.EventHandler(this.radioSpanish_CheckedChanged);
  214. //
  215. // radioGerman
  216. //
  217. this.radioGerman.AutoSize = true;
  218. this.radioGerman.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  219. this.radioGerman.ForeColor = System.Drawing.Color.White;
  220. this.radioGerman.Location = new System.Drawing.Point(53, 98);
  221. this.radioGerman.Margin = new System.Windows.Forms.Padding(2);
  222. this.radioGerman.Name = "radioGerman";
  223. this.radioGerman.Size = new System.Drawing.Size(87, 25);
  224. this.radioGerman.TabIndex = 90;
  225. this.radioGerman.Tag = "";
  226. this.radioGerman.Text = "Deutsch";
  227. this.radioGerman.UseVisualStyleBackColor = true;
  228. this.radioGerman.CheckedChanged += new System.EventHandler(this.radioGerman_CheckedChanged);
  229. //
  230. // radioTurkish
  231. //
  232. this.radioTurkish.AutoSize = true;
  233. this.radioTurkish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  234. this.radioTurkish.ForeColor = System.Drawing.Color.White;
  235. this.radioTurkish.Location = new System.Drawing.Point(199, 9);
  236. this.radioTurkish.Margin = new System.Windows.Forms.Padding(2);
  237. this.radioTurkish.Name = "radioTurkish";
  238. this.radioTurkish.Size = new System.Drawing.Size(76, 25);
  239. this.radioTurkish.TabIndex = 88;
  240. this.radioTurkish.Tag = "";
  241. this.radioTurkish.Text = "Türkçe";
  242. this.radioTurkish.UseVisualStyleBackColor = true;
  243. this.radioTurkish.CheckedChanged += new System.EventHandler(this.radioTurkish_CheckedChanged);
  244. //
  245. // radioHellenic
  246. //
  247. this.radioHellenic.AutoSize = true;
  248. this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  249. this.radioHellenic.ForeColor = System.Drawing.Color.White;
  250. this.radioHellenic.Location = new System.Drawing.Point(53, 69);
  251. this.radioHellenic.Margin = new System.Windows.Forms.Padding(2);
  252. this.radioHellenic.Name = "radioHellenic";
  253. this.radioHellenic.Size = new System.Drawing.Size(94, 25);
  254. this.radioHellenic.TabIndex = 84;
  255. this.radioHellenic.Tag = "";
  256. this.radioHellenic.Text = "Ελληνικά";
  257. this.radioHellenic.UseVisualStyleBackColor = true;
  258. this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged);
  259. //
  260. // radioEnglish
  261. //
  262. this.radioEnglish.AutoSize = true;
  263. this.radioEnglish.Checked = true;
  264. this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline);
  265. this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid;
  266. this.radioEnglish.Location = new System.Drawing.Point(53, 11);
  267. this.radioEnglish.Margin = new System.Windows.Forms.Padding(2);
  268. this.radioEnglish.Name = "radioEnglish";
  269. this.radioEnglish.Size = new System.Drawing.Size(79, 25);
  270. this.radioEnglish.TabIndex = 80;
  271. this.radioEnglish.TabStop = true;
  272. this.radioEnglish.Tag = "themeable";
  273. this.radioEnglish.Text = "English";
  274. this.radioEnglish.UseVisualStyleBackColor = true;
  275. this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged);
  276. //
  277. // radioRussian
  278. //
  279. this.radioRussian.AutoSize = true;
  280. this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  281. this.radioRussian.ForeColor = System.Drawing.Color.White;
  282. this.radioRussian.Location = new System.Drawing.Point(53, 40);
  283. this.radioRussian.Margin = new System.Windows.Forms.Padding(2);
  284. this.radioRussian.Name = "radioRussian";
  285. this.radioRussian.Size = new System.Drawing.Size(90, 25);
  286. this.radioRussian.TabIndex = 79;
  287. this.radioRussian.Tag = "";
  288. this.radioRussian.Text = "русский";
  289. this.radioRussian.UseVisualStyleBackColor = true;
  290. this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged);
  291. //
  292. // radioitalian
  293. //
  294. this.radioitalian.AutoSize = true;
  295. this.radioitalian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  296. this.radioitalian.ForeColor = System.Drawing.Color.White;
  297. this.radioitalian.Location = new System.Drawing.Point(53, 127);
  298. this.radioitalian.Margin = new System.Windows.Forms.Padding(2);
  299. this.radioitalian.Name = "radioitalian";
  300. this.radioitalian.Size = new System.Drawing.Size(82, 25);
  301. this.radioitalian.TabIndex = 98;
  302. this.radioitalian.Tag = "";
  303. this.radioitalian.Text = "Italiano";
  304. this.radioitalian.UseVisualStyleBackColor = true;
  305. this.radioitalian.CheckedChanged += new System.EventHandler(this.radioitalian_CheckedChanged);
  306. //
  307. // pictureBox6
  308. //
  309. this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
  310. this.pictureBox6.Location = new System.Drawing.Point(12, 128);
  311. this.pictureBox6.Name = "pictureBox6";
  312. this.pictureBox6.Size = new System.Drawing.Size(36, 22);
  313. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  314. this.pictureBox6.TabIndex = 97;
  315. this.pictureBox6.TabStop = false;
  316. this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
  317. //
  318. // FirstRunForm
  319. //
  320. this.AcceptButton = this.btnStart;
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  323. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  324. this.CancelButton = this.btnStart;
  325. this.ClientSize = new System.Drawing.Size(311, 218);
  326. this.Controls.Add(this.radioitalian);
  327. this.Controls.Add(this.pictureBox6);
  328. this.Controls.Add(this.radioFrench);
  329. this.Controls.Add(this.pictureBox5);
  330. this.Controls.Add(this.radioPortuguese);
  331. this.Controls.Add(this.pictureBox4);
  332. this.Controls.Add(this.radioSpanish);
  333. this.Controls.Add(this.pictureBox3);
  334. this.Controls.Add(this.radioGerman);
  335. this.Controls.Add(this.pictureBox2);
  336. this.Controls.Add(this.radioTurkish);
  337. this.Controls.Add(this.pictureBox1);
  338. this.Controls.Add(this.btnStart);
  339. this.Controls.Add(this.pictureBox88);
  340. this.Controls.Add(this.radioHellenic);
  341. this.Controls.Add(this.pictureBox87);
  342. this.Controls.Add(this.radioEnglish);
  343. this.Controls.Add(this.radioRussian);
  344. this.Controls.Add(this.pictureBox86);
  345. this.DoubleBuffered = true;
  346. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  347. this.ForeColor = System.Drawing.Color.White;
  348. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  349. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  350. this.MaximizeBox = false;
  351. this.MinimizeBox = false;
  352. this.Name = "FirstRunForm";
  353. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  354. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  355. this.Text = "Welcome to Optimizer";
  356. this.Load += new System.EventHandler(this.FirstRunForm_Load);
  357. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit();
  360. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  364. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  366. this.ResumeLayout(false);
  367. this.PerformLayout();
  368. }
  369. #endregion
  370. private System.Windows.Forms.PictureBox pictureBox88;
  371. private ColoredRadioButton radioHellenic;
  372. private System.Windows.Forms.PictureBox pictureBox87;
  373. private ColoredRadioButton radioEnglish;
  374. private ColoredRadioButton radioRussian;
  375. private System.Windows.Forms.PictureBox pictureBox86;
  376. private System.Windows.Forms.Button btnStart;
  377. private System.Windows.Forms.PictureBox pictureBox1;
  378. private ColoredRadioButton radioTurkish;
  379. private ColoredRadioButton radioGerman;
  380. private System.Windows.Forms.PictureBox pictureBox2;
  381. private ColoredRadioButton radioSpanish;
  382. private System.Windows.Forms.PictureBox pictureBox3;
  383. private ColoredRadioButton radioPortuguese;
  384. private System.Windows.Forms.PictureBox pictureBox4;
  385. private ColoredRadioButton radioFrench;
  386. private System.Windows.Forms.PictureBox pictureBox5;
  387. private ColoredRadioButton radioitalian;
  388. private System.Windows.Forms.PictureBox pictureBox6;
  389. }
  390. }