RecordOrganizer/app/DD-Record-Organiser/frmLevel_Designer.Designer.vb
2015-11-05 15:57:50 +01:00

364 lines
17 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmLevel_Designer
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()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tsstatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.pnlDesigner = New SnapPanelControl.SnapPanel()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.lblFormName = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.grpbxDocumentView = New System.Windows.Forms.GroupBox()
Me.cmbSearchPattern5 = New System.Windows.Forms.ComboBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.cmbSearchPattern4 = New System.Windows.Forms.ComboBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.cmbSearchPattern3 = New System.Windows.Forms.ComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.cmbSearchPattern2 = New System.Windows.Forms.ComboBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.cmbSearchPattern1 = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.btnsavedocView = New System.Windows.Forms.Button()
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()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.grpbxDocumentView.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
Me.SuspendLayout()
'
'StatusStrip1
'
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(1092, 22)
Me.StatusStrip1.TabIndex = 0
Me.StatusStrip1.Text = "StatusStrip1"
'
'tsstatus
'
Me.tsstatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.lightbulb
Me.tsstatus.Name = "tsstatus"
Me.tsstatus.Size = New System.Drawing.Size(137, 17)
Me.tsstatus.Text = "ToolStripStatusLabel1"
Me.tsstatus.Visible = False
'
'pnlDesigner
'
Me.pnlDesigner.AllowDrop = True
Me.pnlDesigner.BackColor = System.Drawing.SystemColors.ControlLight
Me.pnlDesigner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.pnlDesigner.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlDesigner.GridSize = 8
Me.pnlDesigner.Location = New System.Drawing.Point(0, 0)
Me.pnlDesigner.Name = "pnlDesigner"
Me.pnlDesigner.ShowGrid = True
Me.pnlDesigner.Size = New System.Drawing.Size(1092, 375)
Me.pnlDesigner.TabIndex = 2
'
'ToolStrip1
'
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
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(1092, 25)
Me.ToolStrip1.TabIndex = 3
Me.ToolStrip1.Text = "ToolStrip1"
'
'lblFormName
'
Me.lblFormName.Name = "lblFormName"
Me.lblFormName.Size = New System.Drawing.Size(42, 22)
Me.lblFormName.Text = "Name:"
'
'ToolStripButton1
'
Me.ToolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.ToolStripButton1.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(170, 22)
Me.ToolStripButton1.Text = "View/Spalten neu erzeugen"
'
'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.cmbSearchPattern5)
Me.grpbxDocumentView.Controls.Add(Me.Label6)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern4)
Me.grpbxDocumentView.Controls.Add(Me.Label5)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern3)
Me.grpbxDocumentView.Controls.Add(Me.Label4)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern2)
Me.grpbxDocumentView.Controls.Add(Me.Label3)
Me.grpbxDocumentView.Controls.Add(Me.cmbSearchPattern1)
Me.grpbxDocumentView.Controls.Add(Me.Label2)
Me.grpbxDocumentView.Controls.Add(Me.btnsavedocView)
Me.grpbxDocumentView.Controls.Add(Me.btnWindreamsuche)
Me.grpbxDocumentView.Controls.Add(Me.txtWindreamsuche)
Me.grpbxDocumentView.Controls.Add(Me.Label1)
Me.grpbxDocumentView.Location = New System.Drawing.Point(0, 11)
Me.grpbxDocumentView.Name = "grpbxDocumentView"
Me.grpbxDocumentView.Size = New System.Drawing.Size(1092, 181)
Me.grpbxDocumentView.TabIndex = 4
Me.grpbxDocumentView.TabStop = False
Me.grpbxDocumentView.Text = "Document View - Eigenschaften"
Me.grpbxDocumentView.Visible = False
'
'cmbSearchPattern5
'
Me.cmbSearchPattern5.FormattingEnabled = True
Me.cmbSearchPattern5.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"})
Me.cmbSearchPattern5.Location = New System.Drawing.Point(472, 79)
Me.cmbSearchPattern5.Name = "cmbSearchPattern5"
Me.cmbSearchPattern5.Size = New System.Drawing.Size(200, 21)
Me.cmbSearchPattern5.TabIndex = 63
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(469, 63)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(93, 13)
Me.Label6.TabIndex = 62
Me.Label6.Text = "Search Pattern 5:"
'
'cmbSearchPattern4
'
Me.cmbSearchPattern4.FormattingEnabled = True
Me.cmbSearchPattern4.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"})
Me.cmbSearchPattern4.Location = New System.Drawing.Point(235, 123)
Me.cmbSearchPattern4.Name = "cmbSearchPattern4"
Me.cmbSearchPattern4.Size = New System.Drawing.Size(200, 21)
Me.cmbSearchPattern4.TabIndex = 61
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(232, 107)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(93, 13)
Me.Label5.TabIndex = 60
Me.Label5.Text = "Search Pattern 4:"
'
'cmbSearchPattern3
'
Me.cmbSearchPattern3.FormattingEnabled = True
Me.cmbSearchPattern3.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"})
Me.cmbSearchPattern3.Location = New System.Drawing.Point(15, 123)
Me.cmbSearchPattern3.Name = "cmbSearchPattern3"
Me.cmbSearchPattern3.Size = New System.Drawing.Size(200, 21)
Me.cmbSearchPattern3.TabIndex = 59
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 107)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(93, 13)
Me.Label4.TabIndex = 58
Me.Label4.Text = "Search Pattern 3:"
'
'cmbSearchPattern2
'
Me.cmbSearchPattern2.FormattingEnabled = True
Me.cmbSearchPattern2.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"})
Me.cmbSearchPattern2.Location = New System.Drawing.Point(235, 79)
Me.cmbSearchPattern2.Name = "cmbSearchPattern2"
Me.cmbSearchPattern2.Size = New System.Drawing.Size(200, 21)
Me.cmbSearchPattern2.TabIndex = 57
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(232, 63)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(93, 13)
Me.Label3.TabIndex = 56
Me.Label3.Text = "Search Pattern 2:"
'
'cmbSearchPattern1
'
Me.cmbSearchPattern1.FormattingEnabled = True
Me.cmbSearchPattern1.Items.AddRange(New Object() {"Form-ID (Entity)", "Record-ID"})
Me.cmbSearchPattern1.Location = New System.Drawing.Point(15, 79)
Me.cmbSearchPattern1.Name = "cmbSearchPattern1"
Me.cmbSearchPattern1.Size = New System.Drawing.Size(200, 21)
Me.cmbSearchPattern1.TabIndex = 55
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(12, 63)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(93, 13)
Me.Label2.TabIndex = 53
Me.Label2.Text = "Search Pattern 1:"
'
'btnsavedocView
'
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(994, 30)
Me.btnsavedocView.Name = "btnsavedocView"
Me.btnsavedocView.Size = New System.Drawing.Size(86, 26)
Me.btnsavedocView.TabIndex = 52
Me.btnsavedocView.Text = "Speichern"
Me.btnsavedocView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsavedocView.UseVisualStyleBackColor = True
'
'btnWindreamsuche
'
Me.btnWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnWindreamsuche.Location = New System.Drawing.Point(546, 33)
Me.btnWindreamsuche.Name = "btnWindreamsuche"
Me.btnWindreamsuche.Size = New System.Drawing.Size(24, 21)
Me.btnWindreamsuche.TabIndex = 49
Me.btnWindreamsuche.Text = "..."
Me.btnWindreamsuche.UseVisualStyleBackColor = True
'
'txtWindreamsuche
'
Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info
Me.txtWindreamsuche.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtWindreamsuche.Location = New System.Drawing.Point(15, 34)
Me.txtWindreamsuche.Name = "txtWindreamsuche"
Me.txtWindreamsuche.Size = New System.Drawing.Size(525, 22)
Me.txtWindreamsuche.TabIndex = 50
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 18)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(96, 13)
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|*.*"
Me.OFDWindreamsuche.RestoreDirectory = True
Me.OFDWindreamsuche.Title = "windream-Suche wählen"
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 25)
Me.SplitContainer1.Name = "SplitContainer1"
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.pnlDesigner)
'
'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(1092, 544)
Me.SplitContainer1.SplitterDistance = 375
Me.SplitContainer1.TabIndex = 5
'
'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(1092, 591)
Me.Controls.Add(Me.SplitContainer1)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.StatusStrip1)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Name = "frmLevel_Designer"
Me.Text = "frmLevel_Designer"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.grpbxDocumentView.ResumeLayout(False)
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)
Me.PerformLayout()
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents pnlDesigner As SnapPanelControl.SnapPanel
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents lblFormName As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents grpbxDocumentView As System.Windows.Forms.GroupBox
Friend WithEvents btnWindreamsuche As System.Windows.Forms.Button
Friend WithEvents txtWindreamsuche As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents OFDWindreamsuche As System.Windows.Forms.OpenFileDialog
Friend WithEvents btnsavedocView As System.Windows.Forms.Button
Friend WithEvents cmbSearchPattern4 As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents cmbSearchPattern3 As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents cmbSearchPattern2 As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents cmbSearchPattern1 As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents cmbSearchPattern5 As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents tsstatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents chkbxdocview As System.Windows.Forms.CheckBox
Friend WithEvents ttTooltip As System.Windows.Forms.ToolTip
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
End Class