FirstRunForm.Designer.cs 58 KB

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