_ Partial Class frmFlowSearch2 Inherits DevExpress.XtraBars.Ribbon.RibbonForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() 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.TextEdit1 = New DevExpress.XtraEditors.TextEdit() Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl() Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl() Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.DateEditFrom = New DevExpress.XtraEditors.DateEdit() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.DateEditTo = New DevExpress.XtraEditors.DateEdit() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl1 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl2 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl3 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl4 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl5 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl6 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem() Me.HyperlinkLabelControl7 = New DevExpress.XtraEditors.HyperlinkLabelControl() Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl1.SuspendLayout() CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl2.SuspendLayout() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DateEditFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DateEditFrom.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DateEditTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DateEditTo.Properties, 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() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem9, 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.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 1 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.Size = New System.Drawing.Size(1011, 158) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "RibbonPageGroup2" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 645) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1011, 24) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'TextEdit1 ' Me.TextEdit1.Dock = System.Windows.Forms.DockStyle.Top Me.TextEdit1.Location = New System.Drawing.Point(32, 32) Me.TextEdit1.MenuManager = Me.RibbonControl1 Me.TextEdit1.Name = "TextEdit1" Me.TextEdit1.Properties.NullText = "Suchbegriff eingeben.." Me.TextEdit1.Properties.Padding = New System.Windows.Forms.Padding(10) Me.TextEdit1.Size = New System.Drawing.Size(947, 40) Me.TextEdit1.TabIndex = 2 ' 'PanelControl1 ' Me.PanelControl1.Controls.Add(Me.PanelControl2) Me.PanelControl1.Controls.Add(Me.TextEdit1) Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.PanelControl1.Location = New System.Drawing.Point(0, 158) Me.PanelControl1.Name = "PanelControl1" Me.PanelControl1.Padding = New System.Windows.Forms.Padding(30) Me.PanelControl1.Size = New System.Drawing.Size(1011, 487) Me.PanelControl1.TabIndex = 3 ' 'PanelControl2 ' Me.PanelControl2.Controls.Add(Me.LayoutControl1) Me.PanelControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.PanelControl2.Location = New System.Drawing.Point(32, 72) Me.PanelControl2.Name = "PanelControl2" Me.PanelControl2.Size = New System.Drawing.Size(947, 383) Me.PanelControl2.TabIndex = 3 ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl7) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl6) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl5) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl4) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl3) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl2) Me.LayoutControl1.Controls.Add(Me.HyperlinkLabelControl1) Me.LayoutControl1.Controls.Add(Me.DateEditFrom) Me.LayoutControl1.Controls.Add(Me.DateEditTo) Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Top Me.LayoutControl1.Location = New System.Drawing.Point(2, 2) Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.Root = Me.Root Me.LayoutControl1.Size = New System.Drawing.Size(943, 120) Me.LayoutControl1.TabIndex = 0 Me.LayoutControl1.Text = "LayoutControl1" ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2, Me.LayoutControlItem1, Me.LayoutControlItem7, Me.LayoutControlItem6, Me.LayoutControlItem5, Me.LayoutControlItem4, Me.LayoutControlItem3, Me.LayoutControlItem8, Me.LayoutControlItem9}) Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(943, 120) Me.Root.TextVisible = False ' 'DateEditFrom ' Me.DateEditFrom.EditValue = Nothing Me.DateEditFrom.Location = New System.Drawing.Point(76, 12) Me.DateEditFrom.MenuManager = Me.RibbonControl1 Me.DateEditFrom.Name = "DateEditFrom" Me.DateEditFrom.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.DateEditFrom.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.DateEditFrom.Size = New System.Drawing.Size(162, 20) Me.DateEditFrom.StyleController = Me.LayoutControl1 Me.DateEditFrom.TabIndex = 5 ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.DateEditFrom Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Size = New System.Drawing.Size(230, 24) Me.LayoutControlItem2.Text = "Datum von" Me.LayoutControlItem2.TextSize = New System.Drawing.Size(52, 13) ' 'DateEditTo ' Me.DateEditTo.EditValue = Nothing Me.DateEditTo.Location = New System.Drawing.Point(306, 12) Me.DateEditTo.MenuManager = Me.RibbonControl1 Me.DateEditTo.Name = "DateEditTo" Me.DateEditTo.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.DateEditTo.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.DateEditTo.Size = New System.Drawing.Size(625, 20) Me.DateEditTo.StyleController = Me.LayoutControl1 Me.DateEditTo.TabIndex = 6 ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.DateEditTo Me.LayoutControlItem1.Location = New System.Drawing.Point(230, 0) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Size = New System.Drawing.Size(693, 24) Me.LayoutControlItem1.Text = "Datum bis" Me.LayoutControlItem1.TextSize = New System.Drawing.Size(52, 13) ' 'HyperlinkLabelControl1 ' Me.HyperlinkLabelControl1.Location = New System.Drawing.Point(224, 36) Me.HyperlinkLabelControl1.Name = "HyperlinkLabelControl1" Me.HyperlinkLabelControl1.Size = New System.Drawing.Size(67, 13) Me.HyperlinkLabelControl1.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl1.TabIndex = 7 Me.HyperlinkLabelControl1.Text = "Letzter Monat" ' 'LayoutControlItem3 ' Me.LayoutControlItem3.Control = Me.HyperlinkLabelControl1 Me.LayoutControlItem3.Location = New System.Drawing.Point(212, 24) Me.LayoutControlItem3.Name = "LayoutControlItem3" Me.LayoutControlItem3.Size = New System.Drawing.Size(71, 76) Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem3.TextVisible = False ' 'HyperlinkLabelControl2 ' Me.HyperlinkLabelControl2.Location = New System.Drawing.Point(157, 36) Me.HyperlinkLabelControl2.Name = "HyperlinkLabelControl2" Me.HyperlinkLabelControl2.Size = New System.Drawing.Size(63, 13) Me.HyperlinkLabelControl2.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl2.TabIndex = 8 Me.HyperlinkLabelControl2.Text = "Dieser Monat" ' 'LayoutControlItem4 ' Me.LayoutControlItem4.Control = Me.HyperlinkLabelControl2 Me.LayoutControlItem4.Location = New System.Drawing.Point(145, 24) Me.LayoutControlItem4.Name = "LayoutControlItem4" Me.LayoutControlItem4.Size = New System.Drawing.Size(67, 76) Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem4.TextVisible = False ' 'HyperlinkLabelControl3 ' Me.HyperlinkLabelControl3.Location = New System.Drawing.Point(87, 36) Me.HyperlinkLabelControl3.Name = "HyperlinkLabelControl3" Me.HyperlinkLabelControl3.Size = New System.Drawing.Size(66, 13) Me.HyperlinkLabelControl3.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl3.TabIndex = 9 Me.HyperlinkLabelControl3.Text = "Letzte 7 Tage" ' 'LayoutControlItem5 ' Me.LayoutControlItem5.Control = Me.HyperlinkLabelControl3 Me.LayoutControlItem5.Location = New System.Drawing.Point(75, 24) Me.LayoutControlItem5.Name = "LayoutControlItem5" Me.LayoutControlItem5.Size = New System.Drawing.Size(70, 76) Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem5.TextVisible = False ' 'HyperlinkLabelControl4 ' Me.HyperlinkLabelControl4.Location = New System.Drawing.Point(45, 36) Me.HyperlinkLabelControl4.Name = "HyperlinkLabelControl4" Me.HyperlinkLabelControl4.Size = New System.Drawing.Size(38, 13) Me.HyperlinkLabelControl4.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl4.TabIndex = 10 Me.HyperlinkLabelControl4.Text = "Gestern" ' 'LayoutControlItem6 ' Me.LayoutControlItem6.Control = Me.HyperlinkLabelControl4 Me.LayoutControlItem6.Location = New System.Drawing.Point(33, 24) Me.LayoutControlItem6.Name = "LayoutControlItem6" Me.LayoutControlItem6.Size = New System.Drawing.Size(42, 76) Me.LayoutControlItem6.Text = "LayoutControlItem6" Me.LayoutControlItem6.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem6.TextVisible = False ' 'HyperlinkLabelControl5 ' Me.HyperlinkLabelControl5.Location = New System.Drawing.Point(12, 36) Me.HyperlinkLabelControl5.Name = "HyperlinkLabelControl5" Me.HyperlinkLabelControl5.Size = New System.Drawing.Size(29, 13) Me.HyperlinkLabelControl5.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl5.TabIndex = 11 Me.HyperlinkLabelControl5.Text = "Heute" ' 'LayoutControlItem7 ' Me.LayoutControlItem7.Control = Me.HyperlinkLabelControl5 Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 24) Me.LayoutControlItem7.Name = "LayoutControlItem7" Me.LayoutControlItem7.Size = New System.Drawing.Size(33, 76) Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem7.TextVisible = False ' 'HyperlinkLabelControl6 ' Me.HyperlinkLabelControl6.Location = New System.Drawing.Point(295, 36) Me.HyperlinkLabelControl6.Name = "HyperlinkLabelControl6" Me.HyperlinkLabelControl6.Size = New System.Drawing.Size(55, 13) Me.HyperlinkLabelControl6.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl6.TabIndex = 12 Me.HyperlinkLabelControl6.Text = "Dieses Jahr" ' 'LayoutControlItem8 ' Me.LayoutControlItem8.Control = Me.HyperlinkLabelControl6 Me.LayoutControlItem8.Location = New System.Drawing.Point(283, 24) Me.LayoutControlItem8.Name = "LayoutControlItem8" Me.LayoutControlItem8.Size = New System.Drawing.Size(59, 76) Me.LayoutControlItem8.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem8.TextVisible = False ' 'HyperlinkLabelControl7 ' Me.HyperlinkLabelControl7.Location = New System.Drawing.Point(354, 36) Me.HyperlinkLabelControl7.Name = "HyperlinkLabelControl7" Me.HyperlinkLabelControl7.Size = New System.Drawing.Size(59, 13) Me.HyperlinkLabelControl7.StyleController = Me.LayoutControl1 Me.HyperlinkLabelControl7.TabIndex = 13 Me.HyperlinkLabelControl7.Text = "Letztes Jahr" ' 'LayoutControlItem9 ' Me.LayoutControlItem9.Control = Me.HyperlinkLabelControl7 Me.LayoutControlItem9.Location = New System.Drawing.Point(342, 24) Me.LayoutControlItem9.Name = "LayoutControlItem9" Me.LayoutControlItem9.Size = New System.Drawing.Size(581, 76) Me.LayoutControlItem9.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem9.TextVisible = False ' 'frmFlowSearch2 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1011, 669) Me.Controls.Add(Me.PanelControl1) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmFlowSearch2" Me.Ribbon = Me.RibbonControl1 Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "frmFlowSearch2" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl1.ResumeLayout(False) CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl2.ResumeLayout(False) CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) Me.LayoutControl1.PerformLayout() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DateEditFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DateEditFrom.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DateEditTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DateEditTo.Properties, 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() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem9, 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 RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl Friend WithEvents PanelControl2 As DevExpress.XtraEditors.PanelControl Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents DateEditFrom As DevExpress.XtraEditors.DateEdit Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents HyperlinkLabelControl5 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents HyperlinkLabelControl4 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents HyperlinkLabelControl3 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents HyperlinkLabelControl2 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents HyperlinkLabelControl1 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents DateEditTo As DevExpress.XtraEditors.DateEdit Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents HyperlinkLabelControl7 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents HyperlinkLabelControl6 As DevExpress.XtraEditors.HyperlinkLabelControl Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem End Class