_ Partial Class frmMailInfo Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMailInfo)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton() Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.cbboxmailtyp1 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.btnSave = New System.Windows.Forms.Button() Me.btnAbbruch = New System.Windows.Forms.Button() Me.cbboxmailtyp2 = New System.Windows.Forms.ComboBox() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(474, 25) Me.ToolStrip1.TabIndex = 9 Me.ToolStrip1.Text = "ToolStrip1" ' 'TSBtnQuit ' Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image) Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta Me.TSBtnQuit.Name = "TSBtnQuit" Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22) Me.TSBtnQuit.Text = "Fenster schliessen" Me.TSBtnQuit.ToolTipText = "Fenster schliessen" ' 'ToolStripButton1 ' Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image) Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22) Me.ToolStripButton1.Text = "ToolStripButton1" Me.ToolStripButton1.ToolTipText = "Neue Feststellung erfassen" Me.ToolStripButton1.Visible = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(13, 29) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(239, 13) Me.Label1.TabIndex = 10 Me.Label1.Text = "Erinnerungsmail für weitergegebene Assessments" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(13, 51) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(195, 13) Me.Label2.TabIndex = 11 Me.Label2.Text = "Erinnerungsmail für eigene Assessments" ' 'cbboxmailtyp1 ' Me.cbboxmailtyp1.FormattingEnabled = True Me.cbboxmailtyp1.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}) Me.cbboxmailtyp1.Location = New System.Drawing.Point(252, 26) Me.cbboxmailtyp1.Name = "cbboxmailtyp1" Me.cbboxmailtyp1.Size = New System.Drawing.Size(64, 21) Me.cbboxmailtyp1.TabIndex = 12 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(322, 29) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(141, 13) Me.Label3.TabIndex = 14 Me.Label3.Text = "Tage vor Terminerreichnung" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(322, 51) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(141, 13) Me.Label4.TabIndex = 15 Me.Label4.Text = "Tage vor Terminerreichnung" ' 'btnSave ' Me.btnSave.Location = New System.Drawing.Point(16, 96) Me.btnSave.Name = "btnSave" Me.btnSave.Size = New System.Drawing.Size(75, 23) Me.btnSave.TabIndex = 16 Me.btnSave.Text = "Speichern" Me.btnSave.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(388, 96) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(75, 23) Me.btnAbbruch.TabIndex = 17 Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'cbboxmailtyp2 ' Me.cbboxmailtyp2.FormattingEnabled = True Me.cbboxmailtyp2.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}) Me.cbboxmailtyp2.Location = New System.Drawing.Point(252, 48) Me.cbboxmailtyp2.Name = "cbboxmailtyp2" Me.cbboxmailtyp2.Size = New System.Drawing.Size(64, 21) Me.cbboxmailtyp2.TabIndex = 18 ' 'frmMailInfo ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(474, 135) Me.Controls.Add(Me.cbboxmailtyp2) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.btnSave) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.cbboxmailtyp1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ToolStrip1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmMailInfo" Me.Text = "MailInfo" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TSBtnQuit As ToolStripButton Friend WithEvents ToolStripButton1 As ToolStripButton Friend WithEvents Label1 As Label Friend WithEvents Label2 As Label Friend WithEvents cbboxmailtyp1 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents btnSave As Button Friend WithEvents btnAbbruch As Button Friend WithEvents cbboxmailtyp2 As ComboBox End Class