MS2909
This commit is contained in:
32
Global_Indexer/frmSQLSuggestion.Designer.vb
generated
32
Global_Indexer/frmSQLSuggestion.Designer.vb
generated
@@ -61,9 +61,11 @@ Partial Class frmSQLSuggestion
|
||||
SQL_UEBERPRUEFUNGLabel.AutoSize = True
|
||||
SQL_UEBERPRUEFUNGLabel.Location = New System.Drawing.Point(533, 66)
|
||||
SQL_UEBERPRUEFUNGLabel.Name = "SQL_UEBERPRUEFUNGLabel"
|
||||
SQL_UEBERPRUEFUNGLabel.Size = New System.Drawing.Size(207, 13)
|
||||
SQL_UEBERPRUEFUNGLabel.Size = New System.Drawing.Size(437, 39)
|
||||
SQL_UEBERPRUEFUNGLabel.TabIndex = 51
|
||||
SQL_UEBERPRUEFUNGLabel.Text = "SQL-Überprüfung für manuellen Index:"
|
||||
SQL_UEBERPRUEFUNGLabel.Text = "SQL-Überprüfung für manuellen Index:" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Definieren Sie hier einen SQL-Befehl der di" & _
|
||||
"e Auswahl auf VORHANDEN überprüft." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(SELECT COUNT(*) FROM IHRE_KEY_TABLE WHERE I" & _
|
||||
"HRE_WERT_SPALTE = INPUTVALUE)"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
@@ -72,18 +74,18 @@ Partial Class frmSQLSuggestion
|
||||
Me.GroupBox1.Controls.Add(Me.Label2)
|
||||
Me.GroupBox1.Location = New System.Drawing.Point(15, 229)
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(351, 77)
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(351, 93)
|
||||
Me.GroupBox1.TabIndex = 52
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Rückgabewert testen:"
|
||||
Me.GroupBox1.Text = "Nachbearbeitung testen:"
|
||||
'
|
||||
'btnTestNachbearbeitung
|
||||
'
|
||||
Me.btnTestNachbearbeitung.Image = Global.Global_Indexer.My.Resources.Resources.database_go
|
||||
Me.btnTestNachbearbeitung.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnTestNachbearbeitung.Location = New System.Drawing.Point(227, 43)
|
||||
Me.btnTestNachbearbeitung.Location = New System.Drawing.Point(227, 59)
|
||||
Me.btnTestNachbearbeitung.Name = "btnTestNachbearbeitung"
|
||||
Me.btnTestNachbearbeitung.Size = New System.Drawing.Size(103, 28)
|
||||
Me.btnTestNachbearbeitung.Size = New System.Drawing.Size(103, 27)
|
||||
Me.btnTestNachbearbeitung.TabIndex = 1
|
||||
Me.btnTestNachbearbeitung.Text = "Test"
|
||||
Me.btnTestNachbearbeitung.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
@@ -91,7 +93,7 @@ Partial Class frmSQLSuggestion
|
||||
'
|
||||
'txtTest_idxMan
|
||||
'
|
||||
Me.txtTest_idxMan.Location = New System.Drawing.Point(9, 46)
|
||||
Me.txtTest_idxMan.Location = New System.Drawing.Point(9, 63)
|
||||
Me.txtTest_idxMan.Name = "txtTest_idxMan"
|
||||
Me.txtTest_idxMan.Size = New System.Drawing.Size(212, 22)
|
||||
Me.txtTest_idxMan.TabIndex = 0
|
||||
@@ -101,9 +103,10 @@ Partial Class frmSQLSuggestion
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(6, 21)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(324, 13)
|
||||
Me.Label2.Size = New System.Drawing.Size(324, 39)
|
||||
Me.Label2.TabIndex = 0
|
||||
Me.Label2.Text = "Geben Sie hier den Ausgangswert des manuellen Indexes ein:"
|
||||
Me.Label2.Text = "Geben Sie hier den Ausgangswert des manuellen Indexes ein." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Die Nachbearbeitung w" & _
|
||||
"ird durchlaufen und Ihnen wird der " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Ergebniswert angezeigt."
|
||||
'
|
||||
'btnVorschlag
|
||||
'
|
||||
@@ -130,10 +133,10 @@ Partial Class frmSQLSuggestion
|
||||
'SQL_UEBERPRUEFUNGTextBox
|
||||
'
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Font = New System.Drawing.Font("Consolas", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Location = New System.Drawing.Point(536, 82)
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Location = New System.Drawing.Point(536, 112)
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Multiline = True
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Name = "SQL_UEBERPRUEFUNGTextBox"
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Size = New System.Drawing.Size(351, 137)
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.Size = New System.Drawing.Size(434, 106)
|
||||
Me.SQL_UEBERPRUEFUNGTextBox.TabIndex = 49
|
||||
'
|
||||
'cmbConnection
|
||||
@@ -195,7 +198,7 @@ Partial Class frmSQLSuggestion
|
||||
'
|
||||
Me.Button2.Image = Global.Global_Indexer.My.Resources.Resources.save_16xLG
|
||||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button2.Location = New System.Drawing.Point(797, 275)
|
||||
Me.Button2.Location = New System.Drawing.Point(880, 229)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(90, 31)
|
||||
Me.Button2.TabIndex = 55
|
||||
@@ -205,11 +208,10 @@ Partial Class frmSQLSuggestion
|
||||
'
|
||||
'lblSave
|
||||
'
|
||||
Me.lblSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.lblSave.AutoSize = True
|
||||
Me.lblSave.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblSave.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblSave.Location = New System.Drawing.Point(533, 250)
|
||||
Me.lblSave.Location = New System.Drawing.Point(679, 237)
|
||||
Me.lblSave.Name = "lblSave"
|
||||
Me.lblSave.Size = New System.Drawing.Size(195, 15)
|
||||
Me.lblSave.TabIndex = 79
|
||||
@@ -220,7 +222,7 @@ Partial Class frmSQLSuggestion
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(907, 326)
|
||||
Me.ClientSize = New System.Drawing.Size(973, 326)
|
||||
Me.Controls.Add(Me.lblSave)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
|
||||
Reference in New Issue
Block a user