This commit is contained in:
2021-12-06 11:54:27 +01:00
parent dbe63ae55a
commit 4491b88deb
14 changed files with 902 additions and 221 deletions

View File

@@ -41,15 +41,16 @@ Partial Class frmLaufzettel
Me.DocId = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.btnLaufzettelDrucken = New System.Windows.Forms.Button()
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.cbxVPSplit = New System.Windows.Forms.CheckBox()
Me.pnlZumZoll = New System.Windows.Forms.Panel()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button3 = New System.Windows.Forms.Button()
Me.btnDIGITAL = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.pnl = New System.Windows.Forms.Panel()
Me.btn = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.cboPrinter = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.Button4 = New System.Windows.Forms.Button()
CType(Me.dgvLaufzettelDruck, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.dgvDigitalMailanfügen, System.ComponentModel.ISupportInitialize).BeginInit()
Me.MyPanel1.SuspendLayout()
@@ -232,6 +233,7 @@ Partial Class frmLaufzettel
'MyPanel1
'
Me.MyPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.MyPanel1.Controls.Add(Me.Button4)
Me.MyPanel1.Controls.Add(Me.cboPrinter)
Me.MyPanel1.Controls.Add(Me.cbxVPSplit)
Me.MyPanel1.Controls.Add(Me.pnlZumZoll)
@@ -249,6 +251,19 @@ Partial Class frmLaufzettel
Me.MyPanel1.Size = New System.Drawing.Size(564, 571)
Me.MyPanel1.TabIndex = 9
'
'cboPrinter
'
Me.cboPrinter._allowedValuesFreiText = Nothing
Me.cboPrinter._allowFreiText = False
Me.cboPrinter._value = ""
Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPrinter.DropDownWidth = 300
Me.cboPrinter.FormattingEnabled = True
Me.cboPrinter.Location = New System.Drawing.Point(18, 495)
Me.cboPrinter.Name = "cboPrinter"
Me.cboPrinter.Size = New System.Drawing.Size(260, 21)
Me.cboPrinter.TabIndex = 23
'
'cbxVPSplit
'
Me.cbxVPSplit.AutoSize = True
@@ -273,6 +288,16 @@ Partial Class frmLaufzettel
Me.pnlZumZoll.Size = New System.Drawing.Size(562, 49)
Me.pnlZumZoll.TabIndex = 12
'
'Button2
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(468, 8)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(83, 36)
Me.Button2.TabIndex = 13
Me.Button2.Text = "nur z.Zoll drucken"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
@@ -305,7 +330,7 @@ Partial Class frmLaufzettel
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(18, 363)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(260, 36)
Me.Button1.Size = New System.Drawing.Size(188, 36)
Me.Button1.TabIndex = 9
Me.Button1.Text = "Laufzettel anzeigen"
Me.Button1.UseVisualStyleBackColor = True
@@ -337,28 +362,15 @@ Partial Class frmLaufzettel
Me.btn.Text = "X"
Me.btn.UseVisualStyleBackColor = False
'
'Button2
'Button4
'
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button2.Location = New System.Drawing.Point(468, 8)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(83, 36)
Me.Button2.TabIndex = 13
Me.Button2.Text = "nur z.Zoll drucken"
Me.Button2.UseVisualStyleBackColor = True
'
'cboPrinter
'
Me.cboPrinter._allowedValuesFreiText = Nothing
Me.cboPrinter._allowFreiText = False
Me.cboPrinter._value = ""
Me.cboPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cboPrinter.DropDownWidth = 300
Me.cboPrinter.FormattingEnabled = True
Me.cboPrinter.Location = New System.Drawing.Point(18, 495)
Me.cboPrinter.Name = "cboPrinter"
Me.cboPrinter.Size = New System.Drawing.Size(260, 21)
Me.cboPrinter.TabIndex = 23
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button4.Location = New System.Drawing.Point(205, 363)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(73, 36)
Me.Button4.TabIndex = 24
Me.Button4.Text = "Kopieren"
Me.Button4.UseVisualStyleBackColor = True
'
'frmLaufzettel
'
@@ -411,4 +423,5 @@ Partial Class frmLaufzettel
Friend WithEvents printTyp As DataGridViewTextBoxColumn
Friend WithEvents Button2 As Button
Friend WithEvents cboPrinter As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents Button4 As Button
End Class