source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/VerifyCodeUpdateDialog.Designer.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 10.6 KB
Line 
1namespace IndianHealthService.BMXNet.WinForm.Forms
2{
3 partial class VerifyCodeUpdateDialog
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.RepeatVerifyCodeEntry = new System.Windows.Forms.TextBox();
32 this.NewVerifyCodeEntry = new System.Windows.Forms.TextBox();
33 this.label2 = new System.Windows.Forms.Label();
34 this.label1 = new System.Windows.Forms.Label();
35 this.label4 = new System.Windows.Forms.Label();
36 this.okButton = new System.Windows.Forms.Button();
37 this.cancelButton = new System.Windows.Forms.Button();
38 this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
39 this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
40 this.currentVerifyCodeEntry = new System.Windows.Forms.TextBox();
41 this.grpDescriptionResourceGroup.SuspendLayout();
42 this.SuspendLayout();
43 //
44 // RepeatVerifyCodeEntry
45 //
46 this.RepeatVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
47 | System.Windows.Forms.AnchorStyles.Right)));
48 this.RepeatVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
49 this.RepeatVerifyCodeEntry.Location = new System.Drawing.Point(155, 76);
50 this.RepeatVerifyCodeEntry.Name = "RepeatVerifyCodeEntry";
51 this.RepeatVerifyCodeEntry.PasswordChar = '*';
52 this.RepeatVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
53 this.RepeatVerifyCodeEntry.TabIndex = 2;
54 //
55 // NewVerifyCodeEntry
56 //
57 this.NewVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
58 | System.Windows.Forms.AnchorStyles.Right)));
59 this.NewVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
60 this.NewVerifyCodeEntry.Location = new System.Drawing.Point(155, 43);
61 this.NewVerifyCodeEntry.Name = "NewVerifyCodeEntry";
62 this.NewVerifyCodeEntry.PasswordChar = '*';
63 this.NewVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
64 this.NewVerifyCodeEntry.TabIndex = 1;
65 //
66 // label2
67 //
68 this.label2.Location = new System.Drawing.Point(12, 82);
69 this.label2.Name = "label2";
70 this.label2.Size = new System.Drawing.Size(148, 16);
71 this.label2.TabIndex = 19;
72 this.label2.Text = "Re-enter New Verify Code:";
73 //
74 // label1
75 //
76 this.label1.Location = new System.Drawing.Point(12, 49);
77 this.label1.Name = "label1";
78 this.label1.Size = new System.Drawing.Size(104, 16);
79 this.label1.TabIndex = 18;
80 this.label1.Text = "New Verify Code:";
81 //
82 // label4
83 //
84 this.label4.Location = new System.Drawing.Point(12, 17);
85 this.label4.Name = "label4";
86 this.label4.Size = new System.Drawing.Size(137, 16);
87 this.label4.TabIndex = 21;
88 this.label4.Text = "Current Verify Code:";
89 //
90 // okButton
91 //
92 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
93 | System.Windows.Forms.AnchorStyles.Right)));
94 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
95 this.okButton.Location = new System.Drawing.Point(190, 120);
96 this.okButton.Name = "okButton";
97 this.okButton.Size = new System.Drawing.Size(67, 23);
98 this.okButton.TabIndex = 3;
99 this.okButton.Text = "&Submit";
100 this.okButton.UseVisualStyleBackColor = true;
101 this.okButton.Click += new System.EventHandler(this.okButton_Click);
102 //
103 // cancelButton
104 //
105 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
106 | System.Windows.Forms.AnchorStyles.Right)));
107 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
108 this.cancelButton.Location = new System.Drawing.Point(271, 120);
109 this.cancelButton.Name = "cancelButton";
110 this.cancelButton.Size = new System.Drawing.Size(67, 23);
111 this.cancelButton.TabIndex = 4;
112 this.cancelButton.Text = "&Cancel";
113 this.cancelButton.UseVisualStyleBackColor = true;
114 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
115 //
116 // lblDescriptionResourceGroup
117 //
118 this.lblDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
119 | System.Windows.Forms.AnchorStyles.Right)));
120 this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(1, 16);
121 this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
122 this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(328, 38);
123 this.lblDescriptionResourceGroup.TabIndex = 0;
124 this.lblDescriptionResourceGroup.Text = "Use this panel to update the Verify code that you use to log in to the RPMS serve" +
125 "r. ";
126 //
127 // grpDescriptionResourceGroup
128 //
129 this.grpDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
130 | System.Windows.Forms.AnchorStyles.Right)));
131 this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
132 this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(15, 149);
133 this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
134 this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(334, 57);
135 this.grpDescriptionResourceGroup.TabIndex = 14;
136 this.grpDescriptionResourceGroup.TabStop = false;
137 this.grpDescriptionResourceGroup.Text = "Description";
138 //
139 // currentVerifyCodeEntry
140 //
141 this.currentVerifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
142 | System.Windows.Forms.AnchorStyles.Right)));
143 this.currentVerifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
144 this.currentVerifyCodeEntry.Location = new System.Drawing.Point(155, 11);
145 this.currentVerifyCodeEntry.Name = "currentVerifyCodeEntry";
146 this.currentVerifyCodeEntry.PasswordChar = '*';
147 this.currentVerifyCodeEntry.Size = new System.Drawing.Size(186, 22);
148 this.currentVerifyCodeEntry.TabIndex = 0;
149 //
150 // VerifyCodeUpdateDialog
151 //
152 this.AcceptButton = this.okButton;
153 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
154 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
155 this.CancelButton = this.cancelButton;
156 this.ClientSize = new System.Drawing.Size(364, 224);
157 this.ControlBox = false;
158 this.Controls.Add(this.currentVerifyCodeEntry);
159 this.Controls.Add(this.cancelButton);
160 this.Controls.Add(this.okButton);
161 this.Controls.Add(this.label4);
162 this.Controls.Add(this.grpDescriptionResourceGroup);
163 this.Controls.Add(this.RepeatVerifyCodeEntry);
164 this.Controls.Add(this.NewVerifyCodeEntry);
165 this.Controls.Add(this.label2);
166 this.Controls.Add(this.label1);
167 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
168 this.MaximumSize = new System.Drawing.Size(370, 250);
169 this.MinimizeBox = false;
170 this.MinimumSize = new System.Drawing.Size(370, 250);
171 this.Name = "VerifyCodeUpdateDialog";
172 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
173 this.Text = "Change Verify Code";
174 this.Load += new System.EventHandler(this.VerifyCodeUpdateDialog_Load);
175 this.grpDescriptionResourceGroup.ResumeLayout(false);
176 this.ResumeLayout(false);
177 this.PerformLayout();
178
179 }
180
181 #endregion
182
183 private System.Windows.Forms.TextBox RepeatVerifyCodeEntry;
184 private System.Windows.Forms.TextBox NewVerifyCodeEntry;
185 private System.Windows.Forms.Label label2;
186 private System.Windows.Forms.Label label1;
187 private System.Windows.Forms.Label label4;
188 private System.Windows.Forms.Button okButton;
189 private System.Windows.Forms.Button cancelButton;
190 private System.Windows.Forms.Label lblDescriptionResourceGroup;
191 private System.Windows.Forms.GroupBox grpDescriptionResourceGroup;
192 private System.Windows.Forms.TextBox currentVerifyCodeEntry;
193 }
194}
Note: See TracBrowser for help on using the repository browser.