This commit is contained in:
SchreiberM
2016-05-11 17:19:17 +02:00
parent 4a40698a13
commit d37acafcd9
12 changed files with 429 additions and 221 deletions

View File

@@ -26,7 +26,6 @@ Partial Class frmSAP_FuBa
Dim GUIDLabel As System.Windows.Forms.Label
Dim NAMELabel As System.Windows.Forms.Label
Dim COMMENTLabel As System.Windows.Forms.Label
Dim TableNameLabel As System.Windows.Forms.Label
Dim HostLabel As System.Windows.Forms.Label
Dim SystemNumberLabel As System.Windows.Forms.Label
Dim UserNameLabel As System.Windows.Forms.Label
@@ -84,10 +83,14 @@ Partial Class frmSAP_FuBa
Me.Button1 = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtLimitRows = New System.Windows.Forms.TextBox()
Me.rBFuba = New System.Windows.Forms.RadioButton()
Me.rbTable = New System.Windows.Forms.RadioButton()
Me.MethodTextBox = New System.Windows.Forms.TextBox()
Me.lblMethodname = New System.Windows.Forms.Label()
Me.btnGetResult = New System.Windows.Forms.Button()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
COMMENTLabel = New System.Windows.Forms.Label()
TableNameLabel = New System.Windows.Forms.Label()
HostLabel = New System.Windows.Forms.Label()
SystemNumberLabel = New System.Windows.Forms.Label()
UserNameLabel = New System.Windows.Forms.Label()
@@ -135,19 +138,10 @@ Partial Class frmSAP_FuBa
COMMENTLabel.TabIndex = 5
COMMENTLabel.Text = "Kommentar:"
'
'TableNameLabel
'
TableNameLabel.AutoSize = True
TableNameLabel.Location = New System.Drawing.Point(184, 69)
TableNameLabel.Name = "TableNameLabel"
TableNameLabel.Size = New System.Drawing.Size(69, 13)
TableNameLabel.TabIndex = 7
TableNameLabel.Text = "Table Name:"
'
'HostLabel
'
HostLabel.AutoSize = True
HostLabel.Location = New System.Drawing.Point(375, 69)
HostLabel.Location = New System.Drawing.Point(184, 69)
HostLabel.Name = "HostLabel"
HostLabel.Size = New System.Drawing.Size(84, 13)
HostLabel.TabIndex = 9
@@ -156,7 +150,7 @@ Partial Class frmSAP_FuBa
'SystemNumberLabel
'
SystemNumberLabel.AutoSize = True
SystemNumberLabel.Location = New System.Drawing.Point(574, 69)
SystemNumberLabel.Location = New System.Drawing.Point(375, 69)
SystemNumberLabel.Name = "SystemNumberLabel"
SystemNumberLabel.Size = New System.Drawing.Size(108, 13)
SystemNumberLabel.TabIndex = 11
@@ -210,7 +204,7 @@ Partial Class frmSAP_FuBa
'ADDED_WHOLabel
'
ADDED_WHOLabel.AutoSize = True
ADDED_WHOLabel.Location = New System.Drawing.Point(185, 233)
ADDED_WHOLabel.Location = New System.Drawing.Point(180, 280)
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13)
ADDED_WHOLabel.TabIndex = 25
@@ -219,7 +213,7 @@ Partial Class frmSAP_FuBa
'ADDED_WHENLabel
'
ADDED_WHENLabel.AutoSize = True
ADDED_WHENLabel.Location = New System.Drawing.Point(331, 233)
ADDED_WHENLabel.Location = New System.Drawing.Point(326, 280)
ADDED_WHENLabel.Name = "ADDED_WHENLabel"
ADDED_WHENLabel.Size = New System.Drawing.Size(77, 13)
ADDED_WHENLabel.TabIndex = 27
@@ -228,7 +222,7 @@ Partial Class frmSAP_FuBa
'CHANGED_WHOLabel
'
CHANGED_WHOLabel.AutoSize = True
CHANGED_WHOLabel.Location = New System.Drawing.Point(465, 232)
CHANGED_WHOLabel.Location = New System.Drawing.Point(460, 279)
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
CHANGED_WHOLabel.Size = New System.Drawing.Size(80, 13)
CHANGED_WHOLabel.TabIndex = 29
@@ -237,7 +231,7 @@ Partial Class frmSAP_FuBa
'CHANGED_WHENLabel
'
CHANGED_WHENLabel.AutoSize = True
CHANGED_WHENLabel.Location = New System.Drawing.Point(606, 232)
CHANGED_WHENLabel.Location = New System.Drawing.Point(601, 279)
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
CHANGED_WHENLabel.Size = New System.Drawing.Size(90, 13)
CHANGED_WHENLabel.TabIndex = 31
@@ -246,7 +240,7 @@ Partial Class frmSAP_FuBa
'WHERE_CLAUSELabel
'
WHERE_CLAUSELabel.AutoSize = True
WHERE_CLAUSELabel.Location = New System.Drawing.Point(184, 189)
WHERE_CLAUSELabel.Location = New System.Drawing.Point(184, 238)
WHERE_CLAUSELabel.Name = "WHERE_CLAUSELabel"
WHERE_CLAUSELabel.Size = New System.Drawing.Size(430, 13)
WHERE_CLAUSELabel.TabIndex = 83
@@ -290,7 +284,7 @@ Partial Class frmSAP_FuBa
Me.TBPMO_SAP_FUBABindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TBPMO_SAP_FUBABindingNavigator.Name = "TBPMO_SAP_FUBABindingNavigator"
Me.TBPMO_SAP_FUBABindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TBPMO_SAP_FUBABindingNavigator.Size = New System.Drawing.Size(983, 25)
Me.TBPMO_SAP_FUBABindingNavigator.Size = New System.Drawing.Size(1207, 25)
Me.TBPMO_SAP_FUBABindingNavigator.TabIndex = 0
Me.TBPMO_SAP_FUBABindingNavigator.Text = "BindingNavigator1"
'
@@ -417,7 +411,7 @@ Partial Class frmSAP_FuBa
'TableNameTextBox
'
Me.TableNameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "TableName", True))
Me.TableNameTextBox.Location = New System.Drawing.Point(187, 85)
Me.TableNameTextBox.Location = New System.Drawing.Point(187, 205)
Me.TableNameTextBox.Name = "TableNameTextBox"
Me.TableNameTextBox.Size = New System.Drawing.Size(182, 22)
Me.TableNameTextBox.TabIndex = 8
@@ -425,15 +419,15 @@ Partial Class frmSAP_FuBa
'HostTextBox
'
Me.HostTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "Host", True))
Me.HostTextBox.Location = New System.Drawing.Point(378, 85)
Me.HostTextBox.Location = New System.Drawing.Point(187, 85)
Me.HostTextBox.Name = "HostTextBox"
Me.HostTextBox.Size = New System.Drawing.Size(190, 22)
Me.HostTextBox.Size = New System.Drawing.Size(182, 22)
Me.HostTextBox.TabIndex = 10
'
'SystemNumberTextBox
'
Me.SystemNumberTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "SystemNumber", True))
Me.SystemNumberTextBox.Location = New System.Drawing.Point(577, 85)
Me.SystemNumberTextBox.Location = New System.Drawing.Point(378, 85)
Me.SystemNumberTextBox.Name = "SystemNumberTextBox"
Me.SystemNumberTextBox.Size = New System.Drawing.Size(86, 22)
Me.SystemNumberTextBox.TabIndex = 12
@@ -468,7 +462,7 @@ Partial Class frmSAP_FuBa
Me.LanguageTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "Language", True))
Me.LanguageTextBox.Location = New System.Drawing.Point(672, 123)
Me.LanguageTextBox.Name = "LanguageTextBox"
Me.LanguageTextBox.Size = New System.Drawing.Size(148, 22)
Me.LanguageTextBox.Size = New System.Drawing.Size(84, 22)
Me.LanguageTextBox.TabIndex = 20
'
'TempTableNameTextBox
@@ -476,7 +470,7 @@ Partial Class frmSAP_FuBa
Me.TempTableNameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "TempTableName", True))
Me.TempTableNameTextBox.Location = New System.Drawing.Point(187, 164)
Me.TempTableNameTextBox.Name = "TempTableNameTextBox"
Me.TempTableNameTextBox.Size = New System.Drawing.Size(291, 22)
Me.TempTableNameTextBox.Size = New System.Drawing.Size(182, 22)
Me.TempTableNameTextBox.TabIndex = 22
'
'ACTIVECheckBox
@@ -495,7 +489,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(188, 249)
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(183, 296)
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(140, 22)
Me.ADDED_WHOTextBox.TabIndex = 26
@@ -506,7 +500,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(334, 249)
Me.ADDED_WHENTextBox.Location = New System.Drawing.Point(329, 296)
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.Size = New System.Drawing.Size(130, 22)
Me.ADDED_WHENTextBox.TabIndex = 28
@@ -517,7 +511,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(468, 248)
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(463, 295)
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(132, 22)
Me.CHANGED_WHOTextBox.TabIndex = 30
@@ -528,7 +522,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(609, 248)
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(604, 295)
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(147, 22)
Me.CHANGED_WHENTextBox.TabIndex = 32
@@ -540,7 +534,7 @@ Partial Class frmSAP_FuBa
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(5, 28)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(120, 199)
Me.ListBox1.Size = New System.Drawing.Size(120, 186)
Me.ListBox1.TabIndex = 33
'
'btnERPConnect
@@ -549,11 +543,11 @@ Partial Class frmSAP_FuBa
Me.btnERPConnect.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_connect
Me.btnERPConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnERPConnect.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.btnERPConnect.Location = New System.Drawing.Point(827, 116)
Me.btnERPConnect.Location = New System.Drawing.Point(762, 117)
Me.btnERPConnect.Name = "btnERPConnect"
Me.btnERPConnect.Size = New System.Drawing.Size(126, 29)
Me.btnERPConnect.Size = New System.Drawing.Size(191, 29)
Me.btnERPConnect.TabIndex = 78
Me.btnERPConnect.Text = "Connect testen"
Me.btnERPConnect.Text = "SAP Verbindung testen"
Me.btnERPConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnERPConnect.UseVisualStyleBackColor = True
'
@@ -562,10 +556,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(5, 303)
Me.GridControl2.Location = New System.Drawing.Point(5, 358)
Me.GridControl2.MainView = Me.GridView2
Me.GridControl2.Name = "GridControl2"
Me.GridControl2.Size = New System.Drawing.Size(966, 375)
Me.GridControl2.Size = New System.Drawing.Size(1190, 339)
Me.GridControl2.TabIndex = 83
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -588,7 +582,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(187, 205)
Me.WHERE_CLAUSETextBox.Location = New System.Drawing.Point(187, 254)
Me.WHERE_CLAUSETextBox.Name = "WHERE_CLAUSETextBox"
Me.WHERE_CLAUSETextBox.Size = New System.Drawing.Size(766, 22)
Me.WHERE_CLAUSETextBox.TabIndex = 84
@@ -599,7 +593,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(785, 252)
Me.lblSave.Location = New System.Drawing.Point(780, 299)
Me.lblSave.Name = "lblSave"
Me.lblSave.Size = New System.Drawing.Size(132, 13)
Me.lblSave.TabIndex = 85
@@ -612,11 +606,11 @@ Partial Class frmSAP_FuBa
Me.lblConnectionopen.BackColor = System.Drawing.Color.Yellow
Me.lblConnectionopen.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold)
Me.lblConnectionopen.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.lblConnectionopen.Location = New System.Drawing.Point(828, 148)
Me.lblConnectionopen.Location = New System.Drawing.Point(804, 149)
Me.lblConnectionopen.Name = "lblConnectionopen"
Me.lblConnectionopen.Size = New System.Drawing.Size(125, 13)
Me.lblConnectionopen.Size = New System.Drawing.Size(149, 13)
Me.lblConnectionopen.TabIndex = 86
Me.lblConnectionopen.Text = "Connection successfull"
Me.lblConnectionopen.Text = "SAP Connection successfull"
Me.lblConnectionopen.Visible = False
'
'lblResult
@@ -625,7 +619,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(2, 287)
Me.lblResult.Location = New System.Drawing.Point(2, 332)
Me.lblResult.Name = "lblResult"
Me.lblResult.Size = New System.Drawing.Size(155, 13)
Me.lblResult.TabIndex = 87
@@ -634,9 +628,10 @@ Partial Class frmSAP_FuBa
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.InsertColumn_5626
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(487, 162)
Me.Button1.Location = New System.Drawing.Point(389, 161)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(176, 24)
Me.Button1.TabIndex = 88
@@ -648,7 +643,7 @@ Partial Class frmSAP_FuBa
'
Me.Label1.AutoSize = True
Me.Label1.ForeColor = System.Drawing.Color.Brown
Me.Label1.Location = New System.Drawing.Point(824, 69)
Me.Label1.Location = New System.Drawing.Point(810, 88)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(92, 13)
Me.Label1.TabIndex = 89
@@ -657,17 +652,76 @@ Partial Class frmSAP_FuBa
'txtLimitRows
'
Me.txtLimitRows.ForeColor = System.Drawing.Color.Brown
Me.txtLimitRows.Location = New System.Drawing.Point(827, 85)
Me.txtLimitRows.Location = New System.Drawing.Point(908, 85)
Me.txtLimitRows.Name = "txtLimitRows"
Me.txtLimitRows.Size = New System.Drawing.Size(75, 22)
Me.txtLimitRows.Size = New System.Drawing.Size(45, 22)
Me.txtLimitRows.TabIndex = 90
Me.txtLimitRows.Text = "1000"
Me.txtLimitRows.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
'
'rBFuba
'
Me.rBFuba.AutoSize = True
Me.rBFuba.Location = New System.Drawing.Point(487, 86)
Me.rBFuba.Name = "rBFuba"
Me.rBFuba.Size = New System.Drawing.Size(51, 17)
Me.rBFuba.TabIndex = 91
Me.rBFuba.TabStop = True
Me.rBFuba.Text = "FuBa"
Me.rBFuba.UseVisualStyleBackColor = True
'
'rbTable
'
Me.rbTable.AutoSize = True
Me.rbTable.Location = New System.Drawing.Point(554, 86)
Me.rbTable.Name = "rbTable"
Me.rbTable.Size = New System.Drawing.Size(84, 17)
Me.rbTable.TabIndex = 92
Me.rbTable.TabStop = True
Me.rbTable.Text = "Table direct"
Me.rbTable.UseVisualStyleBackColor = True
'
'MethodTextBox
'
Me.MethodTextBox.BackColor = System.Drawing.SystemColors.Control
Me.MethodTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "Method", True))
Me.MethodTextBox.ForeColor = System.Drawing.SystemColors.Control
Me.MethodTextBox.Location = New System.Drawing.Point(932, 123)
Me.MethodTextBox.Name = "MethodTextBox"
Me.MethodTextBox.ReadOnly = True
Me.MethodTextBox.Size = New System.Drawing.Size(10, 22)
Me.MethodTextBox.TabIndex = 93
'
'lblMethodname
'
Me.lblMethodname.AutoSize = True
Me.lblMethodname.Location = New System.Drawing.Point(184, 189)
Me.lblMethodname.Name = "lblMethodname"
Me.lblMethodname.Size = New System.Drawing.Size(40, 13)
Me.lblMethodname.TabIndex = 94
Me.lblMethodname.Text = "Label2"
'
'btnGetResult
'
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_Organiser.My.Resources.Resources.TableView_nameonly_263
Me.btnGetResult.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnGetResult.Location = New System.Drawing.Point(389, 203)
Me.btnGetResult.Name = "btnGetResult"
Me.btnGetResult.Size = New System.Drawing.Size(176, 23)
Me.btnGetResult.TabIndex = 95
Me.btnGetResult.Text = "SAP Result testen"
Me.btnGetResult.UseVisualStyleBackColor = True
'
'frmSAP_FuBa
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(983, 679)
Me.ClientSize = New System.Drawing.Size(1207, 698)
Me.Controls.Add(Me.btnGetResult)
Me.Controls.Add(Me.lblMethodname)
Me.Controls.Add(Me.rbTable)
Me.Controls.Add(Me.rBFuba)
Me.Controls.Add(Me.txtLimitRows)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Button1)
@@ -702,7 +756,6 @@ Partial Class frmSAP_FuBa
Me.Controls.Add(Me.SystemNumberTextBox)
Me.Controls.Add(HostLabel)
Me.Controls.Add(Me.HostTextBox)
Me.Controls.Add(TableNameLabel)
Me.Controls.Add(Me.TableNameTextBox)
Me.Controls.Add(COMMENTLabel)
Me.Controls.Add(Me.COMMENTTextBox)
@@ -711,6 +764,7 @@ Partial Class frmSAP_FuBa
Me.Controls.Add(GUIDLabel)
Me.Controls.Add(Me.GUIDTextBox)
Me.Controls.Add(Me.TBPMO_SAP_FUBABindingNavigator)
Me.Controls.Add(Me.MethodTextBox)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmSAP_FuBa"
@@ -770,4 +824,9 @@ Partial Class frmSAP_FuBa
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtLimitRows As System.Windows.Forms.TextBox
Friend WithEvents rBFuba As System.Windows.Forms.RadioButton
Friend WithEvents rbTable As System.Windows.Forms.RadioButton
Friend WithEvents MethodTextBox As System.Windows.Forms.TextBox
Friend WithEvents lblMethodname As System.Windows.Forms.Label
Friend WithEvents btnGetResult As System.Windows.Forms.Button
End Class