namespace Optimizer
{
partial class HostsEditorForm
{
///
/// 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(HostsEditorForm));
this.bpanel = new System.Windows.Forms.Panel();
this.closebtn = new System.Windows.Forms.Button();
this.savebtn = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.bpanel.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// bpanel
//
this.bpanel.Controls.Add(this.closebtn);
this.bpanel.Controls.Add(this.savebtn);
this.bpanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bpanel.Location = new System.Drawing.Point(0, 490);
this.bpanel.Name = "bpanel";
this.bpanel.Size = new System.Drawing.Size(755, 61);
this.bpanel.TabIndex = 0;
//
// closebtn
//
this.closebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.closebtn.BackColor = System.Drawing.Color.DodgerBlue;
this.closebtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.closebtn.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.closebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
this.closebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.closebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.closebtn.ForeColor = System.Drawing.Color.White;
this.closebtn.Location = new System.Drawing.Point(559, 10);
this.closebtn.Name = "closebtn";
this.closebtn.Size = new System.Drawing.Size(89, 39);
this.closebtn.TabIndex = 35;
this.closebtn.Tag = "themeable";
this.closebtn.Text = "Close";
this.closebtn.UseVisualStyleBackColor = false;
this.closebtn.Click += new System.EventHandler(this.button1_Click);
//
// savebtn
//
this.savebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.savebtn.BackColor = System.Drawing.Color.DodgerBlue;
this.savebtn.FlatAppearance.BorderColor = System.Drawing.Color.DodgerBlue;
this.savebtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.RoyalBlue;
this.savebtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
this.savebtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.savebtn.ForeColor = System.Drawing.Color.White;
this.savebtn.Location = new System.Drawing.Point(654, 10);
this.savebtn.Name = "savebtn";
this.savebtn.Size = new System.Drawing.Size(89, 39);
this.savebtn.TabIndex = 34;
this.savebtn.Tag = "themeable";
this.savebtn.Text = "Save";
this.savebtn.UseVisualStyleBackColor = false;
this.savebtn.Click += new System.EventHandler(this.button7_Click);
//
// panel1
//
this.panel1.Controls.Add(this.textBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(755, 490);
this.panel1.TabIndex = 1;
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
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(0, 0);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(755, 490);
this.textBox1.TabIndex = 0;
//
// HostsEditor
//
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.closebtn;
this.ClientSize = new System.Drawing.Size(755, 551);
this.Controls.Add(this.panel1);
this.Controls.Add(this.bpanel);
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.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MinimizeBox = false;
this.Name = "HostsEditor";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Hosts Editor";
this.Load += new System.EventHandler(this.HostsEditor_Load);
this.bpanel.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel bpanel;
private System.Windows.Forms.Button closebtn;
private System.Windows.Forms.Button savebtn;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBox1;
}
}