FirstRunForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // pictureBox88
  45. //
  46. this.pictureBox88.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox88.Image")));
  47. this.pictureBox88.Location = new System.Drawing.Point(34, 124);
  48. this.pictureBox88.Name = "pictureBox88";
  49. this.pictureBox88.Size = new System.Drawing.Size(36, 22);
  50. this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  51. this.pictureBox88.TabIndex = 83;
  52. this.pictureBox88.TabStop = false;
  53. this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click);
  54. //
  55. // pictureBox87
  56. //
  57. this.pictureBox87.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox87.Image")));
  58. this.pictureBox87.Location = new System.Drawing.Point(34, 95);
  59. this.pictureBox87.Name = "pictureBox87";
  60. this.pictureBox87.Size = new System.Drawing.Size(36, 22);
  61. this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  62. this.pictureBox87.TabIndex = 82;
  63. this.pictureBox87.TabStop = false;
  64. this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click);
  65. //
  66. // pictureBox86
  67. //
  68. this.pictureBox86.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox86.Image")));
  69. this.pictureBox86.Location = new System.Drawing.Point(34, 66);
  70. this.pictureBox86.Name = "pictureBox86";
  71. this.pictureBox86.Size = new System.Drawing.Size(36, 22);
  72. this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  73. this.pictureBox86.TabIndex = 81;
  74. this.pictureBox86.TabStop = false;
  75. this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click);
  76. //
  77. // pictureBox85
  78. //
  79. this.pictureBox85.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox85.Image")));
  80. this.pictureBox85.Location = new System.Drawing.Point(77, 9);
  81. this.pictureBox85.Name = "pictureBox85";
  82. this.pictureBox85.Size = new System.Drawing.Size(48, 48);
  83. this.pictureBox85.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  84. this.pictureBox85.TabIndex = 85;
  85. this.pictureBox85.TabStop = false;
  86. //
  87. // btnStart
  88. //
  89. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnStart.BackColor = System.Drawing.Color.MediumOrchid;
  91. this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  92. this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.MediumOrchid;
  93. this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
  94. this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
  95. this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  96. this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  97. this.btnStart.ForeColor = System.Drawing.Color.White;
  98. this.btnStart.Location = new System.Drawing.Point(11, 167);
  99. this.btnStart.Margin = new System.Windows.Forms.Padding(2);
  100. this.btnStart.Name = "btnStart";
  101. this.btnStart.Size = new System.Drawing.Size(180, 31);
  102. this.btnStart.TabIndex = 86;
  103. this.btnStart.Tag = "";
  104. this.btnStart.Text = "✓";
  105. this.btnStart.UseVisualStyleBackColor = false;
  106. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  107. //
  108. // radioHellenic
  109. //
  110. this.radioHellenic.AutoSize = true;
  111. this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  112. this.radioHellenic.ForeColor = System.Drawing.Color.White;
  113. this.radioHellenic.Location = new System.Drawing.Point(75, 123);
  114. this.radioHellenic.Margin = new System.Windows.Forms.Padding(2);
  115. this.radioHellenic.Name = "radioHellenic";
  116. this.radioHellenic.Size = new System.Drawing.Size(94, 25);
  117. this.radioHellenic.TabIndex = 84;
  118. this.radioHellenic.Tag = "";
  119. this.radioHellenic.Text = "Ελληνικά";
  120. this.radioHellenic.UseVisualStyleBackColor = true;
  121. this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged);
  122. //
  123. // radioEnglish
  124. //
  125. this.radioEnglish.AutoSize = true;
  126. this.radioEnglish.Checked = true;
  127. this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline);
  128. this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid;
  129. this.radioEnglish.Location = new System.Drawing.Point(75, 65);
  130. this.radioEnglish.Margin = new System.Windows.Forms.Padding(2);
  131. this.radioEnglish.Name = "radioEnglish";
  132. this.radioEnglish.Size = new System.Drawing.Size(79, 25);
  133. this.radioEnglish.TabIndex = 80;
  134. this.radioEnglish.TabStop = true;
  135. this.radioEnglish.Tag = "themeable";
  136. this.radioEnglish.Text = "English";
  137. this.radioEnglish.UseVisualStyleBackColor = true;
  138. this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged);
  139. //
  140. // radioRussian
  141. //
  142. this.radioRussian.AutoSize = true;
  143. this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
  144. this.radioRussian.ForeColor = System.Drawing.Color.White;
  145. this.radioRussian.Location = new System.Drawing.Point(75, 94);
  146. this.radioRussian.Margin = new System.Windows.Forms.Padding(2);
  147. this.radioRussian.Name = "radioRussian";
  148. this.radioRussian.Size = new System.Drawing.Size(90, 25);
  149. this.radioRussian.TabIndex = 79;
  150. this.radioRussian.Tag = "";
  151. this.radioRussian.Text = "русский";
  152. this.radioRussian.UseVisualStyleBackColor = true;
  153. this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged);
  154. //
  155. // FirstRunForm
  156. //
  157. this.AcceptButton = this.btnStart;
  158. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  159. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  160. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  161. this.CancelButton = this.btnStart;
  162. this.ClientSize = new System.Drawing.Size(202, 209);
  163. this.Controls.Add(this.btnStart);
  164. this.Controls.Add(this.pictureBox85);
  165. this.Controls.Add(this.pictureBox88);
  166. this.Controls.Add(this.radioHellenic);
  167. this.Controls.Add(this.pictureBox87);
  168. this.Controls.Add(this.radioEnglish);
  169. this.Controls.Add(this.radioRussian);
  170. this.Controls.Add(this.pictureBox86);
  171. this.DoubleBuffered = true;
  172. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173. this.ForeColor = System.Drawing.Color.White;
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  175. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  176. this.MaximizeBox = false;
  177. this.MinimizeBox = false;
  178. this.Name = "FirstRunForm";
  179. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  180. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  181. this.Text = "Optimizer";
  182. this.Load += new System.EventHandler(this.FirstRunForm_Load);
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.PictureBox pictureBox88;
  192. private ColoredRadioButton radioHellenic;
  193. private System.Windows.Forms.PictureBox pictureBox87;
  194. private ColoredRadioButton radioEnglish;
  195. private ColoredRadioButton radioRussian;
  196. private System.Windows.Forms.PictureBox pictureBox86;
  197. private System.Windows.Forms.PictureBox pictureBox85;
  198. private System.Windows.Forms.Button btnStart;
  199. }
  200. }