1 |
namespace AnywhereTS |
2 |
{ |
3 |
partial class frmConfigMode |
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 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConfigMode)); |
32 |
this.radUnmanagedMode = new System.Windows.Forms.RadioButton(); |
33 |
this.radManagedMode = new System.Windows.Forms.RadioButton(); |
34 |
this.btnBrowseDatabase = new System.Windows.Forms.Button(); |
35 |
this.txtDatabasePath = new System.Windows.Forms.TextBox(); |
36 |
this.lblDatabasePath = new System.Windows.Forms.Label(); |
37 |
this.btnCancel = new System.Windows.Forms.Button(); |
38 |
this.btnOK = new System.Windows.Forms.Button(); |
39 |
this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); |
40 |
this.btnBack = new System.Windows.Forms.Button(); |
41 |
this.lblDestinationDir = new System.Windows.Forms.Label(); |
42 |
this.txtDestinationDir = new System.Windows.Forms.TextBox(); |
43 |
this.btnBrowseDestinationDir = new System.Windows.Forms.Button(); |
44 |
this.label1 = new System.Windows.Forms.Label(); |
45 |
this.label2 = new System.Windows.Forms.Label(); |
46 |
this.SuspendLayout(); |
47 |
// |
48 |
// radUnmanagedMode |
49 |
// |
50 |
this.radUnmanagedMode.AutoSize = true; |
51 |
this.radUnmanagedMode.Location = new System.Drawing.Point(52, 176); |
52 |
this.radUnmanagedMode.Name = "radUnmanagedMode"; |
53 |
this.radUnmanagedMode.Size = new System.Drawing.Size(113, 17); |
54 |
this.radUnmanagedMode.TabIndex = 3; |
55 |
this.radUnmanagedMode.TabStop = true; |
56 |
this.radUnmanagedMode.Text = "Unmanaged Mode"; |
57 |
this.radUnmanagedMode.UseVisualStyleBackColor = true; |
58 |
this.radUnmanagedMode.CheckedChanged += new System.EventHandler(this.radUnmanagedMode_CheckedChanged); |
59 |
// |
60 |
// radManagedMode |
61 |
// |
62 |
this.radManagedMode.AutoSize = true; |
63 |
this.radManagedMode.Location = new System.Drawing.Point(52, 47); |
64 |
this.radManagedMode.Name = "radManagedMode"; |
65 |
this.radManagedMode.Size = new System.Drawing.Size(176, 17); |
66 |
this.radManagedMode.TabIndex = 2; |
67 |
this.radManagedMode.TabStop = true; |
68 |
this.radManagedMode.Text = "Managed Mode (recommended)"; |
69 |
this.radManagedMode.UseVisualStyleBackColor = true; |
70 |
this.radManagedMode.CheckedChanged += new System.EventHandler(this.radManagedMode_CheckedChanged); |
71 |
// |
72 |
// btnBrowseDatabase |
73 |
// |
74 |
this.btnBrowseDatabase.Enabled = false; |
75 |
this.btnBrowseDatabase.Location = new System.Drawing.Point(459, 112); |
76 |
this.btnBrowseDatabase.Name = "btnBrowseDatabase"; |
77 |
this.btnBrowseDatabase.Size = new System.Drawing.Size(81, 19); |
78 |
this.btnBrowseDatabase.TabIndex = 29; |
79 |
this.btnBrowseDatabase.Text = "Browse..."; |
80 |
this.btnBrowseDatabase.UseVisualStyleBackColor = true; |
81 |
this.btnBrowseDatabase.Visible = false; |
82 |
this.btnBrowseDatabase.Click += new System.EventHandler(this.btnBrowseDatabase_Click); |
83 |
// |
84 |
// txtDatabasePath |
85 |
// |
86 |
this.txtDatabasePath.Enabled = false; |
87 |
this.txtDatabasePath.Location = new System.Drawing.Point(68, 112); |
88 |
this.txtDatabasePath.Name = "txtDatabasePath"; |
89 |
this.txtDatabasePath.Size = new System.Drawing.Size(385, 20); |
90 |
this.txtDatabasePath.TabIndex = 28; |
91 |
this.txtDatabasePath.Visible = false; |
92 |
// |
93 |
// lblDatabasePath |
94 |
// |
95 |
this.lblDatabasePath.AutoSize = true; |
96 |
this.lblDatabasePath.Enabled = false; |
97 |
this.lblDatabasePath.Location = new System.Drawing.Point(65, 96); |
98 |
this.lblDatabasePath.Name = "lblDatabasePath"; |
99 |
this.lblDatabasePath.Size = new System.Drawing.Size(174, 13); |
100 |
this.lblDatabasePath.TabIndex = 30; |
101 |
this.lblDatabasePath.Text = "Location for AnywhereTS database"; |
102 |
this.lblDatabasePath.Visible = false; |
103 |
// |
104 |
// btnCancel |
105 |
// |
106 |
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
107 |
this.btnCancel.Location = new System.Drawing.Point(265, 465); |
108 |
this.btnCancel.Name = "btnCancel"; |
109 |
this.btnCancel.Size = new System.Drawing.Size(75, 23); |
110 |
this.btnCancel.TabIndex = 32; |
111 |
this.btnCancel.Text = "Cancel"; |
112 |
this.btnCancel.UseVisualStyleBackColor = true; |
113 |
// |
114 |
// btnOK |
115 |
// |
116 |
this.btnOK.Location = new System.Drawing.Point(476, 465); |
117 |
this.btnOK.Name = "btnOK"; |
118 |
this.btnOK.Size = new System.Drawing.Size(75, 23); |
119 |
this.btnOK.TabIndex = 31; |
120 |
this.btnOK.Text = "Next >"; |
121 |
this.btnOK.UseVisualStyleBackColor = true; |
122 |
this.btnOK.Click += new System.EventHandler(this.btnOK_Click); |
123 |
// |
124 |
// btnBack |
125 |
// |
126 |
this.btnBack.Enabled = false; |
127 |
this.btnBack.Location = new System.Drawing.Point(390, 465); |
128 |
this.btnBack.Name = "btnBack"; |
129 |
this.btnBack.Size = new System.Drawing.Size(81, 23); |
130 |
this.btnBack.TabIndex = 33; |
131 |
this.btnBack.Text = "< Back"; |
132 |
this.btnBack.UseVisualStyleBackColor = true; |
133 |
// |
134 |
// lblDestinationDir |
135 |
// |
136 |
this.lblDestinationDir.AutoSize = true; |
137 |
this.lblDestinationDir.Location = new System.Drawing.Point(65, 243); |
138 |
this.lblDestinationDir.Name = "lblDestinationDir"; |
139 |
this.lblDestinationDir.Size = new System.Drawing.Size(266, 13); |
140 |
this.lblDestinationDir.TabIndex = 30; |
141 |
this.lblDestinationDir.Text = "Destination directory where client images will be placed"; |
142 |
// |
143 |
// txtDestinationDir |
144 |
// |
145 |
this.txtDestinationDir.Location = new System.Drawing.Point(68, 259); |
146 |
this.txtDestinationDir.Name = "txtDestinationDir"; |
147 |
this.txtDestinationDir.Size = new System.Drawing.Size(385, 20); |
148 |
this.txtDestinationDir.TabIndex = 28; |
149 |
// |
150 |
// btnBrowseDestinationDir |
151 |
// |
152 |
this.btnBrowseDestinationDir.Location = new System.Drawing.Point(459, 260); |
153 |
this.btnBrowseDestinationDir.Name = "btnBrowseDestinationDir"; |
154 |
this.btnBrowseDestinationDir.Size = new System.Drawing.Size(81, 19); |
155 |
this.btnBrowseDestinationDir.TabIndex = 29; |
156 |
this.btnBrowseDestinationDir.Text = "Browse..."; |
157 |
this.btnBrowseDestinationDir.UseVisualStyleBackColor = true; |
158 |
this.btnBrowseDestinationDir.Click += new System.EventHandler(this.btnBrowseDestinationDir_Click); |
159 |
// |
160 |
// label1 |
161 |
// |
162 |
this.label1.AutoSize = true; |
163 |
this.label1.Location = new System.Drawing.Point(90, 67); |
164 |
this.label1.Name = "label1"; |
165 |
this.label1.Size = new System.Drawing.Size(241, 13); |
166 |
this.label1.TabIndex = 34; |
167 |
this.label1.Text = "This is normal mode of operation for AnywhereTS."; |
168 |
// |
169 |
// label2 |
170 |
// |
171 |
this.label2.Location = new System.Drawing.Point(90, 196); |
172 |
this.label2.Name = "label2"; |
173 |
this.label2.Size = new System.Drawing.Size(421, 47); |
174 |
this.label2.TabIndex = 35; |
175 |
this.label2.Text = "Use this mode if you only want to build static clients without running any servic" + |
176 |
"es (TFTP, DHCP) or database. You will not be able to change the client propertie" + |
177 |
"s after build time"; |
178 |
// |
179 |
// frmConfigMode |
180 |
// |
181 |
this.AcceptButton = this.btnOK; |
182 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
183 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
184 |
this.CancelButton = this.btnCancel; |
185 |
this.ClientSize = new System.Drawing.Size(570, 494); |
186 |
this.Controls.Add(this.label2); |
187 |
this.Controls.Add(this.label1); |
188 |
this.Controls.Add(this.btnBack); |
189 |
this.Controls.Add(this.btnCancel); |
190 |
this.Controls.Add(this.btnOK); |
191 |
this.Controls.Add(this.btnBrowseDestinationDir); |
192 |
this.Controls.Add(this.btnBrowseDatabase); |
193 |
this.Controls.Add(this.txtDestinationDir); |
194 |
this.Controls.Add(this.lblDestinationDir); |
195 |
this.Controls.Add(this.txtDatabasePath); |
196 |
this.Controls.Add(this.lblDatabasePath); |
197 |
this.Controls.Add(this.radUnmanagedMode); |
198 |
this.Controls.Add(this.radManagedMode); |
199 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
200 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
201 |
this.MaximizeBox = false; |
202 |
this.Name = "frmConfigMode"; |
203 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
204 |
this.Text = "Configure AnywhereTS - Select mode"; |
205 |
this.Load += new System.EventHandler(this.Mode_Load); |
206 |
this.ResumeLayout(false); |
207 |
this.PerformLayout(); |
208 |
|
209 |
} |
210 |
|
211 |
#endregion |
212 |
|
213 |
private System.Windows.Forms.RadioButton radUnmanagedMode; |
214 |
private System.Windows.Forms.RadioButton radManagedMode; |
215 |
private System.Windows.Forms.Button btnBrowseDatabase; |
216 |
private System.Windows.Forms.TextBox txtDatabasePath; |
217 |
private System.Windows.Forms.Label lblDatabasePath; |
218 |
internal System.Windows.Forms.Button btnCancel; |
219 |
internal System.Windows.Forms.Button btnOK; |
220 |
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog; |
221 |
private System.Windows.Forms.Button btnBack; |
222 |
private System.Windows.Forms.Label lblDestinationDir; |
223 |
private System.Windows.Forms.TextBox txtDestinationDir; |
224 |
private System.Windows.Forms.Button btnBrowseDestinationDir; |
225 |
private System.Windows.Forms.Label label1; |
226 |
private System.Windows.Forms.Label label2; |
227 |
} |
228 |
} |