MS_18052016

This commit is contained in:
SchreiberM
2016-05-18 11:21:23 +02:00
parent 1530b63838
commit 41f2760a88
19 changed files with 4026 additions and 3465 deletions

View File

@@ -90,6 +90,8 @@ Partial Class frmSAP_FuBa
Me.btnGetResult = New System.Windows.Forms.Button()
Me.FuBa_SplitCharacterTextBox = New System.Windows.Forms.TextBox()
Me.lblSplitchr = New System.Windows.Forms.Label()
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
Me.Label2 = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
COMMENTLabel = New System.Windows.Forms.Label()
@@ -197,16 +199,16 @@ Partial Class frmSAP_FuBa
'TempTableNameLabel
'
TempTableNameLabel.AutoSize = True
TempTableNameLabel.Location = New System.Drawing.Point(184, 148)
TempTableNameLabel.Location = New System.Drawing.Point(276, 149)
TempTableNameLabel.Name = "TempTableNameLabel"
TempTableNameLabel.Size = New System.Drawing.Size(99, 13)
TempTableNameLabel.Size = New System.Drawing.Size(97, 13)
TempTableNameLabel.TabIndex = 21
TempTableNameLabel.Text = "Temp Table Name:"
TempTableNameLabel.Text = "Table SQL-Server: "
'
'ADDED_WHOLabel
'
ADDED_WHOLabel.AutoSize = True
ADDED_WHOLabel.Location = New System.Drawing.Point(180, 280)
ADDED_WHOLabel.Location = New System.Drawing.Point(184, 280)
ADDED_WHOLabel.Name = "ADDED_WHOLabel"
ADDED_WHOLabel.Size = New System.Drawing.Size(67, 13)
ADDED_WHOLabel.TabIndex = 25
@@ -470,9 +472,9 @@ Partial Class frmSAP_FuBa
'TempTableNameTextBox
'
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.Location = New System.Drawing.Point(279, 164)
Me.TempTableNameTextBox.Name = "TempTableNameTextBox"
Me.TempTableNameTextBox.Size = New System.Drawing.Size(182, 22)
Me.TempTableNameTextBox.Size = New System.Drawing.Size(90, 22)
Me.TempTableNameTextBox.TabIndex = 22
'
'ACTIVECheckBox
@@ -491,9 +493,9 @@ 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(183, 296)
Me.ADDED_WHOTextBox.Location = New System.Drawing.Point(187, 296)
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(140, 22)
Me.ADDED_WHOTextBox.Size = New System.Drawing.Size(136, 22)
Me.ADDED_WHOTextBox.TabIndex = 26
'
'ADDED_WHENTextBox
@@ -735,11 +737,23 @@ Partial Class frmSAP_FuBa
Me.lblSplitchr.Text = "SplitCharacter"
Me.lblSplitchr.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(184, 167)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(96, 13)
Me.Label2.TabIndex = 98
Me.Label2.Text = "TBPMO_SAPFUBA_"
'
'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(1215, 717)
Me.Controls.Add(Me.TempTableNameTextBox)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lblSplitchr)
Me.Controls.Add(Me.FuBa_SplitCharacterTextBox)
Me.Controls.Add(Me.btnGetResult)
@@ -767,7 +781,6 @@ Partial Class frmSAP_FuBa
Me.Controls.Add(Me.ADDED_WHOTextBox)
Me.Controls.Add(Me.ACTIVECheckBox)
Me.Controls.Add(TempTableNameLabel)
Me.Controls.Add(Me.TempTableNameTextBox)
Me.Controls.Add(LanguageLabel)
Me.Controls.Add(Me.LanguageTextBox)
Me.Controls.Add(ClientLabel)
@@ -855,4 +868,6 @@ Partial Class frmSAP_FuBa
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
Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker
Friend WithEvents Label2 As System.Windows.Forms.Label
End Class