This commit is contained in:
Digital Data - Marlon Schreiber
2019-01-07 14:11:49 +01:00
parent fd30d75e9f
commit d8a4759106
2 changed files with 10 additions and 10 deletions

View File

@@ -212,6 +212,7 @@ Partial Class frmMain
Me.ERSTELLTWANNTextBox = New System.Windows.Forms.TextBox()
Me.GEAENDERTWERTextBox = New System.Windows.Forms.TextBox()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.btnlookupPDFXCHANGE = New System.Windows.Forms.Button()
Me.btnlookupPDFTK = New System.Windows.Forms.Button()
@@ -272,7 +273,6 @@ Partial Class frmMain
Me.TBWMRH_PROFILTableAdapter = New ResultHandler_Konfig.MyDatasetTableAdapters.TBWMRH_PROFILTableAdapter()
Me.TBDD_EMAIL_ACCOUNTTableAdapter = New ResultHandler_Konfig.MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter()
Me.OpenFileDialog2 = New System.Windows.Forms.OpenFileDialog()
Me.TextBox1 = New System.Windows.Forms.TextBox()
GUIDLabel = New System.Windows.Forms.Label()
ProfilnameLabel = New System.Windows.Forms.Label()
ObjekttypLabel = New System.Windows.Forms.Label()
@@ -2204,6 +2204,13 @@ Partial Class frmMain
Me.TabPage3.Text = "Grundeinstellungen"
Me.TabPage3.UseVisualStyleBackColor = True
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(675, 29)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(132, 22)
Me.TextBox1.TabIndex = 5
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btnlookupPDFXCHANGE)
@@ -2750,13 +2757,6 @@ Partial Class frmMain
'
Me.OpenFileDialog2.FileName = "OpenFileDialog2"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(675, 29)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(132, 22)
Me.TextBox1.TabIndex = 5
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)