Subversion Repositories Code-Repo

Rev

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

namespace SWAT_Office_App
{
    partial class DriveLogger_LabelPrompt_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()
        {
            this.btn_Ok = new System.Windows.Forms.Button();
            this.txt_Owner = new System.Windows.Forms.TextBox();
            this.groupBox_Dock = new System.Windows.Forms.GroupBox();
            this.SuspendLayout();
            // 
            // btn_Ok
            // 
            this.btn_Ok.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btn_Ok.Location = new System.Drawing.Point(34, 63);
            this.btn_Ok.Name = "btn_Ok";
            this.btn_Ok.Size = new System.Drawing.Size(75, 23);
            this.btn_Ok.TabIndex = 3;
            this.btn_Ok.Text = "Ok";
            this.btn_Ok.UseVisualStyleBackColor = true;
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
            // 
            // txt_Owner
            // 
            this.txt_Owner.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.txt_Owner.Location = new System.Drawing.Point(12, 37);
            this.txt_Owner.Name = "txt_Owner";
            this.txt_Owner.Size = new System.Drawing.Size(118, 20);
            this.txt_Owner.TabIndex = 2;
            // 
            // groupBox_Dock
            // 
            this.groupBox_Dock.Location = new System.Drawing.Point(12, 12);
            this.groupBox_Dock.Name = "groupBox_Dock";
            this.groupBox_Dock.Size = new System.Drawing.Size(118, 19);
            this.groupBox_Dock.TabIndex = 1;
            this.groupBox_Dock.TabStop = false;
            this.groupBox_Dock.Text = "Select Dock";
            // 
            // DriveLogger_LabelPrompt_Form
            // 
            this.AcceptButton = this.btn_Ok;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(142, 98);
            this.ControlBox = false;
            this.Controls.Add(this.groupBox_Dock);
            this.Controls.Add(this.txt_Owner);
            this.Controls.Add(this.btn_Ok);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.Name = "DriveLogger_LabelPrompt_Form";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Enter Owner\'s Name";
            this.TopMost = true;
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btn_Ok;
        private System.Windows.Forms.TextBox txt_Owner;
        private System.Windows.Forms.GroupBox groupBox_Dock;
    }
}