jj abschluss 2

This commit is contained in:
Jonathan Jenne
2017-09-25 11:21:08 +02:00
parent 6d6126c401
commit e4b737c7db
17 changed files with 120 additions and 119 deletions

View File

@@ -73,7 +73,6 @@ Partial Class frmMain
Me.pnlError = New System.Windows.Forms.Panel()
Me.TBKOMMCOLLI_TERMINARTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button3 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.txtPaketID = New System.Windows.Forms.TextBox()
Me.btndeletePaket = New System.Windows.Forms.Button()
@@ -553,7 +552,6 @@ Partial Class frmMain
'
'Panel1
'
Me.Panel1.Controls.Add(Me.Button3)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Controls.Add(Me.txtPaketID)
Me.Panel1.Controls.Add(Me.btndeletePaket)
@@ -565,20 +563,6 @@ Partial Class frmMain
Me.Panel1.Size = New System.Drawing.Size(135, 648)
Me.Panel1.TabIndex = 7
'
'Button3
'
Me.Button3.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.ForeColor = System.Drawing.Color.Red
Me.Button3.Image = Global.KommiCollo.My.Resources.Resources.package_green
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.TopLeft
Me.Button3.Location = New System.Drawing.Point(12, 173)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(112, 69)
Me.Button3.TabIndex = 5
Me.Button3.Text = "Tages-" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Abschluss"
Me.Button3.TextAlign = System.Drawing.ContentAlignment.BottomLeft
Me.Button3.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -696,7 +680,7 @@ Partial Class frmMain
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(19, 345)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(860, 243)
Me.GroupBox1.Size = New System.Drawing.Size(860, 233)
Me.GroupBox1.TabIndex = 27
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Textinformationen:"
@@ -923,7 +907,7 @@ Partial Class frmMain
Me.btnSendungFertig.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSendungFertig.Image = Global.KommiCollo.My.Resources.Resources.package_go
Me.btnSendungFertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnSendungFertig.Location = New System.Drawing.Point(18, 592)
Me.btnSendungFertig.Location = New System.Drawing.Point(663, 584)
Me.btnSendungFertig.Name = "btnSendungFertig"
Me.btnSendungFertig.Size = New System.Drawing.Size(216, 45)
Me.btnSendungFertig.TabIndex = 7
@@ -963,9 +947,6 @@ Partial Class frmMain
'
Me.TBKOMMCOLLI_HINWEISTableAdapter.ClearBeforeFill = True
'
'bw_Tagesabschluss
'
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(9!, 21!)
@@ -1099,6 +1080,5 @@ End Sub
Friend WithEvents TBKOMMCOLLI_HINWEISTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents btnPrintOptions As System.Windows.Forms.Button
Friend WithEvents Button3 As Button
Friend WithEvents bw_Tagesabschluss As System.ComponentModel.BackgroundWorker
End Class