ApiSettings.Designer.cs 9.92 KB
namespace MoyaSignup
{
    partial class ApiSettings
    {
        /// <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.apiURLTextBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.SaveButton = new System.Windows.Forms.Button();
            this.ApiKeyTextBox = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.ApiUserTextBox = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.ApiPassTextBox = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.printerModelComboBox = new System.Windows.Forms.ComboBox();
            this.label6 = new System.Windows.Forms.Label();
            this.webCamComboBox = new System.Windows.Forms.ComboBox();
            this.printerPortComboBox = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            // 
            // apiURLTextBox
            // 
            this.apiURLTextBox.Location = new System.Drawing.Point(12, 25);
            this.apiURLTextBox.Name = "apiURLTextBox";
            this.apiURLTextBox.Size = new System.Drawing.Size(260, 20);
            this.apiURLTextBox.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 13);
            this.label1.TabIndex = 1;
            this.label1.Text = "Moya url";
            // 
            // SaveButton
            // 
            this.SaveButton.Location = new System.Drawing.Point(197, 344);
            this.SaveButton.Name = "SaveButton";
            this.SaveButton.Size = new System.Drawing.Size(75, 23);
            this.SaveButton.TabIndex = 2;
            this.SaveButton.Text = "Save";
            this.SaveButton.UseVisualStyleBackColor = true;
            this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
            // 
            // ApiKeyTextBox
            // 
            this.ApiKeyTextBox.Location = new System.Drawing.Point(12, 68);
            this.ApiKeyTextBox.Name = "ApiKeyTextBox";
            this.ApiKeyTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiKeyTextBox.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(12, 52);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(79, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "Application key";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 91);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Api User";
            // 
            // ApiUserTextBox
            // 
            this.ApiUserTextBox.Location = new System.Drawing.Point(12, 107);
            this.ApiUserTextBox.Name = "ApiUserTextBox";
            this.ApiUserTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiUserTextBox.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 130);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(48, 13);
            this.label4.TabIndex = 8;
            this.label4.Text = "Api Pass";
            // 
            // ApiPassTextBox
            // 
            this.ApiPassTextBox.Location = new System.Drawing.Point(12, 146);
            this.ApiPassTextBox.Name = "ApiPassTextBox";
            this.ApiPassTextBox.PasswordChar = 'ῷ';
            this.ApiPassTextBox.Size = new System.Drawing.Size(260, 20);
            this.ApiPassTextBox.TabIndex = 7;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(12, 169);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(106, 13);
            this.label5.TabIndex = 9;
            this.label5.Text = "Thermo printer model";
            // 
            // printerModelComboBox
            // 
            this.printerModelComboBox.FormattingEnabled = true;
            this.printerModelComboBox.Location = new System.Drawing.Point(12, 186);
            this.printerModelComboBox.Name = "printerModelComboBox";
            this.printerModelComboBox.Size = new System.Drawing.Size(260, 21);
            this.printerModelComboBox.TabIndex = 10;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(12, 254);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Web cam";
            // 
            // webCamComboBox
            // 
            this.webCamComboBox.FormattingEnabled = true;
            this.webCamComboBox.Location = new System.Drawing.Point(12, 270);
            this.webCamComboBox.Name = "webCamComboBox";
            this.webCamComboBox.Size = new System.Drawing.Size(260, 21);
            this.webCamComboBox.TabIndex = 12;
            // 
            // printerPortComboBox
            // 
            this.printerPortComboBox.FormattingEnabled = true;
            this.printerPortComboBox.Location = new System.Drawing.Point(12, 230);
            this.printerPortComboBox.Name = "printerPortComboBox";
            this.printerPortComboBox.Size = new System.Drawing.Size(260, 21);
            this.printerPortComboBox.TabIndex = 13;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(12, 214);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(96, 13);
            this.label7.TabIndex = 14;
            this.label7.Text = "Thermo printer port";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(13, 307);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(259, 31);
            this.textBox1.TabIndex = 15;
            this.textBox1.Text = "You can close the program by pressing Ctrl + Alt + S";
            // 
            // ApiSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(281, 377);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.printerPortComboBox);
            this.Controls.Add(this.webCamComboBox);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.printerModelComboBox);
            this.Controls.Add(this.label5);
            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 = "ApiSettings";
            this.Text = "ApiSettings";
            this.Load += new System.EventHandler(this.ApiSettings_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox apiURLTextBox;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button SaveButton;
        private System.Windows.Forms.TextBox ApiKeyTextBox;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox ApiUserTextBox;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox ApiPassTextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox printerModelComboBox;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox webCamComboBox;
        private System.Windows.Forms.ComboBox printerPortComboBox;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBox1;
    }
}