namespace HelpersLib { partial class DNSChangerForm { /// /// 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.cbAdapters = new System.Windows.Forms.ComboBox(); this.lblAdapters = new System.Windows.Forms.Label(); this.txtPreferredDNS = new System.Windows.Forms.TextBox(); this.lblPreferredDNS = new System.Windows.Forms.Label(); this.lblAlternateDNS = new System.Windows.Forms.Label(); this.txtAlternateDNS = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.cbDNSType = new System.Windows.Forms.ComboBox(); this.lblDNS = new System.Windows.Forms.Label(); this.SuspendLayout(); // // cbAdapters // this.cbAdapters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAdapters.FormattingEnabled = true; this.cbAdapters.Location = new System.Drawing.Point(136, 12); this.cbAdapters.Name = "cbAdapters"; this.cbAdapters.Size = new System.Drawing.Size(256, 21); this.cbAdapters.TabIndex = 0; this.cbAdapters.SelectedIndexChanged += new System.EventHandler(this.cbAdapters_SelectedIndexChanged); // // lblAdapters // this.lblAdapters.AutoSize = true; this.lblAdapters.Location = new System.Drawing.Point(16, 16); this.lblAdapters.Name = "lblAdapters"; this.lblAdapters.Size = new System.Drawing.Size(52, 13); this.lblAdapters.TabIndex = 1; this.lblAdapters.Text = "Adapters:"; // // txtPreferredDNS // this.txtPreferredDNS.Location = new System.Drawing.Point(136, 60); this.txtPreferredDNS.Name = "txtPreferredDNS"; this.txtPreferredDNS.Size = new System.Drawing.Size(256, 20); this.txtPreferredDNS.TabIndex = 2; this.txtPreferredDNS.TextChanged += new System.EventHandler(this.txtPreferredDNS_TextChanged); // // lblPreferredDNS // this.lblPreferredDNS.AutoSize = true; this.lblPreferredDNS.Location = new System.Drawing.Point(16, 64); this.lblPreferredDNS.Name = "lblPreferredDNS"; this.lblPreferredDNS.Size = new System.Drawing.Size(111, 13); this.lblPreferredDNS.TabIndex = 3; this.lblPreferredDNS.Text = "Preferred DNS server:"; // // lblAlternateDNS // this.lblAlternateDNS.AutoSize = true; this.lblAlternateDNS.Location = new System.Drawing.Point(16, 88); this.lblAlternateDNS.Name = "lblAlternateDNS"; this.lblAlternateDNS.Size = new System.Drawing.Size(110, 13); this.lblAlternateDNS.TabIndex = 4; this.lblAlternateDNS.Text = "Alternate DNS server:"; // // txtAlternateDNS // this.txtAlternateDNS.Location = new System.Drawing.Point(136, 84); this.txtAlternateDNS.Name = "txtAlternateDNS"; this.txtAlternateDNS.Size = new System.Drawing.Size(256, 20); this.txtAlternateDNS.TabIndex = 3; this.txtAlternateDNS.TextChanged += new System.EventHandler(this.txtAlternateDNS_TextChanged); // // btnSave // this.btnSave.Enabled = false; this.btnSave.Location = new System.Drawing.Point(192, 112); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(96, 24); this.btnSave.TabIndex = 4; this.btnSave.Text = "Save changes"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(296, 112); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(96, 23); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // cbDNSType // this.cbDNSType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDNSType.FormattingEnabled = true; this.cbDNSType.Location = new System.Drawing.Point(136, 36); this.cbDNSType.Name = "cbDNSType"; this.cbDNSType.Size = new System.Drawing.Size(256, 21); this.cbDNSType.TabIndex = 1; this.cbDNSType.SelectedIndexChanged += new System.EventHandler(this.cbDNSType_SelectedIndexChanged); // // lblDNS // this.lblDNS.AutoSize = true; this.lblDNS.Location = new System.Drawing.Point(16, 40); this.lblDNS.Name = "lblDNS"; this.lblDNS.Size = new System.Drawing.Size(70, 13); this.lblDNS.TabIndex = 9; this.lblDNS.Text = "DNS servers:"; // // DNSChangerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 145); this.Controls.Add(this.lblDNS); this.Controls.Add(this.cbDNSType); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtAlternateDNS); this.Controls.Add(this.lblAlternateDNS); this.Controls.Add(this.lblPreferredDNS); this.Controls.Add(this.txtPreferredDNS); this.Controls.Add(this.lblAdapters); this.Controls.Add(this.cbAdapters); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "DNSChangerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - DNS changer"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cbAdapters; private System.Windows.Forms.Label lblAdapters; private System.Windows.Forms.TextBox txtPreferredDNS; private System.Windows.Forms.Label lblPreferredDNS; private System.Windows.Forms.Label lblAlternateDNS; private System.Windows.Forms.TextBox txtAlternateDNS; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ComboBox cbDNSType; private System.Windows.Forms.Label lblDNS; } }