MS_12052016

This commit is contained in:
SchreiberM
2016-05-12 13:55:04 +02:00
parent e6265cd227
commit 7ca78e8d65
6 changed files with 365 additions and 80 deletions

View File

@@ -80,7 +80,7 @@ Partial Class frmSAP_FuBa
Me.lblSave = New System.Windows.Forms.Label()
Me.lblConnectionopen = New System.Windows.Forms.Label()
Me.lblResult = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnInsertData = 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()
@@ -88,6 +88,8 @@ Partial Class frmSAP_FuBa
Me.MethodTextBox = New System.Windows.Forms.TextBox()
Me.lblMethodname = New System.Windows.Forms.Label()
Me.btnGetResult = New System.Windows.Forms.Button()
Me.FuBa_SplitCharacterTextBox = New System.Windows.Forms.TextBox()
Me.lblSplitchr = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
COMMENTLabel = New System.Windows.Forms.Label()
@@ -284,7 +286,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(1207, 25)
Me.TBPMO_SAP_FUBABindingNavigator.Size = New System.Drawing.Size(1215, 25)
Me.TBPMO_SAP_FUBABindingNavigator.TabIndex = 0
Me.TBPMO_SAP_FUBABindingNavigator.Text = "BindingNavigator1"
'
@@ -559,7 +561,7 @@ Partial Class frmSAP_FuBa
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(1190, 339)
Me.GridControl2.Size = New System.Drawing.Size(1198, 358)
Me.GridControl2.TabIndex = 83
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView2})
'
@@ -626,18 +628,18 @@ Partial Class frmSAP_FuBa
Me.lblResult.Text = "Result (limited to 1000 rows)"
Me.lblResult.Visible = False
'
'Button1
'btnInsertData
'
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(389, 161)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(176, 24)
Me.Button1.TabIndex = 88
Me.Button1.Text = "Insert results in temptable"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = True
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_Organiser.My.Resources.Resources.InsertColumn_5626
Me.btnInsertData.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnInsertData.Location = New System.Drawing.Point(463, 161)
Me.btnInsertData.Name = "btnInsertData"
Me.btnInsertData.Size = New System.Drawing.Size(176, 24)
Me.btnInsertData.TabIndex = 88
Me.btnInsertData.Text = "Insert results in temptable"
Me.btnInsertData.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnInsertData.UseVisualStyleBackColor = True
'
'Label1
'
@@ -695,9 +697,10 @@ Partial Class frmSAP_FuBa
'lblMethodname
'
Me.lblMethodname.AutoSize = True
Me.lblMethodname.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblMethodname.Location = New System.Drawing.Point(184, 189)
Me.lblMethodname.Name = "lblMethodname"
Me.lblMethodname.Size = New System.Drawing.Size(40, 13)
Me.lblMethodname.Size = New System.Drawing.Size(41, 13)
Me.lblMethodname.TabIndex = 94
Me.lblMethodname.Text = "Label2"
'
@@ -706,25 +709,46 @@ 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_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.Location = New System.Drawing.Point(463, 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
'
'FuBa_SplitCharacterTextBox
'
Me.FuBa_SplitCharacterTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_SAP_FUBABindingSource, "FuBa_SplitCharacter", True))
Me.FuBa_SplitCharacterTextBox.Location = New System.Drawing.Point(378, 205)
Me.FuBa_SplitCharacterTextBox.Name = "FuBa_SplitCharacterTextBox"
Me.FuBa_SplitCharacterTextBox.Size = New System.Drawing.Size(25, 22)
Me.FuBa_SplitCharacterTextBox.TabIndex = 96
Me.FuBa_SplitCharacterTextBox.Visible = False
'
'lblSplitchr
'
Me.lblSplitchr.AutoSize = True
Me.lblSplitchr.Location = New System.Drawing.Point(378, 189)
Me.lblSplitchr.Name = "lblSplitchr"
Me.lblSplitchr.Size = New System.Drawing.Size(79, 13)
Me.lblSplitchr.TabIndex = 97
Me.lblSplitchr.Text = "SplitCharacter"
Me.lblSplitchr.Visible = False
'
'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(1207, 698)
Me.ClientSize = New System.Drawing.Size(1215, 717)
Me.Controls.Add(Me.lblSplitchr)
Me.Controls.Add(Me.FuBa_SplitCharacterTextBox)
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)
Me.Controls.Add(Me.btnInsertData)
Me.Controls.Add(Me.lblResult)
Me.Controls.Add(Me.lblConnectionopen)
Me.Controls.Add(Me.lblSave)
@@ -821,7 +845,7 @@ Partial Class frmSAP_FuBa
Friend WithEvents lblSave As System.Windows.Forms.Label
Friend WithEvents lblConnectionopen As System.Windows.Forms.Label
Friend WithEvents lblResult As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents btnInsertData 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
@@ -829,4 +853,6 @@ Partial Class frmSAP_FuBa
Friend WithEvents MethodTextBox As System.Windows.Forms.TextBox
Friend WithEvents lblMethodname As System.Windows.Forms.Label
Friend WithEvents btnGetResult As System.Windows.Forms.Button
Friend WithEvents FuBa_SplitCharacterTextBox As System.Windows.Forms.TextBox
Friend WithEvents lblSplitchr As System.Windows.Forms.Label
End Class