_ Partial Class frmDokumenteSchicken 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(frmDokumenteSchicken)) Me.pnl = New System.Windows.Forms.Panel() Me.rtbDokumente = New System.Windows.Forms.RichTextBox() Me.btnOK = New System.Windows.Forms.Button() Me.Header = New System.Windows.Forms.Panel() Me.Label1 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.lblTitle = New System.Windows.Forms.Label() Me.btnClose = New System.Windows.Forms.Button() Me.lblText = New System.Windows.Forms.Label() Me.rtbSonstigeInfo = New System.Windows.Forms.RichTextBox() Me.Label2 = New System.Windows.Forms.Label() Me.pnl.SuspendLayout() Me.Header.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.rtbSonstigeInfo) Me.pnl.Controls.Add(Me.rtbDokumente) Me.pnl.Controls.Add(Me.btnOK) Me.pnl.Controls.Add(Me.Header) Me.pnl.Controls.Add(Me.lblTitle) Me.pnl.Controls.Add(Me.btnClose) Me.pnl.Controls.Add(Me.lblText) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(316, 410) Me.pnl.TabIndex = 0 ' 'rtbDokumente ' Me.rtbDokumente.Location = New System.Drawing.Point(6, 59) Me.rtbDokumente.Name = "rtbDokumente" Me.rtbDokumente.Size = New System.Drawing.Size(301, 121) Me.rtbDokumente.TabIndex = 94 Me.rtbDokumente.Text = "" ' 'btnOK ' Me.btnOK.DialogResult = DialogResult.OK Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnOK.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.0!) Me.btnOK.Location = New System.Drawing.Point(81, 347) Me.btnOK.Name = "btnOK" Me.btnOK.Size = New System.Drawing.Size(133, 50) Me.btnOK.TabIndex = 93 Me.btnOK.Text = "OK" Me.btnOK.UseVisualStyleBackColor = True ' 'Header ' Me.Header.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Header.Controls.Add(Me.Label1) Me.Header.Controls.Add(Me.Button1) Me.Header.Dock = System.Windows.Forms.DockStyle.Top Me.Header.Location = New System.Drawing.Point(0, 0) Me.Header.Name = "Header" Me.Header.Size = New System.Drawing.Size(314, 24) Me.Header.TabIndex = 92 ' 'Label1 ' 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.ForeColor = System.Drawing.Color.White Me.Label1.Location = New System.Drawing.Point(3, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(241, 24) Me.Label1.TabIndex = 88 Me.Label1.Text = "Info" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Red Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(280, -1) Me.Button1.Name = "Button1" Me.Button1.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.Button1.Size = New System.Drawing.Size(35, 25) Me.Button1.TabIndex = 86 Me.Button1.Text = "X" Me.Button1.UseVisualStyleBackColor = False ' 'lblTitle ' Me.lblTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblTitle.ForeColor = System.Drawing.Color.White Me.lblTitle.Location = New System.Drawing.Point(-4, 0) Me.lblTitle.Name = "lblTitle" Me.lblTitle.Size = New System.Drawing.Size(241, 24) Me.lblTitle.TabIndex = 91 Me.lblTitle.Text = "LKW Standzeit Benachrichtigung" Me.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'btnClose ' Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnClose.BackColor = System.Drawing.Color.Red Me.btnClose.FlatAppearance.BorderColor = System.Drawing.Color.White Me.btnClose.FlatAppearance.BorderSize = 0 Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnClose.ForeColor = System.Drawing.Color.White Me.btnClose.Location = New System.Drawing.Point(287, -1) Me.btnClose.Name = "btnClose" Me.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.Yes Me.btnClose.Size = New System.Drawing.Size(35, 25) Me.btnClose.TabIndex = 90 Me.btnClose.Text = "X" Me.btnClose.UseVisualStyleBackColor = False ' 'lblText ' Me.lblText.Cursor = System.Windows.Forms.Cursors.Hand Me.lblText.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblText.Location = New System.Drawing.Point(3, 28) Me.lblText.Name = "lblText" Me.lblText.Size = New System.Drawing.Size(422, 35) Me.lblText.TabIndex = 89 Me.lblText.Text = "Folgende Dokumente sind an den Kunden zu senden:" Me.lblText.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'rtbSonstigeInfo ' Me.rtbSonstigeInfo.Location = New System.Drawing.Point(6, 211) Me.rtbSonstigeInfo.Name = "rtbSonstigeInfo" Me.rtbSonstigeInfo.Size = New System.Drawing.Size(301, 130) Me.rtbSonstigeInfo.TabIndex = 95 Me.rtbSonstigeInfo.Text = "" ' 'Label2 ' Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(3, 183) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(422, 25) Me.Label2.TabIndex = 96 Me.Label2.Text = "Sonstige Info:" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'frmDokumenteSchicken ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(316, 410) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmDokumenteSchicken" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "frmDokumenteSchicken" Me.pnl.ResumeLayout(False) Me.Header.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents pnl As System.Windows.Forms.Panel Public WithEvents lblText As System.Windows.Forms.Label Public WithEvents lblTitle As System.Windows.Forms.Label Friend WithEvents btnClose As System.Windows.Forms.Button Friend WithEvents Header As System.Windows.Forms.Panel Public WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents btnOK As System.Windows.Forms.Button Public WithEvents rtbDokumente As System.Windows.Forms.RichTextBox Public WithEvents Label2 As Label Public WithEvents rtbSonstigeInfo As RichTextBox End Class