Settings.Designer.cs 7.08 KB
namespace Cloakroom
{
    partial class Settings
    {
        /// <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()
        {
            this.label4 = new System.Windows.Forms.Label();
            this.ApiPassTextBox = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.ApiUserTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.ApiKeyTextBox = new System.Windows.Forms.TextBox();
            this.SaveButton = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.apiURLTextBox = new System.Windows.Forms.TextBox();
            this.portsComboBox = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 129);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(48, 13);
            this.label4.TabIndex = 35;
            this.label4.Text = "Api Pass";
            // 
            // ApiPassTextBox
            // 
            this.ApiPassTextBox.Location = new System.Drawing.Point(12, 145);
            this.ApiPassTextBox.Name = "ApiPassTextBox";
            this.ApiPassTextBox.PasswordChar = 'ῷ';
            this.ApiPassTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiPassTextBox.TabIndex = 34;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 90);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 13);
            this.label3.TabIndex = 33;
            this.label3.Text = "Api User";
            // 
            // ApiUserTextBox
            // 
            this.ApiUserTextBox.Location = new System.Drawing.Point(12, 106);
            this.ApiUserTextBox.Name = "ApiUserTextBox";
            this.ApiUserTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiUserTextBox.TabIndex = 32;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 51);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(79, 13);
            this.label2.TabIndex = 31;
            this.label2.Text = "Application key";
            // 
            // ApiKeyTextBox
            // 
            this.ApiKeyTextBox.Location = new System.Drawing.Point(12, 67);
            this.ApiKeyTextBox.Name = "ApiKeyTextBox";
            this.ApiKeyTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiKeyTextBox.TabIndex = 30;
            // 
            // SaveButton
            // 
            this.SaveButton.Location = new System.Drawing.Point(197, 226);
            this.SaveButton.Name = "SaveButton";
            this.SaveButton.Size = new System.Drawing.Size(75, 23);
            this.SaveButton.TabIndex = 29;
            this.SaveButton.Text = "Save";
            this.SaveButton.UseVisualStyleBackColor = true;
            this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 28;
            this.label1.Text = "Moya url";
            // 
            // apiURLTextBox
            // 
            this.apiURLTextBox.Location = new System.Drawing.Point(12, 24);
            this.apiURLTextBox.Name = "apiURLTextBox";
            this.apiURLTextBox.Size = new System.Drawing.Size(260, 20);
            this.apiURLTextBox.TabIndex = 27;
            // 
            // portsComboBox
            // 
            this.portsComboBox.FormattingEnabled = true;
            this.portsComboBox.Location = new System.Drawing.Point(12, 182);
            this.portsComboBox.Name = "portsComboBox";
            this.portsComboBox.Size = new System.Drawing.Size(260, 21);
            this.portsComboBox.TabIndex = 36;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 168);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(68, 13);
            this.label5.TabIndex = 37;
            this.label5.Text = "Scanner port";
            // 
            // Settings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 261);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.portsComboBox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.ApiPassTextBox);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.ApiUserTextBox);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.ApiKeyTextBox);
            this.Controls.Add(this.SaveButton);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.apiURLTextBox);
            this.Name = "Settings";
            this.Text = "Settings";
            this.Load += new System.EventHandler(this.Settings_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox ApiPassTextBox;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox ApiUserTextBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox ApiKeyTextBox;
        private System.Windows.Forms.Button SaveButton;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox apiURLTextBox;
        private System.Windows.Forms.ComboBox portsComboBox;
        private System.Windows.Forms.Label label5;
    }
}