This commit is contained in:
SchreiberM
2015-10-19 14:53:16 +02:00
parent c74e5434b9
commit b228bae28a
8 changed files with 111 additions and 48 deletions

View File

@@ -30,7 +30,6 @@ Partial Class frmLevel_Designer
Me.lblFormName = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.grpbxDocumentView = New System.Windows.Forms.GroupBox()
Me.chkbxdocview = New System.Windows.Forms.CheckBox()
Me.cmbSearchPattern5 = New System.Windows.Forms.ComboBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.cmbSearchPattern4 = New System.Windows.Forms.ComboBox()
@@ -45,6 +44,7 @@ Partial Class frmLevel_Designer
Me.btnWindreamsuche = New System.Windows.Forms.Button()
Me.txtWindreamsuche = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.chkbxdocview = New System.Windows.Forms.CheckBox()
Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog()
Me.ttTooltip = New System.Windows.Forms.ToolTip(Me.components)
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
@@ -62,7 +62,7 @@ Partial Class frmLevel_Designer
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 569)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1067, 22)
Me.StatusStrip1.Size = New System.Drawing.Size(1092, 22)
Me.StatusStrip1.TabIndex = 0
Me.StatusStrip1.Text = "StatusStrip1"
'
@@ -84,7 +84,7 @@ Partial Class frmLevel_Designer
Me.pnlDesigner.Location = New System.Drawing.Point(0, 0)
Me.pnlDesigner.Name = "pnlDesigner"
Me.pnlDesigner.ShowGrid = True
Me.pnlDesigner.Size = New System.Drawing.Size(1067, 375)
Me.pnlDesigner.Size = New System.Drawing.Size(1092, 375)
Me.pnlDesigner.TabIndex = 2
'
'ToolStrip1
@@ -93,7 +93,7 @@ Partial Class frmLevel_Designer
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblFormName, Me.ToolStripButton1})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(1067, 25)
Me.ToolStrip1.Size = New System.Drawing.Size(1092, 25)
Me.ToolStrip1.TabIndex = 3
Me.ToolStrip1.Text = "ToolStrip1"
'
@@ -114,8 +114,10 @@ Partial Class frmLevel_Designer
'
'grpbxDocumentView
'
Me.grpbxDocumentView.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.grpbxDocumentView.BackColor = System.Drawing.SystemColors.Control
Me.grpbxDocumentView.Controls.Add(Me.chkbxdocview)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern5)
Me.grpbxDocumentView.Controls.Add(Me.Label6)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern4)
@@ -130,26 +132,14 @@ Partial Class frmLevel_Designer
Me.grpbxDocumentView.Controls.Add(Me.btnWindreamsuche)
Me.grpbxDocumentView.Controls.Add(Me.txtWindreamsuche)
Me.grpbxDocumentView.Controls.Add(Me.Label1)
Me.grpbxDocumentView.Dock = System.Windows.Forms.DockStyle.Fill
Me.grpbxDocumentView.Location = New System.Drawing.Point(0, 0)
Me.grpbxDocumentView.Location = New System.Drawing.Point(0, 11)
Me.grpbxDocumentView.Name = "grpbxDocumentView"
Me.grpbxDocumentView.Size = New System.Drawing.Size(1067, 170)
Me.grpbxDocumentView.Size = New System.Drawing.Size(1092, 176)
Me.grpbxDocumentView.TabIndex = 4
Me.grpbxDocumentView.TabStop = False
Me.grpbxDocumentView.Text = "Document View - Eigenschaften"
Me.grpbxDocumentView.Visible = False
'
'chkbxdocview
'
Me.chkbxdocview.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.chkbxdocview.AutoSize = True
Me.chkbxdocview.Location = New System.Drawing.Point(900, 17)
Me.chkbxdocview.Name = "chkbxdocview"
Me.chkbxdocview.Size = New System.Drawing.Size(167, 17)
Me.chkbxdocview.TabIndex = 5
Me.chkbxdocview.Text = "Dokumenten-Ansicht aktiv?"
Me.chkbxdocview.UseVisualStyleBackColor = True
'
'cmbSearchPattern5
'
Me.cmbSearchPattern5.FormattingEnabled = True
@@ -245,7 +235,7 @@ Partial Class frmLevel_Designer
Me.btnsavedocView.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnsavedocView.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_save
Me.btnsavedocView.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnsavedocView.Location = New System.Drawing.Point(975, 40)
Me.btnsavedocView.Location = New System.Drawing.Point(994, 30)
Me.btnsavedocView.Name = "btnsavedocView"
Me.btnsavedocView.Size = New System.Drawing.Size(86, 26)
Me.btnsavedocView.TabIndex = 52
@@ -281,6 +271,17 @@ Partial Class frmLevel_Designer
Me.Label1.TabIndex = 0
Me.Label1.Text = "windream-Suche:"
'
'chkbxdocview
'
Me.chkbxdocview.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.chkbxdocview.AutoSize = True
Me.chkbxdocview.Location = New System.Drawing.Point(922, 10)
Me.chkbxdocview.Name = "chkbxdocview"
Me.chkbxdocview.Size = New System.Drawing.Size(167, 17)
Me.chkbxdocview.TabIndex = 5
Me.chkbxdocview.Text = "Dokumenten-Ansicht aktiv?"
Me.chkbxdocview.UseVisualStyleBackColor = True
'
'OFDWindreamsuche
'
Me.OFDWindreamsuche.Filter = "windream-Suche|*.wdf|Alle Dateien|*.*"
@@ -300,9 +301,10 @@ Partial Class frmLevel_Designer
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.chkbxdocview)
Me.SplitContainer1.Panel2.Controls.Add(Me.grpbxDocumentView)
Me.SplitContainer1.Panel2MinSize = 170
Me.SplitContainer1.Size = New System.Drawing.Size(1067, 544)
Me.SplitContainer1.Size = New System.Drawing.Size(1092, 544)
Me.SplitContainer1.SplitterDistance = 375
Me.SplitContainer1.TabIndex = 5
'
@@ -311,7 +313,7 @@ Partial Class frmLevel_Designer
Me.AllowDrop = True
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1067, 591)
Me.ClientSize = New System.Drawing.Size(1092, 591)
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.StatusStrip1)
@@ -326,6 +328,7 @@ Partial Class frmLevel_Designer
Me.grpbxDocumentView.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.Panel2.PerformLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.ResumeLayout(False)