1. namespace DNS_Manager
  2. {
  3.     partial class Settings
  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(Settings));
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.label2 = new System.Windows.Forms.Label();
  34.             this.textBoxKey = new System.Windows.Forms.TextBox();
  35.             this.buttonSave = new System.Windows.Forms.Button();
  36.             this.buttonCancel = new System.Windows.Forms.Button();
  37.             this.labelKeyCheck = new System.Windows.Forms.Label();
  38.             this.SuspendLayout();
  39.             //
  40.             // label1
  41.             //
  42.             this.label1.AutoSize = true;
  43.             this.label1.Location = new System.Drawing.Point(9, 9);
  44.             this.label1.Name = "label1";
  45.             this.label1.Size = new System.Drawing.Size(313, 39);
  46.             this.label1.TabIndex = 0;
  47.             this.label1.Text = "To use Dreamhost DNS Manager, you must supply your Dreamhost API Key.\r\n\r\nThis key must have" +
  48.                 " access to all DNS functions.";
  49.             //
  50.             // label2
  51.             //
  52.             this.label2.AutoSize = true;
  53.             this.label2.Location = new System.Drawing.Point(9, 71);
  54.             this.label2.Name = "label2";
  55.             this.label2.Size = new System.Drawing.Size(48, 13);
  56.             this.label2.TabIndex = 1;
  57.             this.label2.Text = "API Key:";
  58.             //
  59.             // textBoxKey
  60.             //
  61.             this.textBoxKey.Location = new System.Drawing.Point(12, 87);
  62.             this.textBoxKey.Name = "textBoxKey";
  63.             this.textBoxKey.Size = new System.Drawing.Size(310, 20);
  64.             this.textBoxKey.TabIndex = 2;
  65.             //
  66.             // buttonSave
  67.             //
  68.             this.buttonSave.Location = new System.Drawing.Point(166, 113);
  69.             this.buttonSave.Name = "buttonSave";
  70.             this.buttonSave.Size = new System.Drawing.Size(75, 23);
  71.             this.buttonSave.TabIndex = 4;
  72.             this.buttonSave.Text = "Save";
  73.             this.buttonSave.UseVisualStyleBackColor = true;
  74.             this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
  75.             //
  76.             // buttonCancel
  77.             //
  78.             this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  79.             this.buttonCancel.Location = new System.Drawing.Point(247, 113);
  80.             this.buttonCancel.Name = "buttonCancel";
  81.             this.buttonCancel.Size = new System.Drawing.Size(75, 23);
  82.             this.buttonCancel.TabIndex = 5;
  83.             this.buttonCancel.Text = "Cancel";
  84.             this.buttonCancel.UseVisualStyleBackColor = true;
  85.             this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  86.             //
  87.             // labelKeyCheck
  88.             //
  89.             this.labelKeyCheck.AutoSize = true;
  90.             this.labelKeyCheck.Location = new System.Drawing.Point(9, 118);
  91.             this.labelKeyCheck.Name = "labelKeyCheck";
  92.             this.labelKeyCheck.Size = new System.Drawing.Size(0, 13);
  93.             this.labelKeyCheck.TabIndex = 6;
  94.             //
  95.             // Settings
  96.             //
  97.             this.AcceptButton = this.buttonSave;
  98.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  99.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  100.             this.CancelButton = this.buttonCancel;
  101.             this.ClientSize = new System.Drawing.Size(334, 146);
  102.             this.Controls.Add(this.labelKeyCheck);
  103.             this.Controls.Add(this.buttonCancel);
  104.             this.Controls.Add(this.buttonSave);
  105.             this.Controls.Add(this.textBoxKey);
  106.             this.Controls.Add(this.label2);
  107.             this.Controls.Add(this.label1);
  108.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  109.             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  110.             this.MaximizeBox = false;
  111.             this.MinimizeBox = false;
  112.             this.Name = "Settings";
  113.             this.ShowInTaskbar = false;
  114.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  115.             this.Text = "Settings";
  116.             this.TopMost = true;
  117.             this.Load += new System.EventHandler(this.Settings_Load);
  118.             this.ResumeLayout(false);
  119.             this.PerformLayout();
  120.  
  121.         }
  122.  
  123.         #endregion
  124.  
  125.         private System.Windows.Forms.Label label1;
  126.         private System.Windows.Forms.Label label2;
  127.         private System.Windows.Forms.TextBox textBoxKey;
  128.         private System.Windows.Forms.Button buttonSave;
  129.         private System.Windows.Forms.Button buttonCancel;
  130.         private System.Windows.Forms.Label labelKeyCheck;
  131.     }
  132. }