548 lines
29 KiB
VB.net
548 lines
29 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmFormDesigner
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFormDesigner))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.btnLine = New System.Windows.Forms.Button()
|
|
Me.btnTabelle = New System.Windows.Forms.Button()
|
|
Me.btnCheckbox = New System.Windows.Forms.Button()
|
|
Me.btnVektor = New System.Windows.Forms.Button()
|
|
Me.btndtp = New System.Windows.Forms.Button()
|
|
Me.btncmb = New System.Windows.Forms.Button()
|
|
Me.btntextbox = New System.Windows.Forms.Button()
|
|
Me.btnlabel = New System.Windows.Forms.Button()
|
|
Me.pnldesigner = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblhintergrund = New System.Windows.Forms.Label()
|
|
Me.TabControlEigenschaften = New System.Windows.Forms.TabControl()
|
|
Me.pageProperties = New System.Windows.Forms.TabPage()
|
|
Me.pgControls = New System.Windows.Forms.PropertyGrid()
|
|
Me.pageFormat = New System.Windows.Forms.TabPage()
|
|
Me.btnheight_minus = New System.Windows.Forms.Button()
|
|
Me.btnheight_plus = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnwidth_minus = New System.Windows.Forms.Button()
|
|
Me.btnwidth_plus = New System.Windows.Forms.Button()
|
|
Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet()
|
|
Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.btndelete = New System.Windows.Forms.Button()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
|
Me.btnrefresh = New System.Windows.Forms.Button()
|
|
Me.TBPM_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter()
|
|
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.TBDD_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter()
|
|
Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter()
|
|
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.GridControlContextMenu = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.MenuItemAddColumn = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.pnldesigner.SuspendLayout()
|
|
Me.TabControlEigenschaften.SuspendLayout()
|
|
Me.pageProperties.SuspendLayout()
|
|
Me.pageFormat.SuspendLayout()
|
|
CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GridControlContextMenu.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.GroupBox1.Controls.Add(Me.btnLine)
|
|
Me.GroupBox1.Controls.Add(Me.btnTabelle)
|
|
Me.GroupBox1.Controls.Add(Me.btnCheckbox)
|
|
Me.GroupBox1.Controls.Add(Me.btnVektor)
|
|
Me.GroupBox1.Controls.Add(Me.btndtp)
|
|
Me.GroupBox1.Controls.Add(Me.btncmb)
|
|
Me.GroupBox1.Controls.Add(Me.btntextbox)
|
|
Me.GroupBox1.Controls.Add(Me.btnlabel)
|
|
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(507, 12)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
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)"
|
|
'
|
|
'btnLine
|
|
'
|
|
Me.btnLine.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnLine.Image = CType(resources.GetObject("btnLine.Image"), System.Drawing.Image)
|
|
Me.btnLine.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnLine.Location = New System.Drawing.Point(290, 90)
|
|
Me.btnLine.Name = "btnLine"
|
|
Me.btnLine.Size = New System.Drawing.Size(133, 27)
|
|
Me.btnLine.TabIndex = 7
|
|
Me.btnLine.Text = "Linie"
|
|
Me.btnLine.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnLine.UseVisualStyleBackColor = True
|
|
'
|
|
'btnTabelle
|
|
'
|
|
Me.btnTabelle.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnTabelle.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.table_add
|
|
Me.btnTabelle.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnTabelle.Location = New System.Drawing.Point(290, 55)
|
|
Me.btnTabelle.Name = "btnTabelle"
|
|
Me.btnTabelle.Size = New System.Drawing.Size(133, 27)
|
|
Me.btnTabelle.TabIndex = 6
|
|
Me.btnTabelle.Text = "Tabelle"
|
|
Me.btnTabelle.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTabelle.UseVisualStyleBackColor = True
|
|
'
|
|
'btnCheckbox
|
|
'
|
|
Me.btnCheckbox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnCheckbox.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.checkbox_16xLG
|
|
Me.btnCheckbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnCheckbox.Location = New System.Drawing.Point(151, 90)
|
|
Me.btnCheckbox.Name = "btnCheckbox"
|
|
Me.btnCheckbox.Size = New System.Drawing.Size(133, 27)
|
|
Me.btnCheckbox.TabIndex = 5
|
|
Me.btnCheckbox.Text = "Checkbox"
|
|
Me.btnCheckbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnCheckbox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVektor
|
|
'
|
|
Me.btnVektor.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnVektor.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.table_add
|
|
Me.btnVektor.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVektor.Location = New System.Drawing.Point(151, 55)
|
|
Me.btnVektor.Name = "btnVektor"
|
|
Me.btnVektor.Size = New System.Drawing.Size(133, 27)
|
|
Me.btnVektor.TabIndex = 4
|
|
Me.btnVektor.Text = "Mehrfach-/Vektorfeld"
|
|
Me.btnVektor.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnVektor.UseVisualStyleBackColor = True
|
|
'
|
|
'btndtp
|
|
'
|
|
Me.btndtp.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btndtp.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.DateOrTimePicker_675
|
|
Me.btndtp.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btndtp.Location = New System.Drawing.Point(151, 22)
|
|
Me.btndtp.Name = "btndtp"
|
|
Me.btndtp.Size = New System.Drawing.Size(133, 27)
|
|
Me.btndtp.TabIndex = 3
|
|
Me.btndtp.Text = "DatePicker"
|
|
Me.btndtp.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btndtp.UseVisualStyleBackColor = True
|
|
'
|
|
'btncmb
|
|
'
|
|
Me.btncmb.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btncmb.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.ComboBox_16xLG
|
|
Me.btncmb.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btncmb.Location = New System.Drawing.Point(12, 90)
|
|
Me.btncmb.Name = "btncmb"
|
|
Me.btncmb.Size = New System.Drawing.Size(133, 27)
|
|
Me.btncmb.TabIndex = 2
|
|
Me.btncmb.Text = "Combobox"
|
|
Me.btncmb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btncmb.UseVisualStyleBackColor = True
|
|
'
|
|
'btntextbox
|
|
'
|
|
Me.btntextbox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btntextbox.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.TextBox_708
|
|
Me.btntextbox.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btntextbox.Location = New System.Drawing.Point(13, 55)
|
|
Me.btntextbox.Name = "btntextbox"
|
|
Me.btntextbox.Size = New System.Drawing.Size(133, 27)
|
|
Me.btntextbox.TabIndex = 1
|
|
Me.btntextbox.Text = "Textbox"
|
|
Me.btntextbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btntextbox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnlabel
|
|
'
|
|
Me.btnlabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnlabel.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.Label_684
|
|
Me.btnlabel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnlabel.Location = New System.Drawing.Point(12, 22)
|
|
Me.btnlabel.Name = "btnlabel"
|
|
Me.btnlabel.Size = New System.Drawing.Size(133, 27)
|
|
Me.btnlabel.TabIndex = 0
|
|
Me.btnlabel.Text = "Label"
|
|
Me.btnlabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnlabel.UseVisualStyleBackColor = True
|
|
'
|
|
'pnldesigner
|
|
'
|
|
Me.pnldesigner.AllowDrop = True
|
|
Me.pnldesigner.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.pnldesigner.BackColor = System.Drawing.Color.Transparent
|
|
Me.pnldesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnldesigner.Controls.Add(Me.Label1)
|
|
Me.pnldesigner.Controls.Add(Me.lblhintergrund)
|
|
Me.pnldesigner.Location = New System.Drawing.Point(15, 12)
|
|
Me.pnldesigner.Name = "pnldesigner"
|
|
Me.pnldesigner.Size = New System.Drawing.Size(481, 525)
|
|
Me.pnldesigner.TabIndex = 3
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.ForeColor = System.Drawing.SystemColors.InactiveCaption
|
|
Me.Label1.Location = New System.Drawing.Point(91, 150)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(347, 16)
|
|
Me.Label1.TabIndex = 6
|
|
Me.Label1.Text = "Gestalten sie in diesem Bereich Ihre Validierungsoberfläche"
|
|
'
|
|
'lblhintergrund
|
|
'
|
|
Me.lblhintergrund.AutoSize = True
|
|
Me.lblhintergrund.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblhintergrund.ForeColor = System.Drawing.SystemColors.InactiveCaption
|
|
Me.lblhintergrund.Location = New System.Drawing.Point(89, 111)
|
|
Me.lblhintergrund.Name = "lblhintergrund"
|
|
Me.lblhintergrund.Size = New System.Drawing.Size(248, 29)
|
|
Me.lblhintergrund.TabIndex = 1
|
|
Me.lblhintergrund.Text = "Validierungsbereich"
|
|
'
|
|
'TabControlEigenschaften
|
|
'
|
|
Me.TabControlEigenschaften.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.TabControlEigenschaften.Controls.Add(Me.pageProperties)
|
|
Me.TabControlEigenschaften.Controls.Add(Me.pageFormat)
|
|
Me.TabControlEigenschaften.Enabled = False
|
|
Me.TabControlEigenschaften.Location = New System.Drawing.Point(507, 147)
|
|
Me.TabControlEigenschaften.Name = "TabControlEigenschaften"
|
|
Me.TabControlEigenschaften.SelectedIndex = 0
|
|
Me.TabControlEigenschaften.Size = New System.Drawing.Size(476, 361)
|
|
Me.TabControlEigenschaften.TabIndex = 22
|
|
'
|
|
'pageProperties
|
|
'
|
|
Me.pageProperties.Controls.Add(Me.pgControls)
|
|
Me.pageProperties.Location = New System.Drawing.Point(4, 25)
|
|
Me.pageProperties.Name = "pageProperties"
|
|
Me.pageProperties.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.pageProperties.Size = New System.Drawing.Size(468, 332)
|
|
Me.pageProperties.TabIndex = 3
|
|
Me.pageProperties.Text = "Eigenschaften"
|
|
Me.pageProperties.UseVisualStyleBackColor = True
|
|
'
|
|
'pgControls
|
|
'
|
|
Me.pgControls.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pgControls.HelpVisible = False
|
|
Me.pgControls.Location = New System.Drawing.Point(3, 3)
|
|
Me.pgControls.Name = "pgControls"
|
|
Me.pgControls.Size = New System.Drawing.Size(462, 326)
|
|
Me.pgControls.TabIndex = 0
|
|
'
|
|
'pageFormat
|
|
'
|
|
Me.pageFormat.Controls.Add(Me.btnheight_minus)
|
|
Me.pageFormat.Controls.Add(Me.btnheight_plus)
|
|
Me.pageFormat.Controls.Add(Me.Label3)
|
|
Me.pageFormat.Controls.Add(Me.Label2)
|
|
Me.pageFormat.Controls.Add(Me.btnwidth_minus)
|
|
Me.pageFormat.Controls.Add(Me.btnwidth_plus)
|
|
Me.pageFormat.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.pageFormat.Location = New System.Drawing.Point(4, 25)
|
|
Me.pageFormat.Name = "pageFormat"
|
|
Me.pageFormat.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.pageFormat.Size = New System.Drawing.Size(468, 332)
|
|
Me.pageFormat.TabIndex = 1
|
|
Me.pageFormat.Text = "Format"
|
|
Me.pageFormat.UseVisualStyleBackColor = True
|
|
'
|
|
'btnheight_minus
|
|
'
|
|
Me.btnheight_minus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnheight_minus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_out
|
|
Me.btnheight_minus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnheight_minus.Location = New System.Drawing.Point(94, 69)
|
|
Me.btnheight_minus.Name = "btnheight_minus"
|
|
Me.btnheight_minus.Size = New System.Drawing.Size(75, 25)
|
|
Me.btnheight_minus.TabIndex = 1
|
|
Me.btnheight_minus.Text = "kleiner"
|
|
Me.btnheight_minus.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnheight_minus.UseVisualStyleBackColor = True
|
|
'
|
|
'btnheight_plus
|
|
'
|
|
Me.btnheight_plus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnheight_plus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_in
|
|
Me.btnheight_plus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnheight_plus.Location = New System.Drawing.Point(13, 69)
|
|
Me.btnheight_plus.Name = "btnheight_plus"
|
|
Me.btnheight_plus.Size = New System.Drawing.Size(75, 25)
|
|
Me.btnheight_plus.TabIndex = 0
|
|
Me.btnheight_plus.Text = "größer"
|
|
Me.btnheight_plus.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnheight_plus.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(10, 50)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(42, 16)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Höhe:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(10, 3)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(46, 16)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Breite:"
|
|
'
|
|
'btnwidth_minus
|
|
'
|
|
Me.btnwidth_minus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnwidth_minus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_out
|
|
Me.btnwidth_minus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnwidth_minus.Location = New System.Drawing.Point(94, 22)
|
|
Me.btnwidth_minus.Name = "btnwidth_minus"
|
|
Me.btnwidth_minus.Size = New System.Drawing.Size(75, 25)
|
|
Me.btnwidth_minus.TabIndex = 1
|
|
Me.btnwidth_minus.Text = "kleiner"
|
|
Me.btnwidth_minus.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnwidth_minus.UseVisualStyleBackColor = True
|
|
'
|
|
'btnwidth_plus
|
|
'
|
|
Me.btnwidth_plus.Font = New System.Drawing.Font("Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnwidth_plus.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.zoom_in
|
|
Me.btnwidth_plus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnwidth_plus.Location = New System.Drawing.Point(13, 22)
|
|
Me.btnwidth_plus.Name = "btnwidth_plus"
|
|
Me.btnwidth_plus.Size = New System.Drawing.Size(75, 25)
|
|
Me.btnwidth_plus.TabIndex = 0
|
|
Me.btnwidth_plus.Text = "größer"
|
|
Me.btnwidth_plus.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnwidth_plus.UseVisualStyleBackColor = True
|
|
'
|
|
'TBPM_PROFILE_CONTROLSBindingSource
|
|
'
|
|
Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS"
|
|
Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBDD_CONNECTIONBindingSource
|
|
'
|
|
Me.TBDD_CONNECTIONBindingSource.DataMember = "TBDD_CONNECTION"
|
|
Me.TBDD_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'btndelete
|
|
'
|
|
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(507, 514)
|
|
Me.btndelete.Name = "btndelete"
|
|
Me.btndelete.Size = New System.Drawing.Size(178, 23)
|
|
Me.btndelete.TabIndex = 1
|
|
Me.btndelete.Text = "Control löschen"
|
|
Me.btndelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btndelete.UseVisualStyleBackColor = True
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblAenderungen})
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 556)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(995, 22)
|
|
Me.StatusStrip1.TabIndex = 20
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'tslblAenderungen
|
|
'
|
|
Me.tslblAenderungen.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_save
|
|
Me.tslblAenderungen.Name = "tslblAenderungen"
|
|
Me.tslblAenderungen.Size = New System.Drawing.Size(152, 17)
|
|
Me.tslblAenderungen.Text = "Noch keine Änderungen"
|
|
'
|
|
'btnrefresh
|
|
'
|
|
Me.btnrefresh.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnrefresh.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.arrow_refresh
|
|
Me.btnrefresh.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnrefresh.Location = New System.Drawing.Point(828, 514)
|
|
Me.btnrefresh.Name = "btnrefresh"
|
|
Me.btnrefresh.Size = New System.Drawing.Size(155, 23)
|
|
Me.btnrefresh.TabIndex = 24
|
|
Me.btnrefresh.Text = "Refresh"
|
|
Me.btnrefresh.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnrefresh.UseVisualStyleBackColor = True
|
|
'
|
|
'TBPM_PROFILE_CONTROLSTableAdapter
|
|
'
|
|
Me.TBPM_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Me.TBPM_PROFILE_CONTROLSTableAdapter
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TBDD_CONNECTIONTableAdapter
|
|
'
|
|
Me.TBDD_CONNECTIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TBWH_CHECK_PROFILE_CONTROLSBindingSource
|
|
'
|
|
Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource.DataMember = "TBWH_CHECK_PROFILE_CONTROLS"
|
|
Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBWH_CHECK_PROFILE_CONTROLSTableAdapter
|
|
'
|
|
Me.TBWH_CHECK_PROFILE_CONTROLSTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TBPM_CONTROL_TABLEBindingSource
|
|
'
|
|
Me.TBPM_CONTROL_TABLEBindingSource.DataMember = "TBPM_CONTROL_TABLE"
|
|
Me.TBPM_CONTROL_TABLEBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBPM_CONTROL_TABLETableAdapter
|
|
'
|
|
Me.TBPM_CONTROL_TABLETableAdapter.ClearBeforeFill = True
|
|
'
|
|
'GridControlContextMenu
|
|
'
|
|
Me.GridControlContextMenu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MenuItemAddColumn})
|
|
Me.GridControlContextMenu.Name = "ContextMenuStrip1"
|
|
Me.GridControlContextMenu.Size = New System.Drawing.Size(181, 48)
|
|
'
|
|
'MenuItemAddColumn
|
|
'
|
|
Me.MenuItemAddColumn.Name = "MenuItemAddColumn"
|
|
Me.MenuItemAddColumn.Size = New System.Drawing.Size(180, 22)
|
|
Me.MenuItemAddColumn.Text = "Spalte hinzufügen"
|
|
'
|
|
'frmFormDesigner
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(995, 578)
|
|
Me.Controls.Add(Me.btnrefresh)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.btndelete)
|
|
Me.Controls.Add(Me.TabControlEigenschaften)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.pnldesigner)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmFormDesigner"
|
|
Me.Text = "Validation-Designer"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.pnldesigner.ResumeLayout(False)
|
|
Me.pnldesigner.PerformLayout()
|
|
Me.TabControlEigenschaften.ResumeLayout(False)
|
|
Me.pageProperties.ResumeLayout(False)
|
|
Me.pageFormat.ResumeLayout(False)
|
|
Me.pageFormat.PerformLayout()
|
|
CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GridControlContextMenu.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet
|
|
Friend WithEvents TBPM_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_CONTROLSTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnlabel As System.Windows.Forms.Button
|
|
Friend WithEvents btntextbox As System.Windows.Forms.Button
|
|
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 lblhintergrund As System.Windows.Forms.Label
|
|
Friend WithEvents btndelete As System.Windows.Forms.Button
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
|
Friend WithEvents tslblAenderungen As System.Windows.Forms.ToolStripStatusLabel
|
|
Friend WithEvents TabControlEigenschaften As System.Windows.Forms.TabControl
|
|
Friend WithEvents pageFormat As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnwidth_minus As System.Windows.Forms.Button
|
|
Friend WithEvents btnwidth_plus As System.Windows.Forms.Button
|
|
Friend WithEvents btnheight_minus As System.Windows.Forms.Button
|
|
Friend WithEvents btnheight_plus As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnVektor As System.Windows.Forms.Button
|
|
Friend WithEvents TBDD_CONNECTIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBDD_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBDD_CONNECTIONTableAdapter
|
|
Friend WithEvents btnCheckbox As System.Windows.Forms.Button
|
|
Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBWH_CHECK_PROFILE_CONTROLSTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBWH_CHECK_PROFILE_CONTROLSTableAdapter
|
|
Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip
|
|
Friend WithEvents btnTabelle As System.Windows.Forms.Button
|
|
Friend WithEvents TBPM_CONTROL_TABLEBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_CONTROL_TABLETableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONTROL_TABLETableAdapter
|
|
Friend WithEvents btnrefresh As System.Windows.Forms.Button
|
|
Friend WithEvents pageProperties As TabPage
|
|
Friend WithEvents pgControls As PropertyGrid
|
|
Friend WithEvents btnLine As Button
|
|
Friend WithEvents GridControlContextMenu As ContextMenuStrip
|
|
Friend WithEvents MenuItemAddColumn As ToolStripMenuItem
|
|
End Class
|