MS
This commit is contained in:
51
GUIs.ZooFlow/frmConfigBasic.Designer.vb
generated
51
GUIs.ZooFlow/frmConfigBasic.Designer.vb
generated
@@ -43,6 +43,8 @@ Partial Class frmConfigBasic
|
||||
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
||||
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl1.SuspendLayout()
|
||||
@@ -52,6 +54,8 @@ Partial Class frmConfigBasic
|
||||
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'RibbonControl1
|
||||
@@ -156,21 +160,21 @@ Partial Class frmConfigBasic
|
||||
'
|
||||
'Quicksearch1CB_Pos
|
||||
'
|
||||
Me.Quicksearch1CB_Pos.Location = New System.Drawing.Point(166, 82)
|
||||
Me.Quicksearch1CB_Pos.Location = New System.Drawing.Point(181, 114)
|
||||
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.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(166, 58)
|
||||
Me.Quicksearch1TitleTextBox.Location = New System.Drawing.Point(181, 84)
|
||||
Me.Quicksearch1TitleTextBox.MenuManager = Me.RibbonControl1
|
||||
Me.Quicksearch1TitleTextBox.Name = "Quicksearch1TitleTextBox"
|
||||
Me.Quicksearch1TitleTextBox.Size = New System.Drawing.Size(622, 20)
|
||||
Me.Quicksearch1TitleTextBox.Size = New System.Drawing.Size(592, 20)
|
||||
Me.Quicksearch1TitleTextBox.StyleController = Me.LayoutControl1
|
||||
Me.Quicksearch1TitleTextBox.TabIndex = 6
|
||||
'
|
||||
@@ -178,8 +182,8 @@ Partial Class frmConfigBasic
|
||||
'
|
||||
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.Padding = New System.Windows.Forms.Padding(5)
|
||||
Me.CheckButtonDEBUG.Size = New System.Drawing.Size(386, 32)
|
||||
Me.CheckButtonDEBUG.StyleController = Me.LayoutControl1
|
||||
Me.CheckButtonDEBUG.TabIndex = 5
|
||||
Me.CheckButtonDEBUG.Text = "DEBUG not active"
|
||||
@@ -188,7 +192,7 @@ Partial Class frmConfigBasic
|
||||
'
|
||||
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.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.EmptySpaceItem1, Me.LayoutControlGroup1})
|
||||
Me.Root.Name = "Root"
|
||||
Me.Root.Size = New System.Drawing.Size(800, 268)
|
||||
Me.Root.TextVisible = False
|
||||
@@ -198,28 +202,47 @@ Partial Class frmConfigBasic
|
||||
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.Size = New System.Drawing.Size(390, 36)
|
||||
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.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(780, 24)
|
||||
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, 70)
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 30)
|
||||
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(780, 178)
|
||||
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(756, 137)
|
||||
Me.LayoutControlItem3.Text = "Docking der Schnellsuche 1"
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(142, 13)
|
||||
'
|
||||
'EmptySpaceItem1
|
||||
'
|
||||
Me.EmptySpaceItem1.AllowHotTrack = False
|
||||
Me.EmptySpaceItem1.Location = New System.Drawing.Point(390, 0)
|
||||
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
||||
Me.EmptySpaceItem1.Size = New System.Drawing.Size(390, 36)
|
||||
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, 36)
|
||||
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(780, 212)
|
||||
Me.LayoutControlGroup1.Text = "Konfiguration Schnellsuche 1"
|
||||
'
|
||||
'frmConfigBasic
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -242,6 +265,8 @@ Partial Class frmConfigBasic
|
||||
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -267,4 +292,6 @@ Partial Class frmConfigBasic
|
||||
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
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user