Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
3
    partial class Reimage_USB_Drive_Progress_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_Cancel = new System.Windows.Forms.Button();
32
            this.lbl_Status = new System.Windows.Forms.Label();
33
            this.lbl_Warning = new System.Windows.Forms.Label();
34
            this.SuspendLayout();
35
            // 
36
            // btn_Cancel
37
            // 
38
            this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
39
                        | System.Windows.Forms.AnchorStyles.Right)));
40
            this.btn_Cancel.Location = new System.Drawing.Point(43, 80);
41
            this.btn_Cancel.Name = "btn_Cancel";
42
            this.btn_Cancel.Size = new System.Drawing.Size(120, 23);
43
            this.btn_Cancel.TabIndex = 1;
44
            this.btn_Cancel.Text = "Cancel";
45
            this.btn_Cancel.UseVisualStyleBackColor = true;
46
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
47
            // 
48
            // lbl_Status
49
            // 
50
            this.lbl_Status.Location = new System.Drawing.Point(3, 26);
51
            this.lbl_Status.Name = "lbl_Status";
52
            this.lbl_Status.Size = new System.Drawing.Size(200, 51);
53
            this.lbl_Status.TabIndex = 3;
54
            this.lbl_Status.Text = "Current Status: Reformatting USB Drives";
55
            this.lbl_Status.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
56
            // 
57
            // lbl_Warning
58
            // 
59
            this.lbl_Warning.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
60
                        | System.Windows.Forms.AnchorStyles.Right)));
61
            this.lbl_Warning.AutoSize = true;
62
            this.lbl_Warning.Location = new System.Drawing.Point(2, 9);
63
            this.lbl_Warning.Name = "lbl_Warning";
64
            this.lbl_Warning.Size = new System.Drawing.Size(202, 13);
65
            this.lbl_Warning.TabIndex = 4;
66
            this.lbl_Warning.Text = "Warning! Do NOT unplug the USB drives";
67
            // 
68
            // Reimage_USB_Drive_Progress_Form
69
            // 
70
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
71
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
72
            this.AutoSize = true;
73
            this.ClientSize = new System.Drawing.Size(207, 115);
74
            this.Controls.Add(this.lbl_Warning);
75
            this.Controls.Add(this.btn_Cancel);
76
            this.Controls.Add(this.lbl_Status);
77
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
78
            this.Name = "Reimage_USB_Drive_Progress_Form";
79
            this.ShowInTaskbar = false;
80
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
81
            this.Text = "Reimge Progress";
82
            this.ResumeLayout(false);
83
            this.PerformLayout();
84
 
85
        }
86
 
87
        #endregion
88
 
89
        private System.Windows.Forms.Button btn_Cancel;
90
        private System.Windows.Forms.Label lbl_Status;
91
        private System.Windows.Forms.Label lbl_Warning;
92
    }
93
}