mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
270 lines
13 KiB
C#
270 lines
13 KiB
C#
namespace DnsServerSystemTrayApp
|
|
{
|
|
partial class frmManageDnsProviders
|
|
{
|
|
/// <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(frmManageDnsProviders));
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnDelete = new System.Windows.Forms.Button();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.btnAddUpdate = new System.Windows.Forms.Button();
|
|
this.txtIpv6Addresses = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txtIpv4Addresses = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtDnsProviderName = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnRestoreDefaults = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.columnHeader1,
|
|
this.columnHeader2,
|
|
this.columnHeader3});
|
|
this.listView1.FullRowSelect = true;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(12, 12);
|
|
this.listView1.MultiSelect = false;
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(660, 200);
|
|
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
|
|
this.listView1.TabIndex = 0;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
|
|
//
|
|
// columnHeader1
|
|
//
|
|
this.columnHeader1.Text = "DNS Provider";
|
|
this.columnHeader1.Width = 150;
|
|
//
|
|
// columnHeader2
|
|
//
|
|
this.columnHeader2.Text = "IPv4 Addresses";
|
|
this.columnHeader2.Width = 240;
|
|
//
|
|
// columnHeader3
|
|
//
|
|
this.columnHeader3.Text = "IPv6 Addresses";
|
|
this.columnHeader3.Width = 240;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox1.Controls.Add(this.btnDelete);
|
|
this.groupBox1.Controls.Add(this.btnClear);
|
|
this.groupBox1.Controls.Add(this.btnAddUpdate);
|
|
this.groupBox1.Controls.Add(this.txtIpv6Addresses);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.txtIpv4Addresses);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.txtDnsProviderName);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 216);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(661, 130);
|
|
this.groupBox1.TabIndex = 9;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Enabled = false;
|
|
this.btnDelete.Location = new System.Drawing.Point(179, 97);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDelete.TabIndex = 16;
|
|
this.btnDelete.Text = "&Delete";
|
|
this.btnDelete.UseVisualStyleBackColor = true;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// btnClear
|
|
//
|
|
this.btnClear.Location = new System.Drawing.Point(260, 97);
|
|
this.btnClear.Name = "btnClear";
|
|
this.btnClear.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClear.TabIndex = 17;
|
|
this.btnClear.Text = "&Clear";
|
|
this.btnClear.UseVisualStyleBackColor = true;
|
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
|
//
|
|
// btnAddUpdate
|
|
//
|
|
this.btnAddUpdate.Location = new System.Drawing.Point(98, 97);
|
|
this.btnAddUpdate.Name = "btnAddUpdate";
|
|
this.btnAddUpdate.Size = new System.Drawing.Size(75, 23);
|
|
this.btnAddUpdate.TabIndex = 15;
|
|
this.btnAddUpdate.Text = "&Add";
|
|
this.btnAddUpdate.UseVisualStyleBackColor = true;
|
|
this.btnAddUpdate.Click += new System.EventHandler(this.btnAddUpdate_Click);
|
|
//
|
|
// txtIpv6Addresses
|
|
//
|
|
this.txtIpv6Addresses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtIpv6Addresses.Location = new System.Drawing.Point(98, 71);
|
|
this.txtIpv6Addresses.MaxLength = 255;
|
|
this.txtIpv6Addresses.Name = "txtIpv6Addresses";
|
|
this.txtIpv6Addresses.Size = new System.Drawing.Size(552, 20);
|
|
this.txtIpv6Addresses.TabIndex = 14;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(11, 74);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(81, 13);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "IPv6 Addresses";
|
|
//
|
|
// txtIpv4Addresses
|
|
//
|
|
this.txtIpv4Addresses.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.txtIpv4Addresses.Location = new System.Drawing.Point(98, 45);
|
|
this.txtIpv4Addresses.MaxLength = 255;
|
|
this.txtIpv4Addresses.Name = "txtIpv4Addresses";
|
|
this.txtIpv4Addresses.Size = new System.Drawing.Size(552, 20);
|
|
this.txtIpv4Addresses.TabIndex = 12;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(11, 48);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(81, 13);
|
|
this.label2.TabIndex = 11;
|
|
this.label2.Text = "IPv4 Addresses";
|
|
//
|
|
// txtDnsProviderName
|
|
//
|
|
this.txtDnsProviderName.Location = new System.Drawing.Point(98, 19);
|
|
this.txtDnsProviderName.MaxLength = 255;
|
|
this.txtDnsProviderName.Name = "txtDnsProviderName";
|
|
this.txtDnsProviderName.Size = new System.Drawing.Size(200, 20);
|
|
this.txtDnsProviderName.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(20, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(72, 13);
|
|
this.label1.TabIndex = 9;
|
|
this.label1.Text = "DNS Provider";
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOK.Location = new System.Drawing.Point(517, 356);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOK.TabIndex = 10;
|
|
this.btnOK.Text = "OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(598, 356);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 11;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnRestoreDefaults
|
|
//
|
|
this.btnRestoreDefaults.Location = new System.Drawing.Point(12, 356);
|
|
this.btnRestoreDefaults.Name = "btnRestoreDefaults";
|
|
this.btnRestoreDefaults.Size = new System.Drawing.Size(100, 23);
|
|
this.btnRestoreDefaults.TabIndex = 12;
|
|
this.btnRestoreDefaults.Text = "Restore &Defaults";
|
|
this.btnRestoreDefaults.UseVisualStyleBackColor = true;
|
|
this.btnRestoreDefaults.Click += new System.EventHandler(this.btnRestoreDefaults_Click);
|
|
//
|
|
// frmManageDnsProviders
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(684, 386);
|
|
this.Controls.Add(this.btnRestoreDefaults);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.listView1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "frmManageDnsProviders";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Manage Network DNS Providers - Technitium DNS Server";
|
|
this.Load += new System.EventHandler(this.frmManageDnsProviders_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.Button btnAddUpdate;
|
|
private System.Windows.Forms.TextBox txtIpv6Addresses;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtIpv4Addresses;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtDnsProviderName;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnRestoreDefaults;
|
|
private System.Windows.Forms.Button btnDelete;
|
|
}
|
|
} |