ApiSettings.Designer.cs 15.8 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.label3 = new System.Windows.Forms.Label();
            this.usernameTextBox = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.pwTextBox = 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.printerPortComboBox = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.serialRadioButton = new System.Windows.Forms.RadioButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.usbRadioButton = new System.Windows.Forms.RadioButton();
            this.printerNameComboBox = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.resetApiTokenCheckBox = new System.Windows.Forms.CheckBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.webcamsCheckedListBox = new System.Windows.Forms.CheckedListBox();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // apiURLTextBox
            // 
            this.apiURLTextBox.Location = new System.Drawing.Point(6, 114);
            this.apiURLTextBox.Name = "apiURLTextBox";
            this.apiURLTextBox.ReadOnly = true;
            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(6, 98);
            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.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.SaveButton.Location = new System.Drawing.Point(257, 595);
            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);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 20);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(55, 13);
            this.label3.TabIndex = 6;
            this.label3.Text = "Username";
            // 
            // usernameTextBox
            // 
            this.usernameTextBox.Location = new System.Drawing.Point(6, 36);
            this.usernameTextBox.Name = "usernameTextBox";
            this.usernameTextBox.ReadOnly = true;
            this.usernameTextBox.Size = new System.Drawing.Size(260, 20);
            this.usernameTextBox.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 59);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 13);
            this.label4.TabIndex = 8;
            this.label4.Text = "Password";
            // 
            // pwTextBox
            // 
            this.pwTextBox.Location = new System.Drawing.Point(6, 75);
            this.pwTextBox.Name = "pwTextBox";
            this.pwTextBox.PasswordChar = '*';
            this.pwTextBox.ReadOnly = true;
            this.pwTextBox.Size = new System.Drawing.Size(260, 20);
            this.pwTextBox.TabIndex = 7;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(25, 20);
            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.Enabled = false;
            this.printerModelComboBox.FormattingEnabled = true;
            this.printerModelComboBox.Location = new System.Drawing.Point(25, 36);
            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(18, 380);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(58, 13);
            this.label6.TabIndex = 11;
            this.label6.Text = "Web cams";
            // 
            // printerPortComboBox
            // 
            this.printerPortComboBox.Enabled = false;
            this.printerPortComboBox.FormattingEnabled = true;
            this.printerPortComboBox.Location = new System.Drawing.Point(25, 80);
            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(25, 64);
            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(18, 534);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(316, 46);
            this.textBox1.TabIndex = 15;
            this.textBox1.Text = "You can close the program by pressing Ctrl + Alt + S\r\nWeb cam management opens fr" +
    "om Ctrl + Alt + C";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.groupBox3);
            this.groupBox1.Controls.Add(this.groupBox2);
            this.groupBox1.Location = new System.Drawing.Point(16, 163);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(316, 214);
            this.groupBox1.TabIndex = 16;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Receipt printer";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.serialRadioButton);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.label7);
            this.groupBox3.Controls.Add(this.printerModelComboBox);
            this.groupBox3.Controls.Add(this.printerPortComboBox);
            this.groupBox3.Location = new System.Drawing.Point(7, 92);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(298, 115);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            // 
            // serialRadioButton
            // 
            this.serialRadioButton.AutoSize = true;
            this.serialRadioButton.Location = new System.Drawing.Point(6, 0);
            this.serialRadioButton.Name = "serialRadioButton";
            this.serialRadioButton.Size = new System.Drawing.Size(104, 17);
            this.serialRadioButton.TabIndex = 13;
            this.serialRadioButton.TabStop = true;
            this.serialRadioButton.Text = "Serial port printer";
            this.serialRadioButton.UseVisualStyleBackColor = true;
            this.serialRadioButton.CheckedChanged += new System.EventHandler(this.serialRadioButton_CheckedChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.usbRadioButton);
            this.groupBox2.Controls.Add(this.printerNameComboBox);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Location = new System.Drawing.Point(7, 20);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(298, 66);
            this.groupBox2.TabIndex = 0;
            this.groupBox2.TabStop = false;
            // 
            // usbRadioButton
            // 
            this.usbRadioButton.AutoSize = true;
            this.usbRadioButton.Location = new System.Drawing.Point(6, 0);
            this.usbRadioButton.Name = "usbRadioButton";
            this.usbRadioButton.Size = new System.Drawing.Size(79, 17);
            this.usbRadioButton.TabIndex = 13;
            this.usbRadioButton.TabStop = true;
            this.usbRadioButton.Text = "USB printer";
            this.usbRadioButton.UseVisualStyleBackColor = true;
            this.usbRadioButton.CheckedChanged += new System.EventHandler(this.usbRadioButton_CheckedChanged);
            // 
            // printerNameComboBox
            // 
            this.printerNameComboBox.Enabled = false;
            this.printerNameComboBox.FormattingEnabled = true;
            this.printerNameComboBox.Location = new System.Drawing.Point(7, 36);
            this.printerNameComboBox.Name = "printerNameComboBox";
            this.printerNameComboBox.Size = new System.Drawing.Size(260, 21);
            this.printerNameComboBox.TabIndex = 12;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(6, 20);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(37, 13);
            this.label8.TabIndex = 11;
            this.label8.Text = "Printer";
            // 
            // resetApiTokenCheckBox
            // 
            this.resetApiTokenCheckBox.AutoSize = true;
            this.resetApiTokenCheckBox.Location = new System.Drawing.Point(6, 0);
            this.resetApiTokenCheckBox.Name = "resetApiTokenCheckBox";
            this.resetApiTokenCheckBox.Size = new System.Drawing.Size(101, 17);
            this.resetApiTokenCheckBox.TabIndex = 17;
            this.resetApiTokenCheckBox.Text = "Reset api token";
            this.resetApiTokenCheckBox.UseVisualStyleBackColor = true;
            this.resetApiTokenCheckBox.CheckedChanged += new System.EventHandler(this.resetApiTokenCheckBox_CheckedChanged);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.resetApiTokenCheckBox);
            this.groupBox4.Controls.Add(this.label3);
            this.groupBox4.Controls.Add(this.usernameTextBox);
            this.groupBox4.Controls.Add(this.pwTextBox);
            this.groupBox4.Controls.Add(this.label4);
            this.groupBox4.Controls.Add(this.label1);
            this.groupBox4.Controls.Add(this.apiURLTextBox);
            this.groupBox4.Location = new System.Drawing.Point(15, 12);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(282, 145);
            this.groupBox4.TabIndex = 18;
            this.groupBox4.TabStop = false;
            // 
            // webcamsCheckedListBox
            // 
            this.webcamsCheckedListBox.FormattingEnabled = true;
            this.webcamsCheckedListBox.Location = new System.Drawing.Point(18, 397);
            this.webcamsCheckedListBox.Name = "webcamsCheckedListBox";
            this.webcamsCheckedListBox.Size = new System.Drawing.Size(316, 124);
            this.webcamsCheckedListBox.TabIndex = 19;
            // 
            // ApiSettings
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(344, 630);
            this.Controls.Add(this.webcamsCheckedListBox);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.SaveButton);
            this.Name = "ApiSettings";
            this.Text = "ApiSettings";
            this.Load += new System.EventHandler(this.ApiSettings_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            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.Label label3;
        private System.Windows.Forms.TextBox usernameTextBox;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox pwTextBox;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox printerModelComboBox;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ComboBox printerPortComboBox;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.RadioButton serialRadioButton;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton usbRadioButton;
        private System.Windows.Forms.ComboBox printerNameComboBox;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.CheckBox resetApiTokenCheckBox;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.CheckedListBox webcamsCheckedListBox;
    }
}