FirstRunForm.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  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.MoonRadio();
  45. this.radioTaiwan = new Optimizer.MoonRadio();
  46. this.radioCzech = new Optimizer.MoonRadio();
  47. this.radioChinese = new Optimizer.MoonRadio();
  48. this.radioItalian = new Optimizer.MoonRadio();
  49. this.radioFrench = new Optimizer.MoonRadio();
  50. this.radioPortuguese = new Optimizer.MoonRadio();
  51. this.radioSpanish = new Optimizer.MoonRadio();
  52. this.radioGerman = new Optimizer.MoonRadio();
  53. this.radioTurkish = new Optimizer.MoonRadio();
  54. this.radioHellenic = new Optimizer.MoonRadio();
  55. this.radioEnglish = new Optimizer.MoonRadio();
  56. this.radioRussian = new Optimizer.MoonRadio();
  57. this.radioPolish = new Optimizer.MoonRadio();
  58. this.pictureBox11 = new System.Windows.Forms.PictureBox();
  59. this.radioArabic = new Optimizer.MoonRadio();
  60. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  61. this.radioKurdish = new Optimizer.MoonRadio();
  62. this.pictureBox13 = new System.Windows.Forms.PictureBox();
  63. this.radioHungarian = new Optimizer.MoonRadio();
  64. this.pictureBox14 = new System.Windows.Forms.PictureBox();
  65. this.radioRomanian = new Optimizer.MoonRadio();
  66. this.pictureBox15 = new System.Windows.Forms.PictureBox();
  67. this.radioDutch = new Optimizer.MoonRadio();
  68. this.pictureBox16 = new System.Windows.Forms.PictureBox();
  69. this.pictureBox17 = new System.Windows.Forms.PictureBox();
  70. this.radioJapanese = new Optimizer.MoonRadio();
  71. this.radioFarsi = new Optimizer.MoonRadio();
  72. this.pictureBox18 = new System.Windows.Forms.PictureBox();
  73. this.radioNepali = new Optimizer.MoonRadio();
  74. this.pictureBox19 = new System.Windows.Forms.PictureBox();
  75. this.radioUkrainian = new Optimizer.MoonRadio();
  76. this.pictureBox20 = new System.Windows.Forms.PictureBox();
  77. this.radioBulgarian = new Optimizer.MoonRadio();
  78. this.pictureBox21 = new System.Windows.Forms.PictureBox();
  79. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
  97. ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit();
  103. this.SuspendLayout();
  104. //
  105. // pictureBox88
  106. //
  107. this.pictureBox88.Image = global::Optimizer.Properties.Resources.greece;
  108. this.pictureBox88.Location = new System.Drawing.Point(13, 72);
  109. this.pictureBox88.Name = "pictureBox88";
  110. this.pictureBox88.Size = new System.Drawing.Size(32, 19);
  111. this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  112. this.pictureBox88.TabIndex = 83;
  113. this.pictureBox88.TabStop = false;
  114. this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click);
  115. //
  116. // pictureBox87
  117. //
  118. this.pictureBox87.Image = global::Optimizer.Properties.Resources.russia;
  119. this.pictureBox87.Location = new System.Drawing.Point(13, 43);
  120. this.pictureBox87.Name = "pictureBox87";
  121. this.pictureBox87.Size = new System.Drawing.Size(32, 19);
  122. this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  123. this.pictureBox87.TabIndex = 82;
  124. this.pictureBox87.TabStop = false;
  125. this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click);
  126. //
  127. // pictureBox86
  128. //
  129. this.pictureBox86.Image = global::Optimizer.Properties.Resources.united_kingdom;
  130. this.pictureBox86.Location = new System.Drawing.Point(13, 14);
  131. this.pictureBox86.Name = "pictureBox86";
  132. this.pictureBox86.Size = new System.Drawing.Size(32, 19);
  133. this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  134. this.pictureBox86.TabIndex = 81;
  135. this.pictureBox86.TabStop = false;
  136. this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click);
  137. //
  138. // btnStart
  139. //
  140. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  141. | System.Windows.Forms.AnchorStyles.Right)));
  142. this.btnStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
  143. this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  144. this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.DarkOrchid;
  145. this.btnStart.FlatAppearance.BorderSize = 0;
  146. this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
  147. this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
  148. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  149. this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  150. this.btnStart.ForeColor = System.Drawing.Color.White;
  151. this.btnStart.Location = new System.Drawing.Point(11, 401);
  152. this.btnStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  153. this.btnStart.Name = "btnStart";
  154. this.btnStart.Size = new System.Drawing.Size(314, 31);
  155. this.btnStart.TabIndex = 86;
  156. this.btnStart.Tag = "themeable";
  157. this.btnStart.Text = "✓";
  158. this.btnStart.UseVisualStyleBackColor = false;
  159. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  160. //
  161. // pictureBox1
  162. //
  163. this.pictureBox1.Image = global::Optimizer.Properties.Resources.turkey;
  164. this.pictureBox1.Location = new System.Drawing.Point(181, 12);
  165. this.pictureBox1.Name = "pictureBox1";
  166. this.pictureBox1.Size = new System.Drawing.Size(32, 19);
  167. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  168. this.pictureBox1.TabIndex = 87;
  169. this.pictureBox1.TabStop = false;
  170. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  171. //
  172. // pictureBox2
  173. //
  174. this.pictureBox2.Image = global::Optimizer.Properties.Resources.germany;
  175. this.pictureBox2.Location = new System.Drawing.Point(13, 101);
  176. this.pictureBox2.Name = "pictureBox2";
  177. this.pictureBox2.Size = new System.Drawing.Size(32, 19);
  178. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  179. this.pictureBox2.TabIndex = 89;
  180. this.pictureBox2.TabStop = false;
  181. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  182. //
  183. // pictureBox3
  184. //
  185. this.pictureBox3.Image = global::Optimizer.Properties.Resources.spain;
  186. this.pictureBox3.Location = new System.Drawing.Point(181, 41);
  187. this.pictureBox3.Name = "pictureBox3";
  188. this.pictureBox3.Size = new System.Drawing.Size(32, 19);
  189. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  190. this.pictureBox3.TabIndex = 91;
  191. this.pictureBox3.TabStop = false;
  192. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  193. //
  194. // pictureBox4
  195. //
  196. this.pictureBox4.Image = global::Optimizer.Properties.Resources.brazil;
  197. this.pictureBox4.Location = new System.Drawing.Point(181, 70);
  198. this.pictureBox4.Name = "pictureBox4";
  199. this.pictureBox4.Size = new System.Drawing.Size(32, 19);
  200. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  201. this.pictureBox4.TabIndex = 93;
  202. this.pictureBox4.TabStop = false;
  203. this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
  204. //
  205. // pictureBox5
  206. //
  207. this.pictureBox5.Image = global::Optimizer.Properties.Resources.france;
  208. this.pictureBox5.Location = new System.Drawing.Point(182, 99);
  209. this.pictureBox5.Name = "pictureBox5";
  210. this.pictureBox5.Size = new System.Drawing.Size(32, 19);
  211. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  212. this.pictureBox5.TabIndex = 95;
  213. this.pictureBox5.TabStop = false;
  214. this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
  215. //
  216. // pictureBox6
  217. //
  218. this.pictureBox6.Image = global::Optimizer.Properties.Resources.italy;
  219. this.pictureBox6.Location = new System.Drawing.Point(13, 130);
  220. this.pictureBox6.Name = "pictureBox6";
  221. this.pictureBox6.Size = new System.Drawing.Size(32, 19);
  222. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  223. this.pictureBox6.TabIndex = 97;
  224. this.pictureBox6.TabStop = false;
  225. this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
  226. //
  227. // pictureBox7
  228. //
  229. this.pictureBox7.Image = global::Optimizer.Properties.Resources.china;
  230. this.pictureBox7.Location = new System.Drawing.Point(182, 130);
  231. this.pictureBox7.Name = "pictureBox7";
  232. this.pictureBox7.Size = new System.Drawing.Size(32, 19);
  233. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  234. this.pictureBox7.TabIndex = 99;
  235. this.pictureBox7.TabStop = false;
  236. this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click);
  237. //
  238. // pictureBox8
  239. //
  240. this.pictureBox8.Image = global::Optimizer.Properties.Resources.czech;
  241. this.pictureBox8.Location = new System.Drawing.Point(13, 159);
  242. this.pictureBox8.Name = "pictureBox8";
  243. this.pictureBox8.Size = new System.Drawing.Size(32, 19);
  244. this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  245. this.pictureBox8.TabIndex = 101;
  246. this.pictureBox8.TabStop = false;
  247. this.pictureBox8.Click += new System.EventHandler(this.pictureBox8_Click);
  248. //
  249. // pictureBox9
  250. //
  251. this.pictureBox9.Image = global::Optimizer.Properties.Resources.china;
  252. this.pictureBox9.Location = new System.Drawing.Point(182, 160);
  253. this.pictureBox9.Name = "pictureBox9";
  254. this.pictureBox9.Size = new System.Drawing.Size(32, 19);
  255. this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  256. this.pictureBox9.TabIndex = 103;
  257. this.pictureBox9.TabStop = false;
  258. this.pictureBox9.Click += new System.EventHandler(this.pictureBox9_Click);
  259. //
  260. // pictureBox10
  261. //
  262. this.pictureBox10.Image = global::Optimizer.Properties.Resources.korea;
  263. this.pictureBox10.Location = new System.Drawing.Point(182, 189);
  264. this.pictureBox10.Name = "pictureBox10";
  265. this.pictureBox10.Size = new System.Drawing.Size(32, 19);
  266. this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  267. this.pictureBox10.TabIndex = 105;
  268. this.pictureBox10.TabStop = false;
  269. this.pictureBox10.Click += new System.EventHandler(this.pictureBox10_Click);
  270. //
  271. // radioKorean
  272. //
  273. this.radioKorean.AutoSize = true;
  274. this.radioKorean.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  275. this.radioKorean.ForeColor = System.Drawing.Color.White;
  276. this.radioKorean.Location = new System.Drawing.Point(222, 186);
  277. this.radioKorean.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  278. this.radioKorean.Name = "radioKorean";
  279. this.radioKorean.Size = new System.Drawing.Size(76, 25);
  280. this.radioKorean.TabIndex = 106;
  281. this.radioKorean.Tag = "";
  282. this.radioKorean.Text = "한국어";
  283. this.radioKorean.UseVisualStyleBackColor = true;
  284. this.radioKorean.CheckedChanged += new System.EventHandler(this.radioKorean_CheckedChanged);
  285. //
  286. // radioTaiwan
  287. //
  288. this.radioTaiwan.AutoSize = true;
  289. this.radioTaiwan.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  290. this.radioTaiwan.ForeColor = System.Drawing.Color.White;
  291. this.radioTaiwan.Location = new System.Drawing.Point(222, 157);
  292. this.radioTaiwan.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  293. this.radioTaiwan.Name = "radioTaiwan";
  294. this.radioTaiwan.Size = new System.Drawing.Size(96, 25);
  295. this.radioTaiwan.TabIndex = 104;
  296. this.radioTaiwan.Tag = "";
  297. this.radioTaiwan.Text = "繁體中文";
  298. this.radioTaiwan.UseVisualStyleBackColor = true;
  299. this.radioTaiwan.CheckedChanged += new System.EventHandler(this.radioTaiwan_CheckedChanged);
  300. //
  301. // radioCzech
  302. //
  303. this.radioCzech.AutoSize = true;
  304. this.radioCzech.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  305. this.radioCzech.ForeColor = System.Drawing.Color.White;
  306. this.radioCzech.Location = new System.Drawing.Point(53, 156);
  307. this.radioCzech.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  308. this.radioCzech.Name = "radioCzech";
  309. this.radioCzech.Size = new System.Drawing.Size(81, 25);
  310. this.radioCzech.TabIndex = 102;
  311. this.radioCzech.Tag = "";
  312. this.radioCzech.Text = "Čeština";
  313. this.radioCzech.UseVisualStyleBackColor = true;
  314. this.radioCzech.CheckedChanged += new System.EventHandler(this.radioCzech_CheckedChanged);
  315. //
  316. // radioChinese
  317. //
  318. this.radioChinese.AutoSize = true;
  319. this.radioChinese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  320. this.radioChinese.ForeColor = System.Drawing.Color.White;
  321. this.radioChinese.Location = new System.Drawing.Point(222, 127);
  322. this.radioChinese.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  323. this.radioChinese.Name = "radioChinese";
  324. this.radioChinese.Size = new System.Drawing.Size(96, 25);
  325. this.radioChinese.TabIndex = 100;
  326. this.radioChinese.Tag = "";
  327. this.radioChinese.Text = "简体中文";
  328. this.radioChinese.UseVisualStyleBackColor = true;
  329. this.radioChinese.CheckedChanged += new System.EventHandler(this.radioChinese_CheckedChanged);
  330. //
  331. // radioItalian
  332. //
  333. this.radioItalian.AutoSize = true;
  334. this.radioItalian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  335. this.radioItalian.ForeColor = System.Drawing.Color.White;
  336. this.radioItalian.Location = new System.Drawing.Point(53, 127);
  337. this.radioItalian.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  338. this.radioItalian.Name = "radioItalian";
  339. this.radioItalian.Size = new System.Drawing.Size(82, 25);
  340. this.radioItalian.TabIndex = 98;
  341. this.radioItalian.Tag = "";
  342. this.radioItalian.Text = "Italiano";
  343. this.radioItalian.UseVisualStyleBackColor = true;
  344. this.radioItalian.CheckedChanged += new System.EventHandler(this.radioitalian_CheckedChanged);
  345. //
  346. // radioFrench
  347. //
  348. this.radioFrench.AutoSize = true;
  349. this.radioFrench.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  350. this.radioFrench.ForeColor = System.Drawing.Color.White;
  351. this.radioFrench.Location = new System.Drawing.Point(222, 96);
  352. this.radioFrench.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  353. this.radioFrench.Name = "radioFrench";
  354. this.radioFrench.Size = new System.Drawing.Size(86, 25);
  355. this.radioFrench.TabIndex = 96;
  356. this.radioFrench.Tag = "";
  357. this.radioFrench.Text = "Français";
  358. this.radioFrench.UseVisualStyleBackColor = true;
  359. this.radioFrench.CheckedChanged += new System.EventHandler(this.radioFrench_CheckedChanged);
  360. //
  361. // radioPortuguese
  362. //
  363. this.radioPortuguese.AutoSize = true;
  364. this.radioPortuguese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  365. this.radioPortuguese.ForeColor = System.Drawing.Color.White;
  366. this.radioPortuguese.Location = new System.Drawing.Point(221, 67);
  367. this.radioPortuguese.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  368. this.radioPortuguese.Name = "radioPortuguese";
  369. this.radioPortuguese.Size = new System.Drawing.Size(102, 25);
  370. this.radioPortuguese.TabIndex = 94;
  371. this.radioPortuguese.Tag = "";
  372. this.radioPortuguese.Text = "Português";
  373. this.radioPortuguese.UseVisualStyleBackColor = true;
  374. this.radioPortuguese.CheckedChanged += new System.EventHandler(this.radioPortuguese_CheckedChanged);
  375. //
  376. // radioSpanish
  377. //
  378. this.radioSpanish.AutoSize = true;
  379. this.radioSpanish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  380. this.radioSpanish.ForeColor = System.Drawing.Color.White;
  381. this.radioSpanish.Location = new System.Drawing.Point(221, 38);
  382. this.radioSpanish.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  383. this.radioSpanish.Name = "radioSpanish";
  384. this.radioSpanish.Size = new System.Drawing.Size(84, 25);
  385. this.radioSpanish.TabIndex = 92;
  386. this.radioSpanish.Tag = "";
  387. this.radioSpanish.Text = "Español";
  388. this.radioSpanish.UseVisualStyleBackColor = true;
  389. this.radioSpanish.CheckedChanged += new System.EventHandler(this.radioSpanish_CheckedChanged);
  390. //
  391. // radioGerman
  392. //
  393. this.radioGerman.AutoSize = true;
  394. this.radioGerman.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  395. this.radioGerman.ForeColor = System.Drawing.Color.White;
  396. this.radioGerman.Location = new System.Drawing.Point(53, 98);
  397. this.radioGerman.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  398. this.radioGerman.Name = "radioGerman";
  399. this.radioGerman.Size = new System.Drawing.Size(87, 25);
  400. this.radioGerman.TabIndex = 90;
  401. this.radioGerman.Tag = "";
  402. this.radioGerman.Text = "Deutsch";
  403. this.radioGerman.UseVisualStyleBackColor = true;
  404. this.radioGerman.CheckedChanged += new System.EventHandler(this.radioGerman_CheckedChanged);
  405. //
  406. // radioTurkish
  407. //
  408. this.radioTurkish.AutoSize = true;
  409. this.radioTurkish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  410. this.radioTurkish.ForeColor = System.Drawing.Color.White;
  411. this.radioTurkish.Location = new System.Drawing.Point(221, 9);
  412. this.radioTurkish.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  413. this.radioTurkish.Name = "radioTurkish";
  414. this.radioTurkish.Size = new System.Drawing.Size(76, 25);
  415. this.radioTurkish.TabIndex = 88;
  416. this.radioTurkish.Tag = "";
  417. this.radioTurkish.Text = "Türkçe";
  418. this.radioTurkish.UseVisualStyleBackColor = true;
  419. this.radioTurkish.CheckedChanged += new System.EventHandler(this.radioTurkish_CheckedChanged);
  420. //
  421. // radioHellenic
  422. //
  423. this.radioHellenic.AutoSize = true;
  424. this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  425. this.radioHellenic.ForeColor = System.Drawing.Color.White;
  426. this.radioHellenic.Location = new System.Drawing.Point(53, 69);
  427. this.radioHellenic.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  428. this.radioHellenic.Name = "radioHellenic";
  429. this.radioHellenic.Size = new System.Drawing.Size(94, 25);
  430. this.radioHellenic.TabIndex = 84;
  431. this.radioHellenic.Tag = "";
  432. this.radioHellenic.Text = "Ελληνικά";
  433. this.radioHellenic.UseVisualStyleBackColor = true;
  434. this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged);
  435. //
  436. // radioEnglish
  437. //
  438. this.radioEnglish.AutoSize = true;
  439. this.radioEnglish.Checked = true;
  440. this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline);
  441. this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid;
  442. this.radioEnglish.Location = new System.Drawing.Point(53, 11);
  443. this.radioEnglish.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  444. this.radioEnglish.Name = "radioEnglish";
  445. this.radioEnglish.Size = new System.Drawing.Size(79, 25);
  446. this.radioEnglish.TabIndex = 80;
  447. this.radioEnglish.TabStop = true;
  448. this.radioEnglish.Tag = "themeable";
  449. this.radioEnglish.Text = "English";
  450. this.radioEnglish.UseVisualStyleBackColor = true;
  451. this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged);
  452. //
  453. // radioRussian
  454. //
  455. this.radioRussian.AutoSize = true;
  456. this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  457. this.radioRussian.ForeColor = System.Drawing.Color.White;
  458. this.radioRussian.Location = new System.Drawing.Point(53, 40);
  459. this.radioRussian.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  460. this.radioRussian.Name = "radioRussian";
  461. this.radioRussian.Size = new System.Drawing.Size(90, 25);
  462. this.radioRussian.TabIndex = 79;
  463. this.radioRussian.Tag = "";
  464. this.radioRussian.Text = "русский";
  465. this.radioRussian.UseVisualStyleBackColor = true;
  466. this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged);
  467. //
  468. // radioPolish
  469. //
  470. this.radioPolish.AutoSize = true;
  471. this.radioPolish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  472. this.radioPolish.ForeColor = System.Drawing.Color.White;
  473. this.radioPolish.Location = new System.Drawing.Point(53, 185);
  474. this.radioPolish.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  475. this.radioPolish.Name = "radioPolish";
  476. this.radioPolish.Size = new System.Drawing.Size(69, 25);
  477. this.radioPolish.TabIndex = 108;
  478. this.radioPolish.Tag = "";
  479. this.radioPolish.Text = "Polski";
  480. this.radioPolish.UseVisualStyleBackColor = true;
  481. this.radioPolish.CheckedChanged += new System.EventHandler(this.radioPolish_CheckedChanged);
  482. //
  483. // pictureBox11
  484. //
  485. this.pictureBox11.Image = global::Optimizer.Properties.Resources.poland;
  486. this.pictureBox11.Location = new System.Drawing.Point(13, 188);
  487. this.pictureBox11.Name = "pictureBox11";
  488. this.pictureBox11.Size = new System.Drawing.Size(32, 19);
  489. this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  490. this.pictureBox11.TabIndex = 107;
  491. this.pictureBox11.TabStop = false;
  492. this.pictureBox11.Click += new System.EventHandler(this.pictureBox11_Click);
  493. //
  494. // radioArabic
  495. //
  496. this.radioArabic.AutoSize = true;
  497. this.radioArabic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  498. this.radioArabic.ForeColor = System.Drawing.Color.White;
  499. this.radioArabic.Location = new System.Drawing.Point(53, 214);
  500. this.radioArabic.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  501. this.radioArabic.Name = "radioArabic";
  502. this.radioArabic.Size = new System.Drawing.Size(71, 25);
  503. this.radioArabic.TabIndex = 110;
  504. this.radioArabic.Tag = "";
  505. this.radioArabic.Text = "العربية";
  506. this.radioArabic.UseVisualStyleBackColor = true;
  507. this.radioArabic.CheckedChanged += new System.EventHandler(this.radioArabic_CheckedChanged);
  508. //
  509. // pictureBox12
  510. //
  511. this.pictureBox12.Image = global::Optimizer.Properties.Resources.egypt;
  512. this.pictureBox12.Location = new System.Drawing.Point(13, 217);
  513. this.pictureBox12.Name = "pictureBox12";
  514. this.pictureBox12.Size = new System.Drawing.Size(32, 19);
  515. this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  516. this.pictureBox12.TabIndex = 109;
  517. this.pictureBox12.TabStop = false;
  518. this.pictureBox12.Click += new System.EventHandler(this.pictureBox12_Click);
  519. //
  520. // radioKurdish
  521. //
  522. this.radioKurdish.AutoSize = true;
  523. this.radioKurdish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  524. this.radioKurdish.ForeColor = System.Drawing.Color.White;
  525. this.radioKurdish.Location = new System.Drawing.Point(222, 214);
  526. this.radioKurdish.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  527. this.radioKurdish.Name = "radioKurdish";
  528. this.radioKurdish.Size = new System.Drawing.Size(70, 25);
  529. this.radioKurdish.TabIndex = 112;
  530. this.radioKurdish.Tag = "";
  531. this.radioKurdish.Text = "کوردی";
  532. this.radioKurdish.UseVisualStyleBackColor = true;
  533. this.radioKurdish.CheckedChanged += new System.EventHandler(this.radioKurdish_CheckedChanged);
  534. //
  535. // pictureBox13
  536. //
  537. this.pictureBox13.Image = global::Optimizer.Properties.Resources.kurdish;
  538. this.pictureBox13.Location = new System.Drawing.Point(182, 217);
  539. this.pictureBox13.Name = "pictureBox13";
  540. this.pictureBox13.Size = new System.Drawing.Size(32, 19);
  541. this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  542. this.pictureBox13.TabIndex = 111;
  543. this.pictureBox13.TabStop = false;
  544. this.pictureBox13.Click += new System.EventHandler(this.pictureBox13_Click);
  545. //
  546. // radioHungarian
  547. //
  548. this.radioHungarian.AutoSize = true;
  549. this.radioHungarian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  550. this.radioHungarian.ForeColor = System.Drawing.Color.White;
  551. this.radioHungarian.Location = new System.Drawing.Point(53, 242);
  552. this.radioHungarian.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  553. this.radioHungarian.Name = "radioHungarian";
  554. this.radioHungarian.Size = new System.Drawing.Size(83, 25);
  555. this.radioHungarian.TabIndex = 114;
  556. this.radioHungarian.Tag = "";
  557. this.radioHungarian.Text = "Magyar";
  558. this.radioHungarian.UseVisualStyleBackColor = true;
  559. this.radioHungarian.CheckedChanged += new System.EventHandler(this.radioHungarian_CheckedChanged);
  560. //
  561. // pictureBox14
  562. //
  563. this.pictureBox14.Image = global::Optimizer.Properties.Resources.hungary;
  564. this.pictureBox14.Location = new System.Drawing.Point(13, 245);
  565. this.pictureBox14.Name = "pictureBox14";
  566. this.pictureBox14.Size = new System.Drawing.Size(32, 19);
  567. this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  568. this.pictureBox14.TabIndex = 113;
  569. this.pictureBox14.TabStop = false;
  570. this.pictureBox14.Click += new System.EventHandler(this.pictureBox14_Click);
  571. //
  572. // radioRomanian
  573. //
  574. this.radioRomanian.AutoSize = true;
  575. this.radioRomanian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  576. this.radioRomanian.ForeColor = System.Drawing.Color.White;
  577. this.radioRomanian.Location = new System.Drawing.Point(222, 243);
  578. this.radioRomanian.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  579. this.radioRomanian.Name = "radioRomanian";
  580. this.radioRomanian.Size = new System.Drawing.Size(87, 25);
  581. this.radioRomanian.TabIndex = 116;
  582. this.radioRomanian.Tag = "";
  583. this.radioRomanian.Text = "Română";
  584. this.radioRomanian.UseVisualStyleBackColor = true;
  585. this.radioRomanian.CheckedChanged += new System.EventHandler(this.radioRomanian_CheckedChanged);
  586. //
  587. // pictureBox15
  588. //
  589. this.pictureBox15.Image = global::Optimizer.Properties.Resources.romania;
  590. this.pictureBox15.Location = new System.Drawing.Point(182, 246);
  591. this.pictureBox15.Name = "pictureBox15";
  592. this.pictureBox15.Size = new System.Drawing.Size(32, 19);
  593. this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  594. this.pictureBox15.TabIndex = 115;
  595. this.pictureBox15.TabStop = false;
  596. this.pictureBox15.Click += new System.EventHandler(this.pictureBox15_Click);
  597. //
  598. // radioDutch
  599. //
  600. this.radioDutch.AutoSize = true;
  601. this.radioDutch.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  602. this.radioDutch.ForeColor = System.Drawing.Color.White;
  603. this.radioDutch.Location = new System.Drawing.Point(53, 271);
  604. this.radioDutch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  605. this.radioDutch.Name = "radioDutch";
  606. this.radioDutch.Size = new System.Drawing.Size(112, 25);
  607. this.radioDutch.TabIndex = 118;
  608. this.radioDutch.Tag = "";
  609. this.radioDutch.Text = "Nederlands";
  610. this.radioDutch.UseVisualStyleBackColor = true;
  611. this.radioDutch.CheckedChanged += new System.EventHandler(this.radioDutch_CheckedChanged);
  612. //
  613. // pictureBox16
  614. //
  615. this.pictureBox16.Image = global::Optimizer.Properties.Resources.dutch;
  616. this.pictureBox16.Location = new System.Drawing.Point(13, 274);
  617. this.pictureBox16.Name = "pictureBox16";
  618. this.pictureBox16.Size = new System.Drawing.Size(32, 19);
  619. this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  620. this.pictureBox16.TabIndex = 117;
  621. this.pictureBox16.TabStop = false;
  622. this.pictureBox16.Click += new System.EventHandler(this.pictureBox16_Click);
  623. //
  624. // pictureBox17
  625. //
  626. this.pictureBox17.Image = global::Optimizer.Properties.Resources.japan;
  627. this.pictureBox17.Location = new System.Drawing.Point(182, 274);
  628. this.pictureBox17.Name = "pictureBox17";
  629. this.pictureBox17.Size = new System.Drawing.Size(32, 19);
  630. this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  631. this.pictureBox17.TabIndex = 119;
  632. this.pictureBox17.TabStop = false;
  633. this.pictureBox17.Click += new System.EventHandler(this.pictureBox17_Click);
  634. //
  635. // radioJapanese
  636. //
  637. this.radioJapanese.AutoSize = true;
  638. this.radioJapanese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  639. this.radioJapanese.ForeColor = System.Drawing.Color.White;
  640. this.radioJapanese.Location = new System.Drawing.Point(222, 272);
  641. this.radioJapanese.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  642. this.radioJapanese.Name = "radioJapanese";
  643. this.radioJapanese.Size = new System.Drawing.Size(79, 25);
  644. this.radioJapanese.TabIndex = 120;
  645. this.radioJapanese.Tag = "";
  646. this.radioJapanese.Text = "日本語";
  647. this.radioJapanese.UseVisualStyleBackColor = true;
  648. this.radioJapanese.CheckedChanged += new System.EventHandler(this.radioJapanese_CheckedChanged);
  649. //
  650. // radioFarsi
  651. //
  652. this.radioFarsi.AutoSize = true;
  653. this.radioFarsi.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  654. this.radioFarsi.ForeColor = System.Drawing.Color.White;
  655. this.radioFarsi.Location = new System.Drawing.Point(53, 300);
  656. this.radioFarsi.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  657. this.radioFarsi.Name = "radioFarsi";
  658. this.radioFarsi.Size = new System.Drawing.Size(69, 25);
  659. this.radioFarsi.TabIndex = 122;
  660. this.radioFarsi.Tag = "";
  661. this.radioFarsi.Text = "فارسی";
  662. this.radioFarsi.UseVisualStyleBackColor = true;
  663. this.radioFarsi.CheckedChanged += new System.EventHandler(this.radioFarsi_CheckedChanged);
  664. //
  665. // pictureBox18
  666. //
  667. this.pictureBox18.Image = global::Optimizer.Properties.Resources.iran;
  668. this.pictureBox18.Location = new System.Drawing.Point(13, 302);
  669. this.pictureBox18.Name = "pictureBox18";
  670. this.pictureBox18.Size = new System.Drawing.Size(32, 19);
  671. this.pictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  672. this.pictureBox18.TabIndex = 121;
  673. this.pictureBox18.TabStop = false;
  674. this.pictureBox18.Click += new System.EventHandler(this.pictureBox18_Click);
  675. //
  676. // radioNepali
  677. //
  678. this.radioNepali.AutoSize = true;
  679. this.radioNepali.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  680. this.radioNepali.ForeColor = System.Drawing.Color.White;
  681. this.radioNepali.Location = new System.Drawing.Point(222, 302);
  682. this.radioNepali.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  683. this.radioNepali.Name = "radioNepali";
  684. this.radioNepali.Size = new System.Drawing.Size(67, 25);
  685. this.radioNepali.TabIndex = 124;
  686. this.radioNepali.Tag = "";
  687. this.radioNepali.Text = "नेपाली";
  688. this.radioNepali.UseVisualStyleBackColor = true;
  689. this.radioNepali.CheckedChanged += new System.EventHandler(this.radioNepali_CheckedChanged);
  690. //
  691. // pictureBox19
  692. //
  693. this.pictureBox19.Image = global::Optimizer.Properties.Resources.nepal;
  694. this.pictureBox19.Location = new System.Drawing.Point(182, 304);
  695. this.pictureBox19.Name = "pictureBox19";
  696. this.pictureBox19.Size = new System.Drawing.Size(32, 19);
  697. this.pictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  698. this.pictureBox19.TabIndex = 123;
  699. this.pictureBox19.TabStop = false;
  700. this.pictureBox19.Click += new System.EventHandler(this.pictureBox19_Click);
  701. //
  702. // radioUkrainian
  703. //
  704. this.radioUkrainian.AutoSize = true;
  705. this.radioUkrainian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  706. this.radioUkrainian.ForeColor = System.Drawing.Color.White;
  707. this.radioUkrainian.Location = new System.Drawing.Point(222, 331);
  708. this.radioUkrainian.Margin = new System.Windows.Forms.Padding(2);
  709. this.radioUkrainian.Name = "radioUkrainian";
  710. this.radioUkrainian.Size = new System.Drawing.Size(67, 25);
  711. this.radioUkrainian.TabIndex = 128;
  712. this.radioUkrainian.Tag = "";
  713. this.radioUkrainian.Text = "नेपाली";
  714. this.radioUkrainian.UseVisualStyleBackColor = true;
  715. this.radioUkrainian.CheckedChanged += new System.EventHandler(this.radioUkrainian_CheckedChanged);
  716. //
  717. // pictureBox20
  718. //
  719. this.pictureBox20.Image = global::Optimizer.Properties.Resources.ukraine;
  720. this.pictureBox20.Location = new System.Drawing.Point(182, 333);
  721. this.pictureBox20.Name = "pictureBox20";
  722. this.pictureBox20.Size = new System.Drawing.Size(32, 19);
  723. this.pictureBox20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  724. this.pictureBox20.TabIndex = 127;
  725. this.pictureBox20.TabStop = false;
  726. //
  727. // radioBulgarian
  728. //
  729. this.radioBulgarian.AutoSize = true;
  730. this.radioBulgarian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  731. this.radioBulgarian.ForeColor = System.Drawing.Color.White;
  732. this.radioBulgarian.Location = new System.Drawing.Point(53, 329);
  733. this.radioBulgarian.Margin = new System.Windows.Forms.Padding(2);
  734. this.radioBulgarian.Name = "radioBulgarian";
  735. this.radioBulgarian.Size = new System.Drawing.Size(69, 25);
  736. this.radioBulgarian.TabIndex = 126;
  737. this.radioBulgarian.Tag = "";
  738. this.radioBulgarian.Text = "فارسی";
  739. this.radioBulgarian.UseVisualStyleBackColor = true;
  740. this.radioBulgarian.CheckedChanged += new System.EventHandler(this.radioBulgarian_CheckedChanged);
  741. //
  742. // pictureBox21
  743. //
  744. this.pictureBox21.Image = global::Optimizer.Properties.Resources.bulgaria;
  745. this.pictureBox21.Location = new System.Drawing.Point(13, 331);
  746. this.pictureBox21.Name = "pictureBox21";
  747. this.pictureBox21.Size = new System.Drawing.Size(32, 19);
  748. this.pictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  749. this.pictureBox21.TabIndex = 125;
  750. this.pictureBox21.TabStop = false;
  751. //
  752. // FirstRunForm
  753. //
  754. this.AcceptButton = this.btnStart;
  755. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  756. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  757. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  758. this.CancelButton = this.btnStart;
  759. this.ClientSize = new System.Drawing.Size(336, 443);
  760. this.Controls.Add(this.radioUkrainian);
  761. this.Controls.Add(this.pictureBox20);
  762. this.Controls.Add(this.radioBulgarian);
  763. this.Controls.Add(this.pictureBox21);
  764. this.Controls.Add(this.radioNepali);
  765. this.Controls.Add(this.pictureBox19);
  766. this.Controls.Add(this.radioFarsi);
  767. this.Controls.Add(this.pictureBox18);
  768. this.Controls.Add(this.radioJapanese);
  769. this.Controls.Add(this.pictureBox17);
  770. this.Controls.Add(this.radioDutch);
  771. this.Controls.Add(this.pictureBox16);
  772. this.Controls.Add(this.radioRomanian);
  773. this.Controls.Add(this.pictureBox15);
  774. this.Controls.Add(this.radioHungarian);
  775. this.Controls.Add(this.pictureBox14);
  776. this.Controls.Add(this.radioKurdish);
  777. this.Controls.Add(this.pictureBox13);
  778. this.Controls.Add(this.radioArabic);
  779. this.Controls.Add(this.pictureBox12);
  780. this.Controls.Add(this.radioPolish);
  781. this.Controls.Add(this.pictureBox11);
  782. this.Controls.Add(this.radioKorean);
  783. this.Controls.Add(this.pictureBox10);
  784. this.Controls.Add(this.radioTaiwan);
  785. this.Controls.Add(this.pictureBox9);
  786. this.Controls.Add(this.radioCzech);
  787. this.Controls.Add(this.pictureBox8);
  788. this.Controls.Add(this.radioChinese);
  789. this.Controls.Add(this.pictureBox7);
  790. this.Controls.Add(this.radioItalian);
  791. this.Controls.Add(this.pictureBox6);
  792. this.Controls.Add(this.radioFrench);
  793. this.Controls.Add(this.pictureBox5);
  794. this.Controls.Add(this.radioPortuguese);
  795. this.Controls.Add(this.pictureBox4);
  796. this.Controls.Add(this.radioSpanish);
  797. this.Controls.Add(this.pictureBox3);
  798. this.Controls.Add(this.radioGerman);
  799. this.Controls.Add(this.pictureBox2);
  800. this.Controls.Add(this.radioTurkish);
  801. this.Controls.Add(this.pictureBox1);
  802. this.Controls.Add(this.btnStart);
  803. this.Controls.Add(this.pictureBox88);
  804. this.Controls.Add(this.radioHellenic);
  805. this.Controls.Add(this.pictureBox87);
  806. this.Controls.Add(this.radioEnglish);
  807. this.Controls.Add(this.radioRussian);
  808. this.Controls.Add(this.pictureBox86);
  809. this.DoubleBuffered = true;
  810. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  811. this.ForeColor = System.Drawing.Color.White;
  812. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  813. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  814. this.MaximizeBox = false;
  815. this.MinimizeBox = false;
  816. this.Name = "FirstRunForm";
  817. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  818. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  819. this.Text = "Optimizer";
  820. this.Load += new System.EventHandler(this.FirstRunForm_Load);
  821. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit();
  822. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit();
  823. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit();
  824. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  825. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  826. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  829. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  830. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  831. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  832. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
  833. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
  834. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
  835. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
  838. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
  839. ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
  840. ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
  842. ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
  843. ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
  844. ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit();
  845. this.ResumeLayout(false);
  846. this.PerformLayout();
  847. }
  848. #endregion
  849. private System.Windows.Forms.PictureBox pictureBox88;
  850. private MoonRadio radioHellenic;
  851. private System.Windows.Forms.PictureBox pictureBox87;
  852. private MoonRadio radioEnglish;
  853. private MoonRadio radioRussian;
  854. private System.Windows.Forms.PictureBox pictureBox86;
  855. private System.Windows.Forms.Button btnStart;
  856. private System.Windows.Forms.PictureBox pictureBox1;
  857. private MoonRadio radioTurkish;
  858. private MoonRadio radioGerman;
  859. private System.Windows.Forms.PictureBox pictureBox2;
  860. private MoonRadio radioSpanish;
  861. private System.Windows.Forms.PictureBox pictureBox3;
  862. private MoonRadio radioPortuguese;
  863. private System.Windows.Forms.PictureBox pictureBox4;
  864. private MoonRadio radioFrench;
  865. private System.Windows.Forms.PictureBox pictureBox5;
  866. private MoonRadio radioItalian;
  867. private System.Windows.Forms.PictureBox pictureBox6;
  868. private MoonRadio radioChinese;
  869. private System.Windows.Forms.PictureBox pictureBox7;
  870. private MoonRadio radioCzech;
  871. private System.Windows.Forms.PictureBox pictureBox8;
  872. private MoonRadio radioTaiwan;
  873. private System.Windows.Forms.PictureBox pictureBox9;
  874. private MoonRadio radioKorean;
  875. private System.Windows.Forms.PictureBox pictureBox10;
  876. private MoonRadio radioPolish;
  877. private System.Windows.Forms.PictureBox pictureBox11;
  878. private MoonRadio radioArabic;
  879. private System.Windows.Forms.PictureBox pictureBox12;
  880. private MoonRadio radioKurdish;
  881. private System.Windows.Forms.PictureBox pictureBox13;
  882. private MoonRadio radioHungarian;
  883. private System.Windows.Forms.PictureBox pictureBox14;
  884. private MoonRadio radioRomanian;
  885. private System.Windows.Forms.PictureBox pictureBox15;
  886. private MoonRadio radioDutch;
  887. private System.Windows.Forms.PictureBox pictureBox16;
  888. private System.Windows.Forms.PictureBox pictureBox17;
  889. private MoonRadio radioJapanese;
  890. private MoonRadio radioFarsi;
  891. private System.Windows.Forms.PictureBox pictureBox18;
  892. private MoonRadio radioNepali;
  893. private System.Windows.Forms.PictureBox pictureBox19;
  894. private MoonRadio radioUkrainian;
  895. private System.Windows.Forms.PictureBox pictureBox20;
  896. private MoonRadio radioBulgarian;
  897. private System.Windows.Forms.PictureBox pictureBox21;
  898. }
  899. }