FirstRunForm.Designer.cs 29 KB

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