MS Änderungen an Clickhandle Designer, Adding Controlfields SQLEditor
This commit is contained in:
36
DD_PM_WINDREAM/frmFormDesigner.Designer.vb
generated
36
DD_PM_WINDREAM/frmFormDesigner.Designer.vb
generated
@@ -44,7 +44,7 @@ Partial Class frmFormDesigner
|
||||
Me.pnldesigner = New System.Windows.Forms.Panel()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.lblhintergrund = New System.Windows.Forms.Label()
|
||||
Me.gbx_CTRL = New System.Windows.Forms.GroupBox()
|
||||
Me.gbxControl = New System.Windows.Forms.GroupBox()
|
||||
Me.TabControlEigenschaften = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.LOAD_IDX_VALUECheckBox = New System.Windows.Forms.CheckBox()
|
||||
@@ -111,7 +111,7 @@ Partial Class frmFormDesigner
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.pnldesigner.SuspendLayout()
|
||||
Me.gbx_CTRL.SuspendLayout()
|
||||
Me.gbxControl.SuspendLayout()
|
||||
Me.TabControlEigenschaften.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -359,22 +359,22 @@ Partial Class frmFormDesigner
|
||||
Me.lblhintergrund.TabIndex = 1
|
||||
Me.lblhintergrund.Text = "Validierungsbereich"
|
||||
'
|
||||
'gbx_CTRL
|
||||
'gbxControl
|
||||
'
|
||||
Me.gbx_CTRL.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Me.gbxControl.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.gbx_CTRL.Controls.Add(Me.TabControlEigenschaften)
|
||||
Me.gbx_CTRL.Controls.Add(Me.btndelete)
|
||||
Me.gbx_CTRL.Controls.Add(Me.btnsave)
|
||||
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(476, 332)
|
||||
Me.gbx_CTRL.TabIndex = 4
|
||||
Me.gbx_CTRL.TabStop = False
|
||||
Me.gbx_CTRL.Text = "Controleigenschaften:"
|
||||
Me.gbx_CTRL.Visible = False
|
||||
Me.gbxControl.Controls.Add(Me.TabControlEigenschaften)
|
||||
Me.gbxControl.Controls.Add(Me.btndelete)
|
||||
Me.gbxControl.Controls.Add(Me.btnsave)
|
||||
Me.gbxControl.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.gbxControl.Location = New System.Drawing.Point(507, 205)
|
||||
Me.gbxControl.Name = "gbxControl"
|
||||
Me.gbxControl.Size = New System.Drawing.Size(476, 332)
|
||||
Me.gbxControl.TabIndex = 4
|
||||
Me.gbxControl.TabStop = False
|
||||
Me.gbxControl.Text = "Controleigenschaften:"
|
||||
Me.gbxControl.Visible = False
|
||||
'
|
||||
'TabControlEigenschaften
|
||||
'
|
||||
@@ -977,7 +977,7 @@ Partial Class frmFormDesigner
|
||||
Me.Controls.Add(Me.Y_LOCTextBox)
|
||||
Me.Controls.Add(X_LOCLabel)
|
||||
Me.Controls.Add(Me.X_LOCTextBox)
|
||||
Me.Controls.Add(Me.gbx_CTRL)
|
||||
Me.Controls.Add(Me.gbxControl)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.Controls.Add(Me.pnldesigner)
|
||||
@@ -993,7 +993,7 @@ Partial Class frmFormDesigner
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.pnldesigner.ResumeLayout(False)
|
||||
Me.pnldesigner.PerformLayout()
|
||||
Me.gbx_CTRL.ResumeLayout(False)
|
||||
Me.gbxControl.ResumeLayout(False)
|
||||
Me.TabControlEigenschaften.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
@@ -1025,7 +1025,7 @@ Partial Class frmFormDesigner
|
||||
Friend WithEvents pnldesigner As System.Windows.Forms.Panel
|
||||
Friend WithEvents btndtp As System.Windows.Forms.Button
|
||||
Friend WithEvents btncmb As System.Windows.Forms.Button
|
||||
Friend WithEvents gbx_CTRL As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents gbxControl As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents lblBeschriftung As System.Windows.Forms.Label
|
||||
Friend WithEvents lblCtrlName As System.Windows.Forms.Label
|
||||
Friend WithEvents lblhintergrund As System.Windows.Forms.Label
|
||||
|
||||
Reference in New Issue
Block a user