namespace DNS_Manager
{
partial class Listing
{
/// <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(Listing
));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripComboBoxZones = new System.Windows.Forms.ToolStripComboBox();
this.toolStripButtonSelectZone = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonSettings = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDropDownButtonHelp = new System.Windows.Forms.ToolStripDropDownButton();
this.visitWebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dataGridView = new System.Windows.Forms.DataGridView();
this.account_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.zone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Editable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.Record = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.statusStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripComboBoxZones,
this.toolStripButtonSelectZone,
this.toolStripButtonReload,
this.toolStripSeparator3,
this.toolStripButtonAdd,
this.toolStripButtonEdit,
this.toolStripButtonDelete,
this.toolStripSeparator4,
this.toolStripButtonSettings,
this.toolStripSeparator2,
this.toolStripDropDownButtonHelp});
this.toolStrip1.Location = new System.Drawing.Point(0,
0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(904,
25);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripComboBoxZones
//
this.toolStripComboBoxZones.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.toolStripComboBoxZones.DropDownWidth = 200;
this.toolStripComboBoxZones.Name = "toolStripComboBoxZones";
this.toolStripComboBoxZones.Size = new System.Drawing.Size(200,
25);
this.toolStripComboBoxZones.ToolTipText = "Zone";
//
// toolStripButtonSelectZone
//
this.toolStripButtonSelectZone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonSelectZone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelectZone.Image")));
this.toolStripButtonSelectZone.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonSelectZone.Name = "toolStripButtonSelectZone";
this.toolStripButtonSelectZone.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonSelectZone.Text = "Select Zone";
this.toolStripButtonSelectZone.Click += new System.EventHandler(this.toolStripButtonSelectDomain_Click);
//
// toolStripButtonReload
//
this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonReload.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReload.Image")));
this.toolStripButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonReload.Name = "toolStripButtonReload";
this.toolStripButtonReload.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonReload.Text = "Reload";
this.toolStripButtonReload.Click += new System.EventHandler(this.toolStripButtonReload_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6,
25);
//
// toolStripButtonAdd
//
this.toolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonAdd.Name = "toolStripButtonAdd";
this.toolStripButtonAdd.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonAdd.Text = "Add Record";
this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
//
// toolStripButtonEdit
//
this.toolStripButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonEdit.Image")));
this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonEdit.Name = "toolStripButtonEdit";
this.toolStripButtonEdit.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonEdit.Text = "Edit Record";
this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
//
// toolStripButtonDelete
//
this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonDelete.Name = "toolStripButtonDelete";
this.toolStripButtonDelete.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonDelete.Text = "Delete Record";
this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6,
25);
//
// toolStripButtonSettings
//
this.toolStripButtonSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonSettings.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSettings.Image")));
this.toolStripButtonSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonSettings.Name = "toolStripButtonSettings";
this.toolStripButtonSettings.Size = new System.Drawing.Size(23,
22);
this.toolStripButtonSettings.Text = "Settings";
this.toolStripButtonSettings.Click += new System.EventHandler(this.toolStripButtonSettings_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6,
25);
//
// toolStripDropDownButtonHelp
//
this.toolStripDropDownButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButtonHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.visitWebsiteToolStripMenuItem,
this.toolStripSeparator1,
this.aboutToolStripMenuItem});
this.toolStripDropDownButtonHelp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonHelp.Image")));
this.toolStripDropDownButtonHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButtonHelp.Name = "toolStripDropDownButtonHelp";
this.toolStripDropDownButtonHelp.Size = new System.Drawing.Size(45,
22);
this.toolStripDropDownButtonHelp.Text = "Help";
this.toolStripDropDownButtonHelp.ToolTipText = "Help";
//
// visitWebsiteToolStripMenuItem
//
this.visitWebsiteToolStripMenuItem.Name = "visitWebsiteToolStripMenuItem";
this.visitWebsiteToolStripMenuItem.Size = new System.Drawing.Size(150,
22);
this.visitWebsiteToolStripMenuItem.Text = "Visit Website...";
this.visitWebsiteToolStripMenuItem.Click += new System.EventHandler(this.visitWebsiteToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(147,
6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(150,
22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// dataGridView
//
this.dataGridView.AllowUserToAddRows = false;
this.dataGridView.AllowUserToDeleteRows = false;
this.dataGridView.AllowUserToOrderColumns = true;
this.dataGridView.AllowUserToResizeRows = false;
this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.account_id,
this.zone,
this.Editable,
this.Record,
this.Value,
this.Type,
this.Comment});
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView.Location = new System.Drawing.Point(0,
0);
this.dataGridView.MultiSelect = false;
this.dataGridView.Name = "dataGridView";
this.dataGridView.ReadOnly = true;
this.dataGridView.RowHeadersVisible = false;
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView.Size = new System.Drawing.Size(904,
429);
this.dataGridView.TabIndex = 2;
//
// account_id
//
this.account_id.DataPropertyName = "account_id";
this.account_id.HeaderText = "account_id";
this.account_id.Name = "account_id";
this.account_id.ReadOnly = true;
this.account_id.Visible = false;
//
// zone
//
this.zone.DataPropertyName = "zone";
this.zone.HeaderText = "zone";
this.zone.Name = "zone";
this.zone.ReadOnly = true;
this.zone.Visible = false;
//
// Editable
//
this.Editable.DataPropertyName = "editable";
this.Editable.HeaderText = "";
this.Editable.Name = "Editable";
this.Editable.ReadOnly = true;
this.Editable.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Editable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
this.Editable.ToolTipText = "Editable";
this.Editable.Width = 20;
//
// Record
//
this.Record.DataPropertyName = "record";
this.Record.HeaderText = "Record";
this.Record.Name = "Record";
this.Record.ReadOnly = true;
this.Record.Width = 200;
//
// Value
//
this.Value.DataPropertyName = "value";
this.Value.HeaderText = "Value";
this.Value.Name = "Value";
this.Value.ReadOnly = true;
//
// Type
//
this.Type.DataPropertyName = "type";
this.Type.HeaderText = "Type";
this.Type.Name = "Type";
this.Type.ReadOnly = true;
//
// Comment
//
this.Comment.DataPropertyName = "comment";
this.Comment.HeaderText = "Comment";
this.Comment.Name = "Comment";
this.Comment.ReadOnly = true;
this.Comment.Width = 200;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel});
this.statusStrip1.Location = new System.Drawing.Point(0,
454);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(904,
22);
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel
//
this.toolStripStatusLabel.Name = "toolStripStatusLabel";
this.toolStripStatusLabel.Size = new System.Drawing.Size(0,
17);
//
// panel1
//
this.panel1.Controls.Add(this.dataGridView);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0,
25);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(904,
429);
this.panel1.TabIndex = 4;
//
// Listing
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F
);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(904,
476);
this.Controls.Add(this.panel1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Listing";
this.Text = "Dreamhost DNS Manager";
this.Load += new System.EventHandler(this.Listing_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButtonSettings;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonHelp;
private System.Windows.Forms.ToolStripMenuItem visitWebsiteToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZones;
private System.Windows.Forms.ToolStripButton toolStripButtonReload;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.DataGridView dataGridView;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
private System.Windows.Forms.ToolStripButton toolStripButtonSelectZone;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStripButton toolStripButtonAdd;
private System.Windows.Forms.ToolStripButton toolStripButtonEdit;
private System.Windows.Forms.ToolStripButton toolStripButtonDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.DataGridViewTextBoxColumn account_id;
private System.Windows.Forms.DataGridViewTextBoxColumn zone;
private System.Windows.Forms.DataGridViewCheckBoxColumn Editable;
private System.Windows.Forms.DataGridViewTextBoxColumn Record;
private System.Windows.Forms.DataGridViewTextBoxColumn Value;
private System.Windows.Forms.DataGridViewTextBoxColumn Type;
private System.Windows.Forms.DataGridViewTextBoxColumn Comment;
}
}