MS RowStyle NodeNavigation

This commit is contained in:
2023-11-06 16:05:20 +01:00
parent 23e1baf2fd
commit 5d3c75abf6
6 changed files with 246 additions and 125 deletions

View File

@@ -114,6 +114,7 @@ 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()
@@ -279,7 +280,7 @@ Partial Class frmSAP_FuBa
'ADDED_WHOLabel
'
ADDED_WHOLabel.AutoSize = True
ADDED_WHOLabel.Location = New System.Drawing.Point(310, 280)
ADDED_WHOLabel.Location = New System.Drawing.Point(310, 301)
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
ADDED_WHOLabel.Size = New System.Drawing.Size(65, 13)
ADDED_WHOLabel.TabIndex = 25
@@ -288,7 +289,7 @@ Partial Class frmSAP_FuBa
'ADDED_WHENLabel
'
ADDED_WHENLabel.AutoSize = True
ADDED_WHENLabel.Location = New System.Drawing.Point(452, 280)
ADDED_WHENLabel.Location = New System.Drawing.Point(452, 301)
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
ADDED_WHENLabel.Size = New System.Drawing.Size(73, 13)
ADDED_WHENLabel.TabIndex = 27
@@ -297,7 +298,7 @@ Partial Class frmSAP_FuBa
'CHANGED_WHOLabel
'
CHANGED_WHOLabel.AutoSize = True
CHANGED_WHOLabel.Location = New System.Drawing.Point(586, 279)
CHANGED_WHOLabel.Location = New System.Drawing.Point(586, 300)
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13)
CHANGED_WHOLabel.TabIndex = 29
@@ -306,7 +307,7 @@ Partial Class frmSAP_FuBa
'CHANGED_WHENLabel
'
CHANGED_WHENLabel.AutoSize = True
CHANGED_WHENLabel.Location = New System.Drawing.Point(727, 279)
CHANGED_WHENLabel.Location = New System.Drawing.Point(727, 300)
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13)
CHANGED_WHENLabel.TabIndex = 31
@@ -315,7 +316,7 @@ Partial Class frmSAP_FuBa
'WHERE_CLAUSELabel
'
WHERE_CLAUSELabel.AutoSize = True
WHERE_CLAUSELabel.Location = New System.Drawing.Point(310, 238)
WHERE_CLAUSELabel.Location = New System.Drawing.Point(310, 259)
WHERE_CLAUSELabel.Name = "WHERE_CLAUSELabel"
WHERE_CLAUSELabel.Size = New System.Drawing.Size(425, 13)
WHERE_CLAUSELabel.TabIndex = 83
@@ -749,7 +750,7 @@ Partial Class frmSAP_FuBa
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "ADDED_WHO", True))
Me.ADDED_WHOTextBox.Enabled = False
Me.ADDED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(313, 296)
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(313, 317)
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(136, 22)
Me.ADDED_WHOTextBox.TabIndex = 26
@@ -760,7 +761,7 @@ Partial Class frmSAP_FuBa
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "ADDED_WHEN", True))
Me.ADDED_WHENTextBox.Enabled = False
Me.ADDED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(455, 296)
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(455, 317)
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(130, 22)
Me.ADDED_WHENTextBox.TabIndex = 28
@@ -771,7 +772,7 @@ Partial Class frmSAP_FuBa
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox.Enabled = False
Me.CHANGED_WHOTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(589, 295)
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(589, 316)
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(132, 22)
Me.CHANGED_WHOTextBox.TabIndex = 30
@@ -782,7 +783,7 @@ Partial Class frmSAP_FuBa
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox.Enabled = False
Me.CHANGED_WHENTextBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(730, 295)
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(730, 316)
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(147, 22)
Me.CHANGED_WHENTextBox.TabIndex = 32
@@ -794,7 +795,7 @@ Partial Class frmSAP_FuBa
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(11, 28)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(240, 290)
Me.ListBox1.Size = New System.Drawing.Size(240, 316)
Me.ListBox1.TabIndex = 33
'
'btnERPConnect
@@ -816,10 +817,10 @@ Partial Class frmSAP_FuBa
Me.GridControl2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GridControl2.Location = New System.Drawing.Point(11, 340)
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, 223)
Me.GridControl2.Size = New System.Drawing.Size(1153, 187)
Me.GridControl2.TabIndex = 83
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -842,7 +843,7 @@ Partial Class frmSAP_FuBa
'WHERE_CLAUSETextBox
'
Me.WHERE_CLAUSETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "WHERE_CLAUSE", True))
Me.WHERE_CLAUSETextBox.Location = New System.Drawing.Point(313, 254)
Me.WHERE_CLAUSETextBox.Location = New System.Drawing.Point(313, 275)
Me.WHERE_CLAUSETextBox.Name = "WHERE_CLAUSETextBox"
Me.WHERE_CLAUSETextBox.Size = New System.Drawing.Size(766, 21)
Me.WHERE_CLAUSETextBox.TabIndex = 84
@@ -853,7 +854,7 @@ Partial Class frmSAP_FuBa
Me.lblSave.BackColor = System.Drawing.Color.Yellow
Me.lblSave.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
Me.lblSave.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.lblSave.Location = New System.Drawing.Point(906, 299)
Me.lblSave.Location = New System.Drawing.Point(906, 320)
Me.lblSave.Name = "lblSave"
Me.lblSave.Size = New System.Drawing.Size(132, 13)
Me.lblSave.TabIndex = 85
@@ -879,7 +880,7 @@ Partial Class frmSAP_FuBa
Me.lblResult.BackColor = System.Drawing.Color.Yellow
Me.lblResult.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
Me.lblResult.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.lblResult.Location = New System.Drawing.Point(8, 324)
Me.lblResult.Location = New System.Drawing.Point(11, 360)
Me.lblResult.Name = "lblResult"
Me.lblResult.Size = New System.Drawing.Size(155, 13)
Me.lblResult.TabIndex = 87
@@ -891,11 +892,11 @@ Partial Class frmSAP_FuBa
Me.btnInsertData.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnInsertData.Image = Global.DD_Record_Organizer.My.Resources.Resources.InsertColumn_5626
Me.btnInsertData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnInsertData.Location = New System.Drawing.Point(613, 161)
Me.btnInsertData.Location = New System.Drawing.Point(611, 164)
Me.btnInsertData.Name = "btnInsertData"
Me.btnInsertData.Size = New System.Drawing.Size(222, 24)
Me.btnInsertData.TabIndex = 88
Me.btnInsertData.Text = "Insert results in SQL Server Table"
Me.btnInsertData.Text = "Insert SQL Server Table"
Me.btnInsertData.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnInsertData.UseVisualStyleBackColor = True
'
@@ -967,11 +968,11 @@ 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, 203)
Me.btnGetResult.Location = New System.Drawing.Point(613, 189)
Me.btnGetResult.Name = "btnGetResult"
Me.btnGetResult.Size = New System.Drawing.Size(176, 23)
Me.btnGetResult.Size = New System.Drawing.Size(220, 23)
Me.btnGetResult.TabIndex = 95
Me.btnGetResult.Text = "SAP Result testen (LIVE)"
Me.btnGetResult.Text = "Test SAP Result to GRID (LIVE)"
Me.btnGetResult.UseVisualStyleBackColor = True
'
'FuBa_SplitCharacterTextBox
@@ -1015,6 +1016,7 @@ 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)
@@ -1069,6 +1071,15 @@ Partial Class frmSAP_FuBa
Me.XtraTabPage1.Size = New System.Drawing.Size(1192, 568)
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)
@@ -1451,4 +1462,5 @@ 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