-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmMailServer.Designer.vb
334 lines (330 loc) · 15.8 KB
/
frmMailServer.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMailServer
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(frmMailServer))
Me.txtEmailAbsendeName = New System.Windows.Forms.TextBox()
Me.Label58 = New System.Windows.Forms.Label()
Me.txtPOP3Port = New System.Windows.Forms.TextBox()
Me.txtSMTPPort = New System.Windows.Forms.TextBox()
Me.Label13 = New System.Windows.Forms.Label()
Me.Label57 = New System.Windows.Forms.Label()
Me.cmbSMTPAnbieter = New System.Windows.Forms.ComboBox()
Me.txteMailPassword = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtPOP3Server = New System.Windows.Forms.TextBox()
Me.txtSMTPServer = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.txteMailUser = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.btnTesteMail = New System.Windows.Forms.Button()
Me.chkPop3BeforeSMTP = New System.Windows.Forms.CheckBox()
Me.txtEmailKopie = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.chkEmailSSLSupport = New System.Windows.Forms.CheckBox()
Me.txtEmailUsername = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'txtEmailAbsendeName
'
Me.txtEmailAbsendeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtEmailAbsendeName.Location = New System.Drawing.Point(14, 361)
Me.txtEmailAbsendeName.Name = "txtEmailAbsendeName"
Me.txtEmailAbsendeName.Size = New System.Drawing.Size(249, 20)
Me.txtEmailAbsendeName.TabIndex = 56
'
'Label58
'
Me.Label58.AutoSize = True
Me.Label58.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label58.Location = New System.Drawing.Point(10, 345)
Me.Label58.Name = "Label58"
Me.Label58.Size = New System.Drawing.Size(97, 13)
Me.Label58.TabIndex = 65
Me.Label58.Text = "Absende Name*"
'
'txtPOP3Port
'
Me.txtPOP3Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtPOP3Port.Location = New System.Drawing.Point(201, 115)
Me.txtPOP3Port.Name = "txtPOP3Port"
Me.txtPOP3Port.Size = New System.Drawing.Size(64, 20)
Me.txtPOP3Port.TabIndex = 53
'
'txtSMTPPort
'
Me.txtSMTPPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtSMTPPort.Location = New System.Drawing.Point(200, 76)
Me.txtSMTPPort.Name = "txtSMTPPort"
Me.txtSMTPPort.Size = New System.Drawing.Size(65, 20)
Me.txtSMTPPort.TabIndex = 52
'
'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(199, 99)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(66, 13)
Me.Label13.TabIndex = 63
Me.Label13.Text = "POP3 Port"
'
'Label57
'
Me.Label57.AutoSize = True
Me.Label57.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label57.Location = New System.Drawing.Point(199, 60)
Me.Label57.Name = "Label57"
Me.Label57.Size = New System.Drawing.Size(73, 13)
Me.Label57.TabIndex = 64
Me.Label57.Text = "SMTP Port*"
'
'cmbSMTPAnbieter
'
Me.cmbSMTPAnbieter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbSMTPAnbieter.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmbSMTPAnbieter.FormattingEnabled = True
Me.cmbSMTPAnbieter.Items.AddRange(New Object() {"Keine Auswahl", "GMX", "Google Mail", "Web", "Live"})
Me.cmbSMTPAnbieter.Location = New System.Drawing.Point(14, 32)
Me.cmbSMTPAnbieter.Name = "cmbSMTPAnbieter"
Me.cmbSMTPAnbieter.Size = New System.Drawing.Size(247, 21)
Me.cmbSMTPAnbieter.TabIndex = 49
'
'txteMailPassword
'
Me.txteMailPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txteMailPassword.Location = New System.Drawing.Point(13, 313)
Me.txteMailPassword.Name = "txteMailPassword"
Me.txteMailPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.txteMailPassword.Size = New System.Drawing.Size(250, 20)
Me.txteMailPassword.TabIndex = 55
'
'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(10, 297)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(97, 13)
Me.Label4.TabIndex = 58
Me.Label4.Text = "Email Passwort*"
'
'txtPOP3Server
'
Me.txtPOP3Server.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtPOP3Server.Location = New System.Drawing.Point(16, 115)
Me.txtPOP3Server.Name = "txtPOP3Server"
Me.txtPOP3Server.Size = New System.Drawing.Size(160, 20)
Me.txtPOP3Server.TabIndex = 51
'
'txtSMTPServer
'
Me.txtSMTPServer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtSMTPServer.Location = New System.Drawing.Point(16, 76)
Me.txtSMTPServer.Name = "txtSMTPServer"
Me.txtSMTPServer.Size = New System.Drawing.Size(159, 20)
Me.txtSMTPServer.TabIndex = 50
'
'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(13, 99)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(80, 13)
Me.Label7.TabIndex = 59
Me.Label7.Text = "POP3 Server"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(12, 16)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(88, 13)
Me.Label9.TabIndex = 60
Me.Label9.Text = "Email Anbieter"
'
'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(11, 60)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(87, 13)
Me.Label6.TabIndex = 62
Me.Label6.Text = "SMTP Server*"
'
'txteMailUser
'
Me.txteMailUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txteMailUser.Location = New System.Drawing.Point(14, 197)
Me.txteMailUser.Name = "txteMailUser"
Me.txteMailUser.Size = New System.Drawing.Size(249, 20)
Me.txteMailUser.TabIndex = 54
'
'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(10, 180)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(91, 13)
Me.Label5.TabIndex = 61
Me.Label5.Text = "Email Adresse*"
'
'btnTesteMail
'
Me.btnTesteMail.BackColor = System.Drawing.Color.NavajoWhite
Me.btnTesteMail.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.btnTesteMail.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnTesteMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnTesteMail.ImageIndex = 6
Me.btnTesteMail.Location = New System.Drawing.Point(10, 387)
Me.btnTesteMail.Name = "btnTesteMail"
Me.btnTesteMail.Size = New System.Drawing.Size(253, 26)
Me.btnTesteMail.TabIndex = 57
Me.btnTesteMail.Text = "&eMail Versand testen"
Me.btnTesteMail.UseVisualStyleBackColor = False
'
'chkPop3BeforeSMTP
'
Me.chkPop3BeforeSMTP.AutoSize = True
Me.chkPop3BeforeSMTP.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkPop3BeforeSMTP.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkPop3BeforeSMTP.Location = New System.Drawing.Point(16, 141)
Me.chkPop3BeforeSMTP.Name = "chkPop3BeforeSMTP"
Me.chkPop3BeforeSMTP.Size = New System.Drawing.Size(133, 17)
Me.chkPop3BeforeSMTP.TabIndex = 66
Me.chkPop3BeforeSMTP.Text = "POP3 before SMTP"
Me.chkPop3BeforeSMTP.UseVisualStyleBackColor = True
'
'txtEmailKopie
'
Me.txtEmailKopie.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtEmailKopie.Location = New System.Drawing.Point(15, 276)
Me.txtEmailKopie.Name = "txtEmailKopie"
Me.txtEmailKopie.Size = New System.Drawing.Size(250, 20)
Me.txtEmailKopie.TabIndex = 67
'
'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(13, 260)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(95, 13)
Me.Label1.TabIndex = 68
Me.Label1.Text = "Email Kopie an "
'
'chkEmailSSLSupport
'
Me.chkEmailSSLSupport.AutoSize = True
Me.chkEmailSSLSupport.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.chkEmailSSLSupport.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkEmailSSLSupport.Location = New System.Drawing.Point(16, 160)
Me.chkEmailSSLSupport.Name = "chkEmailSSLSupport"
Me.chkEmailSSLSupport.Size = New System.Drawing.Size(94, 17)
Me.chkEmailSSLSupport.TabIndex = 69
Me.chkEmailSSLSupport.Text = "SSL Support"
Me.chkEmailSSLSupport.UseVisualStyleBackColor = True
'
'txtEmailUsername
'
Me.txtEmailUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtEmailUsername.Location = New System.Drawing.Point(15, 237)
Me.txtEmailUsername.Name = "txtEmailUsername"
Me.txtEmailUsername.Size = New System.Drawing.Size(249, 20)
Me.txtEmailUsername.TabIndex = 70
'
'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(11, 220)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(87, 13)
Me.Label2.TabIndex = 71
Me.Label2.Text = "Benutzername"
'
'frmMailServer
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(277, 425)
Me.Controls.Add(Me.txtEmailUsername)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.chkEmailSSLSupport)
Me.Controls.Add(Me.txtEmailKopie)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.chkPop3BeforeSMTP)
Me.Controls.Add(Me.txtEmailAbsendeName)
Me.Controls.Add(Me.Label58)
Me.Controls.Add(Me.txtPOP3Port)
Me.Controls.Add(Me.txtSMTPPort)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.Label57)
Me.Controls.Add(Me.cmbSMTPAnbieter)
Me.Controls.Add(Me.txteMailPassword)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtPOP3Server)
Me.Controls.Add(Me.txtSMTPServer)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.txteMailUser)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.btnTesteMail)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmMailServer"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "JTL Newsletter - Mailserver"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtEmailAbsendeName As System.Windows.Forms.TextBox
Friend WithEvents Label58 As System.Windows.Forms.Label
Friend WithEvents txtPOP3Port As System.Windows.Forms.TextBox
Friend WithEvents txtSMTPPort As System.Windows.Forms.TextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label57 As System.Windows.Forms.Label
Friend WithEvents cmbSMTPAnbieter As System.Windows.Forms.ComboBox
Friend WithEvents txteMailPassword As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtPOP3Server As System.Windows.Forms.TextBox
Friend WithEvents txtSMTPServer As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txteMailUser As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents btnTesteMail As System.Windows.Forms.Button
Friend WithEvents chkPop3BeforeSMTP As System.Windows.Forms.CheckBox
Friend WithEvents txtEmailKopie As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents chkEmailSSLSupport As System.Windows.Forms.CheckBox
Friend WithEvents txtEmailUsername As TextBox
Friend WithEvents Label2 As Label
End Class