123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- namespace Optimizer
- {
- partial class EdgeForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EdgeForm));
- 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(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(426, 35);
- 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.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.ForeColor = System.Drawing.Color.DodgerBlue;
- this.label2.Location = new System.Drawing.Point(13, 84);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(124, 28);
- this.label2.TabIndex = 34;
- this.label2.Tag = "themeable";
- 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(18, 47);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(472, 34);
- 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(306, 135);
- this.cancel.Name = "cancel";
- this.cancel.Size = new System.Drawing.Size(89, 39);
- 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(401, 135);
- this.ok.Name = "ok";
- this.ok.Size = new System.Drawing.Size(89, 39);
- 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);
- //
- // EdgeFolder
- //
- this.AcceptButton = this.ok;
- this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
- 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(502, 186);
- 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(3, 4, 3, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "EdgeFolder";
- 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;
- }
- }
|