FirstRunForm.Designer.cs 19 KB

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