_ Partial Class frmFormDesigner Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim CHANGED_WHOLabel As System.Windows.Forms.Label Dim CHANGED_WHENLabel 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() Me.GroupBox1 = New System.Windows.Forms.GroupBox() 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.gbxControl = New System.Windows.Forms.GroupBox() 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.pageSQL = 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_CommandTextBox = New System.Windows.Forms.TextBox() Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.cmbConnection = New System.Windows.Forms.ComboBox() Me.TBPM_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.pagePropertiesOld = New System.Windows.Forms.TabPage() Me.LOAD_IDX_VALUECheckBox = New System.Windows.Forms.CheckBox() Me.READ_ONLYCheckBox = New System.Windows.Forms.CheckBox() Me.INDEX_NAME_VALUE = New System.Windows.Forms.TextBox() Me.rbVektor = New System.Windows.Forms.RadioButton() Me.rbIndex = New System.Windows.Forms.RadioButton() Me.lblCtrlName = New System.Windows.Forms.Label() Me.CHOICE_LISTTextBox = New System.Windows.Forms.TextBox() Me.lblBeschriftung = New System.Windows.Forms.Label() Me.VALIDATIONCheckBox = New System.Windows.Forms.CheckBox() Me.lblIndex = New System.Windows.Forms.Label() Me.CTRL_TEXTTextBox = New System.Windows.Forms.TextBox() Me.cmbIndex = New System.Windows.Forms.ComboBox() Me.NAMETextBox = New System.Windows.Forms.TextBox() Me.CheckBoxAuswahlliste = New System.Windows.Forms.CheckBox() Me.lblAuswahlliste = New System.Windows.Forms.Label() Me.INDEX_NAMETextBox = New System.Windows.Forms.TextBox() Me.btndelete = New System.Windows.Forms.Button() Me.btnsave = New System.Windows.Forms.Button() Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tslblAenderungen = New System.Windows.Forms.ToolStripStatusLabel() Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox() 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.TBPM_CONNECTIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_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() CHANGED_WHOLabel = New System.Windows.Forms.Label() CHANGED_WHENLabel = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.pnldesigner.SuspendLayout() Me.gbxControl.SuspendLayout() Me.TabControlEigenschaften.SuspendLayout() Me.pageProperties.SuspendLayout() Me.pageFormat.SuspendLayout() Me.pageSQL.SuspendLayout() Me.pnlAuswahlliste.SuspendLayout() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.pagePropertiesOld.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.TBWH_CHECK_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBPM_CONTROL_TABLEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'CHANGED_WHOLabel ' 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, 499) CHANGED_WHOLabel.Name = "CHANGED_WHOLabel" CHANGED_WHOLabel.Size = New System.Drawing.Size(91, 16) CHANGED_WHOLabel.TabIndex = 18 CHANGED_WHOLabel.Text = "Changed who:" ' 'CHANGED_WHENLabel ' 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, 499) CHANGED_WHENLabel.Name = "CHANGED_WHENLabel" CHANGED_WHENLabel.Size = New System.Drawing.Size(98, 16) CHANGED_WHENLabel.TabIndex = 20 CHANGED_WHENLabel.Text = "Changed when:" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.lblDesign) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top 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(995, 34) Me.Panel1.TabIndex = 1 ' 'lblDesign ' Me.lblDesign.AutoSize = True Me.lblDesign.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblDesign.Location = New System.Drawing.Point(12, 9) Me.lblDesign.Name = "lblDesign" Me.lblDesign.Size = New System.Drawing.Size(50, 16) Me.lblDesign.TabIndex = 0 Me.lblDesign.Text = "Label2" ' '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.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.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(476, 129) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Control-Typ (Drag and Drop)" ' '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(103, 29) 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, 31) 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, 29) 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, 31) 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, 29) 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, 72) Me.pnldesigner.Name = "pnldesigner" Me.pnldesigner.Size = New System.Drawing.Size(481, 337) 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" ' 'gbxControl ' 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.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 ' 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.Controls.Add(Me.pageSQL) Me.TabControlEigenschaften.Controls.Add(Me.pagePropertiesOld) Me.TabControlEigenschaften.Location = New System.Drawing.Point(12, 22) Me.TabControlEigenschaften.Name = "TabControlEigenschaften" Me.TabControlEigenschaften.SelectedIndex = 0 Me.TabControlEigenschaften.Size = New System.Drawing.Size(455, 263) 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(447, 234) 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(441, 228) 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(447, 234) 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 ' 'pageSQL ' Me.pageSQL.Controls.Add(Me.pnlAuswahlliste) Me.pageSQL.Location = New System.Drawing.Point(4, 25) Me.pageSQL.Name = "pageSQL" Me.pageSQL.Padding = New System.Windows.Forms.Padding(3) Me.pageSQL.Size = New System.Drawing.Size(447, 234) Me.pageSQL.TabIndex = 2 Me.pageSQL.Text = "SQL-Liste" Me.pageSQL.UseVisualStyleBackColor = True ' 'pnlAuswahlliste ' Me.pnlAuswahlliste.AutoScroll = True Me.pnlAuswahlliste.Controls.Add(Me.btnEditor) Me.pnlAuswahlliste.Controls.Add(Me.btnShowConnections) 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(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)) Me.btnShowConnections.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_go1 Me.btnShowConnections.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnShowConnections.Location = New System.Drawing.Point(271, 30) Me.btnShowConnections.Name = "btnShowConnections" Me.btnShowConnections.Size = New System.Drawing.Size(111, 24) Me.btnShowConnections.TabIndex = 6 Me.btnShowConnections.Text = "Connections" Me.btnShowConnections.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnShowConnections.UseVisualStyleBackColor = True ' 'SQL_CommandTextBox ' 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_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 ' '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 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(3, 57) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(76, 16) Me.Label5.TabIndex = 2 Me.Label5.Text = "SQL-Befehl:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(3, 11) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(76, 16) Me.Label4.TabIndex = 1 Me.Label4.Text = "Connection:" ' 'cmbConnection ' Me.cmbConnection.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPM_PROFILE_CONTROLSBindingSource, "CONNECTION_ID", True)) Me.cmbConnection.DataSource = Me.TBPM_CONNECTIONBindingSource Me.cmbConnection.DisplayMember = "BEZEICHNUNG" Me.cmbConnection.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbConnection.FormattingEnabled = True Me.cmbConnection.Location = New System.Drawing.Point(5, 30) Me.cmbConnection.Name = "cmbConnection" Me.cmbConnection.Size = New System.Drawing.Size(260, 24) Me.cmbConnection.TabIndex = 0 Me.cmbConnection.ValueMember = "GUID" ' 'TBPM_CONNECTIONBindingSource ' Me.TBPM_CONNECTIONBindingSource.DataMember = "TBPM_CONNECTION" Me.TBPM_CONNECTIONBindingSource.DataSource = Me.DD_DMSLiteDataSet ' 'pagePropertiesOld ' Me.pagePropertiesOld.AutoScroll = True Me.pagePropertiesOld.BackColor = System.Drawing.Color.White Me.pagePropertiesOld.Controls.Add(Me.LOAD_IDX_VALUECheckBox) Me.pagePropertiesOld.Controls.Add(Me.READ_ONLYCheckBox) Me.pagePropertiesOld.Controls.Add(Me.INDEX_NAME_VALUE) Me.pagePropertiesOld.Controls.Add(Me.rbVektor) Me.pagePropertiesOld.Controls.Add(Me.rbIndex) Me.pagePropertiesOld.Controls.Add(Me.lblCtrlName) Me.pagePropertiesOld.Controls.Add(Me.CHOICE_LISTTextBox) Me.pagePropertiesOld.Controls.Add(Me.lblBeschriftung) Me.pagePropertiesOld.Controls.Add(Me.VALIDATIONCheckBox) Me.pagePropertiesOld.Controls.Add(Me.lblIndex) Me.pagePropertiesOld.Controls.Add(Me.CTRL_TEXTTextBox) Me.pagePropertiesOld.Controls.Add(Me.cmbIndex) Me.pagePropertiesOld.Controls.Add(Me.NAMETextBox) Me.pagePropertiesOld.Controls.Add(Me.CheckBoxAuswahlliste) Me.pagePropertiesOld.Controls.Add(Me.lblAuswahlliste) Me.pagePropertiesOld.Controls.Add(Me.INDEX_NAMETextBox) Me.pagePropertiesOld.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.pagePropertiesOld.Location = New System.Drawing.Point(4, 25) Me.pagePropertiesOld.Name = "pagePropertiesOld" Me.pagePropertiesOld.Padding = New System.Windows.Forms.Padding(3) Me.pagePropertiesOld.Size = New System.Drawing.Size(447, 234) Me.pagePropertiesOld.TabIndex = 0 Me.pagePropertiesOld.Text = "Allgemein (Alt)" ' 'LOAD_IDX_VALUECheckBox ' Me.LOAD_IDX_VALUECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "LOAD_IDX_VALUE", True)) Me.LOAD_IDX_VALUECheckBox.Enabled = False Me.LOAD_IDX_VALUECheckBox.Location = New System.Drawing.Point(6, 185) Me.LOAD_IDX_VALUECheckBox.Name = "LOAD_IDX_VALUECheckBox" Me.LOAD_IDX_VALUECheckBox.Size = New System.Drawing.Size(121, 24) Me.LOAD_IDX_VALUECheckBox.TabIndex = 19 Me.LOAD_IDX_VALUECheckBox.Text = "Lade Indexdaten" Me.ToolTip1.SetToolTip(Me.LOAD_IDX_VALUECheckBox, "Die im zugrundeliegenden Index gepeicherten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Daten werden nicht angezeigt") Me.LOAD_IDX_VALUECheckBox.UseVisualStyleBackColor = True ' 'READ_ONLYCheckBox ' Me.READ_ONLYCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "READ_ONLY", True)) Me.READ_ONLYCheckBox.Enabled = False Me.READ_ONLYCheckBox.Location = New System.Drawing.Point(6, 164) Me.READ_ONLYCheckBox.Name = "READ_ONLYCheckBox" Me.READ_ONLYCheckBox.Size = New System.Drawing.Size(86, 24) Me.READ_ONLYCheckBox.TabIndex = 18 Me.READ_ONLYCheckBox.Text = "Read Only" Me.ToolTip1.SetToolTip(Me.READ_ONLYCheckBox, "lässt keine Änderungen am Index zu") Me.READ_ONLYCheckBox.UseVisualStyleBackColor = True ' 'INDEX_NAME_VALUE ' Me.INDEX_NAME_VALUE.BackColor = System.Drawing.Color.White Me.INDEX_NAME_VALUE.BorderStyle = System.Windows.Forms.BorderStyle.None Me.INDEX_NAME_VALUE.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "INDEX_NAME", True)) Me.INDEX_NAME_VALUE.Enabled = False Me.INDEX_NAME_VALUE.ForeColor = System.Drawing.Color.White Me.INDEX_NAME_VALUE.Location = New System.Drawing.Point(334, 142) Me.INDEX_NAME_VALUE.Name = "INDEX_NAME_VALUE" Me.INDEX_NAME_VALUE.ReadOnly = True Me.INDEX_NAME_VALUE.Size = New System.Drawing.Size(51, 16) Me.INDEX_NAME_VALUE.TabIndex = 17 Me.INDEX_NAME_VALUE.TabStop = False ' 'rbVektor ' Me.rbVektor.AutoSize = True Me.rbVektor.Enabled = False Me.rbVektor.Location = New System.Drawing.Point(174, 52) Me.rbVektor.Name = "rbVektor" Me.rbVektor.Size = New System.Drawing.Size(225, 20) Me.rbVektor.TabIndex = 15 Me.rbVektor.TabStop = True Me.rbVektor.Text = "Benutze Vektor-Feld für Metadaten" Me.rbVektor.UseVisualStyleBackColor = True Me.rbVektor.Visible = False ' 'rbIndex ' Me.rbIndex.AutoSize = True Me.rbIndex.Enabled = False Me.rbIndex.Location = New System.Drawing.Point(9, 52) Me.rbIndex.Name = "rbIndex" Me.rbIndex.Size = New System.Drawing.Size(159, 20) Me.rbIndex.TabIndex = 14 Me.rbIndex.TabStop = True Me.rbIndex.Text = "Beschreibe Index direkt" Me.rbIndex.UseVisualStyleBackColor = True Me.rbIndex.Visible = False ' 'lblCtrlName ' Me.lblCtrlName.AutoSize = True Me.lblCtrlName.Enabled = False Me.lblCtrlName.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblCtrlName.Location = New System.Drawing.Point(6, 3) Me.lblCtrlName.Name = "lblCtrlName" Me.lblCtrlName.Size = New System.Drawing.Size(46, 16) Me.lblCtrlName.TabIndex = 0 Me.lblCtrlName.Text = "Name:" ' 'CHOICE_LISTTextBox ' Me.CHOICE_LISTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CHOICE_LIST", True)) Me.CHOICE_LISTTextBox.Enabled = False Me.CHOICE_LISTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CHOICE_LISTTextBox.Location = New System.Drawing.Point(174, 185) Me.CHOICE_LISTTextBox.Name = "CHOICE_LISTTextBox" Me.CHOICE_LISTTextBox.Size = New System.Drawing.Size(178, 23) Me.CHOICE_LISTTextBox.TabIndex = 13 ' 'lblBeschriftung ' Me.lblBeschriftung.AutoSize = True Me.lblBeschriftung.Enabled = False Me.lblBeschriftung.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblBeschriftung.Location = New System.Drawing.Point(132, 4) Me.lblBeschriftung.Name = "lblBeschriftung" Me.lblBeschriftung.Size = New System.Drawing.Size(83, 16) Me.lblBeschriftung.TabIndex = 2 Me.lblBeschriftung.Text = "Beschriftung:" Me.lblBeschriftung.Visible = False ' 'VALIDATIONCheckBox ' Me.VALIDATIONCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPM_PROFILE_CONTROLSBindingSource, "VALIDATION", True)) Me.VALIDATIONCheckBox.Enabled = False Me.VALIDATIONCheckBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.VALIDATIONCheckBox.Location = New System.Drawing.Point(6, 143) Me.VALIDATIONCheckBox.Name = "VALIDATIONCheckBox" Me.VALIDATIONCheckBox.Size = New System.Drawing.Size(144, 24) Me.VALIDATIONCheckBox.TabIndex = 12 Me.VALIDATIONCheckBox.Text = "Eingabe zwingend" Me.VALIDATIONCheckBox.UseVisualStyleBackColor = True ' 'lblIndex ' Me.lblIndex.AutoSize = True Me.lblIndex.Enabled = False Me.lblIndex.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblIndex.Location = New System.Drawing.Point(3, 84) Me.lblIndex.Name = "lblIndex" Me.lblIndex.Size = New System.Drawing.Size(124, 16) Me.lblIndex.TabIndex = 4 Me.lblIndex.Text = "zugeordneter Index:" Me.lblIndex.Visible = False ' 'CTRL_TEXTTextBox ' Me.CTRL_TEXTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "CTRL_TEXT", True)) Me.CTRL_TEXTTextBox.Enabled = False Me.CTRL_TEXTTextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CTRL_TEXTTextBox.Location = New System.Drawing.Point(135, 23) Me.CTRL_TEXTTextBox.Multiline = True Me.CTRL_TEXTTextBox.Name = "CTRL_TEXTTextBox" Me.CTRL_TEXTTextBox.Size = New System.Drawing.Size(298, 23) Me.CTRL_TEXTTextBox.TabIndex = 11 ' 'cmbIndex ' Me.cmbIndex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "INDEX_NAME", True)) Me.cmbIndex.Enabled = False 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(6, 103) Me.cmbIndex.Name = "cmbIndex" Me.cmbIndex.Size = New System.Drawing.Size(178, 24) Me.cmbIndex.TabIndex = 5 Me.cmbIndex.Visible = False ' 'NAMETextBox ' Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPM_PROFILE_CONTROLSBindingSource, "NAME", True)) Me.NAMETextBox.Enabled = False Me.NAMETextBox.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NAMETextBox.Location = New System.Drawing.Point(9, 23) Me.NAMETextBox.Name = "NAMETextBox" Me.NAMETextBox.Size = New System.Drawing.Size(121, 23) Me.NAMETextBox.TabIndex = 10 ' 'CheckBoxAuswahlliste ' Me.CheckBoxAuswahlliste.AutoSize = True Me.CheckBoxAuswahlliste.Enabled = False Me.CheckBoxAuswahlliste.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.CheckBoxAuswahlliste.Location = New System.Drawing.Point(174, 145) Me.CheckBoxAuswahlliste.Name = "CheckBoxAuswahlliste" Me.CheckBoxAuswahlliste.Size = New System.Drawing.Size(98, 20) Me.CheckBoxAuswahlliste.TabIndex = 6 Me.CheckBoxAuswahlliste.Text = "Auswahlliste" Me.CheckBoxAuswahlliste.UseVisualStyleBackColor = True Me.CheckBoxAuswahlliste.Visible = False ' 'lblAuswahlliste ' Me.lblAuswahlliste.AutoSize = True Me.lblAuswahlliste.Enabled = False Me.lblAuswahlliste.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAuswahlliste.Location = New System.Drawing.Point(171, 167) Me.lblAuswahlliste.Name = "lblAuswahlliste" Me.lblAuswahlliste.Size = New System.Drawing.Size(186, 16) Me.lblAuswahlliste.TabIndex = 7 Me.lblAuswahlliste.Text = "Auswahllistennamen eingeben:" Me.lblAuswahlliste.Visible = False ' 'INDEX_NAMETextBox ' Me.INDEX_NAMETextBox.Enabled = False Me.INDEX_NAMETextBox.Location = New System.Drawing.Point(6, 103) Me.INDEX_NAMETextBox.Name = "INDEX_NAMETextBox" Me.INDEX_NAMETextBox.Size = New System.Drawing.Size(319, 23) Me.INDEX_NAMETextBox.TabIndex = 16 Me.INDEX_NAMETextBox.Visible = False ' '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(13, 295) 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 ' 'btnsave ' 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(279, 294) Me.btnsave.Name = "btnsave" Me.btnsave.Size = New System.Drawing.Size(188, 24) Me.btnsave.TabIndex = 5 Me.btnsave.Text = "Änderungen Speichern" Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnsave.UseVisualStyleBackColor = True Me.btnsave.Visible = False ' 'CHANGED_WHOTextBox ' 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, 518) Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox" Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(222, 23) Me.CHANGED_WHOTextBox.TabIndex = 19 ' '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.flag_red Me.tslblAenderungen.Name = "tslblAenderungen" Me.tslblAenderungen.Size = New System.Drawing.Size(153, 17) Me.tslblAenderungen.Text = "Änderungen gespeichert" Me.tslblAenderungen.Visible = False ' 'CHANGED_WHENTextBox ' 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, 518) Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox" Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(159, 23) Me.CHANGED_WHENTextBox.TabIndex = 21 ' 'btnrefresh ' 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(415, 41) Me.btnrefresh.Name = "btnrefresh" Me.btnrefresh.Size = New System.Drawing.Size(81, 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_USERTableAdapter = Nothing Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = 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 ' 'TBPM_CONNECTIONTableAdapter ' Me.TBPM_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 ' '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(CHANGED_WHENLabel) Me.Controls.Add(Me.CHANGED_WHENTextBox) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(CHANGED_WHOLabel) Me.Controls.Add(Me.CHANGED_WHOTextBox) Me.Controls.Add(Me.gbxControl) Me.Controls.Add(Me.Panel1) 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.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.pnldesigner.ResumeLayout(False) Me.pnldesigner.PerformLayout() Me.gbxControl.ResumeLayout(False) Me.TabControlEigenschaften.ResumeLayout(False) Me.pageProperties.ResumeLayout(False) Me.pageFormat.ResumeLayout(False) Me.pageFormat.PerformLayout() Me.pageSQL.ResumeLayout(False) Me.pnlAuswahlliste.ResumeLayout(False) Me.pnlAuswahlliste.PerformLayout() CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBPM_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.pagePropertiesOld.ResumeLayout(False) Me.pagePropertiesOld.PerformLayout() 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.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 Panel1 As System.Windows.Forms.Panel Friend WithEvents lblDesign As System.Windows.Forms.Label 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 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 Friend WithEvents lblIndex As System.Windows.Forms.Label Friend WithEvents cmbIndex As System.Windows.Forms.ComboBox Friend WithEvents btnsave As System.Windows.Forms.Button Friend WithEvents lblAuswahlliste As System.Windows.Forms.Label Friend WithEvents CheckBoxAuswahlliste As System.Windows.Forms.CheckBox Friend WithEvents btndelete As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents CHOICE_LISTTextBox As System.Windows.Forms.TextBox Friend WithEvents VALIDATIONCheckBox As System.Windows.Forms.CheckBox Friend WithEvents CTRL_TEXTTextBox As System.Windows.Forms.TextBox Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents tslblAenderungen As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents CHANGED_WHENTextBox As System.Windows.Forms.TextBox Friend WithEvents TabControlEigenschaften As System.Windows.Forms.TabControl Friend WithEvents pagePropertiesOld As System.Windows.Forms.TabPage 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 pageSQL As System.Windows.Forms.TabPage Friend WithEvents TBPM_CONNECTIONBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBPM_CONNECTIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_CONNECTIONTableAdapter Friend WithEvents pnlAuswahlliste As System.Windows.Forms.Panel 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 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 Friend WithEvents INDEX_NAMETextBox As System.Windows.Forms.TextBox Friend WithEvents INDEX_NAME_VALUE As System.Windows.Forms.TextBox 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 LOAD_IDX_VALUECheckBox As System.Windows.Forms.CheckBox Friend WithEvents READ_ONLYCheckBox As System.Windows.Forms.CheckBox 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 btnShowConnections As System.Windows.Forms.Button Friend WithEvents btnEditor As Button Friend WithEvents pageProperties As TabPage Friend WithEvents pgControls As PropertyGrid End Class