FirstRunForm.Designer.cs 15 KB

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