-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmEinstellungen.Designer.vb
453 lines (449 loc) · 21.6 KB
/
frmEinstellungen.Designer.vb
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
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmEinstellungen
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<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
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEinstellungen))
Me.lblFirma = New System.Windows.Forms.Label()
Me.txtFirma = New System.Windows.Forms.TextBox()
Me.txtVorname = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtNachname = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtStraße = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.txtPLZ = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.txtStadt = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtLand = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.txtExportPfad = New System.Windows.Forms.TextBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.btnExportPfad = New System.Windows.Forms.Button()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.chkAutologin = New System.Windows.Forms.CheckBox()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.chkLVWSaveColum = New System.Windows.Forms.CheckBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.btnOKSpeichern = New System.Windows.Forms.Button()
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.chkdvgArtikelAddRow = New System.Windows.Forms.CheckBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtGoogleMapsBenzinpreis = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.chkSettingEinkaufsspalte = New System.Windows.Forms.CheckBox()
Me.chkGoogleBenzinPreisAPI = New System.Windows.Forms.CheckBox()
Me.chkLagerwarnmeldung = New System.Windows.Forms.CheckBox()
Me.txtKassenKundenNummer = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'lblFirma
'
Me.lblFirma.AutoSize = True
Me.lblFirma.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblFirma.Location = New System.Drawing.Point(14, 49)
Me.lblFirma.Name = "lblFirma"
Me.lblFirma.Size = New System.Drawing.Size(42, 13)
Me.lblFirma.TabIndex = 3
Me.lblFirma.Text = "Firma*"
'
'txtFirma
'
Me.txtFirma.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtFirma.Location = New System.Drawing.Point(17, 65)
Me.txtFirma.Name = "txtFirma"
Me.txtFirma.Size = New System.Drawing.Size(173, 20)
Me.txtFirma.TabIndex = 4
'
'txtVorname
'
Me.txtVorname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtVorname.Location = New System.Drawing.Point(222, 65)
Me.txtVorname.Name = "txtVorname"
Me.txtVorname.Size = New System.Drawing.Size(173, 20)
Me.txtVorname.TabIndex = 6
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(219, 49)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(61, 13)
Me.Label3.TabIndex = 5
Me.Label3.Text = "Vorname*"
'
'txtNachname
'
Me.txtNachname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtNachname.Location = New System.Drawing.Point(432, 65)
Me.txtNachname.Name = "txtNachname"
Me.txtNachname.Size = New System.Drawing.Size(173, 20)
Me.txtNachname.TabIndex = 8
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(429, 49)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(72, 13)
Me.Label4.TabIndex = 7
Me.Label4.Text = "Nachname*"
'
'txtStraße
'
Me.txtStraße.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtStraße.Location = New System.Drawing.Point(18, 113)
Me.txtStraße.Name = "txtStraße"
Me.txtStraße.Size = New System.Drawing.Size(173, 20)
Me.txtStraße.TabIndex = 10
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(15, 97)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(49, 13)
Me.Label5.TabIndex = 9
Me.Label5.Text = "Straße*"
'
'txtPLZ
'
Me.txtPLZ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtPLZ.Location = New System.Drawing.Point(223, 113)
Me.txtPLZ.Name = "txtPLZ"
Me.txtPLZ.Size = New System.Drawing.Size(86, 20)
Me.txtPLZ.TabIndex = 12
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(220, 97)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(77, 13)
Me.Label6.TabIndex = 11
Me.Label6.Text = "Postleitzahl*"
'
'txtStadt
'
Me.txtStadt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtStadt.Location = New System.Drawing.Point(433, 113)
Me.txtStadt.Name = "txtStadt"
Me.txtStadt.Size = New System.Drawing.Size(173, 20)
Me.txtStadt.TabIndex = 14
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(430, 97)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(42, 13)
Me.Label7.TabIndex = 13
Me.Label7.Text = "Stadt*"
'
'txtLand
'
Me.txtLand.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtLand.Location = New System.Drawing.Point(17, 166)
Me.txtLand.Name = "txtLand"
Me.txtLand.Size = New System.Drawing.Size(173, 20)
Me.txtLand.TabIndex = 16
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(14, 150)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(40, 13)
Me.Label8.TabIndex = 15
Me.Label8.Text = "Land*"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(13, 9)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(395, 24)
Me.Label9.TabIndex = 17
Me.Label9.Text = "Rechnungserstellung - Inhaber der Firma"
'
'txtExportPfad
'
Me.txtExportPfad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtExportPfad.Location = New System.Drawing.Point(19, 257)
Me.txtExportPfad.Name = "txtExportPfad"
Me.txtExportPfad.Size = New System.Drawing.Size(418, 20)
Me.txtExportPfad.TabIndex = 19
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(16, 241)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(91, 13)
Me.Label10.TabIndex = 18
Me.Label10.Text = "Rechnungsexport"
'
'btnExportPfad
'
Me.btnExportPfad.BackColor = System.Drawing.Color.Bisque
Me.btnExportPfad.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnExportPfad.Location = New System.Drawing.Point(714, 309)
Me.btnExportPfad.Name = "btnExportPfad"
Me.btnExportPfad.Size = New System.Drawing.Size(35, 24)
Me.btnExportPfad.TabIndex = 20
Me.btnExportPfad.Text = "..."
Me.btnExportPfad.UseVisualStyleBackColor = False
'
'chkAutologin
'
Me.chkAutologin.AutoSize = True
Me.chkAutologin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkAutologin.Location = New System.Drawing.Point(18, 294)
Me.chkAutologin.Name = "chkAutologin"
Me.chkAutologin.Size = New System.Drawing.Size(116, 17)
Me.chkAutologin.TabIndex = 21
Me.chkAutologin.Text = "Autologin aktivieren"
Me.ToolTip1.SetToolTip(Me.chkAutologin, "Aktiviert automatisches Login! " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Speichert allerdings das JTL Benutzerpasswort au" &
"f dem Computer." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Ermöglicht beschleunigten Zugang zum Programm")
Me.chkAutologin.UseVisualStyleBackColor = True
'
'chkLVWSaveColum
'
Me.chkLVWSaveColum.AutoSize = True
Me.chkLVWSaveColum.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkLVWSaveColum.Location = New System.Drawing.Point(147, 294)
Me.chkLVWSaveColum.Name = "chkLVWSaveColum"
Me.chkLVWSaveColum.Size = New System.Drawing.Size(132, 17)
Me.chkLVWSaveColum.TabIndex = 22
Me.chkLVWSaveColum.Text = "Spalten selbst sortieren"
Me.chkLVWSaveColum.UseVisualStyleBackColor = True
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label11.Location = New System.Drawing.Point(14, 202)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(207, 24)
Me.Label11.TabIndex = 23
Me.Label11.Text = "Optionen Darstellung"
'
'btnOKSpeichern
'
Me.btnOKSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnOKSpeichern.BackColor = System.Drawing.Color.Bisque
Me.btnOKSpeichern.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnOKSpeichern.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
Me.btnOKSpeichern.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOKSpeichern.ImageKey = "accept.png"
Me.btnOKSpeichern.ImageList = Me.ImageList1
Me.btnOKSpeichern.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.btnOKSpeichern.Location = New System.Drawing.Point(444, 472)
Me.btnOKSpeichern.Name = "btnOKSpeichern"
Me.btnOKSpeichern.Size = New System.Drawing.Size(200, 36)
Me.btnOKSpeichern.TabIndex = 24
Me.btnOKSpeichern.Text = "&Einstellungen speichern"
Me.btnOKSpeichern.UseVisualStyleBackColor = False
'
'ImageList1
'
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
Me.ImageList1.Images.SetKeyName(0, "accept.png")
'
'chkdvgArtikelAddRow
'
Me.chkdvgArtikelAddRow.AutoSize = True
Me.chkdvgArtikelAddRow.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkdvgArtikelAddRow.Location = New System.Drawing.Point(285, 294)
Me.chkdvgArtikelAddRow.Name = "chkdvgArtikelAddRow"
Me.chkdvgArtikelAddRow.Size = New System.Drawing.Size(205, 17)
Me.chkdvgArtikelAddRow.TabIndex = 25
Me.chkdvgArtikelAddRow.Text = "Bestellansicht Zeilen selbst hinzufügen"
Me.chkdvgArtikelAddRow.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(14, 419)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(250, 24)
Me.Label1.TabIndex = 26
Me.Label1.Text = "Google Maps Benzinpreis"
'
'txtGoogleMapsBenzinpreis
'
Me.txtGoogleMapsBenzinpreis.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtGoogleMapsBenzinpreis.Location = New System.Drawing.Point(19, 485)
Me.txtGoogleMapsBenzinpreis.Name = "txtGoogleMapsBenzinpreis"
Me.txtGoogleMapsBenzinpreis.Size = New System.Drawing.Size(61, 20)
Me.txtGoogleMapsBenzinpreis.TabIndex = 28
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(15, 448)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(136, 13)
Me.Label2.TabIndex = 27
Me.Label2.Text = "Dieselpreis pro 100 km"
'
'chkSettingEinkaufsspalte
'
Me.chkSettingEinkaufsspalte.AutoSize = True
Me.chkSettingEinkaufsspalte.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkSettingEinkaufsspalte.Location = New System.Drawing.Point(496, 294)
Me.chkSettingEinkaufsspalte.Name = "chkSettingEinkaufsspalte"
Me.chkSettingEinkaufsspalte.Size = New System.Drawing.Size(159, 17)
Me.chkSettingEinkaufsspalte.TabIndex = 29
Me.chkSettingEinkaufsspalte.Text = "Einkaufspalte nicht anzeigen"
Me.chkSettingEinkaufsspalte.UseVisualStyleBackColor = True
'
'chkGoogleBenzinPreisAPI
'
Me.chkGoogleBenzinPreisAPI.AutoSize = True
Me.chkGoogleBenzinPreisAPI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkGoogleBenzinPreisAPI.Location = New System.Drawing.Point(20, 464)
Me.chkGoogleBenzinPreisAPI.Name = "chkGoogleBenzinPreisAPI"
Me.chkGoogleBenzinPreisAPI.Size = New System.Drawing.Size(166, 17)
Me.chkGoogleBenzinPreisAPI.TabIndex = 30
Me.chkGoogleBenzinPreisAPI.Text = "Google Benzinpreis API aktiv?"
Me.chkGoogleBenzinPreisAPI.UseVisualStyleBackColor = True
'
'chkLagerwarnmeldung
'
Me.chkLagerwarnmeldung.AutoSize = True
Me.chkLagerwarnmeldung.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkLagerwarnmeldung.Location = New System.Drawing.Point(20, 331)
Me.chkLagerwarnmeldung.Name = "chkLagerwarnmeldung"
Me.chkLagerwarnmeldung.Size = New System.Drawing.Size(177, 17)
Me.chkLagerwarnmeldung.TabIndex = 31
Me.chkLagerwarnmeldung.Text = "Lagerwarnmeldung anzeigen < 0"
Me.chkLagerwarnmeldung.UseVisualStyleBackColor = True
'
'txtKassenKundenNummer
'
Me.txtKassenKundenNummer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtKassenKundenNummer.Location = New System.Drawing.Point(222, 166)
Me.txtKassenKundenNummer.Name = "txtKassenKundenNummer"
Me.txtKassenKundenNummer.Size = New System.Drawing.Size(146, 20)
Me.txtKassenKundenNummer.TabIndex = 33
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(219, 150)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(107, 13)
Me.Label13.TabIndex = 32
Me.Label13.Text = "Kassenkunden-Nr"
'
'frmEinstellungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(656, 520)
Me.Controls.Add(Me.txtKassenKundenNummer)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.chkLagerwarnmeldung)
Me.Controls.Add(Me.chkGoogleBenzinPreisAPI)
Me.Controls.Add(Me.chkSettingEinkaufsspalte)
Me.Controls.Add(Me.txtGoogleMapsBenzinpreis)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.chkdvgArtikelAddRow)
Me.Controls.Add(Me.btnOKSpeichern)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.chkLVWSaveColum)
Me.Controls.Add(Me.chkAutologin)
Me.Controls.Add(Me.btnExportPfad)
Me.Controls.Add(Me.txtExportPfad)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.txtLand)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.txtStadt)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.txtPLZ)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.txtStraße)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.txtNachname)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtVorname)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtFirma)
Me.Controls.Add(Me.lblFirma)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "frmEinstellungen"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Einstellungen"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents lblFirma As System.Windows.Forms.Label
Friend WithEvents txtFirma As System.Windows.Forms.TextBox
Friend WithEvents txtVorname As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtNachname As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtStraße As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtPLZ As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txtStadt As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents txtLand As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents txtExportPfad As System.Windows.Forms.TextBox
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents btnExportPfad As System.Windows.Forms.Button
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents chkAutologin As System.Windows.Forms.CheckBox
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
Friend WithEvents chkLVWSaveColum As System.Windows.Forms.CheckBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents btnOKSpeichern As System.Windows.Forms.Button
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents chkdvgArtikelAddRow As System.Windows.Forms.CheckBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtGoogleMapsBenzinpreis As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents chkSettingEinkaufsspalte As System.Windows.Forms.CheckBox
Friend WithEvents chkGoogleBenzinPreisAPI As CheckBox
Friend WithEvents chkLagerwarnmeldung As CheckBox
Friend WithEvents txtKassenKundenNummer As TextBox
Friend WithEvents Label13 As Label
End Class