namespace Optimizer { partial class FirstRunForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirstRunForm)); this.pictureBox88 = new System.Windows.Forms.PictureBox(); this.pictureBox87 = new System.Windows.Forms.PictureBox(); this.pictureBox86 = new System.Windows.Forms.PictureBox(); this.pictureBox85 = new System.Windows.Forms.PictureBox(); this.btnStart = new System.Windows.Forms.Button(); this.radioHellenic = new Optimizer.ColoredRadioButton(); this.radioEnglish = new Optimizer.ColoredRadioButton(); this.radioRussian = new Optimizer.ColoredRadioButton(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit(); this.SuspendLayout(); // // pictureBox88 // this.pictureBox88.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox88.Image"))); this.pictureBox88.Location = new System.Drawing.Point(34, 124); this.pictureBox88.Name = "pictureBox88"; this.pictureBox88.Size = new System.Drawing.Size(36, 22); this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox88.TabIndex = 83; this.pictureBox88.TabStop = false; this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click); // // pictureBox87 // this.pictureBox87.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox87.Image"))); this.pictureBox87.Location = new System.Drawing.Point(34, 95); this.pictureBox87.Name = "pictureBox87"; this.pictureBox87.Size = new System.Drawing.Size(36, 22); this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox87.TabIndex = 82; this.pictureBox87.TabStop = false; this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click); // // pictureBox86 // this.pictureBox86.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox86.Image"))); this.pictureBox86.Location = new System.Drawing.Point(34, 66); this.pictureBox86.Name = "pictureBox86"; this.pictureBox86.Size = new System.Drawing.Size(36, 22); this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox86.TabIndex = 81; this.pictureBox86.TabStop = false; this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click); // // pictureBox85 // this.pictureBox85.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox85.Image"))); this.pictureBox85.Location = new System.Drawing.Point(77, 9); this.pictureBox85.Name = "pictureBox85"; this.pictureBox85.Size = new System.Drawing.Size(48, 48); this.pictureBox85.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox85.TabIndex = 85; this.pictureBox85.TabStop = false; // // btnStart // this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnStart.BackColor = System.Drawing.Color.MediumOrchid; this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.MediumOrchid; this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid; this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid; this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnStart.ForeColor = System.Drawing.Color.White; this.btnStart.Location = new System.Drawing.Point(11, 167); this.btnStart.Margin = new System.Windows.Forms.Padding(2); this.btnStart.Name = "btnStart"; this.btnStart.Size = new System.Drawing.Size(180, 31); this.btnStart.TabIndex = 86; this.btnStart.Tag = ""; this.btnStart.Text = "✓"; this.btnStart.UseVisualStyleBackColor = false; this.btnStart.Click += new System.EventHandler(this.btnStart_Click); // // radioHellenic // this.radioHellenic.AutoSize = true; this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F); this.radioHellenic.ForeColor = System.Drawing.Color.White; this.radioHellenic.Location = new System.Drawing.Point(75, 123); this.radioHellenic.Margin = new System.Windows.Forms.Padding(2); this.radioHellenic.Name = "radioHellenic"; this.radioHellenic.Size = new System.Drawing.Size(94, 25); this.radioHellenic.TabIndex = 84; this.radioHellenic.Tag = ""; this.radioHellenic.Text = "Ελληνικά"; this.radioHellenic.UseVisualStyleBackColor = true; this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged); // // radioEnglish // this.radioEnglish.AutoSize = true; this.radioEnglish.Checked = true; this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline); this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid; this.radioEnglish.Location = new System.Drawing.Point(75, 65); this.radioEnglish.Margin = new System.Windows.Forms.Padding(2); this.radioEnglish.Name = "radioEnglish"; this.radioEnglish.Size = new System.Drawing.Size(79, 25); this.radioEnglish.TabIndex = 80; this.radioEnglish.TabStop = true; this.radioEnglish.Tag = "themeable"; this.radioEnglish.Text = "English"; this.radioEnglish.UseVisualStyleBackColor = true; this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged); // // radioRussian // this.radioRussian.AutoSize = true; this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F); this.radioRussian.ForeColor = System.Drawing.Color.White; this.radioRussian.Location = new System.Drawing.Point(75, 94); this.radioRussian.Margin = new System.Windows.Forms.Padding(2); this.radioRussian.Name = "radioRussian"; this.radioRussian.Size = new System.Drawing.Size(90, 25); this.radioRussian.TabIndex = 79; this.radioRussian.Tag = ""; this.radioRussian.Text = "русский"; this.radioRussian.UseVisualStyleBackColor = true; this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged); // // FirstRunForm // this.AcceptButton = this.btnStart; this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.CancelButton = this.btnStart; this.ClientSize = new System.Drawing.Size(202, 209); this.Controls.Add(this.btnStart); this.Controls.Add(this.pictureBox85); this.Controls.Add(this.pictureBox88); this.Controls.Add(this.radioHellenic); this.Controls.Add(this.pictureBox87); this.Controls.Add(this.radioEnglish); this.Controls.Add(this.radioRussian); this.Controls.Add(this.pictureBox86); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FirstRunForm"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Optimizer"; this.Load += new System.EventHandler(this.FirstRunForm_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox88; private ColoredRadioButton radioHellenic; private System.Windows.Forms.PictureBox pictureBox87; private ColoredRadioButton radioEnglish; private ColoredRadioButton radioRussian; private System.Windows.Forms.PictureBox pictureBox86; private System.Windows.Forms.PictureBox pictureBox85; private System.Windows.Forms.Button btnStart; } }