366 lines
19 KiB
VB.net
366 lines
19 KiB
VB.net
Imports DigitalData.GUIs.Common.Base
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmStart
|
|
'Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
Inherits BaseRibbonForm
|
|
|
|
'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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.buttonSearch = New DevExpress.XtraBars.BarButtonItem()
|
|
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()
|
|
Me.DockManager1 = New DevExpress.XtraBars.Docking.DockManager(Me.components)
|
|
Me.DockPanel1 = New DevExpress.XtraBars.Docking.DockPanel()
|
|
Me.DockPanel1_Container = New DevExpress.XtraBars.Docking.ControlContainer()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit()
|
|
Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.TextEdit2 = New DevExpress.XtraEditors.ComboBoxEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.DockPanel2 = New DevExpress.XtraBars.Docking.DockPanel()
|
|
Me.DockPanel2_Container = New DevExpress.XtraBars.Docking.ControlContainer()
|
|
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.TreeListResults = New DevExpress.XtraTreeList.TreeList()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.DockPanel1.SuspendLayout()
|
|
Me.DockPanel1_Container.SuspendLayout()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.DockPanel2.SuspendLayout()
|
|
Me.DockPanel2_Container.SuspendLayout()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl1.SuspendLayout()
|
|
Me.XtraTabPage1.SuspendLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TreeListResults, 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.buttonSearch})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 2
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(1085, 159)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'buttonSearch
|
|
'
|
|
Me.buttonSearch.Caption = "Suchen"
|
|
Me.buttonSearch.Id = 1
|
|
Me.buttonSearch.ImageOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.gettingstarted
|
|
Me.buttonSearch.Name = "buttonSearch"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "RibbonPage1"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.buttonSearch)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 654)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1085, 22)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'DockManager1
|
|
'
|
|
Me.DockManager1.Form = Me
|
|
Me.DockManager1.RootPanels.AddRange(New DevExpress.XtraBars.Docking.DockPanel() {Me.DockPanel1, Me.DockPanel2})
|
|
Me.DockManager1.TopZIndexControls.AddRange(New String() {"DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl", "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"})
|
|
'
|
|
'DockPanel1
|
|
'
|
|
Me.DockPanel1.Controls.Add(Me.DockPanel1_Container)
|
|
Me.DockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left
|
|
Me.DockPanel1.ID = New System.Guid("52706dba-4c71-4145-b8a3-5f5423d32fce")
|
|
Me.DockPanel1.Location = New System.Drawing.Point(0, 159)
|
|
Me.DockPanel1.Name = "DockPanel1"
|
|
Me.DockPanel1.Options.ShowCloseButton = False
|
|
Me.DockPanel1.Options.ShowMaximizeButton = False
|
|
Me.DockPanel1.OriginalSize = New System.Drawing.Size(200, 200)
|
|
Me.DockPanel1.Size = New System.Drawing.Size(200, 495)
|
|
Me.DockPanel1.Text = "Suche"
|
|
'
|
|
'DockPanel1_Container
|
|
'
|
|
Me.DockPanel1_Container.Controls.Add(Me.LayoutControl1)
|
|
Me.DockPanel1_Container.Location = New System.Drawing.Point(3, 46)
|
|
Me.DockPanel1_Container.Name = "DockPanel1_Container"
|
|
Me.DockPanel1_Container.Size = New System.Drawing.Size(193, 446)
|
|
Me.DockPanel1_Container.TabIndex = 0
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.TextEdit1)
|
|
Me.LayoutControl1.Controls.Add(Me.ComboBoxEdit1)
|
|
Me.LayoutControl1.Controls.Add(Me.TextEdit2)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(193, 446)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'TextEdit1
|
|
'
|
|
Me.TextEdit1.Location = New System.Drawing.Point(15, 123)
|
|
Me.TextEdit1.MenuManager = Me.RibbonControl1
|
|
Me.TextEdit1.Name = "TextEdit1"
|
|
Me.TextEdit1.Size = New System.Drawing.Size(163, 20)
|
|
Me.TextEdit1.StyleController = Me.LayoutControl1
|
|
Me.TextEdit1.TabIndex = 4
|
|
'
|
|
'ComboBoxEdit1
|
|
'
|
|
Me.ComboBoxEdit1.Location = New System.Drawing.Point(15, 31)
|
|
Me.ComboBoxEdit1.MenuManager = Me.RibbonControl1
|
|
Me.ComboBoxEdit1.Name = "ComboBoxEdit1"
|
|
Me.ComboBoxEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.ComboBoxEdit1.Size = New System.Drawing.Size(163, 20)
|
|
Me.ComboBoxEdit1.StyleController = Me.LayoutControl1
|
|
Me.ComboBoxEdit1.TabIndex = 5
|
|
'
|
|
'TextEdit2
|
|
'
|
|
Me.TextEdit2.Location = New System.Drawing.Point(15, 77)
|
|
Me.TextEdit2.MenuManager = Me.RibbonControl1
|
|
Me.TextEdit2.Name = "TextEdit2"
|
|
Me.TextEdit2.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.TextEdit2.Size = New System.Drawing.Size(163, 20)
|
|
Me.TextEdit2.StyleController = Me.LayoutControl1
|
|
Me.TextEdit2.TabIndex = 6
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem2, Me.LayoutControlItem3})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(193, 446)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.TextEdit1
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 92)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(173, 334)
|
|
Me.LayoutControlItem1.Text = "Suchwert"
|
|
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(63, 13)
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.ComboBoxEdit1
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(173, 46)
|
|
Me.LayoutControlItem2.Text = "Attribut"
|
|
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(63, 13)
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.TextEdit2
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 46)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(173, 46)
|
|
Me.LayoutControlItem3.Text = "Auswertung"
|
|
Me.LayoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(63, 13)
|
|
'
|
|
'DockPanel2
|
|
'
|
|
Me.DockPanel2.Controls.Add(Me.DockPanel2_Container)
|
|
Me.DockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right
|
|
Me.DockPanel2.ID = New System.Guid("157c74a2-d255-4e6b-b789-bde43010b2af")
|
|
Me.DockPanel2.Location = New System.Drawing.Point(633, 159)
|
|
Me.DockPanel2.Name = "DockPanel2"
|
|
Me.DockPanel2.Options.ShowCloseButton = False
|
|
Me.DockPanel2.Options.ShowMaximizeButton = False
|
|
Me.DockPanel2.OriginalSize = New System.Drawing.Size(452, 200)
|
|
Me.DockPanel2.Size = New System.Drawing.Size(452, 495)
|
|
Me.DockPanel2.Text = "Details"
|
|
'
|
|
'DockPanel2_Container
|
|
'
|
|
Me.DockPanel2_Container.Controls.Add(Me.XtraTabControl1)
|
|
Me.DockPanel2_Container.Location = New System.Drawing.Point(4, 46)
|
|
Me.DockPanel2_Container.Name = "DockPanel2_Container"
|
|
Me.DockPanel2_Container.Size = New System.Drawing.Size(445, 446)
|
|
Me.DockPanel2_Container.TabIndex = 0
|
|
'
|
|
'XtraTabControl1
|
|
'
|
|
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
|
Me.XtraTabControl1.Size = New System.Drawing.Size(445, 446)
|
|
Me.XtraTabControl1.TabIndex = 1
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2})
|
|
'
|
|
'XtraTabPage1
|
|
'
|
|
Me.XtraTabPage1.Controls.Add(Me.GridControl1)
|
|
Me.XtraTabPage1.Name = "XtraTabPage1"
|
|
Me.XtraTabPage1.Size = New System.Drawing.Size(443, 423)
|
|
Me.XtraTabPage1.Text = "XtraTabPage1"
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.RibbonControl1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.Size = New System.Drawing.Size(443, 423)
|
|
Me.GridControl1.TabIndex = 0
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.Name = "GridView1"
|
|
'
|
|
'XtraTabPage2
|
|
'
|
|
Me.XtraTabPage2.Name = "XtraTabPage2"
|
|
Me.XtraTabPage2.Size = New System.Drawing.Size(443, 423)
|
|
Me.XtraTabPage2.Text = "XtraTabPage2"
|
|
'
|
|
'TreeListResults
|
|
'
|
|
Me.TreeListResults.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TreeListResults.Location = New System.Drawing.Point(200, 159)
|
|
Me.TreeListResults.MenuManager = Me.RibbonControl1
|
|
Me.TreeListResults.Name = "TreeListResults"
|
|
Me.TreeListResults.Size = New System.Drawing.Size(433, 495)
|
|
Me.TreeListResults.TabIndex = 4
|
|
'
|
|
'frmStart
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1085, 676)
|
|
Me.Controls.Add(Me.TreeListResults)
|
|
Me.Controls.Add(Me.DockPanel2)
|
|
Me.Controls.Add(Me.DockPanel1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.IconOptions.SvgImage = Global.DigitalData.GUIs.Monitor.My.Resources.Resources.charttype_line
|
|
Me.Name = "frmStart"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Monitor"
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.DockPanel1.ResumeLayout(False)
|
|
Me.DockPanel1_Container.ResumeLayout(False)
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.DockPanel2.ResumeLayout(False)
|
|
Me.DockPanel2_Container.ResumeLayout(False)
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.XtraTabPage1.ResumeLayout(False)
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TreeListResults, 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 RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents DockManager1 As DevExpress.XtraBars.Docking.DockManager
|
|
Friend WithEvents DockPanel1 As DevExpress.XtraBars.Docking.DockPanel
|
|
Friend WithEvents DockPanel1_Container As DevExpress.XtraBars.Docking.ControlContainer
|
|
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit
|
|
Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
|
|
Friend WithEvents buttonSearch As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents TextEdit2 As DevExpress.XtraEditors.ComboBoxEdit
|
|
Friend WithEvents DockPanel2 As DevExpress.XtraBars.Docking.DockPanel
|
|
Friend WithEvents DockPanel2_Container As DevExpress.XtraBars.Docking.ControlContainer
|
|
Friend WithEvents TreeListResults As DevExpress.XtraTreeList.TreeList
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage
|
|
End Class
|