Subversion Repositories Code-Repo

Rev

Rev 47 | Blame | Compare with Previous | Last modification | View Log | RSS feed

namespace SWAT_Office_App
{
    partial class Settings_Form
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings_Form));
            this.chk_PassReq = new System.Windows.Forms.CheckBox();
            this.btn_Ok = new System.Windows.Forms.Button();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.listBox_SystemAccounts = new System.Windows.Forms.ListBox();
            this.btn_SystemAdd = new System.Windows.Forms.Button();
            this.btn_SystemRemove = new System.Windows.Forms.Button();
            this.groupBox_SystemAccounts = new System.Windows.Forms.GroupBox();
            this.txt_ShareLocation = new System.Windows.Forms.TextBox();
            this.lbl_ShareLocation = new System.Windows.Forms.Label();
            this.btn_ShareLocationChange = new System.Windows.Forms.Button();
            this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
            this.btn_USBLocationx32Change = new System.Windows.Forms.Button();
            this.txt_USBMasterCopyLocation_x32 = new System.Windows.Forms.TextBox();
            this.lbl_USBCopyLocation_x32 = new System.Windows.Forms.Label();
            this.btn_USBLocationx64Change = new System.Windows.Forms.Button();
            this.txt_USBMasterCopyLocation_x64 = new System.Windows.Forms.TextBox();
            this.lbl_USBCopyLocation_x64 = new System.Windows.Forms.Label();
            this.groupBox_HiddenAccounts = new System.Windows.Forms.GroupBox();
            this.listBox_HiddenAccounts = new System.Windows.Forms.ListBox();
            this.btn_HiddenRemove = new System.Windows.Forms.Button();
            this.btn_HiddenAdd = new System.Windows.Forms.Button();
            this.btn_Default = new System.Windows.Forms.Button();
            this.groupBox_SystemAccounts.SuspendLayout();
            this.groupBox_HiddenAccounts.SuspendLayout();
            this.SuspendLayout();
            // 
            // chk_PassReq
            // 
            this.chk_PassReq.AutoSize = true;
            this.chk_PassReq.Enabled = false;
            this.chk_PassReq.Location = new System.Drawing.Point(12, 12);
            this.chk_PassReq.Name = "chk_PassReq";
            this.chk_PassReq.Size = new System.Drawing.Size(160, 17);
            this.chk_PassReq.TabIndex = 1;
            this.chk_PassReq.Text = "Require Complex Passwords";
            this.chk_PassReq.UseVisualStyleBackColor = true;
            // 
            // btn_Ok
            // 
            this.btn_Ok.Location = new System.Drawing.Point(72, 328);
            this.btn_Ok.Name = "btn_Ok";
            this.btn_Ok.Size = new System.Drawing.Size(52, 23);
            this.btn_Ok.TabIndex = 11;
            this.btn_Ok.Text = "Save";
            this.btn_Ok.UseVisualStyleBackColor = true;
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
            // 
            // btn_Cancel
            // 
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel.Location = new System.Drawing.Point(130, 328);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(52, 23);
            this.btn_Cancel.TabIndex = 12;
            this.btn_Cancel.Text = "Cancel";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // listBox_SystemAccounts
            // 
            this.listBox_SystemAccounts.FormattingEnabled = true;
            this.listBox_SystemAccounts.Location = new System.Drawing.Point(6, 19);
            this.listBox_SystemAccounts.Name = "listBox_SystemAccounts";
            this.listBox_SystemAccounts.Size = new System.Drawing.Size(86, 56);
            this.listBox_SystemAccounts.TabIndex = 1;
            // 
            // btn_SystemAdd
            // 
            this.btn_SystemAdd.Location = new System.Drawing.Point(100, 23);
            this.btn_SystemAdd.Name = "btn_SystemAdd";
            this.btn_SystemAdd.Size = new System.Drawing.Size(60, 22);
            this.btn_SystemAdd.TabIndex = 2;
            this.btn_SystemAdd.Text = "Add";
            this.btn_SystemAdd.UseVisualStyleBackColor = true;
            this.btn_SystemAdd.Click += new System.EventHandler(this.btn_SystemAdd_Click);
            // 
            // btn_SystemRemove
            // 
            this.btn_SystemRemove.Location = new System.Drawing.Point(100, 49);
            this.btn_SystemRemove.Name = "btn_SystemRemove";
            this.btn_SystemRemove.Size = new System.Drawing.Size(60, 22);
            this.btn_SystemRemove.TabIndex = 3;
            this.btn_SystemRemove.Text = "Remove";
            this.btn_SystemRemove.UseVisualStyleBackColor = true;
            this.btn_SystemRemove.Click += new System.EventHandler(this.btn_SystemRemove_Click);
            // 
            // groupBox_SystemAccounts
            // 
            this.groupBox_SystemAccounts.Controls.Add(this.listBox_SystemAccounts);
            this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemRemove);
            this.groupBox_SystemAccounts.Controls.Add(this.btn_SystemAdd);
            this.groupBox_SystemAccounts.Location = new System.Drawing.Point(12, 35);
            this.groupBox_SystemAccounts.Name = "groupBox_SystemAccounts";
            this.groupBox_SystemAccounts.Size = new System.Drawing.Size(170, 82);
            this.groupBox_SystemAccounts.TabIndex = 4;
            this.groupBox_SystemAccounts.TabStop = false;
            this.groupBox_SystemAccounts.Text = "System Accounts";
            // 
            // txt_ShareLocation
            // 
            this.txt_ShareLocation.Location = new System.Drawing.Point(12, 224);
            this.txt_ShareLocation.Name = "txt_ShareLocation";
            this.txt_ShareLocation.Size = new System.Drawing.Size(112, 20);
            this.txt_ShareLocation.TabIndex = 5;
            // 
            // lbl_ShareLocation
            // 
            this.lbl_ShareLocation.AutoSize = true;
            this.lbl_ShareLocation.Location = new System.Drawing.Point(12, 208);
            this.lbl_ShareLocation.Name = "lbl_ShareLocation";
            this.lbl_ShareLocation.Size = new System.Drawing.Size(117, 13);
            this.lbl_ShareLocation.TabIndex = 10;
            this.lbl_ShareLocation.Text = "Shared Folder Location";
            // 
            // btn_ShareLocationChange
            // 
            this.btn_ShareLocationChange.Location = new System.Drawing.Point(130, 223);
            this.btn_ShareLocationChange.Name = "btn_ShareLocationChange";
            this.btn_ShareLocationChange.Size = new System.Drawing.Size(52, 22);
            this.btn_ShareLocationChange.TabIndex = 6;
            this.btn_ShareLocationChange.Text = "Change";
            this.btn_ShareLocationChange.UseVisualStyleBackColor = true;
            this.btn_ShareLocationChange.Click += new System.EventHandler(this.btn_ShareLocationChange_Click);
            // 
            // folderBrowserDialog
            // 
            this.folderBrowserDialog.Description = "Choose a new location for storing networked folders";
            // 
            // btn_USBLocationx32Change
            // 
            this.btn_USBLocationx32Change.Location = new System.Drawing.Point(130, 262);
            this.btn_USBLocationx32Change.Name = "btn_USBLocationx32Change";
            this.btn_USBLocationx32Change.Size = new System.Drawing.Size(52, 22);
            this.btn_USBLocationx32Change.TabIndex = 8;
            this.btn_USBLocationx32Change.Text = "Change";
            this.btn_USBLocationx32Change.UseVisualStyleBackColor = true;
            this.btn_USBLocationx32Change.Click += new System.EventHandler(this.btn_USBLocationx32Change_Click);
            // 
            // txt_USBMasterCopyLocation_x32
            // 
            this.txt_USBMasterCopyLocation_x32.Location = new System.Drawing.Point(12, 263);
            this.txt_USBMasterCopyLocation_x32.Name = "txt_USBMasterCopyLocation_x32";
            this.txt_USBMasterCopyLocation_x32.Size = new System.Drawing.Size(112, 20);
            this.txt_USBMasterCopyLocation_x32.TabIndex = 7;
            // 
            // lbl_USBCopyLocation_x32
            // 
            this.lbl_USBCopyLocation_x32.AutoSize = true;
            this.lbl_USBCopyLocation_x32.Location = new System.Drawing.Point(12, 247);
            this.lbl_USBCopyLocation_x32.Name = "lbl_USBCopyLocation_x32";
            this.lbl_USBCopyLocation_x32.Size = new System.Drawing.Size(155, 13);
            this.lbl_USBCopyLocation_x32.TabIndex = 15;
            this.lbl_USBCopyLocation_x32.Text = "USB Master Copy x32 Location";
            // 
            // btn_USBLocationx64Change
            // 
            this.btn_USBLocationx64Change.Location = new System.Drawing.Point(130, 300);
            this.btn_USBLocationx64Change.Name = "btn_USBLocationx64Change";
            this.btn_USBLocationx64Change.Size = new System.Drawing.Size(52, 22);
            this.btn_USBLocationx64Change.TabIndex = 10;
            this.btn_USBLocationx64Change.Text = "Change";
            this.btn_USBLocationx64Change.UseVisualStyleBackColor = true;
            this.btn_USBLocationx64Change.Click += new System.EventHandler(this.btn_USBLocationx64Change_Click);
            // 
            // txt_USBMasterCopyLocation_x64
            // 
            this.txt_USBMasterCopyLocation_x64.Location = new System.Drawing.Point(12, 302);
            this.txt_USBMasterCopyLocation_x64.Name = "txt_USBMasterCopyLocation_x64";
            this.txt_USBMasterCopyLocation_x64.Size = new System.Drawing.Size(112, 20);
            this.txt_USBMasterCopyLocation_x64.TabIndex = 9;
            // 
            // lbl_USBCopyLocation_x64
            // 
            this.lbl_USBCopyLocation_x64.AutoSize = true;
            this.lbl_USBCopyLocation_x64.Location = new System.Drawing.Point(12, 286);
            this.lbl_USBCopyLocation_x64.Name = "lbl_USBCopyLocation_x64";
            this.lbl_USBCopyLocation_x64.Size = new System.Drawing.Size(155, 13);
            this.lbl_USBCopyLocation_x64.TabIndex = 18;
            this.lbl_USBCopyLocation_x64.Text = "USB Master Copy x64 Location";
            // 
            // groupBox_HiddenAccounts
            // 
            this.groupBox_HiddenAccounts.Controls.Add(this.listBox_HiddenAccounts);
            this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenRemove);
            this.groupBox_HiddenAccounts.Controls.Add(this.btn_HiddenAdd);
            this.groupBox_HiddenAccounts.Location = new System.Drawing.Point(12, 123);
            this.groupBox_HiddenAccounts.Name = "groupBox_HiddenAccounts";
            this.groupBox_HiddenAccounts.Size = new System.Drawing.Size(170, 82);
            this.groupBox_HiddenAccounts.TabIndex = 19;
            this.groupBox_HiddenAccounts.TabStop = false;
            this.groupBox_HiddenAccounts.Text = "Hidden Accounts";
            // 
            // listBox_HiddenAccounts
            // 
            this.listBox_HiddenAccounts.FormattingEnabled = true;
            this.listBox_HiddenAccounts.Location = new System.Drawing.Point(6, 19);
            this.listBox_HiddenAccounts.Name = "listBox_HiddenAccounts";
            this.listBox_HiddenAccounts.Size = new System.Drawing.Size(86, 56);
            this.listBox_HiddenAccounts.TabIndex = 1;
            // 
            // btn_HiddenRemove
            // 
            this.btn_HiddenRemove.Location = new System.Drawing.Point(100, 49);
            this.btn_HiddenRemove.Name = "btn_HiddenRemove";
            this.btn_HiddenRemove.Size = new System.Drawing.Size(60, 22);
            this.btn_HiddenRemove.TabIndex = 3;
            this.btn_HiddenRemove.Text = "Remove";
            this.btn_HiddenRemove.UseVisualStyleBackColor = true;
            this.btn_HiddenRemove.Click += new System.EventHandler(this.btn_HiddenRemove_Click);
            // 
            // btn_HiddenAdd
            // 
            this.btn_HiddenAdd.Location = new System.Drawing.Point(100, 23);
            this.btn_HiddenAdd.Name = "btn_HiddenAdd";
            this.btn_HiddenAdd.Size = new System.Drawing.Size(60, 22);
            this.btn_HiddenAdd.TabIndex = 2;
            this.btn_HiddenAdd.Text = "Add";
            this.btn_HiddenAdd.UseVisualStyleBackColor = true;
            this.btn_HiddenAdd.Click += new System.EventHandler(this.btn_HiddenAdd_Click);
            // 
            // btn_Default
            // 
            this.btn_Default.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btn_Default.Location = new System.Drawing.Point(12, 331);
            this.btn_Default.Name = "btn_Default";
            this.btn_Default.Size = new System.Drawing.Size(45, 20);
            this.btn_Default.TabIndex = 20;
            this.btn_Default.Text = "Defaults";
            this.btn_Default.UseVisualStyleBackColor = true;
            this.btn_Default.Click += new System.EventHandler(this.btn_Default_Click);
            // 
            // Settings_Form
            // 
            this.AcceptButton = this.btn_Ok;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.CancelButton = this.btn_Cancel;
            this.ClientSize = new System.Drawing.Size(194, 363);
            this.Controls.Add(this.btn_Default);
            this.Controls.Add(this.groupBox_HiddenAccounts);
            this.Controls.Add(this.lbl_USBCopyLocation_x64);
            this.Controls.Add(this.btn_USBLocationx64Change);
            this.Controls.Add(this.txt_USBMasterCopyLocation_x64);
            this.Controls.Add(this.lbl_USBCopyLocation_x32);
            this.Controls.Add(this.btn_USBLocationx32Change);
            this.Controls.Add(this.txt_USBMasterCopyLocation_x32);
            this.Controls.Add(this.btn_ShareLocationChange);
            this.Controls.Add(this.lbl_ShareLocation);
            this.Controls.Add(this.txt_ShareLocation);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.btn_Ok);
            this.Controls.Add(this.chk_PassReq);
            this.Controls.Add(this.groupBox_SystemAccounts);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Settings_Form";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Settings";
            this.groupBox_SystemAccounts.ResumeLayout(false);
            this.groupBox_HiddenAccounts.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.CheckBox chk_PassReq;
        private System.Windows.Forms.Button btn_Ok;
        private System.Windows.Forms.Button btn_Cancel;
        private System.Windows.Forms.ListBox listBox_SystemAccounts;
        private System.Windows.Forms.Button btn_SystemAdd;
        private System.Windows.Forms.Button btn_SystemRemove;
        private System.Windows.Forms.GroupBox groupBox_SystemAccounts;
        private System.Windows.Forms.TextBox txt_ShareLocation;
        private System.Windows.Forms.Label lbl_ShareLocation;
        private System.Windows.Forms.Button btn_ShareLocationChange;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
        private System.Windows.Forms.Button btn_USBLocationx32Change;
        private System.Windows.Forms.TextBox txt_USBMasterCopyLocation_x32;
        private System.Windows.Forms.Button btn_USBLocationx64Change;
        private System.Windows.Forms.TextBox txt_USBMasterCopyLocation_x64;
        private System.Windows.Forms.Label lbl_USBCopyLocation_x32;
        private System.Windows.Forms.Label lbl_USBCopyLocation_x64;
        private System.Windows.Forms.GroupBox groupBox_HiddenAccounts;
        private System.Windows.Forms.ListBox listBox_HiddenAccounts;
        private System.Windows.Forms.Button btn_HiddenRemove;
        private System.Windows.Forms.Button btn_HiddenAdd;
        private System.Windows.Forms.Button btn_Default;
    }
}