Subversion Repositories Code-Repo

Rev

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

Rev Author Line No. Line
9 Kevin 1
namespace SWAT_Office_App
2
{
63 Kevin 3
    partial class Reset_User_Password_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(Reset_User_Password_Form));
9 Kevin 32
            this.lbl_Prompt1 = new System.Windows.Forms.Label();
33
            this.txt_Password1 = new System.Windows.Forms.TextBox();
34
            this.btn_Ok = new System.Windows.Forms.Button();
35
            this.btn_Cancel = new System.Windows.Forms.Button();
36
            this.txt_Password2 = new System.Windows.Forms.TextBox();
37
            this.lbl_Prompt2 = new System.Windows.Forms.Label();
38
            this.SuspendLayout();
39
            // 
40
            // lbl_Prompt1
41
            // 
42
            this.lbl_Prompt1.AutoSize = true;
43
            this.lbl_Prompt1.Location = new System.Drawing.Point(1, 9);
44
            this.lbl_Prompt1.Name = "lbl_Prompt1";
45
            this.lbl_Prompt1.Size = new System.Drawing.Size(144, 13);
46
            this.lbl_Prompt1.TabIndex = 0;
47
            this.lbl_Prompt1.Text = "Enter in the SWAT password";
48
            // 
49
            // txt_Password1
50
            // 
51
            this.txt_Password1.Location = new System.Drawing.Point(18, 29);
52
            this.txt_Password1.Name = "txt_Password1";
53
            this.txt_Password1.Size = new System.Drawing.Size(110, 20);
54
            this.txt_Password1.TabIndex = 1;
55
            this.txt_Password1.UseSystemPasswordChar = true;
56
            // 
57
            // btn_Ok
58
            // 
59
            this.btn_Ok.Enabled = false;
60
            this.btn_Ok.Location = new System.Drawing.Point(10, 57);
61
            this.btn_Ok.Name = "btn_Ok";
62
            this.btn_Ok.Size = new System.Drawing.Size(60, 24);
63
            this.btn_Ok.TabIndex = 2;
64
            this.btn_Ok.Text = "Ok";
65
            this.btn_Ok.UseVisualStyleBackColor = true;
66
            this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
67
            // 
68
            // btn_Cancel
69
            // 
70
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
71
            this.btn_Cancel.Location = new System.Drawing.Point(76, 57);
72
            this.btn_Cancel.Name = "btn_Cancel";
73
            this.btn_Cancel.Size = new System.Drawing.Size(60, 24);
74
            this.btn_Cancel.TabIndex = 3;
75
            this.btn_Cancel.Text = "Cancel";
76
            this.btn_Cancel.UseVisualStyleBackColor = true;
77
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
78
            // 
79
            // txt_Password2
80
            // 
81
            this.txt_Password2.Location = new System.Drawing.Point(18, 29);
82
            this.txt_Password2.Name = "txt_Password2";
83
            this.txt_Password2.Size = new System.Drawing.Size(110, 20);
84
            this.txt_Password2.TabIndex = 4;
85
            this.txt_Password2.UseSystemPasswordChar = true;
86
            this.txt_Password2.Visible = false;
87
            // 
88
            // lbl_Prompt2
89
            // 
90
            this.lbl_Prompt2.AutoSize = true;
91
            this.lbl_Prompt2.Location = new System.Drawing.Point(7, 9);
92
            this.lbl_Prompt2.Name = "lbl_Prompt2";
93
            this.lbl_Prompt2.Size = new System.Drawing.Size(132, 13);
94
            this.lbl_Prompt2.TabIndex = 5;
95
            this.lbl_Prompt2.Text = "Enter in the new password";
96
            // 
97
            // ResetUserPassword_Form
98
            // 
99
            this.AcceptButton = this.btn_Ok;
100
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
101
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
102
            this.CancelButton = this.btn_Cancel;
103
            this.ClientSize = new System.Drawing.Size(147, 89);
104
            this.Controls.Add(this.lbl_Prompt2);
105
            this.Controls.Add(this.txt_Password2);
106
            this.Controls.Add(this.btn_Cancel);
107
            this.Controls.Add(this.btn_Ok);
108
            this.Controls.Add(this.txt_Password1);
109
            this.Controls.Add(this.lbl_Prompt1);
110
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
111
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
112
            this.Name = "ResetUserPassword_Form";
113
            this.ShowInTaskbar = false;
114
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
115
            this.Text = "Reset Password";
116
            this.ResumeLayout(false);
117
            this.PerformLayout();
118
 
119
        }
120
 
121
        #endregion
122
 
123
        private System.Windows.Forms.Label lbl_Prompt1;
124
        private System.Windows.Forms.TextBox txt_Password1;
125
        private System.Windows.Forms.Button btn_Ok;
126
        private System.Windows.Forms.Button btn_Cancel;
127
        private System.Windows.Forms.TextBox txt_Password2;
128
        private System.Windows.Forms.Label lbl_Prompt2;
129
    }
130
}