FirstRunForm.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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.pictureBox85 = new System.Windows.Forms.PictureBox();
  34. this.btnStart = new System.Windows.Forms.Button();
  35. this.radioHellenic = new Optimizer.ColoredRadioButton();
  36. this.radioEnglish = new Optimizer.ColoredRadioButton();
  37. this.radioRussian = new Optimizer.ColoredRadioButton();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.radioTurkish = new Optimizer.ColoredRadioButton();
  40. this.radioGerman = new Optimizer.ColoredRadioButton();
  41. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  42. this.radioSpanish = new Optimizer.ColoredRadioButton();
  43. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  44. this.radioPortuguese = new Optimizer.ColoredRadioButton();
  45. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  46. this.radioFrench = new Optimizer.ColoredRadioButton();
  47. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  48. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // pictureBox88
  60. //
  61. this.pictureBox88.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox88.Image")));
  62. this.pictureBox88.Location = new System.Drawing.Point(34, 117);
  63. this.pictureBox88.Name = "pictureBox88";
  64. this.pictureBox88.Size = new System.Drawing.Size(36, 22);
  65. this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  66. this.pictureBox88.TabIndex = 83;
  67. this.pictureBox88.TabStop = false;
  68. this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click);
  69. //
  70. // pictureBox87
  71. //
  72. this.pictureBox87.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox87.Image")));
  73. this.pictureBox87.Location = new System.Drawing.Point(34, 88);
  74. this.pictureBox87.Name = "pictureBox87";
  75. this.pictureBox87.Size = new System.Drawing.Size(36, 22);
  76. this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  77. this.pictureBox87.TabIndex = 82;
  78. this.pictureBox87.TabStop = false;
  79. this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click);
  80. //
  81. // pictureBox86
  82. //
  83. this.pictureBox86.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox86.Image")));
  84. this.pictureBox86.Location = new System.Drawing.Point(34, 59);
  85. this.pictureBox86.Name = "pictureBox86";
  86. this.pictureBox86.Size = new System.Drawing.Size(36, 22);
  87. this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  88. this.pictureBox86.TabIndex = 81;
  89. this.pictureBox86.TabStop = false;
  90. this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click);
  91. //
  92. // pictureBox85
  93. //
  94. this.pictureBox85.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox85.Image")));
  95. this.pictureBox85.Location = new System.Drawing.Point(84, 12);
  96. this.pictureBox85.Name = "pictureBox85";
  97. this.pictureBox85.Size = new System.Drawing.Size(36, 36);
  98. this.pictureBox85.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  99. this.pictureBox85.TabIndex = 85;
  100. this.pictureBox85.TabStop = false;
  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.MediumOrchid;
  107. this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  108. this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.MediumOrchid;
  109. this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
  110. this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
  111. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  112. this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. this.btnStart.ForeColor = System.Drawing.Color.White;
  114. this.btnStart.Location = new System.Drawing.Point(11, 307);
  115. this.btnStart.Margin = new System.Windows.Forms.Padding(2);
  116. this.btnStart.Name = "btnStart";
  117. this.btnStart.Size = new System.Drawing.Size(180, 31);
  118. this.btnStart.TabIndex = 86;
  119. this.btnStart.Tag = "";
  120. this.btnStart.Text = "✓";
  121. this.btnStart.UseVisualStyleBackColor = false;
  122. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  123. //
  124. // radioHellenic
  125. //
  126. this.radioHellenic.AutoSize = true;
  127. this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  128. this.radioHellenic.ForeColor = System.Drawing.Color.White;
  129. this.radioHellenic.Location = new System.Drawing.Point(75, 116);
  130. this.radioHellenic.Margin = new System.Windows.Forms.Padding(2);
  131. this.radioHellenic.Name = "radioHellenic";
  132. this.radioHellenic.Size = new System.Drawing.Size(94, 25);
  133. this.radioHellenic.TabIndex = 84;
  134. this.radioHellenic.Tag = "";
  135. this.radioHellenic.Text = "Ελληνικά";
  136. this.radioHellenic.UseVisualStyleBackColor = true;
  137. this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged);
  138. //
  139. // radioEnglish
  140. //
  141. this.radioEnglish.AutoSize = true;
  142. this.radioEnglish.Checked = true;
  143. this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline);
  144. this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid;
  145. this.radioEnglish.Location = new System.Drawing.Point(75, 58);
  146. this.radioEnglish.Margin = new System.Windows.Forms.Padding(2);
  147. this.radioEnglish.Name = "radioEnglish";
  148. this.radioEnglish.Size = new System.Drawing.Size(79, 25);
  149. this.radioEnglish.TabIndex = 80;
  150. this.radioEnglish.TabStop = true;
  151. this.radioEnglish.Tag = "themeable";
  152. this.radioEnglish.Text = "English";
  153. this.radioEnglish.UseVisualStyleBackColor = true;
  154. this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged);
  155. //
  156. // radioRussian
  157. //
  158. this.radioRussian.AutoSize = true;
  159. this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  160. this.radioRussian.ForeColor = System.Drawing.Color.White;
  161. this.radioRussian.Location = new System.Drawing.Point(75, 87);
  162. this.radioRussian.Margin = new System.Windows.Forms.Padding(2);
  163. this.radioRussian.Name = "radioRussian";
  164. this.radioRussian.Size = new System.Drawing.Size(90, 25);
  165. this.radioRussian.TabIndex = 79;
  166. this.radioRussian.Tag = "";
  167. this.radioRussian.Text = "русский";
  168. this.radioRussian.UseVisualStyleBackColor = true;
  169. this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged);
  170. //
  171. // pictureBox1
  172. //
  173. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  174. this.pictureBox1.Location = new System.Drawing.Point(34, 175);
  175. this.pictureBox1.Name = "pictureBox1";
  176. this.pictureBox1.Size = new System.Drawing.Size(36, 22);
  177. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  178. this.pictureBox1.TabIndex = 87;
  179. this.pictureBox1.TabStop = false;
  180. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  181. //
  182. // radioTurkish
  183. //
  184. this.radioTurkish.AutoSize = true;
  185. this.radioTurkish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  186. this.radioTurkish.ForeColor = System.Drawing.Color.White;
  187. this.radioTurkish.Location = new System.Drawing.Point(75, 174);
  188. this.radioTurkish.Margin = new System.Windows.Forms.Padding(2);
  189. this.radioTurkish.Name = "radioTurkish";
  190. this.radioTurkish.Size = new System.Drawing.Size(76, 25);
  191. this.radioTurkish.TabIndex = 88;
  192. this.radioTurkish.Tag = "";
  193. this.radioTurkish.Text = "Türkçe";
  194. this.radioTurkish.UseVisualStyleBackColor = true;
  195. this.radioTurkish.CheckedChanged += new System.EventHandler(this.radioTurkish_CheckedChanged);
  196. //
  197. // radioGerman
  198. //
  199. this.radioGerman.AutoSize = true;
  200. this.radioGerman.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  201. this.radioGerman.ForeColor = System.Drawing.Color.White;
  202. this.radioGerman.Location = new System.Drawing.Point(75, 145);
  203. this.radioGerman.Margin = new System.Windows.Forms.Padding(2);
  204. this.radioGerman.Name = "radioGerman";
  205. this.radioGerman.Size = new System.Drawing.Size(87, 25);
  206. this.radioGerman.TabIndex = 90;
  207. this.radioGerman.Tag = "";
  208. this.radioGerman.Text = "Deutsch";
  209. this.radioGerman.UseVisualStyleBackColor = true;
  210. this.radioGerman.CheckedChanged += new System.EventHandler(this.radioGerman_CheckedChanged);
  211. //
  212. // pictureBox2
  213. //
  214. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  215. this.pictureBox2.Location = new System.Drawing.Point(34, 146);
  216. this.pictureBox2.Name = "pictureBox2";
  217. this.pictureBox2.Size = new System.Drawing.Size(36, 22);
  218. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  219. this.pictureBox2.TabIndex = 89;
  220. this.pictureBox2.TabStop = false;
  221. this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
  222. //
  223. // radioSpanish
  224. //
  225. this.radioSpanish.AutoSize = true;
  226. this.radioSpanish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  227. this.radioSpanish.ForeColor = System.Drawing.Color.White;
  228. this.radioSpanish.Location = new System.Drawing.Point(75, 203);
  229. this.radioSpanish.Margin = new System.Windows.Forms.Padding(2);
  230. this.radioSpanish.Name = "radioSpanish";
  231. this.radioSpanish.Size = new System.Drawing.Size(84, 25);
  232. this.radioSpanish.TabIndex = 92;
  233. this.radioSpanish.Tag = "";
  234. this.radioSpanish.Text = "Español";
  235. this.radioSpanish.UseVisualStyleBackColor = true;
  236. this.radioSpanish.CheckedChanged += new System.EventHandler(this.radioSpanish_CheckedChanged);
  237. //
  238. // pictureBox3
  239. //
  240. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  241. this.pictureBox3.Location = new System.Drawing.Point(34, 204);
  242. this.pictureBox3.Name = "pictureBox3";
  243. this.pictureBox3.Size = new System.Drawing.Size(36, 22);
  244. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  245. this.pictureBox3.TabIndex = 91;
  246. this.pictureBox3.TabStop = false;
  247. this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
  248. //
  249. // radioPortuguese
  250. //
  251. this.radioPortuguese.AutoSize = true;
  252. this.radioPortuguese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  253. this.radioPortuguese.ForeColor = System.Drawing.Color.White;
  254. this.radioPortuguese.Location = new System.Drawing.Point(75, 232);
  255. this.radioPortuguese.Margin = new System.Windows.Forms.Padding(2);
  256. this.radioPortuguese.Name = "radioPortuguese";
  257. this.radioPortuguese.Size = new System.Drawing.Size(102, 25);
  258. this.radioPortuguese.TabIndex = 94;
  259. this.radioPortuguese.Tag = "";
  260. this.radioPortuguese.Text = "Português";
  261. this.radioPortuguese.UseVisualStyleBackColor = true;
  262. this.radioPortuguese.CheckedChanged += new System.EventHandler(this.radioPortuguese_CheckedChanged);
  263. //
  264. // pictureBox4
  265. //
  266. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  267. this.pictureBox4.Location = new System.Drawing.Point(34, 233);
  268. this.pictureBox4.Name = "pictureBox4";
  269. this.pictureBox4.Size = new System.Drawing.Size(36, 22);
  270. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  271. this.pictureBox4.TabIndex = 93;
  272. this.pictureBox4.TabStop = false;
  273. this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
  274. //
  275. // radioFrench
  276. //
  277. this.radioFrench.AutoSize = true;
  278. this.radioFrench.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  279. this.radioFrench.ForeColor = System.Drawing.Color.White;
  280. this.radioFrench.Location = new System.Drawing.Point(76, 261);
  281. this.radioFrench.Margin = new System.Windows.Forms.Padding(2);
  282. this.radioFrench.Name = "radioFrench";
  283. this.radioFrench.Size = new System.Drawing.Size(86, 25);
  284. this.radioFrench.TabIndex = 96;
  285. this.radioFrench.Tag = "";
  286. this.radioFrench.Text = "Français";
  287. this.radioFrench.UseVisualStyleBackColor = true;
  288. this.radioFrench.CheckedChanged += new System.EventHandler(this.radioFrench_CheckedChanged);
  289. //
  290. // pictureBox5
  291. //
  292. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  293. this.pictureBox5.Location = new System.Drawing.Point(35, 262);
  294. this.pictureBox5.Name = "pictureBox5";
  295. this.pictureBox5.Size = new System.Drawing.Size(36, 22);
  296. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  297. this.pictureBox5.TabIndex = 95;
  298. this.pictureBox5.TabStop = false;
  299. this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
  300. //
  301. // FirstRunForm
  302. //
  303. this.AcceptButton = this.btnStart;
  304. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  305. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  306. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  307. this.CancelButton = this.btnStart;
  308. this.ClientSize = new System.Drawing.Size(202, 349);
  309. this.Controls.Add(this.radioFrench);
  310. this.Controls.Add(this.pictureBox5);
  311. this.Controls.Add(this.radioPortuguese);
  312. this.Controls.Add(this.pictureBox4);
  313. this.Controls.Add(this.radioSpanish);
  314. this.Controls.Add(this.pictureBox3);
  315. this.Controls.Add(this.radioGerman);
  316. this.Controls.Add(this.pictureBox2);
  317. this.Controls.Add(this.radioTurkish);
  318. this.Controls.Add(this.pictureBox1);
  319. this.Controls.Add(this.btnStart);
  320. this.Controls.Add(this.pictureBox85);
  321. this.Controls.Add(this.pictureBox88);
  322. this.Controls.Add(this.radioHellenic);
  323. this.Controls.Add(this.pictureBox87);
  324. this.Controls.Add(this.radioEnglish);
  325. this.Controls.Add(this.radioRussian);
  326. this.Controls.Add(this.pictureBox86);
  327. this.DoubleBuffered = true;
  328. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  329. this.ForeColor = System.Drawing.Color.White;
  330. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  331. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  332. this.MaximizeBox = false;
  333. this.MinimizeBox = false;
  334. this.Name = "FirstRunForm";
  335. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  336. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  337. this.Text = "Optimizer";
  338. this.Load += new System.EventHandler(this.FirstRunForm_Load);
  339. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  348. this.ResumeLayout(false);
  349. this.PerformLayout();
  350. }
  351. #endregion
  352. private System.Windows.Forms.PictureBox pictureBox88;
  353. private ColoredRadioButton radioHellenic;
  354. private System.Windows.Forms.PictureBox pictureBox87;
  355. private ColoredRadioButton radioEnglish;
  356. private ColoredRadioButton radioRussian;
  357. private System.Windows.Forms.PictureBox pictureBox86;
  358. private System.Windows.Forms.PictureBox pictureBox85;
  359. private System.Windows.Forms.Button btnStart;
  360. private System.Windows.Forms.PictureBox pictureBox1;
  361. private ColoredRadioButton radioTurkish;
  362. private ColoredRadioButton radioGerman;
  363. private System.Windows.Forms.PictureBox pictureBox2;
  364. private ColoredRadioButton radioSpanish;
  365. private System.Windows.Forms.PictureBox pictureBox3;
  366. private ColoredRadioButton radioPortuguese;
  367. private System.Windows.Forms.PictureBox pictureBox4;
  368. private ColoredRadioButton radioFrench;
  369. private System.Windows.Forms.PictureBox pictureBox5;
  370. }
  371. }