Subversion Repositories Code-Repo

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
63 Kevin 3
    partial class Delete_User_Verify_Form
9 Kevin 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
        {
63 Kevin 31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Delete_User_Verify_Form));
9 Kevin 32
            this.lbl_Prompt1 = new System.Windows.Forms.Label();
33
            this.txt_Password = new System.Windows.Forms.TextBox();
34
            this.btn_Cancel = new System.Windows.Forms.Button();
35
            this.SuspendLayout();
36
            // 
37
            // lbl_Prompt1
38
            // 
39
            this.lbl_Prompt1.AutoSize = true;
40
            this.lbl_Prompt1.Location = new System.Drawing.Point(1, 9);
41
            this.lbl_Prompt1.Name = "lbl_Prompt1";
42
            this.lbl_Prompt1.Size = new System.Drawing.Size(144, 13);
43
            this.lbl_Prompt1.TabIndex = 0;
44
            this.lbl_Prompt1.Text = "Enter in the SWAT password";
45
            // 
46
            // txt_Password
47
            // 
48
            this.txt_Password.Location = new System.Drawing.Point(18, 29);
49
            this.txt_Password.Name = "txt_Password";
50
            this.txt_Password.Size = new System.Drawing.Size(110, 20);
51
            this.txt_Password.TabIndex = 1;
52
            this.txt_Password.UseSystemPasswordChar = true;
53
            // 
54
            // btn_Cancel
55
            // 
56
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
57
            this.btn_Cancel.Location = new System.Drawing.Point(33, 55);
58
            this.btn_Cancel.Name = "btn_Cancel";
59
            this.btn_Cancel.Size = new System.Drawing.Size(80, 24);
60
            this.btn_Cancel.TabIndex = 3;
61
            this.btn_Cancel.Text = "Cancel";
62
            this.btn_Cancel.UseVisualStyleBackColor = true;
63
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
64
            // 
65
            // DeleteUserVerify_Form
66
            // 
67
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
68
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
69
            this.CancelButton = this.btn_Cancel;
70
            this.ClientSize = new System.Drawing.Size(147, 89);
71
            this.Controls.Add(this.btn_Cancel);
72
            this.Controls.Add(this.txt_Password);
73
            this.Controls.Add(this.lbl_Prompt1);
74
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
75
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
76
            this.Name = "DeleteUserVerify_Form";
77
            this.ShowInTaskbar = false;
78
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
79
            this.Text = "Delete user(s)";
80
            this.ResumeLayout(false);
81
            this.PerformLayout();
82
 
83
        }
84
 
85
        #endregion
86
 
87
        private System.Windows.Forms.Label lbl_Prompt1;
88
        private System.Windows.Forms.TextBox txt_Password;
89
        private System.Windows.Forms.Button btn_Cancel;
90
    }
91
}