_ Partial Class frmHostNotiz 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(frmHostNotiz)) Me.Label1 = New System.Windows.Forms.Label() Me.lblPartner = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.lblDokumentID = New System.Windows.Forms.Label() Me.txtNotiz1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.btnAbbruch = New System.Windows.Forms.Button() Me.btnWeiter = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.lblWeiter = New System.Windows.Forms.Label() Me.txtNotiz = New System.Windows.Forms.RichTextBox() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(16, 49) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(57, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "Partner: " ' 'lblPartner ' Me.lblPartner.AutoSize = True Me.lblPartner.Location = New System.Drawing.Point(119, 49) Me.lblPartner.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblPartner.Name = "lblPartner" Me.lblPartner.Size = New System.Drawing.Size(49, 16) Me.lblPartner.TabIndex = 1 Me.lblPartner.Text = "Label2" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(16, 76) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(89, 16) Me.Label2.TabIndex = 2 Me.Label2.Text = "Dokument-ID:" ' 'lblDokumentID ' Me.lblDokumentID.AutoSize = True Me.lblDokumentID.Location = New System.Drawing.Point(119, 75) Me.lblDokumentID.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblDokumentID.Name = "lblDokumentID" Me.lblDokumentID.Size = New System.Drawing.Size(49, 16) Me.lblDokumentID.TabIndex = 3 Me.lblDokumentID.Text = "Label3" ' 'txtNotiz1 ' Me.txtNotiz1.BackColor = System.Drawing.Color.White Me.txtNotiz1.Location = New System.Drawing.Point(123, 116) Me.txtNotiz1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.txtNotiz1.Multiline = True Me.txtNotiz1.Name = "txtNotiz1" Me.txtNotiz1.ReadOnly = True Me.txtNotiz1.Size = New System.Drawing.Size(661, 169) Me.txtNotiz1.TabIndex = 4 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(17, 119) Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(41, 16) Me.Label3.TabIndex = 5 Me.Label3.Text = "Notiz:" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(403, 324) Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(100, 28) Me.Button1.TabIndex = 6 Me.Button1.Text = "OK" Me.Button1.UseVisualStyleBackColor = True ' 'btnAbbruch ' Me.btnAbbruch.Location = New System.Drawing.Point(123, 324) Me.btnAbbruch.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.btnAbbruch.Name = "btnAbbruch" Me.btnAbbruch.Size = New System.Drawing.Size(100, 28) Me.btnAbbruch.TabIndex = 7 Me.btnAbbruch.Text = "Abbruch" Me.btnAbbruch.UseVisualStyleBackColor = True ' 'btnWeiter ' Me.btnWeiter.Location = New System.Drawing.Point(685, 324) Me.btnWeiter.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.btnWeiter.Name = "btnWeiter" Me.btnWeiter.Size = New System.Drawing.Size(100, 28) Me.btnWeiter.TabIndex = 8 Me.btnWeiter.Text = "Weiter" Me.btnWeiter.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(16, 11) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(339, 16) Me.Label4.TabIndex = 9 Me.Label4.Text = "Bei folgendem HOST-Dokument ist eine Notiz hinterlegt:" ' 'lblWeiter ' Me.lblWeiter.AutoSize = True Me.lblWeiter.Location = New System.Drawing.Point(124, 293) Me.lblWeiter.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.lblWeiter.Name = "lblWeiter" Me.lblWeiter.Size = New System.Drawing.Size(629, 16) Me.lblWeiter.TabIndex = 10 Me.lblWeiter.Text = "Klicken Sie auf weiter, um den Druckauftrag fortzusetzen oder Abbruch um den Druc" & "kauftrag abzubrechen." ' 'txtNotiz ' Me.txtNotiz.Location = New System.Drawing.Point(123, 116) Me.txtNotiz.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.txtNotiz.Name = "txtNotiz" Me.txtNotiz.ReadOnly = True Me.txtNotiz.Size = New System.Drawing.Size(661, 169) Me.txtNotiz.TabIndex = 11 Me.txtNotiz.Text = "" ' 'frmHostNotiz ' Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(839, 366) Me.Controls.Add(Me.txtNotiz) Me.Controls.Add(Me.lblWeiter) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.btnWeiter) Me.Controls.Add(Me.btnAbbruch) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtNotiz1) Me.Controls.Add(Me.lblDokumentID) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.lblPartner) Me.Controls.Add(Me.Label1) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) Me.Name = "frmHostNotiz" Me.Text = "Notiz HOST-Dokument" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents lblPartner As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lblDokumentID As System.Windows.Forms.Label Friend WithEvents txtNotiz1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents btnAbbruch As Button Friend WithEvents btnWeiter As Button Friend WithEvents Label4 As Label Friend WithEvents lblWeiter As Label Friend WithEvents txtNotiz As RichTextBox End Class