157 lines
7.6 KiB
VB.net
157 lines
7.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class NNfrmNotification_Startup
|
|
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(NNfrmNotification_Startup))
|
|
Me.ListBoxControl1 = New DevExpress.XtraEditors.ListBoxControl()
|
|
Me.RichEditControl1 = New DevExpress.XtraRichEdit.RichEditControl()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.bbtnitmMarkRead = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarStaticItem1 = 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()
|
|
CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ListBoxControl1
|
|
'
|
|
resources.ApplyResources(Me.ListBoxControl1, "ListBoxControl1")
|
|
Me.ListBoxControl1.Name = "ListBoxControl1"
|
|
'
|
|
'RichEditControl1
|
|
'
|
|
resources.ApplyResources(Me.RichEditControl1, "RichEditControl1")
|
|
Me.RichEditControl1.MenuManager = Me.RibbonControl1
|
|
Me.RichEditControl1.Name = "RichEditControl1"
|
|
Me.RichEditControl1.Options.HorizontalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
Me.RichEditControl1.Options.VerticalRuler.Visibility = DevExpress.XtraRichEdit.RichEditRulerVisibility.Hidden
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Green
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1, Me.bbtnitmMarkRead, Me.BarStaticItem1})
|
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
|
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.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
|
Me.BarButtonItem1.Id = 1
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'bbtnitmMarkRead
|
|
'
|
|
resources.ApplyResources(Me.bbtnitmMarkRead, "bbtnitmMarkRead")
|
|
Me.bbtnitmMarkRead.Id = 3
|
|
Me.bbtnitmMarkRead.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitmMarkRead.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.bbtnitmMarkRead.Name = "bbtnitmMarkRead"
|
|
Me.bbtnitmMarkRead.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
|
'
|
|
'BarStaticItem1
|
|
'
|
|
Me.BarStaticItem1.Id = 4
|
|
Me.BarStaticItem1.Name = "BarStaticItem1"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.AllowTextClipping = False
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.bbtnitmMarkRead)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItem1)
|
|
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
resources.ApplyResources(Me.RibbonPage2, "RibbonPage2")
|
|
'
|
|
'frmNotification_Startup
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmNotification_Startup.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.Name = "frmNotification_Startup"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.TopMost = True
|
|
CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ListBoxControl1 As DevExpress.XtraEditors.ListBoxControl
|
|
Friend WithEvents RichEditControl1 As DevExpress.XtraRichEdit.RichEditControl
|
|
Friend WithEvents DocumentViewer1 As Controls.DocumentViewer.DocumentViewer
|
|
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 BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents bbtnitmMarkRead As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
|
|
|
|
''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.SuspendLayout()
|
|
' '
|
|
' 'frmNotification_Startup2
|
|
' '
|
|
' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
' Me.ClientSize = New System.Drawing.Size(1046, 634)
|
|
' Me.Name = "frmNotification_Startup"
|
|
' Me.Text = "frmNotification_Startup"
|
|
' Me.ResumeLayout(False)
|
|
|
|
'End Sub
|
|
End Class
|