2
0

FirstRunForm.Designer.cs 31 KB

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