namespace Optimizer { partial class EdgeForm { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.cancel = new System.Windows.Forms.Button(); this.ok = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.DodgerBlue; this.label1.Location = new System.Drawing.Point(10, 7); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(341, 28); this.label1.TabIndex = 0; this.label1.Tag = "themeable"; this.label1.Text = "Enter your desired download folder:"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.Silver; this.label2.Location = new System.Drawing.Point(10, 67); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 21); this.label2.TabIndex = 34; this.label2.Tag = ""; this.label2.Text = "(Example: X:\\)"; // // textBox1 // this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.ForeColor = System.Drawing.Color.White; this.textBox1.Location = new System.Drawing.Point(14, 38); this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(378, 29); this.textBox1.TabIndex = 0; // // cancel // this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancel.BackColor = System.Drawing.Color.DodgerBlue; this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancel.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue; this.cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cancel.ForeColor = System.Drawing.Color.White; this.cancel.Location = new System.Drawing.Point(245, 108); this.cancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(71, 31); this.cancel.TabIndex = 36; this.cancel.Tag = "themeable"; this.cancel.Text = "Cancel"; this.cancel.UseVisualStyleBackColor = false; this.cancel.Click += new System.EventHandler(this.cancel_Click); // // ok // this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.ok.BackColor = System.Drawing.Color.DodgerBlue; this.ok.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue; this.ok.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue; this.ok.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.ok.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ok.ForeColor = System.Drawing.Color.White; this.ok.Location = new System.Drawing.Point(321, 108); this.ok.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.ok.Name = "ok"; this.ok.Size = new System.Drawing.Size(71, 31); this.ok.TabIndex = 35; this.ok.Tag = "themeable"; this.ok.Text = "OK"; this.ok.UseVisualStyleBackColor = false; this.ok.Click += new System.EventHandler(this.ok_Click); // // EdgeForm // this.AcceptButton = this.ok; 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.cancel; this.ClientSize = new System.Drawing.Size(402, 149); this.Controls.Add(this.cancel); this.Controls.Add(this.ok); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); 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.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EdgeForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Load += new System.EventHandler(this.EdgeFolder_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button cancel; private System.Windows.Forms.Button ok; } }