source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Forms/RpmsServerConnectionPropertiesDialog.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.4 KB
Line 
1namespace IndianHealthService.BMXNet.WinForm.Forms
2{
3 partial class RpmsServerConnectionPropertiesDialog
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.connectionNameEntry = new System.Windows.Forms.TextBox();
32 this.label4 = new System.Windows.Forms.Label();
33 this.defaultConnectionCheckbox = new System.Windows.Forms.CheckBox();
34 this.groupBox1 = new System.Windows.Forms.GroupBox();
35 this.useDefaultNameSpaceCheck = new System.Windows.Forms.CheckBox();
36 this.useWindowsCheckbox = new System.Windows.Forms.CheckBox();
37 this.testButton = new System.Windows.Forms.Button();
38 this.txtNamespace = new System.Windows.Forms.TextBox();
39 this.label3 = new System.Windows.Forms.Label();
40 this.portEntry = new System.Windows.Forms.TextBox();
41 this.serverEntry = new System.Windows.Forms.TextBox();
42 this.label2 = new System.Windows.Forms.Label();
43 this.label1 = new System.Windows.Forms.Label();
44 this.okButton = new System.Windows.Forms.Button();
45 this.cancelButton = new System.Windows.Forms.Button();
46 this.groupBox1.SuspendLayout();
47 this.SuspendLayout();
48 //
49 // connectionNameEntry
50 //
51 this.connectionNameEntry.Location = new System.Drawing.Point(137, 14);
52 this.connectionNameEntry.Name = "connectionNameEntry";
53 this.connectionNameEntry.Size = new System.Drawing.Size(260, 20);
54 this.connectionNameEntry.TabIndex = 0;
55 this.connectionNameEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
56 //
57 // label4
58 //
59 this.label4.Location = new System.Drawing.Point(10, 18);
60 this.label4.Name = "label4";
61 this.label4.Size = new System.Drawing.Size(121, 16);
62 this.label4.TabIndex = 19;
63 this.label4.Text = "Connection Name:";
64 //
65 // defaultConnectionCheckbox
66 //
67 this.defaultConnectionCheckbox.AutoSize = true;
68 this.defaultConnectionCheckbox.Location = new System.Drawing.Point(137, 40);
69 this.defaultConnectionCheckbox.Name = "defaultConnectionCheckbox";
70 this.defaultConnectionCheckbox.Size = new System.Drawing.Size(185, 17);
71 this.defaultConnectionCheckbox.TabIndex = 1;
72 this.defaultConnectionCheckbox.Text = "Default RPMS Server Connection";
73 this.defaultConnectionCheckbox.UseVisualStyleBackColor = true;
74 //
75 // groupBox1
76 //
77 this.groupBox1.Controls.Add(this.useDefaultNameSpaceCheck);
78 this.groupBox1.Controls.Add(this.useWindowsCheckbox);
79 this.groupBox1.Controls.Add(this.testButton);
80 this.groupBox1.Controls.Add(this.txtNamespace);
81 this.groupBox1.Controls.Add(this.label3);
82 this.groupBox1.Controls.Add(this.portEntry);
83 this.groupBox1.Controls.Add(this.serverEntry);
84 this.groupBox1.Controls.Add(this.label2);
85 this.groupBox1.Controls.Add(this.label1);
86 this.groupBox1.Location = new System.Drawing.Point(12, 68);
87 this.groupBox1.Name = "groupBox1";
88 this.groupBox1.Size = new System.Drawing.Size(396, 162);
89 this.groupBox1.TabIndex = 2;
90 this.groupBox1.TabStop = false;
91 this.groupBox1.Text = "RPMS Connection Properties";
92 //
93 // useDefaultNameSpaceCheck
94 //
95 this.useDefaultNameSpaceCheck.AutoSize = true;
96 this.useDefaultNameSpaceCheck.Location = new System.Drawing.Point(247, 79);
97 this.useDefaultNameSpaceCheck.Name = "useDefaultNameSpaceCheck";
98 this.useDefaultNameSpaceCheck.Size = new System.Drawing.Size(138, 17);
99 this.useDefaultNameSpaceCheck.TabIndex = 3;
100 this.useDefaultNameSpaceCheck.Text = "Use default namespace";
101 this.useDefaultNameSpaceCheck.UseVisualStyleBackColor = true;
102 this.useDefaultNameSpaceCheck.CheckedChanged += new System.EventHandler(this.useDefaultNameSpaceCheck_CheckedChanged);
103 //
104 // useWindowsCheckbox
105 //
106 this.useWindowsCheckbox.AutoSize = true;
107 this.useWindowsCheckbox.Location = new System.Drawing.Point(125, 103);
108 this.useWindowsCheckbox.Name = "useWindowsCheckbox";
109 this.useWindowsCheckbox.Size = new System.Drawing.Size(163, 17);
110 this.useWindowsCheckbox.TabIndex = 4;
111 this.useWindowsCheckbox.Text = "Use Windows Authentication";
112 this.useWindowsCheckbox.UseVisualStyleBackColor = true;
113 //
114 // testButton
115 //
116 this.testButton.Location = new System.Drawing.Point(125, 126);
117 this.testButton.Name = "testButton";
118 this.testButton.Size = new System.Drawing.Size(117, 23);
119 this.testButton.TabIndex = 5;
120 this.testButton.Text = "&Test Connection...";
121 this.testButton.UseVisualStyleBackColor = true;
122 this.testButton.Click += new System.EventHandler(this.testButton_Click);
123 //
124 // txtNamespace
125 //
126 this.txtNamespace.Location = new System.Drawing.Point(125, 77);
127 this.txtNamespace.Name = "txtNamespace";
128 this.txtNamespace.Size = new System.Drawing.Size(97, 20);
129 this.txtNamespace.TabIndex = 2;
130 this.txtNamespace.TextChanged += new System.EventHandler(this.txtNamespace_TextChanged);
131 //
132 // label3
133 //
134 this.label3.Location = new System.Drawing.Point(6, 80);
135 this.label3.Name = "label3";
136 this.label3.Size = new System.Drawing.Size(113, 16);
137 this.label3.TabIndex = 23;
138 this.label3.Text = "Server Namespace:";
139 //
140 // portEntry
141 //
142 this.portEntry.Location = new System.Drawing.Point(125, 51);
143 this.portEntry.Name = "portEntry";
144 this.portEntry.Size = new System.Drawing.Size(97, 20);
145 this.portEntry.TabIndex = 1;
146 this.portEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
147 //
148 // serverEntry
149 //
150 this.serverEntry.Location = new System.Drawing.Point(125, 25);
151 this.serverEntry.Name = "serverEntry";
152 this.serverEntry.Size = new System.Drawing.Size(260, 20);
153 this.serverEntry.TabIndex = 0;
154 this.serverEntry.TextChanged += new System.EventHandler(this.entry_TextChanged);
155 //
156 // label2
157 //
158 this.label2.Location = new System.Drawing.Point(6, 54);
159 this.label2.Name = "label2";
160 this.label2.Size = new System.Drawing.Size(74, 16);
161 this.label2.TabIndex = 20;
162 this.label2.Text = "Server Port:";
163 //
164 // label1
165 //
166 this.label1.Location = new System.Drawing.Point(6, 29);
167 this.label1.Name = "label1";
168 this.label1.Size = new System.Drawing.Size(129, 16);
169 this.label1.TabIndex = 19;
170 this.label1.Text = "Server Address/Name:";
171 //
172 // okButton
173 //
174 this.okButton.Location = new System.Drawing.Point(247, 236);
175 this.okButton.Name = "okButton";
176 this.okButton.Size = new System.Drawing.Size(75, 23);
177 this.okButton.TabIndex = 3;
178 this.okButton.Text = "&OK";
179 this.okButton.UseVisualStyleBackColor = true;
180 this.okButton.Click += new System.EventHandler(this.okButton_Click);
181 //
182 // cancelButton
183 //
184 this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
185 this.cancelButton.Location = new System.Drawing.Point(328, 236);
186 this.cancelButton.Name = "cancelButton";
187 this.cancelButton.Size = new System.Drawing.Size(75, 23);
188 this.cancelButton.TabIndex = 4;
189 this.cancelButton.Text = "&Cancel";
190 this.cancelButton.UseVisualStyleBackColor = true;
191 this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
192 //
193 // RpmsServerConnectionPropertiesDialog
194 //
195 this.AcceptButton = this.okButton;
196 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
197 this.CancelButton = this.cancelButton;
198 this.ClientSize = new System.Drawing.Size(420, 270);
199 this.ControlBox = false;
200 this.Controls.Add(this.cancelButton);
201 this.Controls.Add(this.okButton);
202 this.Controls.Add(this.groupBox1);
203 this.Controls.Add(this.connectionNameEntry);
204 this.Controls.Add(this.defaultConnectionCheckbox);
205 this.Controls.Add(this.label4);
206 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
207 this.Name = "RpmsServerConnectionPropertiesDialog";
208 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
209 this.Text = "Edit RPMS Server Connection";
210 this.Load += new System.EventHandler(this.RpmsServerConnectionPropertiesDialog_Load);
211 this.groupBox1.ResumeLayout(false);
212 this.groupBox1.PerformLayout();
213 this.ResumeLayout(false);
214 this.PerformLayout();
215
216 }
217
218 #endregion
219
220 private System.Windows.Forms.Label label4;
221 private System.Windows.Forms.CheckBox defaultConnectionCheckbox;
222 private System.Windows.Forms.GroupBox groupBox1;
223 private System.Windows.Forms.Button testButton;
224 private System.Windows.Forms.TextBox txtNamespace;
225 private System.Windows.Forms.Label label3;
226 private System.Windows.Forms.TextBox portEntry;
227 private System.Windows.Forms.TextBox serverEntry;
228 private System.Windows.Forms.Label label2;
229 private System.Windows.Forms.Label label1;
230 private System.Windows.Forms.Button okButton;
231 private System.Windows.Forms.Button cancelButton;
232 private System.Windows.Forms.CheckBox useWindowsCheckbox;
233 private System.Windows.Forms.CheckBox useDefaultNameSpaceCheck;
234 private System.Windows.Forms.TextBox connectionNameEntry;
235 }
236}
Note: See TracBrowser for help on using the repository browser.