This commit is contained in:
Digital Data - Marlon Schreiber
2018-01-30 10:11:02 +01:00
parent 71849ee764
commit dea24b5b0d
14 changed files with 12 additions and 10 deletions

View File

@@ -692,7 +692,7 @@ Partial Class frmMain
Me.TabPage3.Location = New System.Drawing.Point(4, 26)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(932, 111)
Me.TabPage3.Size = New System.Drawing.Size(921, 105)
Me.TabPage3.TabIndex = 0
Me.TabPage3.Text = "Übersicht Lieferscheine"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -705,7 +705,7 @@ Partial Class frmMain
Me.GridControlPos.Location = New System.Drawing.Point(3, 3)
Me.GridControlPos.MainView = Me.grvwGridPos
Me.GridControlPos.Name = "GridControlPos"
Me.GridControlPos.Size = New System.Drawing.Size(926, 105)
Me.GridControlPos.Size = New System.Drawing.Size(915, 99)
Me.GridControlPos.TabIndex = 2
Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos})
'