FirstRunForm.Designer.cs 17 KB

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