245 lines
13 KiB
VB.net
245 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmConfigBasic
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfigBasic))
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.bsiInfo = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.Quicksearch1CB_Pos = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.Quicksearch1TitleTextBox = New DevExpress.XtraEditors.TextEdit()
|
|
Me.CheckButtonDEBUG = New DevExpress.XtraEditors.CheckButton()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.Quicksearch1CB_Pos.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Quicksearch1TitleTextBox.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.BarButtonItem2, Me.BarButtonItem3, Me.bsiInfo})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 5
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(800, 160)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Appdata Folder"
|
|
Me.BarButtonItem1.Id = 1
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'BarButtonItem2
|
|
'
|
|
Me.BarButtonItem2.Caption = "Log Folder"
|
|
Me.BarButtonItem2.Id = 2
|
|
Me.BarButtonItem2.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
|
'
|
|
'BarButtonItem3
|
|
'
|
|
Me.BarButtonItem3.Caption = "Speichern"
|
|
Me.BarButtonItem3.Id = 3
|
|
Me.BarButtonItem3.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem3.Name = "BarButtonItem3"
|
|
'
|
|
'bsiInfo
|
|
'
|
|
Me.bsiInfo.Id = 4
|
|
Me.bsiInfo.ImageOptions.SvgImage = CType(resources.GetObject("bsiInfo.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.bsiInfo.Name = "bsiInfo"
|
|
Me.bsiInfo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "Start"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem2)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "Schnellzugriffe"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInfo)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 428)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(800, 22)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.Quicksearch1CB_Pos)
|
|
Me.LayoutControl1.Controls.Add(Me.Quicksearch1TitleTextBox)
|
|
Me.LayoutControl1.Controls.Add(Me.CheckButtonDEBUG)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 160)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(848, 135, 650, 400)
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(800, 268)
|
|
Me.LayoutControl1.TabIndex = 2
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'Quicksearch1CB_Pos
|
|
'
|
|
Me.Quicksearch1CB_Pos.Location = New System.Drawing.Point(166, 82)
|
|
Me.Quicksearch1CB_Pos.MenuManager = Me.RibbonControl1
|
|
Me.Quicksearch1CB_Pos.Name = "Quicksearch1CB_Pos"
|
|
Me.Quicksearch1CB_Pos.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.Quicksearch1CB_Pos.Properties.Items.AddRange(New Object() {"Top", "Bottom"})
|
|
Me.Quicksearch1CB_Pos.Size = New System.Drawing.Size(622, 20)
|
|
Me.Quicksearch1CB_Pos.StyleController = Me.LayoutControl1
|
|
Me.Quicksearch1CB_Pos.TabIndex = 7
|
|
'
|
|
'Quicksearch1TitleTextBox
|
|
'
|
|
Me.Quicksearch1TitleTextBox.Location = New System.Drawing.Point(166, 58)
|
|
Me.Quicksearch1TitleTextBox.MenuManager = Me.RibbonControl1
|
|
Me.Quicksearch1TitleTextBox.Name = "Quicksearch1TitleTextBox"
|
|
Me.Quicksearch1TitleTextBox.Size = New System.Drawing.Size(622, 20)
|
|
Me.Quicksearch1TitleTextBox.StyleController = Me.LayoutControl1
|
|
Me.Quicksearch1TitleTextBox.TabIndex = 6
|
|
'
|
|
'CheckButtonDEBUG
|
|
'
|
|
Me.CheckButtonDEBUG.Location = New System.Drawing.Point(12, 12)
|
|
Me.CheckButtonDEBUG.Name = "CheckButtonDEBUG"
|
|
Me.CheckButtonDEBUG.Padding = New System.Windows.Forms.Padding(10)
|
|
Me.CheckButtonDEBUG.Size = New System.Drawing.Size(776, 42)
|
|
Me.CheckButtonDEBUG.StyleController = Me.LayoutControl1
|
|
Me.CheckButtonDEBUG.TabIndex = 5
|
|
Me.CheckButtonDEBUG.Text = "DEBUG not active"
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem1, Me.LayoutControlItem3})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(800, 268)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.CheckButtonDEBUG
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(780, 46)
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem2.TextVisible = False
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.Quicksearch1TitleTextBox
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 46)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(780, 24)
|
|
Me.LayoutControlItem1.Text = "Titel der Schnellsuche 1"
|
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(142, 13)
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.Quicksearch1CB_Pos
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 70)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(780, 178)
|
|
Me.LayoutControlItem3.Text = "Docking der Schnellsuche 1"
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(142, 13)
|
|
'
|
|
'frmConfigBasic
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 450)
|
|
Me.Controls.Add(Me.LayoutControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmConfigBasic.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.Name = "frmConfigBasic"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "User Basic Configuration"
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.Quicksearch1CB_Pos.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Quicksearch1TitleTextBox.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents CheckButtonDEBUG As DevExpress.XtraEditors.CheckButton
|
|
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents Quicksearch1CB_Pos As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents Quicksearch1TitleTextBox As DevExpress.XtraEditors.TextEdit
|
|
Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents bsiInfo As DevExpress.XtraBars.BarStaticItem
|
|
End Class
|