update 20241225
This commit is contained in:
301
Plugin_Printersettings/frmPrinterSettings.Designer.vb
generated
Normal file
301
Plugin_Printersettings/frmPrinterSettings.Designer.vb
generated
Normal file
@@ -0,0 +1,301 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class frmPrinterSettings
|
||||
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()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmPrinterSettings))
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.tvPrinters = New System.Windows.Forms.TreeView()
|
||||
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label14 = New System.Windows.Forms.Label()
|
||||
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label15 = New System.Windows.Forms.Label()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.lblLogoTray = New System.Windows.Forms.ListBox()
|
||||
Me.lblNormalTray = New System.Windows.Forms.ListBox()
|
||||
Me.lblManualTray = New System.Windows.Forms.ListBox()
|
||||
Me.lblEnvelopeTray = New System.Windows.Forms.ListBox()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.Label13 = New System.Windows.Forms.Label()
|
||||
Me.Label16 = New System.Windows.Forms.Label()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).BeginInit
|
||||
Me.SuspendLayout
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(350, 303)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(121, 23)
|
||||
Me.Button1.TabIndex = 2
|
||||
Me.Button1.Text = "Speichern"
|
||||
Me.Button1.UseVisualStyleBackColor = true
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = true
|
||||
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(367, 13)
|
||||
Me.Label1.TabIndex = 2
|
||||
Me.Label1.Text = "Die Druckeinstellungen für den aktuellen Drucker sind noch nicht festgelegt."
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = true
|
||||
Me.Label3.Location = New System.Drawing.Point(12, 33)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(351, 13)
|
||||
Me.Label3.TabIndex = 4
|
||||
Me.Label3.Text = "Bitte definieren Sie für Ihre Drucker die entsprechenden Papier-Schächte"
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label11.Location = New System.Drawing.Point(8, 112)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(52, 13)
|
||||
Me.Label11.TabIndex = 18
|
||||
Me.Label11.Text = "Drucker"
|
||||
'
|
||||
'tvPrinters
|
||||
'
|
||||
Me.tvPrinters.FullRowSelect = True
|
||||
Me.tvPrinters.HotTracking = True
|
||||
Me.tvPrinters.ImageIndex = 0
|
||||
Me.tvPrinters.ImageList = Me.ImageList1
|
||||
Me.tvPrinters.Location = New System.Drawing.Point(11, 128)
|
||||
Me.tvPrinters.Name = "tvPrinters"
|
||||
Me.tvPrinters.SelectedImageIndex = 0
|
||||
Me.tvPrinters.ShowLines = False
|
||||
Me.tvPrinters.ShowPlusMinus = False
|
||||
Me.tvPrinters.ShowRootLines = False
|
||||
Me.tvPrinters.Size = New System.Drawing.Size(247, 167)
|
||||
Me.tvPrinters.TabIndex = 1
|
||||
'
|
||||
'ImageList1
|
||||
'
|
||||
Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
|
||||
Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
|
||||
Me.ImageList1.Images.SetKeyName(0, "OK.png")
|
||||
Me.ImageList1.Images.SetKeyName(1, "nok.png")
|
||||
'
|
||||
'PictureBox1
|
||||
'
|
||||
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
|
||||
Me.PictureBox1.Location = New System.Drawing.Point(151, 300)
|
||||
Me.PictureBox1.Name = "PictureBox1"
|
||||
Me.PictureBox1.Size = New System.Drawing.Size(25, 26)
|
||||
Me.PictureBox1.TabIndex = 21
|
||||
Me.PictureBox1.TabStop = False
|
||||
'
|
||||
'Label14
|
||||
'
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Location = New System.Drawing.Point(33, 302)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(112, 13)
|
||||
Me.Label14.TabIndex = 22
|
||||
Me.Label14.Text = "Einstellung vorhanden"
|
||||
'
|
||||
'PictureBox2
|
||||
'
|
||||
Me.PictureBox2.Image = CType(resources.GetObject("PictureBox2.Image"), System.Drawing.Image)
|
||||
Me.PictureBox2.Location = New System.Drawing.Point(12, 300)
|
||||
Me.PictureBox2.Name = "PictureBox2"
|
||||
Me.PictureBox2.Size = New System.Drawing.Size(15, 20)
|
||||
Me.PictureBox2.TabIndex = 23
|
||||
Me.PictureBox2.TabStop = False
|
||||
'
|
||||
'Label15
|
||||
'
|
||||
Me.Label15.AutoSize = True
|
||||
Me.Label15.Location = New System.Drawing.Point(177, 303)
|
||||
Me.Label15.Name = "Label15"
|
||||
Me.Label15.Size = New System.Drawing.Size(81, 13)
|
||||
Me.Label15.TabIndex = 24
|
||||
Me.Label15.Text = "Einstellung fehlt"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(415, 9)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(121, 23)
|
||||
Me.Button2.TabIndex = 25
|
||||
Me.Button2.Text = "Fenster schliessen"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblLogoTray
|
||||
'
|
||||
Me.lblLogoTray.FormattingEnabled = True
|
||||
Me.lblLogoTray.Location = New System.Drawing.Point(287, 128)
|
||||
Me.lblLogoTray.Name = "lblLogoTray"
|
||||
Me.lblLogoTray.Size = New System.Drawing.Size(120, 69)
|
||||
Me.lblLogoTray.TabIndex = 26
|
||||
'
|
||||
'lblNormalTray
|
||||
'
|
||||
Me.lblNormalTray.FormattingEnabled = True
|
||||
Me.lblNormalTray.Location = New System.Drawing.Point(413, 128)
|
||||
Me.lblNormalTray.Name = "lblNormalTray"
|
||||
Me.lblNormalTray.Size = New System.Drawing.Size(120, 69)
|
||||
Me.lblNormalTray.TabIndex = 27
|
||||
'
|
||||
'lblManualTray
|
||||
'
|
||||
Me.lblManualTray.FormattingEnabled = True
|
||||
Me.lblManualTray.Location = New System.Drawing.Point(287, 226)
|
||||
Me.lblManualTray.Name = "lblManualTray"
|
||||
Me.lblManualTray.Size = New System.Drawing.Size(120, 69)
|
||||
Me.lblManualTray.TabIndex = 28
|
||||
'
|
||||
'lblEnvelopeTray
|
||||
'
|
||||
Me.lblEnvelopeTray.FormattingEnabled = True
|
||||
Me.lblEnvelopeTray.Location = New System.Drawing.Point(413, 226)
|
||||
Me.lblEnvelopeTray.Name = "lblEnvelopeTray"
|
||||
Me.lblEnvelopeTray.Size = New System.Drawing.Size(120, 69)
|
||||
Me.lblEnvelopeTray.TabIndex = 29
|
||||
'
|
||||
'Label12
|
||||
'
|
||||
Me.Label12.AutoSize = True
|
||||
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label12.Location = New System.Drawing.Point(284, 112)
|
||||
Me.Label12.Name = "Label12"
|
||||
Me.Label12.Size = New System.Drawing.Size(75, 13)
|
||||
Me.Label12.TabIndex = 31
|
||||
Me.Label12.Text = "Logo-Papier"
|
||||
'
|
||||
'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(411, 112)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(101, 13)
|
||||
Me.Label13.TabIndex = 32
|
||||
Me.Label13.Text = "Neutrales Papier"
|
||||
'
|
||||
'Label16
|
||||
'
|
||||
Me.Label16.AutoSize = True
|
||||
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label16.Location = New System.Drawing.Point(284, 210)
|
||||
Me.Label16.Name = "Label16"
|
||||
Me.Label16.Size = New System.Drawing.Size(104, 13)
|
||||
Me.Label16.TabIndex = 33
|
||||
Me.Label16.Text = "Manueller Einzug"
|
||||
'
|
||||
'Label17
|
||||
'
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label17.Location = New System.Drawing.Point(410, 210)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(93, 13)
|
||||
Me.Label17.TabIndex = 34
|
||||
Me.Label17.Text = "Briefumschläge"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(12, 46)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(278, 13)
|
||||
Me.Label2.TabIndex = 35
|
||||
Me.Label2.Text = "und speichern Sie die Daten über den Knopf ""Speichern"""
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(12, 75)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(356, 13)
|
||||
Me.Label4.TabIndex = 36
|
||||
Me.Label4.Text = "Wiederholen Sie diesen Vorgang für alle von Ihnen verwendeten Drucker."
|
||||
'
|
||||
'frmPrinterSettings
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(548, 342)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.Label17)
|
||||
Me.Controls.Add(Me.Label16)
|
||||
Me.Controls.Add(Me.Label13)
|
||||
Me.Controls.Add(Me.Label12)
|
||||
Me.Controls.Add(Me.lblEnvelopeTray)
|
||||
Me.Controls.Add(Me.lblManualTray)
|
||||
Me.Controls.Add(Me.lblNormalTray)
|
||||
Me.Controls.Add(Me.lblLogoTray)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Label15)
|
||||
Me.Controls.Add(Me.PictureBox2)
|
||||
Me.Controls.Add(Me.Label14)
|
||||
Me.Controls.Add(Me.PictureBox1)
|
||||
Me.Controls.Add(Me.tvPrinters)
|
||||
Me.Controls.Add(Me.Label11)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmPrinterSettings"
|
||||
Me.Text = "Druckerdefinitionen"
|
||||
CType(Me.PictureBox1,System.ComponentModel.ISupportInitialize).EndInit
|
||||
CType(Me.PictureBox2,System.ComponentModel.ISupportInitialize).EndInit
|
||||
Me.ResumeLayout(false)
|
||||
Me.PerformLayout
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label11 As System.Windows.Forms.Label
|
||||
Friend WithEvents tvPrinters As System.Windows.Forms.TreeView
|
||||
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
|
||||
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents Label14 As System.Windows.Forms.Label
|
||||
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
|
||||
Friend WithEvents Label15 As System.Windows.Forms.Label
|
||||
Friend WithEvents Button2 As System.Windows.Forms.Button
|
||||
Friend WithEvents lblLogoTray As System.Windows.Forms.ListBox
|
||||
Friend WithEvents lblNormalTray As System.Windows.Forms.ListBox
|
||||
Friend WithEvents lblManualTray As System.Windows.Forms.ListBox
|
||||
Friend WithEvents lblEnvelopeTray As System.Windows.Forms.ListBox
|
||||
Friend WithEvents Label12 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label13 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label16 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label17 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
End Class
|
||||
Reference in New Issue
Block a user