Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class NewConfig
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.BoxODBCSource = New System.Windows.Forms.ComboBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.BoxTableSource = New System.Windows.Forms.ComboBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.ODBCValidate = New System.Windows.Forms.Button
        Me.Label11 = New System.Windows.Forms.Label
        Me.BoxColumnSource = New System.Windows.Forms.ComboBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.BoxODBCPass = New System.Windows.Forms.TextBox
        Me.BoxODBCUser = New System.Windows.Forms.TextBox
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.BoxLFServer = New System.Windows.Forms.ComboBox
        Me.BoxLFDSN = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.BoxField = New System.Windows.Forms.ComboBox
        Me.BoxTemplate = New System.Windows.Forms.ComboBox
        Me.ButtonValidate = New System.Windows.Forms.Button
        Me.BoxPass = New System.Windows.Forms.TextBox
        Me.BoxUser = New System.Windows.Forms.TextBox
        Me.BoxLFRep = New System.Windows.Forms.ComboBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.ButtonSave = New System.Windows.Forms.Button
        Me.SaveConfig = New System.Windows.Forms.SaveFileDialog
        Me.Label13 = New System.Windows.Forms.Label
        Me.Label14 = New System.Windows.Forms.Label
        Me.BoxLFDSNPass = New System.Windows.Forms.TextBox
        Me.BoxLFDSNUser = New System.Windows.Forms.TextBox
        Me.GroupBox1.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.SuspendLayout()
        '
        'BoxODBCSource
        '
        Me.BoxODBCSource.FormattingEnabled = True
        Me.BoxODBCSource.Location = New System.Drawing.Point(97, 19)
        Me.BoxODBCSource.Name = "BoxODBCSource"
        Me.BoxODBCSource.Size = New System.Drawing.Size(121, 21)
        Me.BoxODBCSource.TabIndex = 0
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(24, 22)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(67, 13)
        Me.Label1.TabIndex = 1
        Me.Label1.Text = "Data Source"
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(57, 104)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(34, 13)
        Me.Label2.TabIndex = 2
        Me.Label2.Text = "Table"
        '
        'BoxTableSource
        '
        Me.BoxTableSource.FormattingEnabled = True
        Me.BoxTableSource.Location = New System.Drawing.Point(97, 98)
        Me.BoxTableSource.Name = "BoxTableSource"
        Me.BoxTableSource.Size = New System.Drawing.Size(121, 21)
        Me.BoxTableSource.TabIndex = 3
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(52, 133)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(42, 13)
        Me.Label3.TabIndex = 4
        Me.Label3.Text = "Column"
        '
        'GroupBox1
        '
        Me.GroupBox1.Controls.Add(Me.ODBCValidate)
        Me.GroupBox1.Controls.Add(Me.Label11)
        Me.GroupBox1.Controls.Add(Me.BoxColumnSource)
        Me.GroupBox1.Controls.Add(Me.Label12)
        Me.GroupBox1.Controls.Add(Me.BoxTableSource)
        Me.GroupBox1.Controls.Add(Me.BoxODBCPass)
        Me.GroupBox1.Controls.Add(Me.Label3)
        Me.GroupBox1.Controls.Add(Me.BoxODBCUser)
        Me.GroupBox1.Controls.Add(Me.BoxODBCSource)
        Me.GroupBox1.Controls.Add(Me.Label1)
        Me.GroupBox1.Controls.Add(Me.Label2)
        Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.Size = New System.Drawing.Size(318, 173)
        Me.GroupBox1.TabIndex = 5
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "ODBC"
        '
        'ODBCValidate
        '
        Me.ODBCValidate.Location = New System.Drawing.Point(224, 68)
        Me.ODBCValidate.Name = "ODBCValidate"
        Me.ODBCValidate.Size = New System.Drawing.Size(75, 23)
        Me.ODBCValidate.TabIndex = 15
        Me.ODBCValidate.Text = "Validate!"
        Me.ODBCValidate.UseVisualStyleBackColor = True
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Location = New System.Drawing.Point(38, 78)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(53, 13)
        Me.Label11.TabIndex = 18
        Me.Label11.Text = "Password"
        '
        'BoxColumnSource
        '
        Me.BoxColumnSource.FormattingEnabled = True
        Me.BoxColumnSource.Location = New System.Drawing.Point(97, 127)
        Me.BoxColumnSource.Name = "BoxColumnSource"
        Me.BoxColumnSource.Size = New System.Drawing.Size(121, 21)
        Me.BoxColumnSource.TabIndex = 5
        '
        'Label12
        '
        Me.Label12.AutoSize = True
        Me.Label12.Location = New System.Drawing.Point(62, 49)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(29, 13)
        Me.Label12.TabIndex = 17
        Me.Label12.Text = "User"
        '
        'BoxODBCPass
        '
        Me.BoxODBCPass.Location = New System.Drawing.Point(97, 72)
        Me.BoxODBCPass.Name = "BoxODBCPass"
        Me.BoxODBCPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.BoxODBCPass.Size = New System.Drawing.Size(121, 20)
        Me.BoxODBCPass.TabIndex = 16
        '
        'BoxODBCUser
        '
        Me.BoxODBCUser.Location = New System.Drawing.Point(97, 46)
        Me.BoxODBCUser.Name = "BoxODBCUser"
        Me.BoxODBCUser.Size = New System.Drawing.Size(121, 20)
        Me.BoxODBCUser.TabIndex = 15
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.Label13)
        Me.GroupBox2.Controls.Add(Me.Label14)
        Me.GroupBox2.Controls.Add(Me.BoxLFDSNPass)
        Me.GroupBox2.Controls.Add(Me.BoxLFDSNUser)
        Me.GroupBox2.Controls.Add(Me.BoxLFServer)
        Me.GroupBox2.Controls.Add(Me.BoxLFDSN)
        Me.GroupBox2.Controls.Add(Me.Label10)
        Me.GroupBox2.Controls.Add(Me.Label9)
        Me.GroupBox2.Controls.Add(Me.Label8)
        Me.GroupBox2.Controls.Add(Me.Label7)
        Me.GroupBox2.Controls.Add(Me.Label6)
        Me.GroupBox2.Controls.Add(Me.Label5)
        Me.GroupBox2.Controls.Add(Me.BoxField)
        Me.GroupBox2.Controls.Add(Me.BoxTemplate)
        Me.GroupBox2.Controls.Add(Me.ButtonValidate)
        Me.GroupBox2.Controls.Add(Me.BoxPass)
        Me.GroupBox2.Controls.Add(Me.BoxUser)
        Me.GroupBox2.Controls.Add(Me.BoxLFRep)
        Me.GroupBox2.Controls.Add(Me.Label4)
        Me.GroupBox2.Location = New System.Drawing.Point(12, 193)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(318, 292)
        Me.GroupBox2.TabIndex = 6
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "Laserfiche"
        '
        'BoxLFServer
        '
        Me.BoxLFServer.FormattingEnabled = True
        Me.BoxLFServer.Location = New System.Drawing.Point(97, 27)
        Me.BoxLFServer.Name = "BoxLFServer"
        Me.BoxLFServer.Size = New System.Drawing.Size(121, 21)
        Me.BoxLFServer.TabIndex = 14
        '
        'BoxLFDSN
        '
        Me.BoxLFDSN.FormattingEnabled = True
        Me.BoxLFDSN.Location = New System.Drawing.Point(97, 188)
        Me.BoxLFDSN.Name = "BoxLFDSN"
        Me.BoxLFDSN.Size = New System.Drawing.Size(121, 21)
        Me.BoxLFDSN.TabIndex = 6
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(27, 188)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(67, 13)
        Me.Label10.TabIndex = 13
        Me.Label10.Text = "Data Source"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(62, 163)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(29, 13)
        Me.Label9.TabIndex = 12
        Me.Label9.Text = "Field"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(40, 136)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(51, 13)
        Me.Label8.TabIndex = 11
        Me.Label8.Text = "Template"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(38, 110)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 13)
        Me.Label7.TabIndex = 10
        Me.Label7.Text = "Password"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(62, 81)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(29, 13)
        Me.Label6.TabIndex = 9
        Me.Label6.Text = "User"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(34, 57)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(57, 13)
        Me.Label5.TabIndex = 8
        Me.Label5.Text = "Repository"
        '
        'BoxField
        '
        Me.BoxField.FormattingEnabled = True
        Me.BoxField.Location = New System.Drawing.Point(97, 160)
        Me.BoxField.Name = "BoxField"
        Me.BoxField.Size = New System.Drawing.Size(121, 21)
        Me.BoxField.TabIndex = 7
        '
        'BoxTemplate
        '
        Me.BoxTemplate.FormattingEnabled = True
        Me.BoxTemplate.Location = New System.Drawing.Point(97, 133)
        Me.BoxTemplate.Name = "BoxTemplate"
        Me.BoxTemplate.Size = New System.Drawing.Size(121, 21)
        Me.BoxTemplate.TabIndex = 6
        '
        'ButtonValidate
        '
        Me.ButtonValidate.Location = New System.Drawing.Point(224, 107)
        Me.ButtonValidate.Name = "ButtonValidate"
        Me.ButtonValidate.Size = New System.Drawing.Size(75, 23)
        Me.ButtonValidate.TabIndex = 5
        Me.ButtonValidate.Text = "Validate!"
        Me.ButtonValidate.UseVisualStyleBackColor = True
        '
        'BoxPass
        '
        Me.BoxPass.Location = New System.Drawing.Point(97, 107)
        Me.BoxPass.Name = "BoxPass"
        Me.BoxPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.BoxPass.Size = New System.Drawing.Size(121, 20)
        Me.BoxPass.TabIndex = 4
        '
        'BoxUser
        '
        Me.BoxUser.Location = New System.Drawing.Point(97, 81)
        Me.BoxUser.Name = "BoxUser"
        Me.BoxUser.Size = New System.Drawing.Size(121, 20)
        Me.BoxUser.TabIndex = 3
        '
        'BoxLFRep
        '
        Me.BoxLFRep.FormattingEnabled = True
        Me.BoxLFRep.Location = New System.Drawing.Point(97, 54)
        Me.BoxLFRep.Name = "BoxLFRep"
        Me.BoxLFRep.Size = New System.Drawing.Size(121, 21)
        Me.BoxLFRep.TabIndex = 2
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(53, 31)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(38, 13)
        Me.Label4.TabIndex = 1
        Me.Label4.Text = "Server"
        '
        'ButtonSave
        '
        Me.ButtonSave.Location = New System.Drawing.Point(220, 491)
        Me.ButtonSave.Name = "ButtonSave"
        Me.ButtonSave.Size = New System.Drawing.Size(75, 23)
        Me.ButtonSave.TabIndex = 7
        Me.ButtonSave.Text = "Save Config"
        Me.ButtonSave.UseVisualStyleBackColor = True
        '
        'SaveConfig
        '
        Me.SaveConfig.Filter = "Config Files (*.conf)|*.conf"
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.Location = New System.Drawing.Point(16, 244)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(79, 13)
        Me.Label13.TabIndex = 22
        Me.Label13.Text = "DSN Password"
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Location = New System.Drawing.Point(33, 215)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(55, 13)
        Me.Label14.TabIndex = 21
        Me.Label14.Text = "DSN User"
        '
        'BoxLFDSNPass
        '
        Me.BoxLFDSNPass.Location = New System.Drawing.Point(97, 241)
        Me.BoxLFDSNPass.Name = "BoxLFDSNPass"
        Me.BoxLFDSNPass.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.BoxLFDSNPass.Size = New System.Drawing.Size(121, 20)
        Me.BoxLFDSNPass.TabIndex = 20
        '
        'BoxLFDSNUser
        '
        Me.BoxLFDSNUser.Location = New System.Drawing.Point(97, 215)
        Me.BoxLFDSNUser.Name = "BoxLFDSNUser"
        Me.BoxLFDSNUser.Size = New System.Drawing.Size(121, 20)
        Me.BoxLFDSNUser.TabIndex = 19
        '
        'NewConfig
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(342, 520)
        Me.Controls.Add(Me.ButtonSave)
        Me.Controls.Add(Me.GroupBox2)
        Me.Controls.Add(Me.GroupBox1)
        Me.Name = "NewConfig"
        Me.Text = "New Config"
        Me.GroupBox1.ResumeLayout(False)
        Me.GroupBox1.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents BoxODBCSource As System.Windows.Forms.ComboBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents BoxTableSource As System.Windows.Forms.ComboBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents BoxColumnSource As System.Windows.Forms.ComboBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents BoxField As System.Windows.Forms.ComboBox
    Friend WithEvents BoxTemplate As System.Windows.Forms.ComboBox
    Friend WithEvents ButtonValidate As System.Windows.Forms.Button
    Friend WithEvents BoxPass As System.Windows.Forms.TextBox
    Friend WithEvents BoxUser As System.Windows.Forms.TextBox
    Friend WithEvents BoxLFRep As System.Windows.Forms.ComboBox
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents ButtonSave As System.Windows.Forms.Button
    Friend WithEvents SaveConfig As System.Windows.Forms.SaveFileDialog
    Friend WithEvents BoxLFDSN As System.Windows.Forms.ComboBox
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents BoxLFServer As System.Windows.Forms.ComboBox
    Friend WithEvents ODBCValidate As System.Windows.Forms.Button
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents BoxODBCPass As System.Windows.Forms.TextBox
    Friend WithEvents BoxODBCUser As System.Windows.Forms.TextBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents BoxLFDSNPass As System.Windows.Forms.TextBox
    Friend WithEvents BoxLFDSNUser As System.Windows.Forms.TextBox
End Class

Commits for ChrisCompleteCodeTrunk/ATC LaserficheFieldUpdater/LaserficheFieldUpdater/NewConfig.Designer.vb

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000