-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmDatenbankEinstellungen.Designer.vb
217 lines (213 loc) · 9.88 KB
/
frmDatenbankEinstellungen.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDatenbankEinstellungen
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDatenbankEinstellungen))
Me.Label4 = New System.Windows.Forms.Label()
Me.txtDatenbank = New System.Windows.Forms.TextBox()
Me.btnDBTest = New System.Windows.Forms.Button()
Me.Label3 = New System.Windows.Forms.Label()
Me.txtPasswort = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtUsername = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtServerName = New System.Windows.Forms.TextBox()
Me.cmbMandant = New System.Windows.Forms.ComboBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.MainStatus = New System.Windows.Forms.StatusStrip()
Me.msgMaster = New System.Windows.Forms.ToolStripStatusLabel()
Me.MainStatus.SuspendLayout()
Me.SuspendLayout()
'
'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(9, 94)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(99, 13)
Me.Label4.TabIndex = 17
Me.Label4.Text = "Datenbankname"
'
'txtDatenbank
'
Me.txtDatenbank.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtDatenbank.Location = New System.Drawing.Point(13, 110)
Me.txtDatenbank.Name = "txtDatenbank"
Me.txtDatenbank.Size = New System.Drawing.Size(267, 20)
Me.txtDatenbank.TabIndex = 11
Me.txtDatenbank.Text = "eazybusiness"
'
'btnDBTest
'
Me.btnDBTest.BackColor = System.Drawing.Color.NavajoWhite
Me.btnDBTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnDBTest.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnDBTest.Location = New System.Drawing.Point(13, 300)
Me.btnDBTest.Name = "btnDBTest"
Me.btnDBTest.Size = New System.Drawing.Size(267, 23)
Me.btnDBTest.TabIndex = 15
Me.btnDBTest.Text = "Verbindungstest"
Me.btnDBTest.UseVisualStyleBackColor = False
'
'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(10, 206)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(124, 13)
Me.Label3.TabIndex = 16
Me.Label3.Text = "Datenbank Passwort"
'
'txtPasswort
'
Me.txtPasswort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtPasswort.Location = New System.Drawing.Point(14, 222)
Me.txtPasswort.Name = "txtPasswort"
Me.txtPasswort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txtPasswort.Size = New System.Drawing.Size(267, 20)
Me.txtPasswort.TabIndex = 14
'
'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(10, 149)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(153, 13)
Me.Label2.TabIndex = 13
Me.Label2.Text = "Datenbank Benutzername"
'
'txtUsername
'
Me.txtUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtUsername.Location = New System.Drawing.Point(14, 165)
Me.txtUsername.Name = "txtUsername"
Me.txtUsername.Size = New System.Drawing.Size(267, 20)
Me.txtUsername.TabIndex = 12
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(10, 38)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(100, 13)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Server + Instanz"
'
'txtServerName
'
Me.txtServerName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtServerName.Location = New System.Drawing.Point(14, 54)
Me.txtServerName.Name = "txtServerName"
Me.txtServerName.Size = New System.Drawing.Size(267, 20)
Me.txtServerName.TabIndex = 9
'
'cmbMandant
'
Me.cmbMandant.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbMandant.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmbMandant.FormattingEnabled = True
Me.cmbMandant.Location = New System.Drawing.Point(15, 270)
Me.cmbMandant.Name = "cmbMandant"
Me.cmbMandant.Size = New System.Drawing.Size(266, 21)
Me.cmbMandant.TabIndex = 18
'
'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(12, 254)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(136, 13)
Me.Label5.TabIndex = 19
Me.Label5.Text = "Verfügbare Mandanten"
'
'Label6
'
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(12, 9)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(272, 29)
Me.Label6.TabIndex = 20
Me.Label6.Text = "Bitte zuerst mit der Standard Datenbank 'eazybusiness' beginnen"
'
'MainStatus
'
Me.MainStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.msgMaster})
Me.MainStatus.Location = New System.Drawing.Point(0, 329)
Me.MainStatus.Name = "MainStatus"
Me.MainStatus.Size = New System.Drawing.Size(293, 22)
Me.MainStatus.TabIndex = 21
'
'msgMaster
'
Me.msgMaster.Name = "msgMaster"
Me.msgMaster.Size = New System.Drawing.Size(74, 17)
Me.msgMaster.Text = "Läd gerade..."
'
'frmDatenbankEinstellungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(293, 351)
Me.Controls.Add(Me.MainStatus)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.cmbMandant)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtDatenbank)
Me.Controls.Add(Me.btnDBTest)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtPasswort)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtUsername)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtServerName)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MaximumSize = New System.Drawing.Size(309, 390)
Me.MinimumSize = New System.Drawing.Size(309, 390)
Me.Name = "frmDatenbankEinstellungen"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "JTL Lagerbestand Datenbankverbindungen"
Me.MainStatus.ResumeLayout(False)
Me.MainStatus.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtDatenbank As System.Windows.Forms.TextBox
Friend WithEvents btnDBTest As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtPasswort As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtUsername As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtServerName As System.Windows.Forms.TextBox
Friend WithEvents cmbMandant As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents MainStatus As System.Windows.Forms.StatusStrip
Friend WithEvents msgMaster As System.Windows.Forms.ToolStripStatusLabel
End Class