FirstRunForm.Designer.cs 13 KB

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