FirstRunForm.Designer.cs 54 KB

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