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() { this.bpanel = new System.Windows.Forms.Panel(); this.closebtn = new MoonButton(); this.savebtn = new MoonButton(); this.panel1 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.RichTextBox(); 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, 491); this.bpanel.Margin = new System.Windows.Forms.Padding(2); this.bpanel.Name = "bpanel"; this.bpanel.Size = new System.Drawing.Size(615, 49); 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.BorderSize = 0; 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.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.closebtn.ForeColor = System.Drawing.Color.White; this.closebtn.Location = new System.Drawing.Point(277, 8); this.closebtn.Margin = new System.Windows.Forms.Padding(2); this.closebtn.Name = "closebtn"; this.closebtn.Size = new System.Drawing.Size(162, 31); 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.BorderSize = 0; 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.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.savebtn.ForeColor = System.Drawing.Color.White; this.savebtn.Location = new System.Drawing.Point(443, 8); this.savebtn.Margin = new System.Windows.Forms.Padding(2); this.savebtn.Name = "savebtn"; this.savebtn.Size = new System.Drawing.Size(162, 31); 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.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(615, 491); 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.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(615, 491); this.textBox1.TabIndex = 0; this.textBox1.Text = ""; // // HostsEditorForm // 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.closebtn; this.ClientSize = new System.Drawing.Size(615, 540); 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(2, 3, 2, 3); this.MinimizeBox = false; this.Name = "HostsEditorForm"; 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.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel bpanel; private MoonButton closebtn; private MoonButton savebtn; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.RichTextBox textBox1; } }