Subversion Repositories Code-Repo

Rev

Rev 46 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
46 Kevin 1
namespace SWAT_Office_App
2
{
3
    partial class DriveLogger_LabelPrompt_Form
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.btn_Ok = new System.Windows.Forms.Button();
32
            this.txt_Owner = new System.Windows.Forms.TextBox();
33
            this.groupBox_Dock = new System.Windows.Forms.GroupBox();
34
            this.SuspendLayout();
35
            // 
36
            // btn_Ok
37
            // 
38
            this.btn_Ok.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
39
            this.btn_Ok.Location = new System.Drawing.Point(34, 63);
40
            this.btn_Ok.Name = "btn_Ok";
41
            this.btn_Ok.Size = new System.Drawing.Size(75, 23);
42
            this.btn_Ok.TabIndex = 3;
43
            this.btn_Ok.Text = "Ok";
44
            this.btn_Ok.UseVisualStyleBackColor = true;
45
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
46
            // 
47
            // txt_Owner
48
            // 
49
            this.txt_Owner.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
50
            this.txt_Owner.Location = new System.Drawing.Point(12, 37);
51
            this.txt_Owner.Name = "txt_Owner";
52
            this.txt_Owner.Size = new System.Drawing.Size(118, 20);
53
            this.txt_Owner.TabIndex = 2;
54
            // 
55
            // groupBox_Dock
56
            // 
57
            this.groupBox_Dock.Location = new System.Drawing.Point(12, 12);
58
            this.groupBox_Dock.Name = "groupBox_Dock";
59
            this.groupBox_Dock.Size = new System.Drawing.Size(118, 19);
60
            this.groupBox_Dock.TabIndex = 1;
61
            this.groupBox_Dock.TabStop = false;
62
            this.groupBox_Dock.Text = "Select Dock";
63
            // 
64
            // DriveLogger_LabelPrompt_Form
65
            // 
66
            this.AcceptButton = this.btn_Ok;
67
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
68
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
69
            this.ClientSize = new System.Drawing.Size(142, 98);
70
            this.ControlBox = false;
71
            this.Controls.Add(this.groupBox_Dock);
72
            this.Controls.Add(this.txt_Owner);
73
            this.Controls.Add(this.btn_Ok);
74
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
75
            this.MaximizeBox = false;
76
            this.Name = "DriveLogger_LabelPrompt_Form";
77
            this.ShowInTaskbar = false;
78
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
79
            this.Text = "Enter Owner\'s Name";
80
            this.TopMost = true;
81
            this.ResumeLayout(false);
82
            this.PerformLayout();
83
 
84
        }
85
 
86
        #endregion
87
 
88
        private System.Windows.Forms.Button btn_Ok;
89
        private System.Windows.Forms.TextBox txt_Owner;
90
        private System.Windows.Forms.GroupBox groupBox_Dock;
91
    }
92
}