This commit is contained in:
2024-05-06 13:38:52 +02:00
parent 8a9bdc2fcd
commit ae4032ea59
39 changed files with 8034 additions and 9053 deletions

View File

@@ -1,9 +1,9 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmSAP_FuBa
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()> _
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
@@ -20,7 +20,7 @@ Partial Class frmSAP_FuBa
'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()> _
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim GUIDLabel As System.Windows.Forms.Label
@@ -114,7 +114,6 @@ Partial Class frmSAP_FuBa
Me.Label2 = New System.Windows.Forms.Label()
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
Me.Button3 = New System.Windows.Forms.Button()
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
Me.txtBARCODESendlist = New System.Windows.Forms.TextBox()
Me.lblResultBAPI = New System.Windows.Forms.Label()
@@ -591,6 +590,7 @@ Partial Class frmSAP_FuBa
'
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
Me.BindingNavigatorPositionItem.AutoSize = False
Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 23)
Me.BindingNavigatorPositionItem.Text = "0"
@@ -820,7 +820,7 @@ Partial Class frmSAP_FuBa
Me.GridControl2.Location = New System.Drawing.Point(11, 376)
Me.GridControl2.MainView = Me.GridView2
Me.GridControl2.Name = "GridControl2"
Me.GridControl2.Size = New System.Drawing.Size(1153, 187)
Me.GridControl2.Size = New System.Drawing.Size(1153, 185)
Me.GridControl2.TabIndex = 83
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -968,7 +968,7 @@ Partial Class frmSAP_FuBa
Me.btnGetResult.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnGetResult.Image = Global.DD_Record_Organizer.My.Resources.Resources.TableView_nameonly_263
Me.btnGetResult.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnGetResult.Location = New System.Drawing.Point(613, 189)
Me.btnGetResult.Location = New System.Drawing.Point(613, 205)
Me.btnGetResult.Name = "btnGetResult"
Me.btnGetResult.Size = New System.Drawing.Size(220, 23)
Me.btnGetResult.TabIndex = 95
@@ -1016,7 +1016,6 @@ Partial Class frmSAP_FuBa
'
'XtraTabPage1
'
Me.XtraTabPage1.Controls.Add(Me.Button3)
Me.XtraTabPage1.Controls.Add(Me.TBPMO_SAP_FUBABindingNavigator)
Me.XtraTabPage1.Controls.Add(Me.GridControl2)
Me.XtraTabPage1.Controls.Add(Me.TempTableNameTextBox)
@@ -1068,18 +1067,9 @@ Partial Class frmSAP_FuBa
Me.XtraTabPage1.Controls.Add(Me.ADDED_WHENTextBox)
Me.XtraTabPage1.Controls.Add(ADDED_WHOLabel)
Me.XtraTabPage1.Name = "XtraTabPage1"
Me.XtraTabPage1.Size = New System.Drawing.Size(1192, 568)
Me.XtraTabPage1.Size = New System.Drawing.Size(1192, 566)
Me.XtraTabPage1.Text = "Fuba- und Table-Configurations"
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(839, 167)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(121, 23)
Me.Button3.TabIndex = 99
Me.Button3.Text = "DEV - No packages"
Me.Button3.UseVisualStyleBackColor = True
'
'XtraTabPage2
'
Me.XtraTabPage2.Controls.Add(Label21)
@@ -1462,5 +1452,4 @@ Partial Class frmSAP_FuBa
Friend WithEvents lblresultFunction As System.Windows.Forms.Label
Friend WithEvents lblResultBAPI As System.Windows.Forms.Label
Friend WithEvents txtBARCODESendlist As System.Windows.Forms.TextBox
Friend WithEvents Button3 As Button
End Class