303 lines
17 KiB
VB.net
303 lines
17 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.SkinPaletteRibbonGalleryBarItem1 = New DevExpress.XtraBars.SkinPaletteRibbonGalleryBarItem()
|
|
Me.SkinRibbonGalleryBarItem1 = New DevExpress.XtraBars.SkinRibbonGalleryBarItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroup2 = 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.ToggleSwitchDebug = New DevExpress.XtraEditors.ToggleSwitch()
|
|
Me.Quicksearch1CB_Pos = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.Quicksearch1TitleTextBox = New DevExpress.XtraEditors.TextEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
|
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.ToggleSwitchDebug.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
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.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem4, 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.SkinPaletteRibbonGalleryBarItem1, Me.SkinRibbonGalleryBarItem1})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 11
|
|
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, 158)
|
|
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
|
|
'
|
|
'SkinPaletteRibbonGalleryBarItem1
|
|
'
|
|
Me.SkinPaletteRibbonGalleryBarItem1.Caption = "SkinPaletteRibbonGalleryBarItem1"
|
|
Me.SkinPaletteRibbonGalleryBarItem1.Id = 9
|
|
Me.SkinPaletteRibbonGalleryBarItem1.Name = "SkinPaletteRibbonGalleryBarItem1"
|
|
'
|
|
'SkinRibbonGalleryBarItem1
|
|
'
|
|
Me.SkinRibbonGalleryBarItem1.Caption = "SkinRibbonGalleryBarItem1"
|
|
Me.SkinRibbonGalleryBarItem1.Id = 10
|
|
Me.SkinRibbonGalleryBarItem1.Name = "SkinRibbonGalleryBarItem1"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2})
|
|
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"
|
|
'
|
|
'RibbonPageGroup2
|
|
'
|
|
Me.RibbonPageGroup2.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.SkinRibbonGalleryBarItem1)
|
|
Me.RibbonPageGroup2.ItemLinks.Add(Me.SkinPaletteRibbonGalleryBarItem1)
|
|
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
|
Me.RibbonPageGroup2.Text = "Oberflächen Design"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsiInfo)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 426)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(800, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.ToggleSwitchDebug)
|
|
Me.LayoutControl1.Controls.Add(Me.Quicksearch1CB_Pos)
|
|
Me.LayoutControl1.Controls.Add(Me.Quicksearch1TitleTextBox)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 158)
|
|
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"
|
|
'
|
|
'ToggleSwitchDebug
|
|
'
|
|
Me.ToggleSwitchDebug.Location = New System.Drawing.Point(12, 12)
|
|
Me.ToggleSwitchDebug.MenuManager = Me.RibbonControl1
|
|
Me.ToggleSwitchDebug.Name = "ToggleSwitchDebug"
|
|
Me.ToggleSwitchDebug.Properties.OffText = "DEBUG not active"
|
|
Me.ToggleSwitchDebug.Properties.OnText = "DEBUG is active"
|
|
Me.ToggleSwitchDebug.Size = New System.Drawing.Size(536, 19)
|
|
Me.ToggleSwitchDebug.StyleController = Me.LayoutControl1
|
|
Me.ToggleSwitchDebug.TabIndex = 8
|
|
'
|
|
'Quicksearch1CB_Pos
|
|
'
|
|
Me.Quicksearch1CB_Pos.Location = New System.Drawing.Point(181, 101)
|
|
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(592, 20)
|
|
Me.Quicksearch1CB_Pos.StyleController = Me.LayoutControl1
|
|
Me.Quicksearch1CB_Pos.TabIndex = 7
|
|
'
|
|
'Quicksearch1TitleTextBox
|
|
'
|
|
Me.Quicksearch1TitleTextBox.Location = New System.Drawing.Point(181, 71)
|
|
Me.Quicksearch1TitleTextBox.MenuManager = Me.RibbonControl1
|
|
Me.Quicksearch1TitleTextBox.Name = "Quicksearch1TitleTextBox"
|
|
Me.Quicksearch1TitleTextBox.Size = New System.Drawing.Size(592, 20)
|
|
Me.Quicksearch1TitleTextBox.StyleController = Me.LayoutControl1
|
|
Me.Quicksearch1TitleTextBox.TabIndex = 6
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.EmptySpaceItem1, Me.LayoutControlGroup1, Me.LayoutControlItem4})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(800, 268)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'EmptySpaceItem1
|
|
'
|
|
Me.EmptySpaceItem1.AllowHotTrack = False
|
|
Me.EmptySpaceItem1.Location = New System.Drawing.Point(540, 0)
|
|
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
|
Me.EmptySpaceItem1.Size = New System.Drawing.Size(240, 23)
|
|
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
|
|
'
|
|
'LayoutControlGroup1
|
|
'
|
|
Me.LayoutControlGroup1.CustomizationFormText = "Schnellsuche 1"
|
|
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem3})
|
|
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 23)
|
|
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
|
Me.LayoutControlGroup1.Size = New System.Drawing.Size(780, 225)
|
|
Me.LayoutControlGroup1.Text = "Konfiguration Schnellsuche 1"
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.Quicksearch1TitleTextBox
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(756, 30)
|
|
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, 30)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(756, 150)
|
|
Me.LayoutControlItem3.Text = "Docking der Schnellsuche 1"
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(142, 13)
|
|
'
|
|
'LayoutControlItem4
|
|
'
|
|
Me.LayoutControlItem4.AppearanceItemCaption.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LayoutControlItem4.AppearanceItemCaption.Options.UseFont = True
|
|
Me.LayoutControlItem4.Control = Me.ToggleSwitchDebug
|
|
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
|
Me.LayoutControlItem4.Size = New System.Drawing.Size(540, 23)
|
|
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem4.TextVisible = False
|
|
'
|
|
'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.ToggleSwitchDebug.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem4, 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 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
|
|
Friend WithEvents SkinPaletteRibbonGalleryBarItem1 As DevExpress.XtraBars.SkinPaletteRibbonGalleryBarItem
|
|
Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents SkinRibbonGalleryBarItem1 As DevExpress.XtraBars.SkinRibbonGalleryBarItem
|
|
Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
|
Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents ToggleSwitchDebug As DevExpress.XtraEditors.ToggleSwitch
|
|
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
|
|
End Class
|