1. namespace DNS_Manager
  2. {
  3.     partial class Listing
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Listing));
  32.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  33.             this.toolStripComboBoxZones = new System.Windows.Forms.ToolStripComboBox();
  34.             this.toolStripButtonSelectZone = new System.Windows.Forms.ToolStripButton();
  35.             this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton();
  36.             this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37.             this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
  38.             this.toolStripButtonEdit = new System.Windows.Forms.ToolStripButton();
  39.             this.toolStripButtonDelete = new System.Windows.Forms.ToolStripButton();
  40.             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  41.             this.toolStripButtonSettings = new System.Windows.Forms.ToolStripButton();
  42.             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  43.             this.toolStripDropDownButtonHelp = new System.Windows.Forms.ToolStripDropDownButton();
  44.             this.visitWebsiteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46.             this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47.             this.dataGridView = new System.Windows.Forms.DataGridView();
  48.             this.account_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49.             this.zone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50.             this.Editable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  51.             this.Record = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52.             this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53.             this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54.             this.Comment = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55.             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  56.             this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
  57.             this.panel1 = new System.Windows.Forms.Panel();
  58.             this.toolStrip1.SuspendLayout();
  59.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  60.             this.statusStrip1.SuspendLayout();
  61.             this.panel1.SuspendLayout();
  62.             this.SuspendLayout();
  63.             //
  64.             // toolStrip1
  65.             //
  66.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  67.             this.toolStripComboBoxZones,
  68.             this.toolStripButtonSelectZone,
  69.             this.toolStripButtonReload,
  70.             this.toolStripSeparator3,
  71.             this.toolStripButtonAdd,
  72.             this.toolStripButtonEdit,
  73.             this.toolStripButtonDelete,
  74.             this.toolStripSeparator4,
  75.             this.toolStripButtonSettings,
  76.             this.toolStripSeparator2,
  77.             this.toolStripDropDownButtonHelp});
  78.             this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  79.             this.toolStrip1.Name = "toolStrip1";
  80.             this.toolStrip1.Size = new System.Drawing.Size(904, 25);
  81.             this.toolStrip1.TabIndex = 1;
  82.             this.toolStrip1.Text = "toolStrip1";
  83.             //
  84.             // toolStripComboBoxZones
  85.             //
  86.             this.toolStripComboBoxZones.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  87.             this.toolStripComboBoxZones.DropDownWidth = 200;
  88.             this.toolStripComboBoxZones.Name = "toolStripComboBoxZones";
  89.             this.toolStripComboBoxZones.Size = new System.Drawing.Size(200, 25);
  90.             this.toolStripComboBoxZones.ToolTipText = "Zone";
  91.             //
  92.             // toolStripButtonSelectZone
  93.             //
  94.             this.toolStripButtonSelectZone.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  95.             this.toolStripButtonSelectZone.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelectZone.Image")));
  96.             this.toolStripButtonSelectZone.ImageTransparentColor = System.Drawing.Color.Magenta;
  97.             this.toolStripButtonSelectZone.Name = "toolStripButtonSelectZone";
  98.             this.toolStripButtonSelectZone.Size = new System.Drawing.Size(23, 22);
  99.             this.toolStripButtonSelectZone.Text = "Select Zone";
  100.             this.toolStripButtonSelectZone.Click += new System.EventHandler(this.toolStripButtonSelectDomain_Click);
  101.             //
  102.             // toolStripButtonReload
  103.             //
  104.             this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  105.             this.toolStripButtonReload.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonReload.Image")));
  106.             this.toolStripButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta;
  107.             this.toolStripButtonReload.Name = "toolStripButtonReload";
  108.             this.toolStripButtonReload.Size = new System.Drawing.Size(23, 22);
  109.             this.toolStripButtonReload.Text = "Reload";
  110.             this.toolStripButtonReload.Click += new System.EventHandler(this.toolStripButtonReload_Click);
  111.             //
  112.             // toolStripSeparator3
  113.             //
  114.             this.toolStripSeparator3.Name = "toolStripSeparator3";
  115.             this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  116.             //
  117.             // toolStripButtonAdd
  118.             //
  119.             this.toolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  120.             this.toolStripButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonAdd.Image")));
  121.             this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  122.             this.toolStripButtonAdd.Name = "toolStripButtonAdd";
  123.             this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 22);
  124.             this.toolStripButtonAdd.Text = "Add Record";
  125.             this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
  126.             //
  127.             // toolStripButtonEdit
  128.             //
  129.             this.toolStripButtonEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  130.             this.toolStripButtonEdit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonEdit.Image")));
  131.             this.toolStripButtonEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  132.             this.toolStripButtonEdit.Name = "toolStripButtonEdit";
  133.             this.toolStripButtonEdit.Size = new System.Drawing.Size(23, 22);
  134.             this.toolStripButtonEdit.Text = "Edit Record";
  135.             this.toolStripButtonEdit.Click += new System.EventHandler(this.toolStripButtonEdit_Click);
  136.             //
  137.             // toolStripButtonDelete
  138.             //
  139.             this.toolStripButtonDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  140.             this.toolStripButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDelete.Image")));
  141.             this.toolStripButtonDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  142.             this.toolStripButtonDelete.Name = "toolStripButtonDelete";
  143.             this.toolStripButtonDelete.Size = new System.Drawing.Size(23, 22);
  144.             this.toolStripButtonDelete.Text = "Delete Record";
  145.             this.toolStripButtonDelete.Click += new System.EventHandler(this.toolStripButtonDelete_Click);
  146.             //
  147.             // toolStripSeparator4
  148.             //
  149.             this.toolStripSeparator4.Name = "toolStripSeparator4";
  150.             this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  151.             //
  152.             // toolStripButtonSettings
  153.             //
  154.             this.toolStripButtonSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  155.             this.toolStripButtonSettings.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSettings.Image")));
  156.             this.toolStripButtonSettings.ImageTransparentColor = System.Drawing.Color.Magenta;
  157.             this.toolStripButtonSettings.Name = "toolStripButtonSettings";
  158.             this.toolStripButtonSettings.Size = new System.Drawing.Size(23, 22);
  159.             this.toolStripButtonSettings.Text = "Settings";
  160.             this.toolStripButtonSettings.Click += new System.EventHandler(this.toolStripButtonSettings_Click);
  161.             //
  162.             // toolStripSeparator2
  163.             //
  164.             this.toolStripSeparator2.Name = "toolStripSeparator2";
  165.             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  166.             //
  167.             // toolStripDropDownButtonHelp
  168.             //
  169.             this.toolStripDropDownButtonHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  170.             this.toolStripDropDownButtonHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  171.             this.visitWebsiteToolStripMenuItem,
  172.             this.toolStripSeparator1,
  173.             this.aboutToolStripMenuItem});
  174.             this.toolStripDropDownButtonHelp.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButtonHelp.Image")));
  175.             this.toolStripDropDownButtonHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
  176.             this.toolStripDropDownButtonHelp.Name = "toolStripDropDownButtonHelp";
  177.             this.toolStripDropDownButtonHelp.Size = new System.Drawing.Size(45, 22);
  178.             this.toolStripDropDownButtonHelp.Text = "Help";
  179.             this.toolStripDropDownButtonHelp.ToolTipText = "Help";
  180.             //
  181.             // visitWebsiteToolStripMenuItem
  182.             //
  183.             this.visitWebsiteToolStripMenuItem.Name = "visitWebsiteToolStripMenuItem";
  184.             this.visitWebsiteToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
  185.             this.visitWebsiteToolStripMenuItem.Text = "Visit Website...";
  186.             this.visitWebsiteToolStripMenuItem.Click += new System.EventHandler(this.visitWebsiteToolStripMenuItem_Click);
  187.             //
  188.             // toolStripSeparator1
  189.             //
  190.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  191.             this.toolStripSeparator1.Size = new System.Drawing.Size(147, 6);
  192.             //
  193.             // aboutToolStripMenuItem
  194.             //
  195.             this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
  196.             this.aboutToolStripMenuItem.Size = new System.Drawing.Size(150, 22);
  197.             this.aboutToolStripMenuItem.Text = "About";
  198.             this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
  199.             //
  200.             // dataGridView
  201.             //
  202.             this.dataGridView.AllowUserToAddRows = false;
  203.             this.dataGridView.AllowUserToDeleteRows = false;
  204.             this.dataGridView.AllowUserToOrderColumns = true;
  205.             this.dataGridView.AllowUserToResizeRows = false;
  206.             this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
  207.             this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  208.             this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  209.             this.account_id,
  210.             this.zone,
  211.             this.Editable,
  212.             this.Record,
  213.             this.Value,
  214.             this.Type,
  215.             this.Comment});
  216.             this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  217.             this.dataGridView.Location = new System.Drawing.Point(0, 0);
  218.             this.dataGridView.MultiSelect = false;
  219.             this.dataGridView.Name = "dataGridView";
  220.             this.dataGridView.ReadOnly = true;
  221.             this.dataGridView.RowHeadersVisible = false;
  222.             this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  223.             this.dataGridView.Size = new System.Drawing.Size(904, 429);
  224.             this.dataGridView.TabIndex = 2;
  225.             //
  226.             // account_id
  227.             //
  228.             this.account_id.DataPropertyName = "account_id";
  229.             this.account_id.HeaderText = "account_id";
  230.             this.account_id.Name = "account_id";
  231.             this.account_id.ReadOnly = true;
  232.             this.account_id.Visible = false;
  233.             //
  234.             // zone
  235.             //
  236.             this.zone.DataPropertyName = "zone";
  237.             this.zone.HeaderText = "zone";
  238.             this.zone.Name = "zone";
  239.             this.zone.ReadOnly = true;
  240.             this.zone.Visible = false;
  241.             //
  242.             // Editable
  243.             //
  244.             this.Editable.DataPropertyName = "editable";
  245.             this.Editable.HeaderText = "";
  246.             this.Editable.Name = "Editable";
  247.             this.Editable.ReadOnly = true;
  248.             this.Editable.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  249.             this.Editable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  250.             this.Editable.ToolTipText = "Editable";
  251.             this.Editable.Width = 20;
  252.             //
  253.             // Record
  254.             //
  255.             this.Record.DataPropertyName = "record";
  256.             this.Record.HeaderText = "Record";
  257.             this.Record.Name = "Record";
  258.             this.Record.ReadOnly = true;
  259.             this.Record.Width = 200;
  260.             //
  261.             // Value
  262.             //
  263.             this.Value.DataPropertyName = "value";
  264.             this.Value.HeaderText = "Value";
  265.             this.Value.Name = "Value";
  266.             this.Value.ReadOnly = true;
  267.             //
  268.             // Type
  269.             //
  270.             this.Type.DataPropertyName = "type";
  271.             this.Type.HeaderText = "Type";
  272.             this.Type.Name = "Type";
  273.             this.Type.ReadOnly = true;
  274.             //
  275.             // Comment
  276.             //
  277.             this.Comment.DataPropertyName = "comment";
  278.             this.Comment.HeaderText = "Comment";
  279.             this.Comment.Name = "Comment";
  280.             this.Comment.ReadOnly = true;
  281.             this.Comment.Width = 200;
  282.             //
  283.             // statusStrip1
  284.             //
  285.             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  286.             this.toolStripStatusLabel});
  287.             this.statusStrip1.Location = new System.Drawing.Point(0, 454);
  288.             this.statusStrip1.Name = "statusStrip1";
  289.             this.statusStrip1.Size = new System.Drawing.Size(904, 22);
  290.             this.statusStrip1.TabIndex = 3;
  291.             this.statusStrip1.Text = "statusStrip1";
  292.             //
  293.             // toolStripStatusLabel
  294.             //
  295.             this.toolStripStatusLabel.Name = "toolStripStatusLabel";
  296.             this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
  297.             //
  298.             // panel1
  299.             //
  300.             this.panel1.Controls.Add(this.dataGridView);
  301.             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  302.             this.panel1.Location = new System.Drawing.Point(0, 25);
  303.             this.panel1.Name = "panel1";
  304.             this.panel1.Size = new System.Drawing.Size(904, 429);
  305.             this.panel1.TabIndex = 4;
  306.             //
  307.             // Listing
  308.             //
  309.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  310.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  311.             this.ClientSize = new System.Drawing.Size(904, 476);
  312.             this.Controls.Add(this.panel1);
  313.             this.Controls.Add(this.statusStrip1);
  314.             this.Controls.Add(this.toolStrip1);
  315.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  316.             this.Name = "Listing";
  317.             this.Text = "Dreamhost DNS Manager";
  318.             this.Load += new System.EventHandler(this.Listing_Load);
  319.             this.toolStrip1.ResumeLayout(false);
  320.             this.toolStrip1.PerformLayout();
  321.             ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  322.             this.statusStrip1.ResumeLayout(false);
  323.             this.statusStrip1.PerformLayout();
  324.             this.panel1.ResumeLayout(false);
  325.             this.ResumeLayout(false);
  326.             this.PerformLayout();
  327.  
  328.         }
  329.  
  330.         #endregion
  331.  
  332.         private System.Windows.Forms.ToolStrip toolStrip1;
  333.         private System.Windows.Forms.ToolStripButton toolStripButtonSettings;
  334.         private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButtonHelp;
  335.         private System.Windows.Forms.ToolStripMenuItem visitWebsiteToolStripMenuItem;
  336.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  337.         private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
  338.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  339.         private System.Windows.Forms.ToolStripComboBox toolStripComboBoxZones;
  340.         private System.Windows.Forms.ToolStripButton toolStripButtonReload;
  341.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  342.         private System.Windows.Forms.DataGridView dataGridView;
  343.         private System.Windows.Forms.StatusStrip statusStrip1;
  344.         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
  345.         private System.Windows.Forms.ToolStripButton toolStripButtonSelectZone;
  346.         private System.Windows.Forms.Panel panel1;
  347.         private System.Windows.Forms.ToolStripButton toolStripButtonAdd;
  348.         private System.Windows.Forms.ToolStripButton toolStripButtonEdit;
  349.         private System.Windows.Forms.ToolStripButton toolStripButtonDelete;
  350.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  351.         private System.Windows.Forms.DataGridViewTextBoxColumn account_id;
  352.         private System.Windows.Forms.DataGridViewTextBoxColumn zone;
  353.         private System.Windows.Forms.DataGridViewCheckBoxColumn Editable;
  354.         private System.Windows.Forms.DataGridViewTextBoxColumn Record;
  355.         private System.Windows.Forms.DataGridViewTextBoxColumn Value;
  356.         private System.Windows.Forms.DataGridViewTextBoxColumn Type;
  357.         private System.Windows.Forms.DataGridViewTextBoxColumn Comment;
  358.     }
  359. }
  360.  
  361.