ms Änderungen RS Marvin

This commit is contained in:
Digital Data - Marlon Schreiber
2018-01-29 14:23:40 +01:00
parent 2aefc23b8c
commit 135e31f0d1
20 changed files with 89 additions and 20 deletions

View File

@@ -100,6 +100,9 @@ Partial Class frmPrintOptions
Me.PrintPreviewBarCheckItem17 = New DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem()
Me.DocumentViewerEx1 = New KommiCollo.DocumentViewerEx()
Me.btnUebernahme = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.txtNVE = New System.Windows.Forms.TextBox()
Me.Label2 = New System.Windows.Forms.Label()
CType(Me.VWHUP_REPORT1BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DocumentViewerBarManager1, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -839,12 +842,45 @@ Partial Class frmPrintOptions
Me.btnUebernahme.Text = "Übernahmebestätigung"
Me.btnUebernahme.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Image = Global.KommiCollo.My.Resources.Resources.BarCodeHS
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button2.Location = New System.Drawing.Point(766, 55)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(154, 28)
Me.Button2.TabIndex = 26
Me.Button2.Text = "Testetikett"
Me.Button2.UseVisualStyleBackColor = True
'
'txtNVE
'
Me.txtNVE.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtNVE.Location = New System.Drawing.Point(766, 102)
Me.txtNVE.Name = "txtNVE"
Me.txtNVE.Size = New System.Drawing.Size(275, 22)
Me.txtNVE.TabIndex = 31
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(763, 86)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 13)
Me.Label2.TabIndex = 32
Me.Label2.Text = "Test NVE:"
'
'frmPrintOptions
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.Cancel_Button
Me.ClientSize = New System.Drawing.Size(1070, 699)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtNVE)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.DocumentViewerEx1)
Me.Controls.Add(Me.btnUebernahme)
Me.Controls.Add(Me.Cancel_Button)
@@ -951,4 +987,7 @@ Partial Class frmPrintOptions
Friend WithEvents PrintPreviewBarCheckItem17 As DevExpress.XtraPrinting.Preview.PrintPreviewBarCheckItem
Friend WithEvents DocumentViewerEx1 As DocumentViewerEx
Friend WithEvents btnUebernahme As Button
Friend WithEvents Button2 As Button
Friend WithEvents Label2 As Label
Friend WithEvents txtNVE As TextBox
End Class