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