192 lines
9.7 KiB
VB.net
192 lines
9.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmInbox
|
|
Inherits BaseRibbonForm
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.RibbonControl = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.NavBarControl1 = New DevExpress.XtraNavBar.NavBarControl()
|
|
Me.NavBarGroup1 = New DevExpress.XtraNavBar.NavBarGroup()
|
|
Me.NavBarGroupControlContainer1 = New DevExpress.XtraNavBar.NavBarGroupControlContainer()
|
|
Me.TreeList1 = New DevExpress.XtraTreeList.TreeList()
|
|
Me.TreeListColumn1 = New DevExpress.XtraTreeList.Columns.TreeListColumn()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.NavBarControl1.SuspendLayout()
|
|
Me.NavBarGroupControlContainer1.SuspendLayout()
|
|
CType(Me.TreeList1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl
|
|
'
|
|
Me.RibbonControl.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl.ExpandCollapseItem})
|
|
Me.RibbonControl.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl.MaxItemId = 1
|
|
Me.RibbonControl.Name = "RibbonControl"
|
|
Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl.Size = New System.Drawing.Size(1110, 146)
|
|
Me.RibbonControl.StatusBar = Me.RibbonStatusBar
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "RibbonPage1"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
|
'
|
|
'RibbonStatusBar
|
|
'
|
|
Me.RibbonStatusBar.Location = New System.Drawing.Point(0, 630)
|
|
Me.RibbonStatusBar.Name = "RibbonStatusBar"
|
|
Me.RibbonStatusBar.Ribbon = Me.RibbonControl
|
|
Me.RibbonStatusBar.Size = New System.Drawing.Size(1110, 21)
|
|
'
|
|
'NavBarControl1
|
|
'
|
|
Me.NavBarControl1.ActiveGroup = Me.NavBarGroup1
|
|
Me.NavBarControl1.Controls.Add(Me.NavBarGroupControlContainer1)
|
|
Me.NavBarControl1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.NavBarControl1.Groups.AddRange(New DevExpress.XtraNavBar.NavBarGroup() {Me.NavBarGroup1})
|
|
Me.NavBarControl1.Location = New System.Drawing.Point(0, 146)
|
|
Me.NavBarControl1.Name = "NavBarControl1"
|
|
Me.NavBarControl1.OptionsNavPane.ExpandedWidth = 250
|
|
Me.NavBarControl1.OptionsNavPane.ShowOverflowButton = False
|
|
Me.NavBarControl1.OptionsNavPane.ShowOverflowPanel = False
|
|
Me.NavBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane
|
|
Me.NavBarControl1.Size = New System.Drawing.Size(250, 484)
|
|
Me.NavBarControl1.TabIndex = 2
|
|
Me.NavBarControl1.Text = "NavBarControl1"
|
|
'
|
|
'NavBarGroup1
|
|
'
|
|
Me.NavBarGroup1.Caption = "Inbox"
|
|
Me.NavBarGroup1.ControlContainer = Me.NavBarGroupControlContainer1
|
|
Me.NavBarGroup1.Expanded = True
|
|
Me.NavBarGroup1.GroupClientHeight = 369
|
|
Me.NavBarGroup1.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer
|
|
Me.NavBarGroup1.Name = "NavBarGroup1"
|
|
'
|
|
'NavBarGroupControlContainer1
|
|
'
|
|
Me.NavBarGroupControlContainer1.Appearance.BackColor = System.Drawing.SystemColors.Control
|
|
Me.NavBarGroupControlContainer1.Appearance.Options.UseBackColor = True
|
|
Me.NavBarGroupControlContainer1.Controls.Add(Me.TreeList1)
|
|
Me.NavBarGroupControlContainer1.Name = "NavBarGroupControlContainer1"
|
|
Me.NavBarGroupControlContainer1.Size = New System.Drawing.Size(250, 403)
|
|
Me.NavBarGroupControlContainer1.TabIndex = 0
|
|
'
|
|
'TreeList1
|
|
'
|
|
Me.TreeList1.Appearance.Empty.Options.UseBackColor = True
|
|
Me.TreeList1.Appearance.Row.BackColor = System.Drawing.Color.Transparent
|
|
Me.TreeList1.Appearance.Row.Options.UseBackColor = True
|
|
Me.TreeList1.Appearance.SelectedRow.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TreeList1.Appearance.SelectedRow.Options.UseFont = True
|
|
Me.TreeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder
|
|
Me.TreeList1.Columns.AddRange(New DevExpress.XtraTreeList.Columns.TreeListColumn() {Me.TreeListColumn1})
|
|
Me.TreeList1.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.TreeList1.CustomizationFormBounds = New System.Drawing.Rectangle(-252, 456, 252, 236)
|
|
Me.TreeList1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TreeList1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TreeList1.Name = "TreeList1"
|
|
Me.TreeList1.BeginUnboundLoad()
|
|
Me.TreeList1.AppendNode(New Object() {"Todos"}, -1)
|
|
Me.TreeList1.AppendNode(New Object() {"Validierungen"}, 0)
|
|
Me.TreeList1.EndUnboundLoad()
|
|
Me.TreeList1.OptionsBehavior.Editable = False
|
|
Me.TreeList1.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.TreeList1.OptionsView.FocusRectStyle = DevExpress.XtraTreeList.DrawFocusRectStyle.None
|
|
Me.TreeList1.OptionsView.ShowIndentAsRowStyle = True
|
|
Me.TreeList1.Size = New System.Drawing.Size(250, 403)
|
|
Me.TreeList1.TabIndex = 0
|
|
Me.TreeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView
|
|
'
|
|
'TreeListColumn1
|
|
'
|
|
Me.TreeListColumn1.Caption = "TreeListColumn1"
|
|
Me.TreeListColumn1.FieldName = "TreeListColumn1"
|
|
Me.TreeListColumn1.Name = "TreeListColumn1"
|
|
Me.TreeListColumn1.Visible = True
|
|
Me.TreeListColumn1.VisibleIndex = 0
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl1.Location = New System.Drawing.Point(250, 146)
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.RibbonControl
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.Size = New System.Drawing.Size(860, 484)
|
|
Me.GridControl1.TabIndex = 3
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
'
|
|
'frmInbox
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1110, 651)
|
|
Me.Controls.Add(Me.GridControl1)
|
|
Me.Controls.Add(Me.NavBarControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar)
|
|
Me.Controls.Add(Me.RibbonControl)
|
|
Me.Name = "frmInbox"
|
|
Me.Ribbon = Me.RibbonControl
|
|
Me.StatusBar = Me.RibbonStatusBar
|
|
Me.Text = "frmInbox"
|
|
CType(Me.RibbonControl, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.NavBarControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.NavBarControl1.ResumeLayout(False)
|
|
Me.NavBarGroupControlContainer1.ResumeLayout(False)
|
|
CType(Me.TreeList1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents RibbonControl As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents RibbonStatusBar As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents NavBarControl1 As DevExpress.XtraNavBar.NavBarControl
|
|
Friend WithEvents NavBarGroup1 As DevExpress.XtraNavBar.NavBarGroup
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents NavBarGroupControlContainer1 As DevExpress.XtraNavBar.NavBarGroupControlContainer
|
|
Friend WithEvents TreeList1 As DevExpress.XtraTreeList.TreeList
|
|
Friend WithEvents TreeListColumn1 As DevExpress.XtraTreeList.Columns.TreeListColumn
|
|
End Class
|