jj 13.12 devexpress themes
This commit is contained in:
@@ -202,9 +202,6 @@ Partial Class frmConstructor_Main
|
||||
Me.ToolStripSeparator16 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.docCM_PropertiesFile = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.docCM_ResetView = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.NavPane = New DevExpress.XtraBars.Navigation.TileNavPane()
|
||||
Me.NavButtonHome = New DevExpress.XtraBars.Navigation.NavButton()
|
||||
Me.NavButtonRefresh = New DevExpress.XtraBars.Navigation.NavButton()
|
||||
Me.StatusStrip_Main = New System.Windows.Forms.StatusStrip()
|
||||
Me.ContextMenuStripClipboard = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.tsslblStatus = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
@@ -1414,43 +1411,6 @@ Partial Class frmConstructor_Main
|
||||
Me.docCM_ResetView.Name = "docCM_ResetView"
|
||||
resources.ApplyResources(Me.docCM_ResetView, "docCM_ResetView")
|
||||
'
|
||||
'NavPane
|
||||
'
|
||||
Me.NavPane.ButtonPadding = New System.Windows.Forms.Padding(12)
|
||||
Me.NavPane.Buttons.Add(Me.NavButtonHome)
|
||||
Me.NavPane.Buttons.Add(Me.NavButtonRefresh)
|
||||
'
|
||||
'TileNavCategory1
|
||||
'
|
||||
Me.NavPane.DefaultCategory.Name = "TileNavCategory1"
|
||||
Me.NavPane.DefaultCategory.OptionsDropDown.BackColor = System.Drawing.Color.Empty
|
||||
Me.NavPane.DefaultCategory.OwnerCollection = Nothing
|
||||
'
|
||||
'
|
||||
'
|
||||
Me.NavPane.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty
|
||||
Me.NavPane.DefaultCategory.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.[Default]
|
||||
resources.ApplyResources(Me.NavPane, "NavPane")
|
||||
Me.NavPane.Name = "NavPane"
|
||||
Me.NavPane.OptionsPrimaryDropDown.BackColor = System.Drawing.Color.Empty
|
||||
Me.NavPane.OptionsSecondaryDropDown.BackColor = System.Drawing.Color.Empty
|
||||
'
|
||||
'NavButtonHome
|
||||
'
|
||||
Me.NavButtonHome.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.NavButtonHome.Caption = ""
|
||||
Me.NavButtonHome.Glyph = CType(resources.GetObject("NavButtonHome.Glyph"), System.Drawing.Image)
|
||||
Me.NavButtonHome.IsMain = True
|
||||
Me.NavButtonHome.Name = "NavButtonHome"
|
||||
'
|
||||
'NavButtonRefresh
|
||||
'
|
||||
Me.NavButtonRefresh.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right
|
||||
Me.NavButtonRefresh.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.NavButtonRefresh.Caption = ""
|
||||
Me.NavButtonRefresh.Glyph = CType(resources.GetObject("NavButtonRefresh.Glyph"), System.Drawing.Image)
|
||||
Me.NavButtonRefresh.Name = "NavButtonRefresh"
|
||||
'
|
||||
'StatusStrip_Main
|
||||
'
|
||||
Me.StatusStrip_Main.ContextMenuStrip = Me.ContextMenuStripClipboard
|
||||
@@ -1586,7 +1546,6 @@ Partial Class frmConstructor_Main
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.SplitContainerFORM)
|
||||
Me.Controls.Add(Me.StatusStrip_Main)
|
||||
Me.Controls.Add(Me.NavPane)
|
||||
Me.KeyPreview = True
|
||||
Me.Name = "frmConstructor_Main"
|
||||
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -1653,8 +1612,6 @@ Partial Class frmConstructor_Main
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents NavPane As DevExpress.XtraBars.Navigation.TileNavPane
|
||||
Friend WithEvents NavButtonHome As DevExpress.XtraBars.Navigation.NavButton
|
||||
Friend WithEvents StatusStrip_Main As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents TreeViewMain As System.Windows.Forms.TreeView
|
||||
Friend WithEvents GridControlMain As DevExpress.XtraGrid.GridControl
|
||||
@@ -1662,7 +1619,6 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents grvwGrid As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents tsslblStatus As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents tsslblRecord As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents NavButtonRefresh As DevExpress.XtraBars.Navigation.NavButton
|
||||
Friend WithEvents DD_ECMAdmin As DD_Record_Organizer.DD_ECMAdmin
|
||||
Friend WithEvents ContextMenuGrid As System.Windows.Forms.ContextMenuStrip
|
||||
Friend WithEvents FunktionenDataGridToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||||
|
||||
Reference in New Issue
Block a user