FirstRunForm.Designer.cs 24 KB

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