Parent Directory
|
Revision Log
revert atsDataSet.Designer.cs to version in r154
1 | william | 4 | //------------------------------------------------------------------------------ |
2 | // <auto-generated> | ||
3 | // This code was generated by a tool. | ||
4 | william | 111 | // Runtime Version:4.0.30319.269 |
5 | william | 4 | // |
6 | // Changes to this file may cause incorrect behavior and will be lost if | ||
7 | // the code is regenerated. | ||
8 | // </auto-generated> | ||
9 | //------------------------------------------------------------------------------ | ||
10 | |||
11 | #pragma warning disable 1591 | ||
12 | |||
13 | william | 364 | namespace AnywhereTS |
14 | { | ||
15 | |||
16 | |||
17 | william | 4 | /// <summary> |
18 | ///Represents a strongly typed in-memory cache of data. | ||
19 | ///</summary> | ||
20 | [global::System.Serializable()] | ||
21 | [global::System.ComponentModel.DesignerCategoryAttribute("code")] | ||
22 | [global::System.ComponentModel.ToolboxItem(true)] | ||
23 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedDataSetSchema")] | ||
24 | [global::System.Xml.Serialization.XmlRootAttribute("atsDataSet")] | ||
25 | [global::System.ComponentModel.Design.HelpKeywordAttribute("vs.data.DataSet")] | ||
26 | william | 364 | public partial class atsDataSet : global::System.Data.DataSet |
27 | { | ||
28 | |||
29 | william | 4 | private ClientDataTable tableClient; |
30 | william | 364 | |
31 | william | 4 | private GroupDataTable tableGroup; |
32 | william | 364 | |
33 | william | 4 | private ImageDataTable tableImage; |
34 | william | 364 | |
35 | william | 4 | private TerminalServerDataTable tableTerminalServer; |
36 | william | 364 | |
37 | william | 4 | private TftpServerDataTable tableTftpServer; |
38 | william | 364 | |
39 | william | 4 | private AppInfoDataTable tableAppInfo; |
40 | william | 364 | |
41 | william | 4 | private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; |
42 | william | 364 | |
43 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
44 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
45 | william | 364 | public atsDataSet() |
46 | { | ||
47 | william | 4 | this.BeginInit(); |
48 | this.InitClass(); | ||
49 | global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); | ||
50 | base.Tables.CollectionChanged += schemaChangedHandler; | ||
51 | base.Relations.CollectionChanged += schemaChangedHandler; | ||
52 | this.EndInit(); | ||
53 | } | ||
54 | william | 364 | |
55 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
56 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
57 | william | 364 | protected atsDataSet(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
58 | base(info, context, false) | ||
59 | { | ||
60 | if ((this.IsBinarySerialized(info, context) == true)) | ||
61 | { | ||
62 | william | 4 | this.InitVars(false); |
63 | global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); | ||
64 | this.Tables.CollectionChanged += schemaChangedHandler1; | ||
65 | this.Relations.CollectionChanged += schemaChangedHandler1; | ||
66 | return; | ||
67 | } | ||
68 | string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string)))); | ||
69 | william | 364 | if ((this.DetermineSchemaSerializationMode(info, context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) |
70 | { | ||
71 | william | 4 | global::System.Data.DataSet ds = new global::System.Data.DataSet(); |
72 | ds.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); | ||
73 | william | 364 | if ((ds.Tables["Client"] != null)) |
74 | { | ||
75 | william | 4 | base.Tables.Add(new ClientDataTable(ds.Tables["Client"])); |
76 | } | ||
77 | william | 364 | if ((ds.Tables["Group"] != null)) |
78 | { | ||
79 | william | 4 | base.Tables.Add(new GroupDataTable(ds.Tables["Group"])); |
80 | } | ||
81 | william | 364 | if ((ds.Tables["Image"] != null)) |
82 | { | ||
83 | william | 4 | base.Tables.Add(new ImageDataTable(ds.Tables["Image"])); |
84 | } | ||
85 | william | 364 | if ((ds.Tables["TerminalServer"] != null)) |
86 | { | ||
87 | william | 4 | base.Tables.Add(new TerminalServerDataTable(ds.Tables["TerminalServer"])); |
88 | } | ||
89 | william | 364 | if ((ds.Tables["TftpServer"] != null)) |
90 | { | ||
91 | william | 4 | base.Tables.Add(new TftpServerDataTable(ds.Tables["TftpServer"])); |
92 | } | ||
93 | william | 364 | if ((ds.Tables["AppInfo"] != null)) |
94 | { | ||
95 | william | 4 | base.Tables.Add(new AppInfoDataTable(ds.Tables["AppInfo"])); |
96 | } | ||
97 | this.DataSetName = ds.DataSetName; | ||
98 | this.Prefix = ds.Prefix; | ||
99 | this.Namespace = ds.Namespace; | ||
100 | this.Locale = ds.Locale; | ||
101 | this.CaseSensitive = ds.CaseSensitive; | ||
102 | this.EnforceConstraints = ds.EnforceConstraints; | ||
103 | this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); | ||
104 | this.InitVars(); | ||
105 | } | ||
106 | william | 364 | else |
107 | { | ||
108 | william | 4 | this.ReadXmlSchema(new global::System.Xml.XmlTextReader(new global::System.IO.StringReader(strSchema))); |
109 | } | ||
110 | this.GetSerializationData(info, context); | ||
111 | global::System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged); | ||
112 | base.Tables.CollectionChanged += schemaChangedHandler; | ||
113 | this.Relations.CollectionChanged += schemaChangedHandler; | ||
114 | } | ||
115 | william | 364 | |
116 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
117 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
118 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
119 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
120 | william | 364 | public ClientDataTable Client |
121 | { | ||
122 | get | ||
123 | { | ||
124 | william | 4 | return this.tableClient; |
125 | } | ||
126 | } | ||
127 | william | 364 | |
128 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
129 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
130 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
131 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
132 | william | 364 | public GroupDataTable Group |
133 | { | ||
134 | get | ||
135 | { | ||
136 | william | 4 | return this.tableGroup; |
137 | } | ||
138 | } | ||
139 | william | 364 | |
140 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
141 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
142 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
143 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
144 | william | 364 | public ImageDataTable Image |
145 | { | ||
146 | get | ||
147 | { | ||
148 | william | 4 | return this.tableImage; |
149 | } | ||
150 | } | ||
151 | william | 364 | |
152 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
153 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
154 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
155 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
156 | william | 364 | public TerminalServerDataTable TerminalServer |
157 | { | ||
158 | get | ||
159 | { | ||
160 | william | 4 | return this.tableTerminalServer; |
161 | } | ||
162 | } | ||
163 | william | 364 | |
164 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
165 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
166 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
167 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
168 | william | 364 | public TftpServerDataTable TftpServer |
169 | { | ||
170 | get | ||
171 | { | ||
172 | william | 4 | return this.tableTftpServer; |
173 | } | ||
174 | } | ||
175 | william | 364 | |
176 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
177 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
178 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
179 | [global::System.ComponentModel.DesignerSerializationVisibility(global::System.ComponentModel.DesignerSerializationVisibility.Content)] | ||
180 | william | 364 | public AppInfoDataTable AppInfo |
181 | { | ||
182 | get | ||
183 | { | ||
184 | william | 4 | return this.tableAppInfo; |
185 | } | ||
186 | } | ||
187 | william | 364 | |
188 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
189 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
190 | william | 4 | [global::System.ComponentModel.BrowsableAttribute(true)] |
191 | [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Visible)] | ||
192 | william | 364 | public override global::System.Data.SchemaSerializationMode SchemaSerializationMode |
193 | { | ||
194 | get | ||
195 | { | ||
196 | william | 4 | return this._schemaSerializationMode; |
197 | } | ||
198 | william | 364 | set |
199 | { | ||
200 | william | 4 | this._schemaSerializationMode = value; |
201 | } | ||
202 | } | ||
203 | william | 364 | |
204 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
205 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
206 | william | 4 | [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] |
207 | william | 364 | public new global::System.Data.DataTableCollection Tables |
208 | { | ||
209 | get | ||
210 | { | ||
211 | william | 4 | return base.Tables; |
212 | } | ||
213 | } | ||
214 | william | 364 | |
215 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
216 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
217 | william | 4 | [global::System.ComponentModel.DesignerSerializationVisibilityAttribute(global::System.ComponentModel.DesignerSerializationVisibility.Hidden)] |
218 | william | 364 | public new global::System.Data.DataRelationCollection Relations |
219 | { | ||
220 | get | ||
221 | { | ||
222 | william | 4 | return base.Relations; |
223 | } | ||
224 | } | ||
225 | william | 364 | |
226 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
227 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
228 | william | 364 | protected override void InitializeDerivedDataSet() |
229 | { | ||
230 | william | 4 | this.BeginInit(); |
231 | this.InitClass(); | ||
232 | this.EndInit(); | ||
233 | } | ||
234 | william | 364 | |
235 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
236 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
237 | william | 364 | public override global::System.Data.DataSet Clone() |
238 | { | ||
239 | william | 4 | atsDataSet cln = ((atsDataSet)(base.Clone())); |
240 | cln.InitVars(); | ||
241 | cln.SchemaSerializationMode = this.SchemaSerializationMode; | ||
242 | return cln; | ||
243 | } | ||
244 | william | 364 | |
245 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
246 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
247 | william | 364 | protected override bool ShouldSerializeTables() |
248 | { | ||
249 | william | 4 | return false; |
250 | } | ||
251 | william | 364 | |
252 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
253 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
254 | william | 364 | protected override bool ShouldSerializeRelations() |
255 | { | ||
256 | william | 4 | return false; |
257 | } | ||
258 | william | 364 | |
259 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
260 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
261 | william | 364 | protected override void ReadXmlSerializable(global::System.Xml.XmlReader reader) |
262 | { | ||
263 | if ((this.DetermineSchemaSerializationMode(reader) == global::System.Data.SchemaSerializationMode.IncludeSchema)) | ||
264 | { | ||
265 | william | 4 | this.Reset(); |
266 | global::System.Data.DataSet ds = new global::System.Data.DataSet(); | ||
267 | ds.ReadXml(reader); | ||
268 | william | 364 | if ((ds.Tables["Client"] != null)) |
269 | { | ||
270 | william | 4 | base.Tables.Add(new ClientDataTable(ds.Tables["Client"])); |
271 | } | ||
272 | william | 364 | if ((ds.Tables["Group"] != null)) |
273 | { | ||
274 | william | 4 | base.Tables.Add(new GroupDataTable(ds.Tables["Group"])); |
275 | } | ||
276 | william | 364 | if ((ds.Tables["Image"] != null)) |
277 | { | ||
278 | william | 4 | base.Tables.Add(new ImageDataTable(ds.Tables["Image"])); |
279 | } | ||
280 | william | 364 | if ((ds.Tables["TerminalServer"] != null)) |
281 | { | ||
282 | william | 4 | base.Tables.Add(new TerminalServerDataTable(ds.Tables["TerminalServer"])); |
283 | } | ||
284 | william | 364 | if ((ds.Tables["TftpServer"] != null)) |
285 | { | ||
286 | william | 4 | base.Tables.Add(new TftpServerDataTable(ds.Tables["TftpServer"])); |
287 | } | ||
288 | william | 364 | if ((ds.Tables["AppInfo"] != null)) |
289 | { | ||
290 | william | 4 | base.Tables.Add(new AppInfoDataTable(ds.Tables["AppInfo"])); |
291 | } | ||
292 | this.DataSetName = ds.DataSetName; | ||
293 | this.Prefix = ds.Prefix; | ||
294 | this.Namespace = ds.Namespace; | ||
295 | this.Locale = ds.Locale; | ||
296 | this.CaseSensitive = ds.CaseSensitive; | ||
297 | this.EnforceConstraints = ds.EnforceConstraints; | ||
298 | this.Merge(ds, false, global::System.Data.MissingSchemaAction.Add); | ||
299 | this.InitVars(); | ||
300 | } | ||
301 | william | 364 | else |
302 | { | ||
303 | william | 4 | this.ReadXml(reader); |
304 | this.InitVars(); | ||
305 | } | ||
306 | } | ||
307 | william | 364 | |
308 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
309 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
310 | william | 364 | protected override global::System.Xml.Schema.XmlSchema GetSchemaSerializable() |
311 | { | ||
312 | william | 4 | global::System.IO.MemoryStream stream = new global::System.IO.MemoryStream(); |
313 | this.WriteXmlSchema(new global::System.Xml.XmlTextWriter(stream, null)); | ||
314 | stream.Position = 0; | ||
315 | return global::System.Xml.Schema.XmlSchema.Read(new global::System.Xml.XmlTextReader(stream), null); | ||
316 | } | ||
317 | william | 364 | |
318 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
319 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
320 | william | 364 | internal void InitVars() |
321 | { | ||
322 | william | 4 | this.InitVars(true); |
323 | } | ||
324 | william | 364 | |
325 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
326 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
327 | william | 364 | internal void InitVars(bool initTable) |
328 | { | ||
329 | william | 4 | this.tableClient = ((ClientDataTable)(base.Tables["Client"])); |
330 | william | 364 | if ((initTable == true)) |
331 | { | ||
332 | if ((this.tableClient != null)) | ||
333 | { | ||
334 | william | 4 | this.tableClient.InitVars(); |
335 | } | ||
336 | } | ||
337 | this.tableGroup = ((GroupDataTable)(base.Tables["Group"])); | ||
338 | william | 364 | if ((initTable == true)) |
339 | { | ||
340 | if ((this.tableGroup != null)) | ||
341 | { | ||
342 | william | 4 | this.tableGroup.InitVars(); |
343 | } | ||
344 | } | ||
345 | this.tableImage = ((ImageDataTable)(base.Tables["Image"])); | ||
346 | william | 364 | if ((initTable == true)) |
347 | { | ||
348 | if ((this.tableImage != null)) | ||
349 | { | ||
350 | william | 4 | this.tableImage.InitVars(); |
351 | } | ||
352 | } | ||
353 | this.tableTerminalServer = ((TerminalServerDataTable)(base.Tables["TerminalServer"])); | ||
354 | william | 364 | if ((initTable == true)) |
355 | { | ||
356 | if ((this.tableTerminalServer != null)) | ||
357 | { | ||
358 | william | 4 | this.tableTerminalServer.InitVars(); |
359 | } | ||
360 | } | ||
361 | this.tableTftpServer = ((TftpServerDataTable)(base.Tables["TftpServer"])); | ||
362 | william | 364 | if ((initTable == true)) |
363 | { | ||
364 | if ((this.tableTftpServer != null)) | ||
365 | { | ||
366 | william | 4 | this.tableTftpServer.InitVars(); |
367 | } | ||
368 | } | ||
369 | this.tableAppInfo = ((AppInfoDataTable)(base.Tables["AppInfo"])); | ||
370 | william | 364 | if ((initTable == true)) |
371 | { | ||
372 | if ((this.tableAppInfo != null)) | ||
373 | { | ||
374 | william | 4 | this.tableAppInfo.InitVars(); |
375 | } | ||
376 | } | ||
377 | } | ||
378 | william | 364 | |
379 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
380 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
381 | william | 364 | private void InitClass() |
382 | { | ||
383 | william | 4 | this.DataSetName = "atsDataSet"; |
384 | this.Prefix = ""; | ||
385 | this.Namespace = "http://tempuri.org/atsDataSet.xsd"; | ||
386 | this.EnforceConstraints = true; | ||
387 | this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; | ||
388 | this.tableClient = new ClientDataTable(); | ||
389 | base.Tables.Add(this.tableClient); | ||
390 | this.tableGroup = new GroupDataTable(); | ||
391 | base.Tables.Add(this.tableGroup); | ||
392 | this.tableImage = new ImageDataTable(); | ||
393 | base.Tables.Add(this.tableImage); | ||
394 | this.tableTerminalServer = new TerminalServerDataTable(); | ||
395 | base.Tables.Add(this.tableTerminalServer); | ||
396 | this.tableTftpServer = new TftpServerDataTable(); | ||
397 | base.Tables.Add(this.tableTftpServer); | ||
398 | this.tableAppInfo = new AppInfoDataTable(); | ||
399 | base.Tables.Add(this.tableAppInfo); | ||
400 | } | ||
401 | william | 364 | |
402 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
403 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
404 | william | 364 | private bool ShouldSerializeClient() |
405 | { | ||
406 | william | 4 | return false; |
407 | } | ||
408 | william | 364 | |
409 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
410 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
411 | william | 364 | private bool ShouldSerializeGroup() |
412 | { | ||
413 | william | 4 | return false; |
414 | } | ||
415 | william | 364 | |
416 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
417 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
418 | william | 364 | private bool ShouldSerializeImage() |
419 | { | ||
420 | william | 4 | return false; |
421 | } | ||
422 | william | 364 | |
423 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
424 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
425 | william | 364 | private bool ShouldSerializeTerminalServer() |
426 | { | ||
427 | william | 4 | return false; |
428 | } | ||
429 | william | 364 | |
430 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
431 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
432 | william | 364 | private bool ShouldSerializeTftpServer() |
433 | { | ||
434 | william | 4 | return false; |
435 | } | ||
436 | william | 364 | |
437 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
438 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
439 | william | 364 | private bool ShouldSerializeAppInfo() |
440 | { | ||
441 | william | 4 | return false; |
442 | } | ||
443 | william | 364 | |
444 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
445 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
446 | william | 364 | private void SchemaChanged(object sender, global::System.ComponentModel.CollectionChangeEventArgs e) |
447 | { | ||
448 | if ((e.Action == global::System.ComponentModel.CollectionChangeAction.Remove)) | ||
449 | { | ||
450 | william | 4 | this.InitVars(); |
451 | } | ||
452 | } | ||
453 | william | 364 | |
454 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
455 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
456 | william | 364 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedDataSetSchema(global::System.Xml.Schema.XmlSchemaSet xs) |
457 | { | ||
458 | william | 4 | atsDataSet ds = new atsDataSet(); |
459 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); | ||
460 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); | ||
461 | global::System.Xml.Schema.XmlSchemaAny any = new global::System.Xml.Schema.XmlSchemaAny(); | ||
462 | any.Namespace = ds.Namespace; | ||
463 | sequence.Items.Add(any); | ||
464 | type.Particle = sequence; | ||
465 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); | ||
466 | william | 364 | if (xs.Contains(dsSchema.TargetNamespace)) |
467 | { | ||
468 | william | 4 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
469 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); | ||
470 | william | 364 | try |
471 | { | ||
472 | william | 4 | global::System.Xml.Schema.XmlSchema schema = null; |
473 | dsSchema.Write(s1); | ||
474 | william | 364 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) |
475 | { | ||
476 | william | 4 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
477 | s2.SetLength(0); | ||
478 | schema.Write(s2); | ||
479 | william | 364 | if ((s1.Length == s2.Length)) |
480 | { | ||
481 | william | 4 | s1.Position = 0; |
482 | s2.Position = 0; | ||
483 | william | 364 | for (; ((s1.Position != s1.Length) |
484 | && (s1.ReadByte() == s2.ReadByte())); ) | ||
485 | { | ||
486 | william | 4 | ; |
487 | } | ||
488 | william | 364 | if ((s1.Position == s1.Length)) |
489 | { | ||
490 | william | 4 | return type; |
491 | } | ||
492 | } | ||
493 | } | ||
494 | } | ||
495 | william | 364 | finally |
496 | { | ||
497 | if ((s1 != null)) | ||
498 | { | ||
499 | william | 4 | s1.Close(); |
500 | } | ||
501 | william | 364 | if ((s2 != null)) |
502 | { | ||
503 | william | 4 | s2.Close(); |
504 | } | ||
505 | } | ||
506 | } | ||
507 | xs.Add(dsSchema); | ||
508 | return type; | ||
509 | } | ||
510 | william | 364 | |
511 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
512 | william | 4 | public delegate void ClientRowChangeEventHandler(object sender, ClientRowChangeEvent e); |
513 | william | 364 | |
514 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
515 | william | 4 | public delegate void GroupRowChangeEventHandler(object sender, GroupRowChangeEvent e); |
516 | william | 364 | |
517 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
518 | william | 4 | public delegate void ImageRowChangeEventHandler(object sender, ImageRowChangeEvent e); |
519 | william | 364 | |
520 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
521 | william | 4 | public delegate void TerminalServerRowChangeEventHandler(object sender, TerminalServerRowChangeEvent e); |
522 | william | 364 | |
523 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
524 | william | 4 | public delegate void TftpServerRowChangeEventHandler(object sender, TftpServerRowChangeEvent e); |
525 | william | 364 | |
526 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
527 | william | 4 | public delegate void AppInfoRowChangeEventHandler(object sender, AppInfoRowChangeEvent e); |
528 | william | 364 | |
529 | william | 4 | /// <summary> |
530 | ///Represents the strongly named DataTable class. | ||
531 | ///</summary> | ||
532 | [global::System.Serializable()] | ||
533 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] | ||
534 | william | 364 | public partial class ClientDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable |
535 | { | ||
536 | |||
537 | william | 4 | private global::System.Data.DataColumn columnClientName; |
538 | william | 364 | |
539 | william | 4 | private global::System.Data.DataColumn columnMacAddress; |
540 | william | 364 | |
541 | william | 4 | private global::System.Data.DataColumn columnGroup; |
542 | william | 364 | |
543 | william | 4 | private global::System.Data.DataColumn columnScreenResolution; |
544 | william | 364 | |
545 | william | 4 | private global::System.Data.DataColumn columnScreenColorDepth; |
546 | william | 364 | |
547 | william | 4 | private global::System.Data.DataColumn columnAutoPlayCD; |
548 | william | 364 | |
549 | william | 4 | private global::System.Data.DataColumn columnServerName; |
550 | william | 364 | |
551 | william | 4 | private global::System.Data.DataColumn columnSessionType; |
552 | william | 364 | |
553 | william | 4 | private global::System.Data.DataColumn columnReconnectPrompt; |
554 | william | 364 | |
555 | william | 4 | private global::System.Data.DataColumn columnAudioLevel; |
556 | william | 364 | |
557 | william | 4 | private global::System.Data.DataColumn columnMouseResolution; |
558 | william | 364 | |
559 | william | 4 | private global::System.Data.DataColumn columnComment; |
560 | william | 364 | |
561 | william | 4 | private global::System.Data.DataColumn columnUsername; |
562 | william | 364 | |
563 | william | 4 | private global::System.Data.DataColumn columnPassword; |
564 | william | 364 | |
565 | william | 4 | private global::System.Data.DataColumn columnServerDomain; |
566 | william | 364 | |
567 | william | 4 | private global::System.Data.DataColumn columnServerVersion; |
568 | william | 364 | |
569 | william | 4 | private global::System.Data.DataColumn columnRedirectFloppy; |
570 | william | 364 | |
571 | william | 4 | private global::System.Data.DataColumn columnRedirectCD; |
572 | william | 364 | |
573 | william | 4 | private global::System.Data.DataColumn columnRedirectSound; |
574 | william | 364 | |
575 | william | 4 | private global::System.Data.DataColumn columnDigitalMonitor; |
576 | william | 364 | |
577 | william | 4 | private global::System.Data.DataColumn columnIcaProtocol; |
578 | william | 364 | |
579 | william | 4 | private global::System.Data.DataColumn columnIcaEncryption; |
580 | william | 364 | |
581 | william | 4 | private global::System.Data.DataColumn columnIcaCompression; |
582 | william | 364 | |
583 | william | 4 | private global::System.Data.DataColumn columnIcaAudioQuality; |
584 | william | 364 | |
585 | william | 4 | private global::System.Data.DataColumn columnMiscFlippedFix; |
586 | william | 364 | |
587 | william | 4 | private global::System.Data.DataColumn columnMiscMousefix; |
588 | william | 364 | |
589 | william | 4 | private global::System.Data.DataColumn columnMiscNoAcceleration; |
590 | william | 364 | |
591 | william | 4 | private global::System.Data.DataColumn columnDailyReboot; |
592 | william | 364 | |
593 | william | 4 | private global::System.Data.DataColumn columnKeyboardMap; |
594 | william | 364 | |
595 | william | 4 | private global::System.Data.DataColumn columnTimeZone; |
596 | william | 364 | |
597 | william | 4 | private global::System.Data.DataColumn columnRedirectCom1; |
598 | william | 364 | |
599 | william | 4 | private global::System.Data.DataColumn columnRedirectCom2; |
600 | william | 364 | |
601 | william | 4 | private global::System.Data.DataColumn columnUsbDrive; |
602 | william | 364 | |
603 | william | 4 | private global::System.Data.DataColumn columnUsbDriveName; |
604 | william | 364 | |
605 | william | 4 | private global::System.Data.DataColumn columnNumLock; |
606 | william | 364 | |
607 | william | 4 | private global::System.Data.DataColumn columnServerPort; |
608 | william | 364 | |
609 | william | 4 | private global::System.Data.DataColumn columnCreated; |
610 | william | 364 | |
611 | william | 4 | private global::System.Data.DataColumn columnModified; |
612 | william | 364 | |
613 | william | 4 | private global::System.Data.DataColumn columnIcaApplicationSet; |
614 | william | 364 | |
615 | william | 4 | private global::System.Data.DataColumn columnIcaServer; |
616 | william | 364 | |
617 | william | 4 | private global::System.Data.DataColumn columnTempString; |
618 | william | 364 | |
619 | william | 4 | private global::System.Data.DataColumn columnTempBit; |
620 | william | 364 | |
621 | william | 4 | private global::System.Data.DataColumn columnTempInt; |
622 | william | 364 | |
623 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
624 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
625 | william | 364 | public ClientDataTable() |
626 | { | ||
627 | william | 4 | this.TableName = "Client"; |
628 | this.BeginInit(); | ||
629 | this.InitClass(); | ||
630 | this.EndInit(); | ||
631 | } | ||
632 | william | 364 | |
633 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
634 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
635 | william | 364 | internal ClientDataTable(global::System.Data.DataTable table) |
636 | { | ||
637 | william | 4 | this.TableName = table.TableName; |
638 | william | 364 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) |
639 | { | ||
640 | william | 4 | this.CaseSensitive = table.CaseSensitive; |
641 | } | ||
642 | william | 364 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) |
643 | { | ||
644 | william | 4 | this.Locale = table.Locale; |
645 | } | ||
646 | william | 364 | if ((table.Namespace != table.DataSet.Namespace)) |
647 | { | ||
648 | william | 4 | this.Namespace = table.Namespace; |
649 | } | ||
650 | this.Prefix = table.Prefix; | ||
651 | this.MinimumCapacity = table.MinimumCapacity; | ||
652 | } | ||
653 | william | 364 | |
654 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
655 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
656 | william | 364 | protected ClientDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
657 | base(info, context) | ||
658 | { | ||
659 | william | 4 | this.InitVars(); |
660 | } | ||
661 | william | 364 | |
662 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
663 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
664 | william | 364 | public global::System.Data.DataColumn ClientNameColumn |
665 | { | ||
666 | get | ||
667 | { | ||
668 | william | 4 | return this.columnClientName; |
669 | } | ||
670 | } | ||
671 | william | 364 | |
672 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
673 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
674 | william | 364 | public global::System.Data.DataColumn MacAddressColumn |
675 | { | ||
676 | get | ||
677 | { | ||
678 | william | 4 | return this.columnMacAddress; |
679 | } | ||
680 | } | ||
681 | william | 364 | |
682 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
683 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
684 | william | 364 | public global::System.Data.DataColumn GroupColumn |
685 | { | ||
686 | get | ||
687 | { | ||
688 | william | 4 | return this.columnGroup; |
689 | } | ||
690 | } | ||
691 | william | 364 | |
692 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
693 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
694 | william | 364 | public global::System.Data.DataColumn ScreenResolutionColumn |
695 | { | ||
696 | get | ||
697 | { | ||
698 | william | 4 | return this.columnScreenResolution; |
699 | } | ||
700 | } | ||
701 | william | 364 | |
702 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
703 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
704 | william | 364 | public global::System.Data.DataColumn ScreenColorDepthColumn |
705 | { | ||
706 | get | ||
707 | { | ||
708 | william | 4 | return this.columnScreenColorDepth; |
709 | } | ||
710 | } | ||
711 | william | 364 | |
712 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
713 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
714 | william | 364 | public global::System.Data.DataColumn AutoPlayCDColumn |
715 | { | ||
716 | get | ||
717 | { | ||
718 | william | 4 | return this.columnAutoPlayCD; |
719 | } | ||
720 | } | ||
721 | william | 364 | |
722 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
723 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
724 | william | 364 | public global::System.Data.DataColumn ServerNameColumn |
725 | { | ||
726 | get | ||
727 | { | ||
728 | william | 4 | return this.columnServerName; |
729 | } | ||
730 | } | ||
731 | william | 364 | |
732 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
733 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
734 | william | 364 | public global::System.Data.DataColumn SessionTypeColumn |
735 | { | ||
736 | get | ||
737 | { | ||
738 | william | 4 | return this.columnSessionType; |
739 | } | ||
740 | } | ||
741 | william | 364 | |
742 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
743 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
744 | william | 364 | public global::System.Data.DataColumn ReconnectPromptColumn |
745 | { | ||
746 | get | ||
747 | { | ||
748 | william | 4 | return this.columnReconnectPrompt; |
749 | } | ||
750 | } | ||
751 | william | 364 | |
752 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
753 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
754 | william | 364 | public global::System.Data.DataColumn AudioLevelColumn |
755 | { | ||
756 | get | ||
757 | { | ||
758 | william | 4 | return this.columnAudioLevel; |
759 | } | ||
760 | } | ||
761 | william | 364 | |
762 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
763 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
764 | william | 364 | public global::System.Data.DataColumn MouseResolutionColumn |
765 | { | ||
766 | get | ||
767 | { | ||
768 | william | 4 | return this.columnMouseResolution; |
769 | } | ||
770 | } | ||
771 | william | 364 | |
772 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
773 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
774 | william | 364 | public global::System.Data.DataColumn CommentColumn |
775 | { | ||
776 | get | ||
777 | { | ||
778 | william | 4 | return this.columnComment; |
779 | } | ||
780 | } | ||
781 | william | 364 | |
782 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
783 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
784 | william | 364 | public global::System.Data.DataColumn UsernameColumn |
785 | { | ||
786 | get | ||
787 | { | ||
788 | william | 4 | return this.columnUsername; |
789 | } | ||
790 | } | ||
791 | william | 364 | |
792 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
793 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
794 | william | 364 | public global::System.Data.DataColumn PasswordColumn |
795 | { | ||
796 | get | ||
797 | { | ||
798 | william | 4 | return this.columnPassword; |
799 | } | ||
800 | } | ||
801 | william | 364 | |
802 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
803 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
804 | william | 364 | public global::System.Data.DataColumn ServerDomainColumn |
805 | { | ||
806 | get | ||
807 | { | ||
808 | william | 4 | return this.columnServerDomain; |
809 | } | ||
810 | } | ||
811 | william | 364 | |
812 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
813 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
814 | william | 364 | public global::System.Data.DataColumn ServerVersionColumn |
815 | { | ||
816 | get | ||
817 | { | ||
818 | william | 4 | return this.columnServerVersion; |
819 | } | ||
820 | } | ||
821 | william | 364 | |
822 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
823 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
824 | william | 364 | public global::System.Data.DataColumn RedirectFloppyColumn |
825 | { | ||
826 | get | ||
827 | { | ||
828 | william | 4 | return this.columnRedirectFloppy; |
829 | } | ||
830 | } | ||
831 | william | 364 | |
832 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
833 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
834 | william | 364 | public global::System.Data.DataColumn RedirectCDColumn |
835 | { | ||
836 | get | ||
837 | { | ||
838 | william | 4 | return this.columnRedirectCD; |
839 | } | ||
840 | } | ||
841 | william | 364 | |
842 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
843 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
844 | william | 364 | public global::System.Data.DataColumn RedirectSoundColumn |
845 | { | ||
846 | get | ||
847 | { | ||
848 | william | 4 | return this.columnRedirectSound; |
849 | } | ||
850 | } | ||
851 | william | 364 | |
852 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
853 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
854 | william | 364 | public global::System.Data.DataColumn DigitalMonitorColumn |
855 | { | ||
856 | get | ||
857 | { | ||
858 | william | 4 | return this.columnDigitalMonitor; |
859 | } | ||
860 | } | ||
861 | william | 364 | |
862 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
863 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
864 | william | 364 | public global::System.Data.DataColumn IcaProtocolColumn |
865 | { | ||
866 | get | ||
867 | { | ||
868 | william | 4 | return this.columnIcaProtocol; |
869 | } | ||
870 | } | ||
871 | william | 364 | |
872 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
873 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
874 | william | 364 | public global::System.Data.DataColumn IcaEncryptionColumn |
875 | { | ||
876 | get | ||
877 | { | ||
878 | william | 4 | return this.columnIcaEncryption; |
879 | } | ||
880 | } | ||
881 | william | 364 | |
882 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
883 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
884 | william | 364 | public global::System.Data.DataColumn IcaCompressionColumn |
885 | { | ||
886 | get | ||
887 | { | ||
888 | william | 4 | return this.columnIcaCompression; |
889 | } | ||
890 | } | ||
891 | william | 364 | |
892 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
893 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
894 | william | 364 | public global::System.Data.DataColumn IcaAudioQualityColumn |
895 | { | ||
896 | get | ||
897 | { | ||
898 | william | 4 | return this.columnIcaAudioQuality; |
899 | } | ||
900 | } | ||
901 | william | 364 | |
902 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
903 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
904 | william | 364 | public global::System.Data.DataColumn MiscFlippedFixColumn |
905 | { | ||
906 | get | ||
907 | { | ||
908 | william | 4 | return this.columnMiscFlippedFix; |
909 | } | ||
910 | } | ||
911 | william | 364 | |
912 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
913 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
914 | william | 364 | public global::System.Data.DataColumn MiscMousefixColumn |
915 | { | ||
916 | get | ||
917 | { | ||
918 | william | 4 | return this.columnMiscMousefix; |
919 | } | ||
920 | } | ||
921 | william | 364 | |
922 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
923 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
924 | william | 364 | public global::System.Data.DataColumn MiscNoAccelerationColumn |
925 | { | ||
926 | get | ||
927 | { | ||
928 | william | 4 | return this.columnMiscNoAcceleration; |
929 | } | ||
930 | } | ||
931 | william | 364 | |
932 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
933 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
934 | william | 364 | public global::System.Data.DataColumn DailyRebootColumn |
935 | { | ||
936 | get | ||
937 | { | ||
938 | william | 4 | return this.columnDailyReboot; |
939 | } | ||
940 | } | ||
941 | william | 364 | |
942 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
943 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
944 | william | 364 | public global::System.Data.DataColumn KeyboardMapColumn |
945 | { | ||
946 | get | ||
947 | { | ||
948 | william | 4 | return this.columnKeyboardMap; |
949 | } | ||
950 | } | ||
951 | william | 364 | |
952 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
953 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
954 | william | 364 | public global::System.Data.DataColumn TimeZoneColumn |
955 | { | ||
956 | get | ||
957 | { | ||
958 | william | 4 | return this.columnTimeZone; |
959 | } | ||
960 | } | ||
961 | william | 364 | |
962 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
963 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
964 | william | 364 | public global::System.Data.DataColumn RedirectCom1Column |
965 | { | ||
966 | get | ||
967 | { | ||
968 | william | 4 | return this.columnRedirectCom1; |
969 | } | ||
970 | } | ||
971 | william | 364 | |
972 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
973 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
974 | william | 364 | public global::System.Data.DataColumn RedirectCom2Column |
975 | { | ||
976 | get | ||
977 | { | ||
978 | william | 4 | return this.columnRedirectCom2; |
979 | } | ||
980 | } | ||
981 | william | 364 | |
982 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
983 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
984 | william | 364 | public global::System.Data.DataColumn UsbDriveColumn |
985 | { | ||
986 | get | ||
987 | { | ||
988 | william | 4 | return this.columnUsbDrive; |
989 | } | ||
990 | } | ||
991 | william | 364 | |
992 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
993 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
994 | william | 364 | public global::System.Data.DataColumn UsbDriveNameColumn |
995 | { | ||
996 | get | ||
997 | { | ||
998 | william | 4 | return this.columnUsbDriveName; |
999 | } | ||
1000 | } | ||
1001 | william | 364 | |
1002 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1003 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1004 | william | 364 | public global::System.Data.DataColumn NumLockColumn |
1005 | { | ||
1006 | get | ||
1007 | { | ||
1008 | william | 4 | return this.columnNumLock; |
1009 | } | ||
1010 | } | ||
1011 | william | 364 | |
1012 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1013 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1014 | william | 364 | public global::System.Data.DataColumn ServerPortColumn |
1015 | { | ||
1016 | get | ||
1017 | { | ||
1018 | william | 4 | return this.columnServerPort; |
1019 | } | ||
1020 | } | ||
1021 | william | 364 | |
1022 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1023 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1024 | william | 364 | public global::System.Data.DataColumn CreatedColumn |
1025 | { | ||
1026 | get | ||
1027 | { | ||
1028 | william | 4 | return this.columnCreated; |
1029 | } | ||
1030 | } | ||
1031 | william | 364 | |
1032 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1033 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1034 | william | 364 | public global::System.Data.DataColumn ModifiedColumn |
1035 | { | ||
1036 | get | ||
1037 | { | ||
1038 | william | 4 | return this.columnModified; |
1039 | } | ||
1040 | } | ||
1041 | william | 364 | |
1042 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1043 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1044 | william | 364 | public global::System.Data.DataColumn IcaApplicationSetColumn |
1045 | { | ||
1046 | get | ||
1047 | { | ||
1048 | william | 4 | return this.columnIcaApplicationSet; |
1049 | } | ||
1050 | } | ||
1051 | william | 364 | |
1052 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1053 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1054 | william | 364 | public global::System.Data.DataColumn IcaServerColumn |
1055 | { | ||
1056 | get | ||
1057 | { | ||
1058 | william | 4 | return this.columnIcaServer; |
1059 | } | ||
1060 | } | ||
1061 | william | 364 | |
1062 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1063 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1064 | william | 364 | public global::System.Data.DataColumn TempStringColumn |
1065 | { | ||
1066 | get | ||
1067 | { | ||
1068 | william | 4 | return this.columnTempString; |
1069 | } | ||
1070 | } | ||
1071 | william | 364 | |
1072 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1073 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1074 | william | 364 | public global::System.Data.DataColumn TempBitColumn |
1075 | { | ||
1076 | get | ||
1077 | { | ||
1078 | william | 4 | return this.columnTempBit; |
1079 | } | ||
1080 | } | ||
1081 | william | 364 | |
1082 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1083 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1084 | william | 364 | public global::System.Data.DataColumn TempIntColumn |
1085 | { | ||
1086 | get | ||
1087 | { | ||
1088 | william | 4 | return this.columnTempInt; |
1089 | } | ||
1090 | } | ||
1091 | william | 364 | |
1092 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1093 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1094 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
1095 | william | 364 | public int Count |
1096 | { | ||
1097 | get | ||
1098 | { | ||
1099 | william | 4 | return this.Rows.Count; |
1100 | } | ||
1101 | } | ||
1102 | william | 364 | |
1103 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1104 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1105 | william | 364 | public ClientRow this[int index] |
1106 | { | ||
1107 | get | ||
1108 | { | ||
1109 | william | 4 | return ((ClientRow)(this.Rows[index])); |
1110 | } | ||
1111 | } | ||
1112 | william | 364 | |
1113 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1114 | william | 4 | public event ClientRowChangeEventHandler ClientRowChanging; |
1115 | william | 364 | |
1116 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1117 | william | 4 | public event ClientRowChangeEventHandler ClientRowChanged; |
1118 | william | 364 | |
1119 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1120 | william | 4 | public event ClientRowChangeEventHandler ClientRowDeleting; |
1121 | william | 364 | |
1122 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1123 | william | 4 | public event ClientRowChangeEventHandler ClientRowDeleted; |
1124 | william | 364 | |
1125 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1126 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1127 | william | 364 | public void AddClientRow(ClientRow row) |
1128 | { | ||
1129 | william | 4 | this.Rows.Add(row); |
1130 | } | ||
1131 | william | 364 | |
1132 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1133 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1134 | william | 4 | public ClientRow AddClientRow( |
1135 | william | 364 | string ClientName, |
1136 | string MacAddress, | ||
1137 | int Group, | ||
1138 | string ScreenResolution, | ||
1139 | string ScreenColorDepth, | ||
1140 | bool AutoPlayCD, | ||
1141 | string ServerName, | ||
1142 | string SessionType, | ||
1143 | bool ReconnectPrompt, | ||
1144 | int AudioLevel, | ||
1145 | int MouseResolution, | ||
1146 | string Comment, | ||
1147 | string Username, | ||
1148 | string Password, | ||
1149 | string ServerDomain, | ||
1150 | string ServerVersion, | ||
1151 | bool RedirectFloppy, | ||
1152 | bool RedirectCD, | ||
1153 | bool RedirectSound, | ||
1154 | bool DigitalMonitor, | ||
1155 | string IcaProtocol, | ||
1156 | string IcaEncryption, | ||
1157 | bool IcaCompression, | ||
1158 | string IcaAudioQuality, | ||
1159 | bool MiscFlippedFix, | ||
1160 | bool MiscMousefix, | ||
1161 | bool MiscNoAcceleration, | ||
1162 | bool DailyReboot, | ||
1163 | string KeyboardMap, | ||
1164 | string TimeZone, | ||
1165 | bool RedirectCom1, | ||
1166 | bool RedirectCom2, | ||
1167 | int UsbDrive, | ||
1168 | string UsbDriveName, | ||
1169 | bool NumLock, | ||
1170 | int ServerPort, | ||
1171 | System.DateTime Created, | ||
1172 | System.DateTime Modified, | ||
1173 | string IcaApplicationSet, | ||
1174 | string IcaServer, | ||
1175 | string TempString, | ||
1176 | bool TempBit, | ||
1177 | int TempInt) | ||
1178 | { | ||
1179 | william | 4 | ClientRow rowClientRow = ((ClientRow)(this.NewRow())); |
1180 | object[] columnValuesArray = new object[] { | ||
1181 | ClientName, | ||
1182 | MacAddress, | ||
1183 | Group, | ||
1184 | ScreenResolution, | ||
1185 | ScreenColorDepth, | ||
1186 | AutoPlayCD, | ||
1187 | ServerName, | ||
1188 | SessionType, | ||
1189 | ReconnectPrompt, | ||
1190 | AudioLevel, | ||
1191 | MouseResolution, | ||
1192 | Comment, | ||
1193 | Username, | ||
1194 | Password, | ||
1195 | ServerDomain, | ||
1196 | ServerVersion, | ||
1197 | RedirectFloppy, | ||
1198 | RedirectCD, | ||
1199 | RedirectSound, | ||
1200 | DigitalMonitor, | ||
1201 | IcaProtocol, | ||
1202 | IcaEncryption, | ||
1203 | IcaCompression, | ||
1204 | IcaAudioQuality, | ||
1205 | MiscFlippedFix, | ||
1206 | MiscMousefix, | ||
1207 | MiscNoAcceleration, | ||
1208 | DailyReboot, | ||
1209 | KeyboardMap, | ||
1210 | TimeZone, | ||
1211 | RedirectCom1, | ||
1212 | RedirectCom2, | ||
1213 | UsbDrive, | ||
1214 | UsbDriveName, | ||
1215 | NumLock, | ||
1216 | ServerPort, | ||
1217 | Created, | ||
1218 | Modified, | ||
1219 | IcaApplicationSet, | ||
1220 | IcaServer, | ||
1221 | TempString, | ||
1222 | TempBit, | ||
1223 | TempInt}; | ||
1224 | rowClientRow.ItemArray = columnValuesArray; | ||
1225 | this.Rows.Add(rowClientRow); | ||
1226 | return rowClientRow; | ||
1227 | } | ||
1228 | william | 364 | |
1229 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1230 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1231 | william | 364 | public ClientRow FindByMacAddress(string MacAddress) |
1232 | { | ||
1233 | william | 4 | return ((ClientRow)(this.Rows.Find(new object[] { |
1234 | MacAddress}))); | ||
1235 | } | ||
1236 | william | 364 | |
1237 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1238 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1239 | william | 364 | public virtual global::System.Collections.IEnumerator GetEnumerator() |
1240 | { | ||
1241 | return this.Rows.GetEnumerator(); | ||
1242 | } | ||
1243 | |||
1244 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
1245 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||
1246 | public override global::System.Data.DataTable Clone() | ||
1247 | { | ||
1248 | william | 4 | ClientDataTable cln = ((ClientDataTable)(base.Clone())); |
1249 | cln.InitVars(); | ||
1250 | return cln; | ||
1251 | } | ||
1252 | william | 364 | |
1253 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1254 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1255 | william | 364 | protected override global::System.Data.DataTable CreateInstance() |
1256 | { | ||
1257 | william | 4 | return new ClientDataTable(); |
1258 | } | ||
1259 | william | 364 | |
1260 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1261 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1262 | william | 364 | internal void InitVars() |
1263 | { | ||
1264 | william | 4 | this.columnClientName = base.Columns["ClientName"]; |
1265 | this.columnMacAddress = base.Columns["MacAddress"]; | ||
1266 | this.columnGroup = base.Columns["Group"]; | ||
1267 | this.columnScreenResolution = base.Columns["ScreenResolution"]; | ||
1268 | this.columnScreenColorDepth = base.Columns["ScreenColorDepth"]; | ||
1269 | this.columnAutoPlayCD = base.Columns["AutoPlayCD"]; | ||
1270 | this.columnServerName = base.Columns["ServerName"]; | ||
1271 | this.columnSessionType = base.Columns["SessionType"]; | ||
1272 | this.columnReconnectPrompt = base.Columns["ReconnectPrompt"]; | ||
1273 | this.columnAudioLevel = base.Columns["AudioLevel"]; | ||
1274 | this.columnMouseResolution = base.Columns["MouseResolution"]; | ||
1275 | this.columnComment = base.Columns["Comment"]; | ||
1276 | this.columnUsername = base.Columns["Username"]; | ||
1277 | this.columnPassword = base.Columns["Password"]; | ||
1278 | this.columnServerDomain = base.Columns["ServerDomain"]; | ||
1279 | this.columnServerVersion = base.Columns["ServerVersion"]; | ||
1280 | this.columnRedirectFloppy = base.Columns["RedirectFloppy"]; | ||
1281 | this.columnRedirectCD = base.Columns["RedirectCD"]; | ||
1282 | this.columnRedirectSound = base.Columns["RedirectSound"]; | ||
1283 | this.columnDigitalMonitor = base.Columns["DigitalMonitor"]; | ||
1284 | this.columnIcaProtocol = base.Columns["IcaProtocol"]; | ||
1285 | this.columnIcaEncryption = base.Columns["IcaEncryption"]; | ||
1286 | this.columnIcaCompression = base.Columns["IcaCompression"]; | ||
1287 | this.columnIcaAudioQuality = base.Columns["IcaAudioQuality"]; | ||
1288 | this.columnMiscFlippedFix = base.Columns["MiscFlippedFix"]; | ||
1289 | this.columnMiscMousefix = base.Columns["MiscMousefix"]; | ||
1290 | this.columnMiscNoAcceleration = base.Columns["MiscNoAcceleration"]; | ||
1291 | this.columnDailyReboot = base.Columns["DailyReboot"]; | ||
1292 | this.columnKeyboardMap = base.Columns["KeyboardMap"]; | ||
1293 | this.columnTimeZone = base.Columns["TimeZone"]; | ||
1294 | this.columnRedirectCom1 = base.Columns["RedirectCom1"]; | ||
1295 | this.columnRedirectCom2 = base.Columns["RedirectCom2"]; | ||
1296 | this.columnUsbDrive = base.Columns["UsbDrive"]; | ||
1297 | this.columnUsbDriveName = base.Columns["UsbDriveName"]; | ||
1298 | this.columnNumLock = base.Columns["NumLock"]; | ||
1299 | this.columnServerPort = base.Columns["ServerPort"]; | ||
1300 | this.columnCreated = base.Columns["Created"]; | ||
1301 | this.columnModified = base.Columns["Modified"]; | ||
1302 | this.columnIcaApplicationSet = base.Columns["IcaApplicationSet"]; | ||
1303 | this.columnIcaServer = base.Columns["IcaServer"]; | ||
1304 | this.columnTempString = base.Columns["TempString"]; | ||
1305 | this.columnTempBit = base.Columns["TempBit"]; | ||
1306 | this.columnTempInt = base.Columns["TempInt"]; | ||
1307 | } | ||
1308 | william | 364 | |
1309 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1310 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1311 | william | 364 | private void InitClass() |
1312 | { | ||
1313 | william | 4 | this.columnClientName = new global::System.Data.DataColumn("ClientName", typeof(string), null, global::System.Data.MappingType.Element); |
1314 | base.Columns.Add(this.columnClientName); | ||
1315 | this.columnMacAddress = new global::System.Data.DataColumn("MacAddress", typeof(string), null, global::System.Data.MappingType.Element); | ||
1316 | base.Columns.Add(this.columnMacAddress); | ||
1317 | this.columnGroup = new global::System.Data.DataColumn("Group", typeof(int), null, global::System.Data.MappingType.Element); | ||
1318 | base.Columns.Add(this.columnGroup); | ||
1319 | this.columnScreenResolution = new global::System.Data.DataColumn("ScreenResolution", typeof(string), null, global::System.Data.MappingType.Element); | ||
1320 | base.Columns.Add(this.columnScreenResolution); | ||
1321 | this.columnScreenColorDepth = new global::System.Data.DataColumn("ScreenColorDepth", typeof(string), null, global::System.Data.MappingType.Element); | ||
1322 | base.Columns.Add(this.columnScreenColorDepth); | ||
1323 | this.columnAutoPlayCD = new global::System.Data.DataColumn("AutoPlayCD", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1324 | base.Columns.Add(this.columnAutoPlayCD); | ||
1325 | this.columnServerName = new global::System.Data.DataColumn("ServerName", typeof(string), null, global::System.Data.MappingType.Element); | ||
1326 | base.Columns.Add(this.columnServerName); | ||
1327 | this.columnSessionType = new global::System.Data.DataColumn("SessionType", typeof(string), null, global::System.Data.MappingType.Element); | ||
1328 | base.Columns.Add(this.columnSessionType); | ||
1329 | this.columnReconnectPrompt = new global::System.Data.DataColumn("ReconnectPrompt", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1330 | base.Columns.Add(this.columnReconnectPrompt); | ||
1331 | this.columnAudioLevel = new global::System.Data.DataColumn("AudioLevel", typeof(int), null, global::System.Data.MappingType.Element); | ||
1332 | base.Columns.Add(this.columnAudioLevel); | ||
1333 | this.columnMouseResolution = new global::System.Data.DataColumn("MouseResolution", typeof(int), null, global::System.Data.MappingType.Element); | ||
1334 | base.Columns.Add(this.columnMouseResolution); | ||
1335 | this.columnComment = new global::System.Data.DataColumn("Comment", typeof(string), null, global::System.Data.MappingType.Element); | ||
1336 | base.Columns.Add(this.columnComment); | ||
1337 | this.columnUsername = new global::System.Data.DataColumn("Username", typeof(string), null, global::System.Data.MappingType.Element); | ||
1338 | base.Columns.Add(this.columnUsername); | ||
1339 | this.columnPassword = new global::System.Data.DataColumn("Password", typeof(string), null, global::System.Data.MappingType.Element); | ||
1340 | base.Columns.Add(this.columnPassword); | ||
1341 | this.columnServerDomain = new global::System.Data.DataColumn("ServerDomain", typeof(string), null, global::System.Data.MappingType.Element); | ||
1342 | base.Columns.Add(this.columnServerDomain); | ||
1343 | this.columnServerVersion = new global::System.Data.DataColumn("ServerVersion", typeof(string), null, global::System.Data.MappingType.Element); | ||
1344 | base.Columns.Add(this.columnServerVersion); | ||
1345 | this.columnRedirectFloppy = new global::System.Data.DataColumn("RedirectFloppy", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1346 | base.Columns.Add(this.columnRedirectFloppy); | ||
1347 | this.columnRedirectCD = new global::System.Data.DataColumn("RedirectCD", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1348 | base.Columns.Add(this.columnRedirectCD); | ||
1349 | this.columnRedirectSound = new global::System.Data.DataColumn("RedirectSound", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1350 | base.Columns.Add(this.columnRedirectSound); | ||
1351 | this.columnDigitalMonitor = new global::System.Data.DataColumn("DigitalMonitor", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1352 | base.Columns.Add(this.columnDigitalMonitor); | ||
1353 | this.columnIcaProtocol = new global::System.Data.DataColumn("IcaProtocol", typeof(string), null, global::System.Data.MappingType.Element); | ||
1354 | base.Columns.Add(this.columnIcaProtocol); | ||
1355 | this.columnIcaEncryption = new global::System.Data.DataColumn("IcaEncryption", typeof(string), null, global::System.Data.MappingType.Element); | ||
1356 | base.Columns.Add(this.columnIcaEncryption); | ||
1357 | this.columnIcaCompression = new global::System.Data.DataColumn("IcaCompression", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1358 | base.Columns.Add(this.columnIcaCompression); | ||
1359 | this.columnIcaAudioQuality = new global::System.Data.DataColumn("IcaAudioQuality", typeof(string), null, global::System.Data.MappingType.Element); | ||
1360 | base.Columns.Add(this.columnIcaAudioQuality); | ||
1361 | this.columnMiscFlippedFix = new global::System.Data.DataColumn("MiscFlippedFix", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1362 | base.Columns.Add(this.columnMiscFlippedFix); | ||
1363 | this.columnMiscMousefix = new global::System.Data.DataColumn("MiscMousefix", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1364 | base.Columns.Add(this.columnMiscMousefix); | ||
1365 | this.columnMiscNoAcceleration = new global::System.Data.DataColumn("MiscNoAcceleration", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1366 | base.Columns.Add(this.columnMiscNoAcceleration); | ||
1367 | this.columnDailyReboot = new global::System.Data.DataColumn("DailyReboot", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1368 | base.Columns.Add(this.columnDailyReboot); | ||
1369 | this.columnKeyboardMap = new global::System.Data.DataColumn("KeyboardMap", typeof(string), null, global::System.Data.MappingType.Element); | ||
1370 | base.Columns.Add(this.columnKeyboardMap); | ||
1371 | this.columnTimeZone = new global::System.Data.DataColumn("TimeZone", typeof(string), null, global::System.Data.MappingType.Element); | ||
1372 | base.Columns.Add(this.columnTimeZone); | ||
1373 | this.columnRedirectCom1 = new global::System.Data.DataColumn("RedirectCom1", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1374 | base.Columns.Add(this.columnRedirectCom1); | ||
1375 | this.columnRedirectCom2 = new global::System.Data.DataColumn("RedirectCom2", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1376 | base.Columns.Add(this.columnRedirectCom2); | ||
1377 | this.columnUsbDrive = new global::System.Data.DataColumn("UsbDrive", typeof(int), null, global::System.Data.MappingType.Element); | ||
1378 | base.Columns.Add(this.columnUsbDrive); | ||
1379 | this.columnUsbDriveName = new global::System.Data.DataColumn("UsbDriveName", typeof(string), null, global::System.Data.MappingType.Element); | ||
1380 | base.Columns.Add(this.columnUsbDriveName); | ||
1381 | this.columnNumLock = new global::System.Data.DataColumn("NumLock", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1382 | base.Columns.Add(this.columnNumLock); | ||
1383 | this.columnServerPort = new global::System.Data.DataColumn("ServerPort", typeof(int), null, global::System.Data.MappingType.Element); | ||
1384 | base.Columns.Add(this.columnServerPort); | ||
1385 | this.columnCreated = new global::System.Data.DataColumn("Created", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); | ||
1386 | base.Columns.Add(this.columnCreated); | ||
1387 | this.columnModified = new global::System.Data.DataColumn("Modified", typeof(global::System.DateTime), null, global::System.Data.MappingType.Element); | ||
1388 | base.Columns.Add(this.columnModified); | ||
1389 | this.columnIcaApplicationSet = new global::System.Data.DataColumn("IcaApplicationSet", typeof(string), null, global::System.Data.MappingType.Element); | ||
1390 | base.Columns.Add(this.columnIcaApplicationSet); | ||
1391 | this.columnIcaServer = new global::System.Data.DataColumn("IcaServer", typeof(string), null, global::System.Data.MappingType.Element); | ||
1392 | base.Columns.Add(this.columnIcaServer); | ||
1393 | this.columnTempString = new global::System.Data.DataColumn("TempString", typeof(string), null, global::System.Data.MappingType.Element); | ||
1394 | base.Columns.Add(this.columnTempString); | ||
1395 | this.columnTempBit = new global::System.Data.DataColumn("TempBit", typeof(bool), null, global::System.Data.MappingType.Element); | ||
1396 | base.Columns.Add(this.columnTempBit); | ||
1397 | this.columnTempInt = new global::System.Data.DataColumn("TempInt", typeof(int), null, global::System.Data.MappingType.Element); | ||
1398 | base.Columns.Add(this.columnTempInt); | ||
1399 | this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { | ||
1400 | this.columnMacAddress}, true)); | ||
1401 | this.columnClientName.MaxLength = 100; | ||
1402 | this.columnMacAddress.AllowDBNull = false; | ||
1403 | this.columnMacAddress.Unique = true; | ||
1404 | this.columnMacAddress.MaxLength = 12; | ||
1405 | this.columnScreenResolution.MaxLength = 11; | ||
1406 | this.columnScreenColorDepth.MaxLength = 50; | ||
1407 | this.columnServerName.MaxLength = 200; | ||
1408 | this.columnSessionType.MaxLength = 50; | ||
1409 | this.columnComment.MaxLength = 1024; | ||
1410 | this.columnUsername.MaxLength = 32; | ||
1411 | this.columnPassword.MaxLength = 32; | ||
1412 | this.columnServerDomain.MaxLength = 32; | ||
1413 | this.columnServerVersion.MaxLength = 50; | ||
1414 | this.columnIcaProtocol.MaxLength = 30; | ||
1415 | this.columnIcaEncryption.MaxLength = 30; | ||
1416 | this.columnIcaAudioQuality.MaxLength = 10; | ||
1417 | this.columnKeyboardMap.MaxLength = 12; | ||
1418 | this.columnTimeZone.MaxLength = 60; | ||
1419 | this.columnUsbDriveName.MaxLength = 20; | ||
1420 | this.columnServerPort.AllowDBNull = false; | ||
1421 | this.columnIcaApplicationSet.MaxLength = 200; | ||
1422 | this.columnIcaServer.MaxLength = 200; | ||
1423 | this.columnTempString.MaxLength = 200; | ||
1424 | } | ||
1425 | william | 364 | |
1426 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1427 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1428 | william | 364 | public ClientRow NewClientRow() |
1429 | { | ||
1430 | william | 4 | return ((ClientRow)(this.NewRow())); |
1431 | } | ||
1432 | william | 364 | |
1433 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1434 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1435 | william | 364 | protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) |
1436 | { | ||
1437 | william | 4 | return new ClientRow(builder); |
1438 | } | ||
1439 | william | 364 | |
1440 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1441 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1442 | william | 364 | protected override global::System.Type GetRowType() |
1443 | { | ||
1444 | william | 4 | return typeof(ClientRow); |
1445 | } | ||
1446 | william | 364 | |
1447 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1448 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1449 | william | 364 | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) |
1450 | { | ||
1451 | william | 4 | base.OnRowChanged(e); |
1452 | william | 364 | if ((this.ClientRowChanged != null)) |
1453 | { | ||
1454 | william | 4 | this.ClientRowChanged(this, new ClientRowChangeEvent(((ClientRow)(e.Row)), e.Action)); |
1455 | } | ||
1456 | } | ||
1457 | william | 364 | |
1458 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1459 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1460 | william | 364 | protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) |
1461 | { | ||
1462 | william | 4 | base.OnRowChanging(e); |
1463 | william | 364 | if ((this.ClientRowChanging != null)) |
1464 | { | ||
1465 | william | 4 | this.ClientRowChanging(this, new ClientRowChangeEvent(((ClientRow)(e.Row)), e.Action)); |
1466 | } | ||
1467 | } | ||
1468 | william | 364 | |
1469 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1470 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1471 | william | 364 | protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) |
1472 | { | ||
1473 | william | 4 | base.OnRowDeleted(e); |
1474 | william | 364 | if ((this.ClientRowDeleted != null)) |
1475 | { | ||
1476 | william | 4 | this.ClientRowDeleted(this, new ClientRowChangeEvent(((ClientRow)(e.Row)), e.Action)); |
1477 | } | ||
1478 | } | ||
1479 | william | 364 | |
1480 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1481 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1482 | william | 364 | protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) |
1483 | { | ||
1484 | william | 4 | base.OnRowDeleting(e); |
1485 | william | 364 | if ((this.ClientRowDeleting != null)) |
1486 | { | ||
1487 | william | 4 | this.ClientRowDeleting(this, new ClientRowChangeEvent(((ClientRow)(e.Row)), e.Action)); |
1488 | } | ||
1489 | } | ||
1490 | william | 364 | |
1491 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1492 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1493 | william | 364 | public void RemoveClientRow(ClientRow row) |
1494 | { | ||
1495 | william | 4 | this.Rows.Remove(row); |
1496 | } | ||
1497 | william | 364 | |
1498 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1499 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1500 | william | 364 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) |
1501 | { | ||
1502 | william | 4 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
1503 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); | ||
1504 | atsDataSet ds = new atsDataSet(); | ||
1505 | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); | ||
1506 | any1.Namespace = "http://www.w3.org/2001/XMLSchema"; | ||
1507 | any1.MinOccurs = new decimal(0); | ||
1508 | any1.MaxOccurs = decimal.MaxValue; | ||
1509 | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; | ||
1510 | sequence.Items.Add(any1); | ||
1511 | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); | ||
1512 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; | ||
1513 | any2.MinOccurs = new decimal(1); | ||
1514 | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; | ||
1515 | sequence.Items.Add(any2); | ||
1516 | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); | ||
1517 | attribute1.Name = "namespace"; | ||
1518 | attribute1.FixedValue = ds.Namespace; | ||
1519 | type.Attributes.Add(attribute1); | ||
1520 | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); | ||
1521 | attribute2.Name = "tableTypeName"; | ||
1522 | attribute2.FixedValue = "ClientDataTable"; | ||
1523 | type.Attributes.Add(attribute2); | ||
1524 | type.Particle = sequence; | ||
1525 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); | ||
1526 | william | 364 | if (xs.Contains(dsSchema.TargetNamespace)) |
1527 | { | ||
1528 | william | 4 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
1529 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); | ||
1530 | william | 364 | try |
1531 | { | ||
1532 | william | 4 | global::System.Xml.Schema.XmlSchema schema = null; |
1533 | dsSchema.Write(s1); | ||
1534 | william | 364 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) |
1535 | { | ||
1536 | william | 4 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
1537 | s2.SetLength(0); | ||
1538 | schema.Write(s2); | ||
1539 | william | 364 | if ((s1.Length == s2.Length)) |
1540 | { | ||
1541 | william | 4 | s1.Position = 0; |
1542 | s2.Position = 0; | ||
1543 | william | 364 | for (; ((s1.Position != s1.Length) |
1544 | && (s1.ReadByte() == s2.ReadByte())); ) | ||
1545 | { | ||
1546 | william | 4 | ; |
1547 | } | ||
1548 | william | 364 | if ((s1.Position == s1.Length)) |
1549 | { | ||
1550 | william | 4 | return type; |
1551 | } | ||
1552 | } | ||
1553 | } | ||
1554 | } | ||
1555 | william | 364 | finally |
1556 | { | ||
1557 | if ((s1 != null)) | ||
1558 | { | ||
1559 | william | 4 | s1.Close(); |
1560 | } | ||
1561 | william | 364 | if ((s2 != null)) |
1562 | { | ||
1563 | william | 4 | s2.Close(); |
1564 | } | ||
1565 | } | ||
1566 | } | ||
1567 | xs.Add(dsSchema); | ||
1568 | return type; | ||
1569 | } | ||
1570 | } | ||
1571 | william | 364 | |
1572 | william | 4 | /// <summary> |
1573 | ///Represents the strongly named DataTable class. | ||
1574 | ///</summary> | ||
1575 | [global::System.Serializable()] | ||
1576 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] | ||
1577 | william | 364 | public partial class GroupDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable |
1578 | { | ||
1579 | |||
1580 | william | 4 | private global::System.Data.DataColumn columnID; |
1581 | william | 364 | |
1582 | william | 4 | private global::System.Data.DataColumn columnParent; |
1583 | william | 364 | |
1584 | william | 4 | private global::System.Data.DataColumn columnName; |
1585 | william | 364 | |
1586 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1587 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1588 | william | 364 | public GroupDataTable() |
1589 | { | ||
1590 | william | 4 | this.TableName = "Group"; |
1591 | this.BeginInit(); | ||
1592 | this.InitClass(); | ||
1593 | this.EndInit(); | ||
1594 | } | ||
1595 | william | 364 | |
1596 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1597 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1598 | william | 364 | internal GroupDataTable(global::System.Data.DataTable table) |
1599 | { | ||
1600 | william | 4 | this.TableName = table.TableName; |
1601 | william | 364 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) |
1602 | { | ||
1603 | william | 4 | this.CaseSensitive = table.CaseSensitive; |
1604 | } | ||
1605 | william | 364 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) |
1606 | { | ||
1607 | william | 4 | this.Locale = table.Locale; |
1608 | } | ||
1609 | william | 364 | if ((table.Namespace != table.DataSet.Namespace)) |
1610 | { | ||
1611 | william | 4 | this.Namespace = table.Namespace; |
1612 | } | ||
1613 | this.Prefix = table.Prefix; | ||
1614 | this.MinimumCapacity = table.MinimumCapacity; | ||
1615 | } | ||
1616 | william | 364 | |
1617 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1618 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1619 | william | 364 | protected GroupDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
1620 | base(info, context) | ||
1621 | { | ||
1622 | william | 4 | this.InitVars(); |
1623 | } | ||
1624 | william | 364 | |
1625 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1626 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1627 | william | 364 | public global::System.Data.DataColumn IDColumn |
1628 | { | ||
1629 | get | ||
1630 | { | ||
1631 | william | 4 | return this.columnID; |
1632 | } | ||
1633 | } | ||
1634 | william | 364 | |
1635 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1636 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1637 | william | 364 | public global::System.Data.DataColumn ParentColumn |
1638 | { | ||
1639 | get | ||
1640 | { | ||
1641 | william | 4 | return this.columnParent; |
1642 | } | ||
1643 | } | ||
1644 | william | 364 | |
1645 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1646 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1647 | william | 364 | public global::System.Data.DataColumn NameColumn |
1648 | { | ||
1649 | get | ||
1650 | { | ||
1651 | william | 4 | return this.columnName; |
1652 | } | ||
1653 | } | ||
1654 | william | 364 | |
1655 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1656 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1657 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
1658 | william | 364 | public int Count |
1659 | { | ||
1660 | get | ||
1661 | { | ||
1662 | william | 4 | return this.Rows.Count; |
1663 | } | ||
1664 | } | ||
1665 | william | 364 | |
1666 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1667 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1668 | william | 364 | public GroupRow this[int index] |
1669 | { | ||
1670 | get | ||
1671 | { | ||
1672 | william | 4 | return ((GroupRow)(this.Rows[index])); |
1673 | } | ||
1674 | } | ||
1675 | william | 364 | |
1676 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1677 | william | 4 | public event GroupRowChangeEventHandler GroupRowChanging; |
1678 | william | 364 | |
1679 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1680 | william | 4 | public event GroupRowChangeEventHandler GroupRowChanged; |
1681 | william | 364 | |
1682 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1683 | william | 4 | public event GroupRowChangeEventHandler GroupRowDeleting; |
1684 | william | 364 | |
1685 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1686 | william | 4 | public event GroupRowChangeEventHandler GroupRowDeleted; |
1687 | william | 364 | |
1688 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1689 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1690 | william | 364 | public void AddGroupRow(GroupRow row) |
1691 | { | ||
1692 | william | 4 | this.Rows.Add(row); |
1693 | } | ||
1694 | william | 364 | |
1695 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1696 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1697 | william | 364 | public GroupRow AddGroupRow(int Parent, string Name) |
1698 | { | ||
1699 | william | 4 | GroupRow rowGroupRow = ((GroupRow)(this.NewRow())); |
1700 | object[] columnValuesArray = new object[] { | ||
1701 | null, | ||
1702 | Parent, | ||
1703 | Name}; | ||
1704 | rowGroupRow.ItemArray = columnValuesArray; | ||
1705 | this.Rows.Add(rowGroupRow); | ||
1706 | return rowGroupRow; | ||
1707 | } | ||
1708 | william | 364 | |
1709 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1710 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1711 | william | 364 | public GroupRow FindByID(int ID) |
1712 | { | ||
1713 | william | 4 | return ((GroupRow)(this.Rows.Find(new object[] { |
1714 | ID}))); | ||
1715 | } | ||
1716 | william | 364 | |
1717 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1718 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1719 | william | 364 | public virtual global::System.Collections.IEnumerator GetEnumerator() |
1720 | { | ||
1721 | return this.Rows.GetEnumerator(); | ||
1722 | } | ||
1723 | |||
1724 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||
1725 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] | ||
1726 | public override global::System.Data.DataTable Clone() | ||
1727 | { | ||
1728 | william | 4 | GroupDataTable cln = ((GroupDataTable)(base.Clone())); |
1729 | cln.InitVars(); | ||
1730 | return cln; | ||
1731 | } | ||
1732 | william | 364 | |
1733 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1734 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1735 | william | 364 | protected override global::System.Data.DataTable CreateInstance() |
1736 | { | ||
1737 | william | 4 | return new GroupDataTable(); |
1738 | } | ||
1739 | william | 364 | |
1740 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1741 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1742 | william | 364 | internal void InitVars() |
1743 | { | ||
1744 | william | 4 | this.columnID = base.Columns["ID"]; |
1745 | this.columnParent = base.Columns["Parent"]; | ||
1746 | this.columnName = base.Columns["Name"]; | ||
1747 | } | ||
1748 | william | 364 | |
1749 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1750 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1751 | william | 364 | private void InitClass() |
1752 | { | ||
1753 | william | 4 | this.columnID = new global::System.Data.DataColumn("ID", typeof(int), null, global::System.Data.MappingType.Element); |
1754 | base.Columns.Add(this.columnID); | ||
1755 | this.columnParent = new global::System.Data.DataColumn("Parent", typeof(int), null, global::System.Data.MappingType.Element); | ||
1756 | base.Columns.Add(this.columnParent); | ||
1757 | this.columnName = new global::System.Data.DataColumn("Name", typeof(string), null, global::System.Data.MappingType.Element); | ||
1758 | base.Columns.Add(this.columnName); | ||
1759 | this.Constraints.Add(new global::System.Data.UniqueConstraint("Constraint1", new global::System.Data.DataColumn[] { | ||
1760 | this.columnID}, true)); | ||
1761 | this.columnID.AutoIncrement = true; | ||
1762 | this.columnID.AllowDBNull = false; | ||
1763 | this.columnID.ReadOnly = true; | ||
1764 | this.columnID.Unique = true; | ||
1765 | this.columnName.MaxLength = 50; | ||
1766 | } | ||
1767 | william | 364 | |
1768 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1769 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1770 | william | 364 | public GroupRow NewGroupRow() |
1771 | { | ||
1772 | william | 4 | return ((GroupRow)(this.NewRow())); |
1773 | } | ||
1774 | william | 364 | |
1775 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1776 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1777 | william | 364 | protected override global::System.Data.DataRow NewRowFromBuilder(global::System.Data.DataRowBuilder builder) |
1778 | { | ||
1779 | william | 4 | return new GroupRow(builder); |
1780 | } | ||
1781 | william | 364 | |
1782 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1783 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1784 | william | 364 | protected override global::System.Type GetRowType() |
1785 | { | ||
1786 | william | 4 | return typeof(GroupRow); |
1787 | } | ||
1788 | william | 364 | |
1789 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1790 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1791 | william | 364 | protected override void OnRowChanged(global::System.Data.DataRowChangeEventArgs e) |
1792 | { | ||
1793 | william | 4 | base.OnRowChanged(e); |
1794 | william | 364 | if ((this.GroupRowChanged != null)) |
1795 | { | ||
1796 | william | 4 | this.GroupRowChanged(this, new GroupRowChangeEvent(((GroupRow)(e.Row)), e.Action)); |
1797 | } | ||
1798 | } | ||
1799 | william | 364 | |
1800 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1801 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1802 | william | 364 | protected override void OnRowChanging(global::System.Data.DataRowChangeEventArgs e) |
1803 | { | ||
1804 | william | 4 | base.OnRowChanging(e); |
1805 | william | 364 | if ((this.GroupRowChanging != null)) |
1806 | { | ||
1807 | william | 4 | this.GroupRowChanging(this, new GroupRowChangeEvent(((GroupRow)(e.Row)), e.Action)); |
1808 | } | ||
1809 | } | ||
1810 | william | 364 | |
1811 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1812 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1813 | william | 364 | protected override void OnRowDeleted(global::System.Data.DataRowChangeEventArgs e) |
1814 | { | ||
1815 | william | 4 | base.OnRowDeleted(e); |
1816 | william | 364 | if ((this.GroupRowDeleted != null)) |
1817 | { | ||
1818 | william | 4 | this.GroupRowDeleted(this, new GroupRowChangeEvent(((GroupRow)(e.Row)), e.Action)); |
1819 | } | ||
1820 | } | ||
1821 | william | 364 | |
1822 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1823 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1824 | william | 364 | protected override void OnRowDeleting(global::System.Data.DataRowChangeEventArgs e) |
1825 | { | ||
1826 | william | 4 | base.OnRowDeleting(e); |
1827 | william | 364 | if ((this.GroupRowDeleting != null)) |
1828 | { | ||
1829 | william | 4 | this.GroupRowDeleting(this, new GroupRowChangeEvent(((GroupRow)(e.Row)), e.Action)); |
1830 | } | ||
1831 | } | ||
1832 | william | 364 | |
1833 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1834 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1835 | william | 364 | public void RemoveGroupRow(GroupRow row) |
1836 | { | ||
1837 | william | 4 | this.Rows.Remove(row); |
1838 | } | ||
1839 | william | 364 | |
1840 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1841 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1842 | william | 364 | public static global::System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(global::System.Xml.Schema.XmlSchemaSet xs) |
1843 | { | ||
1844 | william | 4 | global::System.Xml.Schema.XmlSchemaComplexType type = new global::System.Xml.Schema.XmlSchemaComplexType(); |
1845 | global::System.Xml.Schema.XmlSchemaSequence sequence = new global::System.Xml.Schema.XmlSchemaSequence(); | ||
1846 | atsDataSet ds = new atsDataSet(); | ||
1847 | global::System.Xml.Schema.XmlSchemaAny any1 = new global::System.Xml.Schema.XmlSchemaAny(); | ||
1848 | any1.Namespace = "http://www.w3.org/2001/XMLSchema"; | ||
1849 | any1.MinOccurs = new decimal(0); | ||
1850 | any1.MaxOccurs = decimal.MaxValue; | ||
1851 | any1.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; | ||
1852 | sequence.Items.Add(any1); | ||
1853 | global::System.Xml.Schema.XmlSchemaAny any2 = new global::System.Xml.Schema.XmlSchemaAny(); | ||
1854 | any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1"; | ||
1855 | any2.MinOccurs = new decimal(1); | ||
1856 | any2.ProcessContents = global::System.Xml.Schema.XmlSchemaContentProcessing.Lax; | ||
1857 | sequence.Items.Add(any2); | ||
1858 | global::System.Xml.Schema.XmlSchemaAttribute attribute1 = new global::System.Xml.Schema.XmlSchemaAttribute(); | ||
1859 | attribute1.Name = "namespace"; | ||
1860 | attribute1.FixedValue = ds.Namespace; | ||
1861 | type.Attributes.Add(attribute1); | ||
1862 | global::System.Xml.Schema.XmlSchemaAttribute attribute2 = new global::System.Xml.Schema.XmlSchemaAttribute(); | ||
1863 | attribute2.Name = "tableTypeName"; | ||
1864 | attribute2.FixedValue = "GroupDataTable"; | ||
1865 | type.Attributes.Add(attribute2); | ||
1866 | type.Particle = sequence; | ||
1867 | global::System.Xml.Schema.XmlSchema dsSchema = ds.GetSchemaSerializable(); | ||
1868 | william | 364 | if (xs.Contains(dsSchema.TargetNamespace)) |
1869 | { | ||
1870 | william | 4 | global::System.IO.MemoryStream s1 = new global::System.IO.MemoryStream(); |
1871 | global::System.IO.MemoryStream s2 = new global::System.IO.MemoryStream(); | ||
1872 | william | 364 | try |
1873 | { | ||
1874 | william | 4 | global::System.Xml.Schema.XmlSchema schema = null; |
1875 | dsSchema.Write(s1); | ||
1876 | william | 364 | for (global::System.Collections.IEnumerator schemas = xs.Schemas(dsSchema.TargetNamespace).GetEnumerator(); schemas.MoveNext(); ) |
1877 | { | ||
1878 | william | 4 | schema = ((global::System.Xml.Schema.XmlSchema)(schemas.Current)); |
1879 | s2.SetLength(0); | ||
1880 | schema.Write(s2); | ||
1881 | william | 364 | if ((s1.Length == s2.Length)) |
1882 | { | ||
1883 | william | 4 | s1.Position = 0; |
1884 | s2.Position = 0; | ||
1885 | william | 364 | for (; ((s1.Position != s1.Length) |
1886 | && (s1.ReadByte() == s2.ReadByte())); ) | ||
1887 | { | ||
1888 | william | 4 | ; |
1889 | } | ||
1890 | william | 364 | if ((s1.Position == s1.Length)) |
1891 | { | ||
1892 | william | 4 | return type; |
1893 | } | ||
1894 | } | ||
1895 | } | ||
1896 | } | ||
1897 | william | 364 | finally |
1898 | { | ||
1899 | if ((s1 != null)) | ||
1900 | { | ||
1901 | william | 4 | s1.Close(); |
1902 | } | ||
1903 | william | 364 | if ((s2 != null)) |
1904 | { | ||
1905 | william | 4 | s2.Close(); |
1906 | } | ||
1907 | } | ||
1908 | } | ||
1909 | xs.Add(dsSchema); | ||
1910 | return type; | ||
1911 | } | ||
1912 | } | ||
1913 | william | 364 | |
1914 | william | 4 | /// <summary> |
1915 | ///Represents the strongly named DataTable class. | ||
1916 | ///</summary> | ||
1917 | [global::System.Serializable()] | ||
1918 | [global::System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")] | ||
1919 | william | 364 | public partial class ImageDataTable : global::System.Data.DataTable, global::System.Collections.IEnumerable |
1920 | { | ||
1921 | |||
1922 | william | 4 | private global::System.Data.DataColumn columnUseDHCP; |
1923 | william | 364 | |
1924 | william | 4 | private global::System.Data.DataColumn columnClientIPAddress; |
1925 | william | 364 | |
1926 | william | 4 | private global::System.Data.DataColumn columnClientIPNetmask; |
1927 | william | 364 | |
1928 | william | 4 | private global::System.Data.DataColumn columnClientIPGateway; |
1929 | william | 364 | |
1930 | william | 4 | private global::System.Data.DataColumn columnClientIPDNS1; |
1931 | william | 364 | |
1932 | william | 4 | private global::System.Data.DataColumn columnClientIPDNS2; |
1933 | william | 364 | |
1934 | william | 4 | private global::System.Data.DataColumn columnClientIPDNSSuffix; |
1935 | william | 364 | |
1936 | william | 4 | private global::System.Data.DataColumn columnClientBootServer; |
1937 | william | 364 | |
1938 | william | 4 | private global::System.Data.DataColumn columnOnlyUseRDP; |
1939 | william | 364 | |
1940 | william | 4 | private global::System.Data.DataColumn columnBootPicture; |
1941 | william | 364 | |
1942 | william | 4 | private global::System.Data.DataColumn columnNetworkDriver; |
1943 | william | 364 | |
1944 | william | 4 | private global::System.Data.DataColumn columnSoundType; |
1945 | william | 364 | |
1946 | william | 4 | private global::System.Data.DataColumn columnSoundDriver; |
1947 | william | 364 | |
1948 | william | 4 | private global::System.Data.DataColumn columnName; |
1949 | william | 364 | |
1950 | william | 4 | private global::System.Data.DataColumn columnGraphicsDriver; |
1951 | william | 364 | |
1952 | william | 4 | private global::System.Data.DataColumn columnConfigFile; |
1953 | william | 364 | |
1954 | william | 4 | private global::System.Data.DataColumn columnDebug; |
1955 | william | 364 | |
1956 | william | 4 | private global::System.Data.DataColumn columnBootPictureWidth; |
1957 | william | 364 | |
1958 | william | 4 | private global::System.Data.DataColumn columnBootPictureHeight; |
1959 | william | 364 | |
1960 | william | 4 | private global::System.Data.DataColumn columnBootPictureProgressBar; |
1961 | william | 364 | |
1962 | william | 4 | private global::System.Data.DataColumn columnBootPicturePng; |
1963 | william | 364 | |
1964 | william | 4 | private global::System.Data.DataColumn columnBootPackage; |
1965 | william | 364 | |
1966 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1967 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1968 | william | 364 | public ImageDataTable() |
1969 | { | ||
1970 | william | 4 | this.TableName = "Image"; |
1971 | this.BeginInit(); | ||
1972 | this.InitClass(); | ||
1973 | this.EndInit(); | ||
1974 | } | ||
1975 | william | 364 | |
1976 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1977 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1978 | william | 364 | internal ImageDataTable(global::System.Data.DataTable table) |
1979 | { | ||
1980 | william | 4 | this.TableName = table.TableName; |
1981 | william | 364 | if ((table.CaseSensitive != table.DataSet.CaseSensitive)) |
1982 | { | ||
1983 | william | 4 | this.CaseSensitive = table.CaseSensitive; |
1984 | } | ||
1985 | william | 364 | if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) |
1986 | { | ||
1987 | william | 4 | this.Locale = table.Locale; |
1988 | } | ||
1989 | william | 364 | if ((table.Namespace != table.DataSet.Namespace)) |
1990 | { | ||
1991 | william | 4 | this.Namespace = table.Namespace; |
1992 | } | ||
1993 | this.Prefix = table.Prefix; | ||
1994 | this.MinimumCapacity = table.MinimumCapacity; | ||
1995 | } | ||
1996 | william | 364 | |
1997 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
1998 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
1999 | william | 364 | protected ImageDataTable(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) : |
2000 | base(info, context) | ||
2001 | { | ||
2002 | william | 4 | this.InitVars(); |
2003 | } | ||
2004 | william | 364 | |
2005 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2006 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2007 | william | 364 | public global::System.Data.DataColumn UseDHCPColumn |
2008 | { | ||
2009 | get | ||
2010 | { | ||
2011 | william | 4 | return this.columnUseDHCP; |
2012 | } | ||
2013 | } | ||
2014 | william | 364 | |
2015 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2016 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2017 | william | 364 | public global::System.Data.DataColumn ClientIPAddressColumn |
2018 | { | ||
2019 | get | ||
2020 | { | ||
2021 | william | 4 | return this.columnClientIPAddress; |
2022 | } | ||
2023 | } | ||
2024 | william | 364 | |
2025 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2026 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2027 | william | 364 | public global::System.Data.DataColumn ClientIPNetmaskColumn |
2028 | { | ||
2029 | get | ||
2030 | { | ||
2031 | william | 4 | return this.columnClientIPNetmask; |
2032 | } | ||
2033 | } | ||
2034 | william | 364 | |
2035 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2036 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2037 | william | 364 | public global::System.Data.DataColumn ClientIPGatewayColumn |
2038 | { | ||
2039 | get | ||
2040 | { | ||
2041 | william | 4 | return this.columnClientIPGateway; |
2042 | } | ||
2043 | } | ||
2044 | william | 364 | |
2045 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2046 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2047 | william | 364 | public global::System.Data.DataColumn ClientIPDNS1Column |
2048 | { | ||
2049 | get | ||
2050 | { | ||
2051 | william | 4 | return this.columnClientIPDNS1; |
2052 | } | ||
2053 | } | ||
2054 | william | 364 | |
2055 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2056 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2057 | william | 364 | public global::System.Data.DataColumn ClientIPDNS2Column |
2058 | { | ||
2059 | get | ||
2060 | { | ||
2061 | william | 4 | return this.columnClientIPDNS2; |
2062 | } | ||
2063 | } | ||
2064 | william | 364 | |
2065 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2066 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2067 | william | 364 | public global::System.Data.DataColumn ClientIPDNSSuffixColumn |
2068 | { | ||
2069 | get | ||
2070 | { | ||
2071 | william | 4 | return this.columnClientIPDNSSuffix; |
2072 | } | ||
2073 | } | ||
2074 | william | 364 | |
2075 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2076 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2077 | william | 364 | public global::System.Data.DataColumn ClientBootServerColumn |
2078 | { | ||
2079 | get | ||
2080 | { | ||
2081 | william | 4 | return this.columnClientBootServer; |
2082 | } | ||
2083 | } | ||
2084 | william | 364 | |
2085 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2086 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2087 | william | 364 | public global::System.Data.DataColumn OnlyUseRDPColumn |
2088 | { | ||
2089 | get | ||
2090 | { | ||
2091 | william | 4 | return this.columnOnlyUseRDP; |
2092 | } | ||
2093 | } | ||
2094 | william | 364 | |
2095 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2096 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2097 | william | 364 | public global::System.Data.DataColumn BootPictureColumn |
2098 | { | ||
2099 | get | ||
2100 | { | ||
2101 | william | 4 | return this.columnBootPicture; |
2102 | } | ||
2103 | } | ||
2104 | william | 364 | |
2105 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2106 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2107 | william | 364 | public global::System.Data.DataColumn NetworkDriverColumn |
2108 | { | ||
2109 | get | ||
2110 | { | ||
2111 | william | 4 | return this.columnNetworkDriver; |
2112 | } | ||
2113 | } | ||
2114 | william | 364 | |
2115 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2116 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2117 | william | 364 | public global::System.Data.DataColumn SoundTypeColumn |
2118 | { | ||
2119 | get | ||
2120 | { | ||
2121 | william | 4 | return this.columnSoundType; |
2122 | } | ||
2123 | } | ||
2124 | william | 364 | |
2125 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2126 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2127 | william | 364 | public global::System.Data.DataColumn SoundDriverColumn |
2128 | { | ||
2129 | get | ||
2130 | { | ||
2131 | william | 4 | return this.columnSoundDriver; |
2132 | } | ||
2133 | } | ||
2134 | william | 364 | |
2135 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2136 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2137 | william | 364 | public global::System.Data.DataColumn NameColumn |
2138 | { | ||
2139 | get | ||
2140 | { | ||
2141 | william | 4 | return this.columnName; |
2142 | } | ||
2143 | } | ||
2144 | william | 364 | |
2145 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2146 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2147 | william | 364 | public global::System.Data.DataColumn GraphicsDriverColumn |
2148 | { | ||
2149 | get | ||
2150 | { | ||
2151 | william | 4 | return this.columnGraphicsDriver; |
2152 | } | ||
2153 | } | ||
2154 | william | 364 | |
2155 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2156 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2157 | william | 364 | public global::System.Data.DataColumn ConfigFileColumn |
2158 | { | ||
2159 | get | ||
2160 | { | ||
2161 | william | 4 | return this.columnConfigFile; |
2162 | } | ||
2163 | } | ||
2164 | william | 364 | |
2165 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2166 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2167 | william | 364 | public global::System.Data.DataColumn DebugColumn |
2168 | { | ||
2169 | get | ||
2170 | { | ||
2171 | william | 4 | return this.columnDebug; |
2172 | } | ||
2173 | } | ||
2174 | william | 364 | |
2175 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2176 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2177 | william | 364 | public global::System.Data.DataColumn BootPictureWidthColumn |
2178 | { | ||
2179 | get | ||
2180 | { | ||
2181 | william | 4 | return this.columnBootPictureWidth; |
2182 | } | ||
2183 | } | ||
2184 | william | 364 | |
2185 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2186 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2187 | william | 364 | public global::System.Data.DataColumn BootPictureHeightColumn |
2188 | { | ||
2189 | get | ||
2190 | { | ||
2191 | william | 4 | return this.columnBootPictureHeight; |
2192 | } | ||
2193 | } | ||
2194 | william | 364 | |
2195 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2196 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2197 | william | 364 | public global::System.Data.DataColumn BootPictureProgressBarColumn |
2198 | { | ||
2199 | get | ||
2200 | { | ||
2201 | william | 4 | return this.columnBootPictureProgressBar; |
2202 | } | ||
2203 | } | ||
2204 | william | 364 | |
2205 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2206 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2207 | william | 364 | public global::System.Data.DataColumn BootPicturePngColumn |
2208 | { | ||
2209 | get | ||
2210 | { | ||
2211 | william | 4 | return this.columnBootPicturePng; |
2212 | } | ||
2213 | } | ||
2214 | william | 364 | |
2215 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2216 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2217 | william | 364 | public global::System.Data.DataColumn BootPackageColumn |
2218 | { | ||
2219 | get | ||
2220 | { | ||
2221 | william | 4 | return this.columnBootPackage; |
2222 | } | ||
2223 | } | ||
2224 | william | 364 | |
2225 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2226 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2227 | william | 4 | [global::System.ComponentModel.Browsable(false)] |
2228 | william | 364 | public int Count |
2229 | { | ||
2230 | get | ||
2231 | { | ||
2232 | william | 4 | return this.Rows.Count; |
2233 | } | ||
2234 | } | ||
2235 | william | 364 | |
2236 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2237 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2238 | william | 364 | public ImageRow this[int index] |
2239 | { | ||
2240 | get | ||
2241 | { | ||
2242 | william | 4 | return ((ImageRow)(this.Rows[index])); |
2243 | } | ||
2244 | } | ||
2245 | william | 364 | |
2246 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2247 | william | 4 | public event ImageRowChangeEventHandler ImageRowChanging; |
2248 | william | 364 | |
2249 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2250 | william | 4 | public event ImageRowChangeEventHandler ImageRowChanged; |
2251 | william | 364 | |
2252 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2253 | william | 4 | public event ImageRowChangeEventHandler ImageRowDeleting; |
2254 | william | 364 | |
2255 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2256 | william | 4 | public event ImageRowChangeEventHandler ImageRowDeleted; |
2257 | william | 364 | |
2258 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2259 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2260 | william | 364 | public void AddImageRow(ImageRow row) |
2261 | { | ||
2262 | william | 4 | this.Rows.Add(row); |
2263 | } | ||
2264 | william | 364 | |
2265 | william | 4 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
2266 | william | 111 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")] |
2267 | william | 4 | public ImageRow AddImageRow( |
2268 | william | 364 | bool UseDHCP |