MS_SQLDesigner Und Referenzen

This commit is contained in:
Digital Data - Marlon Schreiber
2017-04-04 14:54:17 +02:00
parent 3d0ac64162
commit ff08b122dd
27 changed files with 383 additions and 472 deletions

View File

@@ -29,6 +29,7 @@ Partial Class frmFormDesigner
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
Dim HEIGHTLabel As System.Windows.Forms.Label
Dim WIDTHLabel As System.Windows.Forms.Label
Dim GUIDLabel As System.Windows.Forms.Label
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFormDesigner))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.lblDesign = New System.Windows.Forms.Label()
@@ -73,9 +74,9 @@ Partial Class frmFormDesigner
Me.Label2 = New System.Windows.Forms.Label()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.pnlAuswahlliste = New System.Windows.Forms.Panel()
Me.btnEditor = New System.Windows.Forms.Button()
Me.btnShowConnections = New System.Windows.Forms.Button()
Me.SQL_UEBERPRUEFUNGTextBox = New System.Windows.Forms.TextBox()
Me.btnTestSQL = New System.Windows.Forms.Button()
Me.SQL_CommandTextBox = New System.Windows.Forms.TextBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.cmbConnection = New System.Windows.Forms.ComboBox()
@@ -99,12 +100,14 @@ Partial Class frmFormDesigner
Me.TBPM_CONTROL_TABLEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBPM_CONTROL_TABLETableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter()
Me.btnrefresh = New System.Windows.Forms.Button()
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
X_LOCLabel = New System.Windows.Forms.Label()
Y_LOCLabel = New System.Windows.Forms.Label()
CHANGED_WHOLabel = New System.Windows.Forms.Label()
CHANGED_WHENLabel = New System.Windows.Forms.Label()
HEIGHTLabel = New System.Windows.Forms.Label()
WIDTHLabel = New System.Windows.Forms.Label()
GUIDLabel = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.pnldesigner.SuspendLayout()
@@ -126,7 +129,7 @@ Partial Class frmFormDesigner
'
X_LOCLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
X_LOCLabel.AutoSize = True
X_LOCLabel.Location = New System.Drawing.Point(12, 397)
X_LOCLabel.Location = New System.Drawing.Point(12, 412)
X_LOCLabel.Name = "X_LOCLabel"
X_LOCLabel.Size = New System.Drawing.Size(72, 16)
X_LOCLabel.TabIndex = 14
@@ -136,7 +139,7 @@ Partial Class frmFormDesigner
'
Y_LOCLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Y_LOCLabel.AutoSize = True
Y_LOCLabel.Location = New System.Drawing.Point(134, 397)
Y_LOCLabel.Location = New System.Drawing.Point(134, 412)
Y_LOCLabel.Name = "Y_LOCLabel"
Y_LOCLabel.Size = New System.Drawing.Size(71, 16)
Y_LOCLabel.TabIndex = 16
@@ -146,7 +149,7 @@ Partial Class frmFormDesigner
'
CHANGED_WHOLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
CHANGED_WHOLabel.AutoSize = True
CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 449)
CHANGED_WHOLabel.Location = New System.Drawing.Point(12, 464)
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
CHANGED_WHOLabel.Size = New System.Drawing.Size(91, 16)
CHANGED_WHOLabel.TabIndex = 18
@@ -156,7 +159,7 @@ Partial Class frmFormDesigner
'
CHANGED_WHENLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
CHANGED_WHENLabel.AutoSize = True
CHANGED_WHENLabel.Location = New System.Drawing.Point(250, 449)
CHANGED_WHENLabel.Location = New System.Drawing.Point(250, 464)
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
CHANGED_WHENLabel.Size = New System.Drawing.Size(98, 16)
CHANGED_WHENLabel.TabIndex = 20
@@ -166,7 +169,7 @@ Partial Class frmFormDesigner
'
HEIGHTLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
HEIGHTLabel.AutoSize = True
HEIGHTLabel.Location = New System.Drawing.Point(250, 397)
HEIGHTLabel.Location = New System.Drawing.Point(250, 412)
HEIGHTLabel.Name = "HEIGHTLabel"
HEIGHTLabel.Size = New System.Drawing.Size(49, 16)
HEIGHTLabel.TabIndex = 21
@@ -176,12 +179,21 @@ Partial Class frmFormDesigner
'
WIDTHLabel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
WIDTHLabel.AutoSize = True
WIDTHLabel.Location = New System.Drawing.Point(328, 397)
WIDTHLabel.Location = New System.Drawing.Point(328, 412)
WIDTHLabel.Name = "WIDTHLabel"
WIDTHLabel.Size = New System.Drawing.Size(46, 16)
WIDTHLabel.TabIndex = 22
WIDTHLabel.Text = "Width:"
'
'GUIDLabel
'
GUIDLabel.AutoSize = True
GUIDLabel.Location = New System.Drawing.Point(12, 515)
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(25, 16)
GUIDLabel.TabIndex = 24
GUIDLabel.Text = "ID:"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.lblDesign)
@@ -189,7 +201,7 @@ Partial Class frmFormDesigner
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(987, 34)
Me.Panel1.Size = New System.Drawing.Size(995, 34)
Me.Panel1.TabIndex = 1
'
'lblDesign
@@ -216,7 +228,7 @@ Partial Class frmFormDesigner
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(507, 70)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(468, 129)
Me.GroupBox1.Size = New System.Drawing.Size(476, 129)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Control-Typ (Drag and Drop)"
@@ -323,7 +335,7 @@ Partial Class frmFormDesigner
Me.pnldesigner.Controls.Add(Me.lblhintergrund)
Me.pnldesigner.Location = New System.Drawing.Point(15, 72)
Me.pnldesigner.Name = "pnldesigner"
Me.pnldesigner.Size = New System.Drawing.Size(481, 322)
Me.pnldesigner.Size = New System.Drawing.Size(481, 337)
Me.pnldesigner.TabIndex = 3
'
'Label1
@@ -358,7 +370,7 @@ Partial Class frmFormDesigner
Me.gbx_CTRL.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.gbx_CTRL.Location = New System.Drawing.Point(507, 205)
Me.gbx_CTRL.Name = "gbx_CTRL"
Me.gbx_CTRL.Size = New System.Drawing.Size(468, 317)
Me.gbx_CTRL.Size = New System.Drawing.Size(476, 332)
Me.gbx_CTRL.TabIndex = 4
Me.gbx_CTRL.TabStop = False
Me.gbx_CTRL.Text = "Controleigenschaften:"
@@ -375,7 +387,7 @@ Partial Class frmFormDesigner
Me.TabControlEigenschaften.Location = New System.Drawing.Point(12, 22)
Me.TabControlEigenschaften.Name = "TabControlEigenschaften"
Me.TabControlEigenschaften.SelectedIndex = 0
Me.TabControlEigenschaften.Size = New System.Drawing.Size(447, 248)
Me.TabControlEigenschaften.Size = New System.Drawing.Size(455, 263)
Me.TabControlEigenschaften.TabIndex = 22
'
'TabPage1
@@ -402,7 +414,7 @@ Partial Class frmFormDesigner
Me.TabPage1.Location = New System.Drawing.Point(4, 25)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(439, 219)
Me.TabPage1.Size = New System.Drawing.Size(447, 234)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Allgemein"
'
@@ -542,7 +554,7 @@ Partial Class frmFormDesigner
Me.cmbIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "INDEX_NAME", True))
Me.cmbIndex.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbIndex.FormattingEnabled = True
Me.cmbIndex.Location = New System.Drawing.Point(9, 103)
Me.cmbIndex.Location = New System.Drawing.Point(6, 103)
Me.cmbIndex.Name = "cmbIndex"
Me.cmbIndex.Size = New System.Drawing.Size(178, 24)
Me.cmbIndex.TabIndex = 5
@@ -582,7 +594,7 @@ Partial Class frmFormDesigner
'
'INDEX_NAMETextBox
'
Me.INDEX_NAMETextBox.Location = New System.Drawing.Point(9, 104)
Me.INDEX_NAMETextBox.Location = New System.Drawing.Point(6, 104)
Me.INDEX_NAMETextBox.Name = "INDEX_NAMETextBox"
Me.INDEX_NAMETextBox.Size = New System.Drawing.Size(319, 23)
Me.INDEX_NAMETextBox.TabIndex = 16
@@ -600,7 +612,7 @@ Partial Class frmFormDesigner
Me.TabPage2.Location = New System.Drawing.Point(4, 25)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(439, 219)
Me.TabPage2.Size = New System.Drawing.Size(447, 234)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Format"
Me.TabPage2.UseVisualStyleBackColor = True
@@ -681,7 +693,7 @@ Partial Class frmFormDesigner
Me.TabPage3.Location = New System.Drawing.Point(4, 25)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(439, 219)
Me.TabPage3.Size = New System.Drawing.Size(447, 234)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "SQL-Liste"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -689,18 +701,32 @@ Partial Class frmFormDesigner
'pnlAuswahlliste
'
Me.pnlAuswahlliste.AutoScroll = True
Me.pnlAuswahlliste.Controls.Add(Me.btnEditor)
Me.pnlAuswahlliste.Controls.Add(Me.btnShowConnections)
Me.pnlAuswahlliste.Controls.Add(Me.SQL_UEBERPRUEFUNGTextBox)
Me.pnlAuswahlliste.Controls.Add(Me.btnTestSQL)
Me.pnlAuswahlliste.Controls.Add(Me.SQL_CommandTextBox)
Me.pnlAuswahlliste.Controls.Add(Me.Label5)
Me.pnlAuswahlliste.Controls.Add(Me.Label4)
Me.pnlAuswahlliste.Controls.Add(Me.cmbConnection)
Me.pnlAuswahlliste.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlAuswahlliste.Location = New System.Drawing.Point(3, 3)
Me.pnlAuswahlliste.Name = "pnlAuswahlliste"
Me.pnlAuswahlliste.Size = New System.Drawing.Size(433, 213)
Me.pnlAuswahlliste.Size = New System.Drawing.Size(441, 228)
Me.pnlAuswahlliste.TabIndex = 2
'
'btnEditor
'
Me.btnEditor.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnEditor.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnEditor.Image = CType(resources.GetObject("btnEditor.Image"), System.Drawing.Image)
Me.btnEditor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnEditor.Location = New System.Drawing.Point(6, 197)
Me.btnEditor.Name = "btnEditor"
Me.btnEditor.Size = New System.Drawing.Size(114, 28)
Me.btnEditor.TabIndex = 81
Me.btnEditor.Text = "Editor Detail"
Me.btnEditor.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnEditor.UseVisualStyleBackColor = True
'
'btnShowConnections
'
Me.btnShowConnections.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -714,31 +740,18 @@ Partial Class frmFormDesigner
Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnShowConnections.UseVisualStyleBackColor = True
'
'SQL_UEBERPRUEFUNGTextBox
'SQL_CommandTextBox
'
Me.SQL_UEBERPRUEFUNGTextBox.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Me.SQL_CommandTextBox.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.SQL_UEBERPRUEFUNGTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "SQL_UEBERPRUEFUNG", True))
Me.SQL_UEBERPRUEFUNGTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.SQL_UEBERPRUEFUNGTextBox.Location = New System.Drawing.Point(5, 76)
Me.SQL_UEBERPRUEFUNGTextBox.Multiline = True
Me.SQL_UEBERPRUEFUNGTextBox.Name = "SQL_UEBERPRUEFUNGTextBox"
Me.SQL_UEBERPRUEFUNGTextBox.Size = New System.Drawing.Size(425, 100)
Me.SQL_UEBERPRUEFUNGTextBox.TabIndex = 5
'
'btnTestSQL
'
Me.btnTestSQL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btnTestSQL.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1
Me.btnTestSQL.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnTestSQL.Location = New System.Drawing.Point(6, 182)
Me.btnTestSQL.Name = "btnTestSQL"
Me.btnTestSQL.Size = New System.Drawing.Size(166, 28)
Me.btnTestSQL.TabIndex = 4
Me.btnTestSQL.Text = "Teste SQL"
Me.btnTestSQL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnTestSQL.UseVisualStyleBackColor = True
Me.SQL_CommandTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "SQL_UEBERPRUEFUNG", True))
Me.SQL_CommandTextBox.Font = New System.Drawing.Font("Courier New", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.SQL_CommandTextBox.Location = New System.Drawing.Point(5, 76)
Me.SQL_CommandTextBox.Multiline = True
Me.SQL_CommandTextBox.Name = "SQL_CommandTextBox"
Me.SQL_CommandTextBox.Size = New System.Drawing.Size(433, 115)
Me.SQL_CommandTextBox.TabIndex = 5
'
'Label5
'
@@ -783,7 +796,7 @@ Partial Class frmFormDesigner
Me.btndelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btndelete.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.delete_12x12
Me.btndelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndelete.Location = New System.Drawing.Point(13, 280)
Me.btndelete.Location = New System.Drawing.Point(13, 295)
Me.btndelete.Name = "btndelete"
Me.btndelete.Size = New System.Drawing.Size(178, 23)
Me.btndelete.TabIndex = 1
@@ -796,7 +809,7 @@ Partial Class frmFormDesigner
Me.btnsave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnsave.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.save
Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsave.Location = New System.Drawing.Point(271, 279)
Me.btnsave.Location = New System.Drawing.Point(279, 294)
Me.btnsave.Name = "btnsave"
Me.btnsave.Size = New System.Drawing.Size(188, 24)
Me.btnsave.TabIndex = 5
@@ -809,7 +822,7 @@ Partial Class frmFormDesigner
'
Me.X_LOCTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.X_LOCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "X_LOC", True))
Me.X_LOCTextBox.Location = New System.Drawing.Point(15, 416)
Me.X_LOCTextBox.Location = New System.Drawing.Point(15, 431)
Me.X_LOCTextBox.Name = "X_LOCTextBox"
Me.X_LOCTextBox.ReadOnly = True
Me.X_LOCTextBox.Size = New System.Drawing.Size(100, 23)
@@ -819,7 +832,7 @@ Partial Class frmFormDesigner
'
Me.Y_LOCTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Y_LOCTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "Y_LOC", True))
Me.Y_LOCTextBox.Location = New System.Drawing.Point(137, 416)
Me.Y_LOCTextBox.Location = New System.Drawing.Point(137, 431)
Me.Y_LOCTextBox.Name = "Y_LOCTextBox"
Me.Y_LOCTextBox.ReadOnly = True
Me.Y_LOCTextBox.Size = New System.Drawing.Size(100, 23)
@@ -829,7 +842,7 @@ Partial Class frmFormDesigner
'
Me.CHANGED_WHOTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHANGED_WHO", True))
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 468)
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(15, 483)
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(222, 23)
Me.CHANGED_WHOTextBox.TabIndex = 19
@@ -857,9 +870,9 @@ Partial Class frmFormDesigner
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 541)
Me.StatusStrip1.Location = New System.Drawing.Point(0, 556)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(987, 22)
Me.StatusStrip1.Size = New System.Drawing.Size(995, 22)
Me.StatusStrip1.TabIndex = 20
Me.StatusStrip1.Text = "StatusStrip1"
'
@@ -875,7 +888,7 @@ Partial Class frmFormDesigner
'
Me.CHANGED_WHENTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHANGED_WHEN", True))
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(253, 468)
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(253, 483)
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 23)
Me.CHANGED_WHENTextBox.TabIndex = 21
@@ -884,7 +897,7 @@ Partial Class frmFormDesigner
'
Me.HEIGHTTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.HEIGHTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "HEIGHT", True))
Me.HEIGHTTextBox.Location = New System.Drawing.Point(253, 416)
Me.HEIGHTTextBox.Location = New System.Drawing.Point(253, 431)
Me.HEIGHTTextBox.Name = "HEIGHTTextBox"
Me.HEIGHTTextBox.ReadOnly = True
Me.HEIGHTTextBox.Size = New System.Drawing.Size(71, 23)
@@ -894,7 +907,7 @@ Partial Class frmFormDesigner
'
Me.WIDTHTextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.WIDTHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "WIDTH", True))
Me.WIDTHTextBox.Location = New System.Drawing.Point(331, 416)
Me.WIDTHTextBox.Location = New System.Drawing.Point(331, 431)
Me.WIDTHTextBox.Name = "WIDTHTextBox"
Me.WIDTHTextBox.ReadOnly = True
Me.WIDTHTextBox.Size = New System.Drawing.Size(81, 23)
@@ -934,11 +947,22 @@ Partial Class frmFormDesigner
Me.btnrefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnrefresh.UseVisualStyleBackColor = True
'
'GUIDTextBox
'
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "GUID", True))
Me.GUIDTextBox.Location = New System.Drawing.Point(43, 512)
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
Me.GUIDTextBox.Size = New System.Drawing.Size(72, 23)
Me.GUIDTextBox.TabIndex = 25
'
'frmFormDesigner
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(987, 563)
Me.ClientSize = New System.Drawing.Size(995, 578)
Me.Controls.Add(GUIDLabel)
Me.Controls.Add(Me.GUIDTextBox)
Me.Controls.Add(Me.btnrefresh)
Me.Controls.Add(WIDTHLabel)
Me.Controls.Add(Me.WIDTHTextBox)
@@ -1041,8 +1065,7 @@ Partial Class frmFormDesigner
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents cmbConnection As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents btnTestSQL As System.Windows.Forms.Button
Friend WithEvents SQL_UEBERPRUEFUNGTextBox As System.Windows.Forms.TextBox
Friend WithEvents SQL_CommandTextBox As System.Windows.Forms.TextBox
Friend WithEvents btnCheckbox As System.Windows.Forms.Button
Friend WithEvents rbVektor As System.Windows.Forms.RadioButton
Friend WithEvents rbIndex As System.Windows.Forms.RadioButton
@@ -1058,4 +1081,6 @@ Partial Class frmFormDesigner
Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter
Friend WithEvents btnrefresh As System.Windows.Forms.Button
Friend WithEvents btnShowConnections As System.Windows.Forms.Button
Friend WithEvents btnEditor As Button
Friend WithEvents GUIDTextBox As TextBox
End Class