FirstRunForm.Designer.cs 25 KB

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