FirstRunForm.Designer.cs 20 KB

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