source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/RpmsLoginDialog.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: 11.0 KB
Line 
1namespace IndianHealthService.BMXNet.Forms
2{
3 partial class RpmsLoginDialog
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.verifyCodeEntry = new System.Windows.Forms.TextBox();
32 this.accessCodeEntry = 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.connectionComboBox = new System.Windows.Forms.ComboBox();
37 this.okButton = new System.Windows.Forms.Button();
38 this.cancelButton = new System.Windows.Forms.Button();
39 this.lblDescriptionResourceGroup = new System.Windows.Forms.Label();
40 this.grpDescriptionResourceGroup = new System.Windows.Forms.GroupBox();
41 this.useWindowAuthCheckbox = new System.Windows.Forms.CheckBox();
42 this.grpDescriptionResourceGroup.SuspendLayout();
43 this.SuspendLayout();
44 //
45 // verifyCodeEntry
46 //
47 this.verifyCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
48 | System.Windows.Forms.AnchorStyles.Right)));
49 this.verifyCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
50 this.verifyCodeEntry.Location = new System.Drawing.Point(103, 87);
51 this.verifyCodeEntry.Name = "verifyCodeEntry";
52 this.verifyCodeEntry.PasswordChar = '*';
53 this.verifyCodeEntry.Size = new System.Drawing.Size(244, 22);
54 this.verifyCodeEntry.TabIndex = 15;
55 //
56 // accessCodeEntry
57 //
58 this.accessCodeEntry.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
59 | System.Windows.Forms.AnchorStyles.Right)));
60 this.accessCodeEntry.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
61 this.accessCodeEntry.Location = new System.Drawing.Point(103, 55);
62 this.accessCodeEntry.Name = "accessCodeEntry";
63 this.accessCodeEntry.PasswordChar = '*';
64 this.accessCodeEntry.Size = new System.Drawing.Size(244, 22);
65 this.accessCodeEntry.TabIndex = 13;
66 this.accessCodeEntry.TextChanged += new System.EventHandler(this.txtAccess_TextChanged);
67 //
68 // label2
69 //
70 this.label2.Location = new System.Drawing.Point(12, 92);
71 this.label2.Name = "label2";
72 this.label2.Size = new System.Drawing.Size(85, 16);
73 this.label2.TabIndex = 19;
74 this.label2.Text = "&Verify Code:";
75 //
76 // label1
77 //
78 this.label1.Location = new System.Drawing.Point(12, 60);
79 this.label1.Name = "label1";
80 this.label1.Size = new System.Drawing.Size(85, 16);
81 this.label1.TabIndex = 18;
82 this.label1.Text = "&Access Code:";
83 //
84 // label4
85 //
86 this.label4.Location = new System.Drawing.Point(12, 17);
87 this.label4.Name = "label4";
88 this.label4.Size = new System.Drawing.Size(85, 16);
89 this.label4.TabIndex = 21;
90 this.label4.Text = "RPMS Server:";
91 //
92 // connectionComboBox
93 //
94 this.connectionComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95 | System.Windows.Forms.AnchorStyles.Right)));
96 this.connectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
97 this.connectionComboBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
98 this.connectionComboBox.FormattingEnabled = true;
99 this.connectionComboBox.Location = new System.Drawing.Point(103, 9);
100 this.connectionComboBox.Name = "connectionComboBox";
101 this.connectionComboBox.Size = new System.Drawing.Size(246, 24);
102 this.connectionComboBox.TabIndex = 22;
103 this.connectionComboBox.SelectedIndexChanged += new System.EventHandler(this.connectionComboBox_SelectedIndexChanged);
104 //
105 // okButton
106 //
107 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
108 this.okButton.Location = new System.Drawing.Point(105, 155);
109 this.okButton.Name = "okButton";
110 this.okButton.Size = new System.Drawing.Size(75, 23);
111 this.okButton.TabIndex = 25;
112 this.okButton.Text = "&OK";
113 this.okButton.UseVisualStyleBackColor = true;
114 this.okButton.Click += new System.EventHandler(this.okButton_Click);
115 //
116 // cancelButton
117 //
118 this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
119 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
120 this.cancelButton.Location = new System.Drawing.Point(186, 155);
121 this.cancelButton.Name = "cancelButton";
122 this.cancelButton.Size = new System.Drawing.Size(75, 23);
123 this.cancelButton.TabIndex = 26;
124 this.cancelButton.Text = "&Cancel";
125 this.cancelButton.UseVisualStyleBackColor = true;
126 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
127 //
128 // lblDescriptionResourceGroup
129 //
130 this.lblDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
131 | System.Windows.Forms.AnchorStyles.Right)));
132 this.lblDescriptionResourceGroup.Location = new System.Drawing.Point(3, 16);
133 this.lblDescriptionResourceGroup.Name = "lblDescriptionResourceGroup";
134 this.lblDescriptionResourceGroup.Size = new System.Drawing.Size(334, 38);
135 this.lblDescriptionResourceGroup.TabIndex = 0;
136 this.lblDescriptionResourceGroup.Text = "Use this panel to enter the Access and Verify codes that you use to log in to the" +
137 " RPMS server. ";
138 //
139 // grpDescriptionResourceGroup
140 //
141 this.grpDescriptionResourceGroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
142 | System.Windows.Forms.AnchorStyles.Right)));
143 this.grpDescriptionResourceGroup.Controls.Add(this.lblDescriptionResourceGroup);
144 this.grpDescriptionResourceGroup.Location = new System.Drawing.Point(12, 184);
145 this.grpDescriptionResourceGroup.Name = "grpDescriptionResourceGroup";
146 this.grpDescriptionResourceGroup.Size = new System.Drawing.Size(340, 57);
147 this.grpDescriptionResourceGroup.TabIndex = 14;
148 this.grpDescriptionResourceGroup.TabStop = false;
149 this.grpDescriptionResourceGroup.Text = "Description";
150 //
151 // useWindowAuthCheckbox
152 //
153 this.useWindowAuthCheckbox.AutoSize = true;
154 this.useWindowAuthCheckbox.Location = new System.Drawing.Point(105, 116);
155 this.useWindowAuthCheckbox.Name = "useWindowAuthCheckbox";
156 this.useWindowAuthCheckbox.Size = new System.Drawing.Size(163, 17);
157 this.useWindowAuthCheckbox.TabIndex = 27;
158 this.useWindowAuthCheckbox.Text = "Use Windows Authentication";
159 this.useWindowAuthCheckbox.UseVisualStyleBackColor = true;
160 //
161 // RpmsLoginDialog
162 //
163 this.AcceptButton = this.okButton;
164 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
165 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
166 this.CancelButton = this.cancelButton;
167 this.ClientSize = new System.Drawing.Size(362, 247);
168 this.ControlBox = false;
169 this.Controls.Add(this.useWindowAuthCheckbox);
170 this.Controls.Add(this.cancelButton);
171 this.Controls.Add(this.okButton);
172 this.Controls.Add(this.connectionComboBox);
173 this.Controls.Add(this.label4);
174 this.Controls.Add(this.grpDescriptionResourceGroup);
175 this.Controls.Add(this.verifyCodeEntry);
176 this.Controls.Add(this.accessCodeEntry);
177 this.Controls.Add(this.label2);
178 this.Controls.Add(this.label1);
179 this.Name = "RpmsLoginDialog";
180 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
181 this.Text = "Login to RPMS";
182 this.Load += new System.EventHandler(this.RpmsLoginDialog_Load);
183 this.grpDescriptionResourceGroup.ResumeLayout(false);
184 this.ResumeLayout(false);
185 this.PerformLayout();
186
187 }
188
189 #endregion
190
191 private System.Windows.Forms.TextBox verifyCodeEntry;
192 private System.Windows.Forms.TextBox accessCodeEntry;
193 private System.Windows.Forms.Label label2;
194 private System.Windows.Forms.Label label1;
195 private System.Windows.Forms.Label label4;
196 private System.Windows.Forms.ComboBox connectionComboBox;
197 private System.Windows.Forms.Button okButton;
198 private System.Windows.Forms.Button cancelButton;
199 private System.Windows.Forms.Label lblDescriptionResourceGroup;
200 private System.Windows.Forms.GroupBox grpDescriptionResourceGroup;
201 private System.Windows.Forms.CheckBox useWindowAuthCheckbox;
202 }
203}
Note: See TracBrowser for help on using the repository browser.