Partial Class frmAvisoBenachrichtigungReminderBestaetigen 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() Me.pnl = New System.Windows.Forms.Panel() Me.Button2 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.lblDatUhrzeit = New System.Windows.Forms.Label() Me.lblArt = New System.Windows.Forms.Label() Me.lbl = New System.Windows.Forms.Label() Me.rtbVermerk = New System.Windows.Forms.RichTextBox() Me.btn = New System.Windows.Forms.Button() Me.DataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.DataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.pnl.SuspendLayout() Me.SuspendLayout() ' 'pnl ' Me.pnl.BackColor = System.Drawing.Color.White Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Button2) Me.pnl.Controls.Add(Me.Label2) Me.pnl.Controls.Add(Me.Button1) Me.pnl.Controls.Add(Me.lblDatUhrzeit) Me.pnl.Controls.Add(Me.lblArt) Me.pnl.Controls.Add(Me.lbl) Me.pnl.Controls.Add(Me.rtbVermerk) Me.pnl.Controls.Add(Me.btn) Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill Me.pnl.Location = New System.Drawing.Point(0, 0) Me.pnl.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(690, 245) Me.pnl.TabIndex = 0 ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.Red Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Location = New System.Drawing.Point(630, -2) Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(58, 48) Me.Button2.TabIndex = 10 Me.Button2.Text = "X" Me.Button2.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(290, 15) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(116, 20) Me.Label2.TabIndex = 4 Me.Label2.Text = "Datum/Uhrzeit:" ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.SteelBlue Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Location = New System.Drawing.Point(16, 142) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(354, 86) Me.Button1.TabIndex = 9 Me.Button1.Text = "OK & Vermerk bestätigen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Vorauskasse / Angeforderte Doks erhalten)" Me.Button1.UseVisualStyleBackColor = False ' 'lblDatUhrzeit ' Me.lblDatUhrzeit.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDatUhrzeit.Location = New System.Drawing.Point(320, 15) Me.lblDatUhrzeit.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblDatUhrzeit.Name = "lblDatUhrzeit" Me.lblDatUhrzeit.Size = New System.Drawing.Size(266, 20) Me.lblDatUhrzeit.TabIndex = 8 Me.lblDatUhrzeit.Text = "01.01.2020 10:00" Me.lblDatUhrzeit.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'lblArt ' Me.lblArt.AutoSize = True Me.lblArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold) Me.lblArt.Location = New System.Drawing.Point(16, 12) Me.lblArt.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblArt.Name = "lblArt" Me.lblArt.Size = New System.Drawing.Size(232, 25) Me.lblArt.TabIndex = 5 Me.lblArt.Text = "VERMERK REMINDER" ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Location = New System.Drawing.Point(12, 52) Me.lbl.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(73, 20) Me.lbl.TabIndex = 2 Me.lbl.Text = "Vermerk:" ' 'rtbVermerk ' Me.rtbVermerk.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.rtbVermerk.Location = New System.Drawing.Point(16, 77) Me.rtbVermerk.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.rtbVermerk.Name = "rtbVermerk" Me.rtbVermerk.ReadOnly = True Me.rtbVermerk.Size = New System.Drawing.Size(653, 53) Me.rtbVermerk.TabIndex = 1 Me.rtbVermerk.Text = "" ' 'btn ' Me.btn.BackColor = System.Drawing.Color.SteelBlue Me.btn.DialogResult = System.Windows.Forms.DialogResult.Yes Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn.ForeColor = System.Drawing.Color.White Me.btn.Location = New System.Drawing.Point(380, 142) Me.btn.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.btn.Name = "btn" Me.btn.Size = New System.Drawing.Size(291, 86) Me.btn.TabIndex = 0 Me.btn.Text = "OK" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Benachrichtigung akzeptieren)" Me.btn.UseVisualStyleBackColor = False ' 'DataGridViewTextBoxColumn1 ' Me.DataGridViewTextBoxColumn1.HeaderText = "Column1" Me.DataGridViewTextBoxColumn1.MinimumWidth = 8 Me.DataGridViewTextBoxColumn1.Name = "DataGridViewTextBoxColumn1" Me.DataGridViewTextBoxColumn1.Visible = False Me.DataGridViewTextBoxColumn1.Width = 150 ' 'DataGridViewTextBoxColumn2 ' Me.DataGridViewTextBoxColumn2.HeaderText = "Datei" Me.DataGridViewTextBoxColumn2.MinimumWidth = 8 Me.DataGridViewTextBoxColumn2.Name = "DataGridViewTextBoxColumn2" Me.DataGridViewTextBoxColumn2.Width = 150 ' 'frmAvisoBenachrichtigungReminderBestaetigen ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(690, 245) Me.Controls.Add(Me.pnl) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frmAvisoBenachrichtigungReminderBestaetigen" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Bestätigen" Me.pnl.ResumeLayout(False) Me.pnl.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents pnl As Panel Friend WithEvents lblArt As Label Friend WithEvents Label2 As Label Friend WithEvents lbl As Label Friend WithEvents rtbVermerk As RichTextBox Friend WithEvents btn As Button Friend WithEvents lblDatUhrzeit As Label Friend WithEvents DataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn Friend WithEvents DataGridViewTextBoxColumn2 As DataGridViewTextBoxColumn Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button End Class