FirstRunForm.Designer.cs 27 KB

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