371 lines
19 KiB
VB.net
371 lines
19 KiB
VB.net
Imports DevExpress.XtraEditors
|
|
Imports DevExpress.XtraLayout
|
|
Imports DevExpress.XtraTab
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmConfig
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'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.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig))
|
|
Me.ToolbarFormManager1 = New DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(Me.components)
|
|
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
|
|
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.txtBaseURL = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtUsername = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtPassword = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtImportBasePath = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtImportRelativePath = New DevExpress.XtraEditors.TextEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarButtonItem1 = 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()
|
|
CType(Me.ToolbarFormManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl1.SuspendLayout()
|
|
Me.XtraTabPage1.SuspendLayout()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.txtBaseURL.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtUsername.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtPassword.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtImportBasePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolbarFormManager1
|
|
'
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlTop)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlBottom)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlLeft)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlRight)
|
|
Me.ToolbarFormManager1.Form = Me
|
|
'
|
|
'barDockControlTop
|
|
'
|
|
Me.barDockControlTop.CausesValidation = False
|
|
Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.barDockControlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.barDockControlTop.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlTop.Size = New System.Drawing.Size(832, 0)
|
|
'
|
|
'barDockControlBottom
|
|
'
|
|
Me.barDockControlBottom.CausesValidation = False
|
|
Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.barDockControlBottom.Location = New System.Drawing.Point(0, 509)
|
|
Me.barDockControlBottom.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlBottom.Size = New System.Drawing.Size(832, 0)
|
|
'
|
|
'barDockControlLeft
|
|
'
|
|
Me.barDockControlLeft.CausesValidation = False
|
|
Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0)
|
|
Me.barDockControlLeft.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlLeft.Size = New System.Drawing.Size(0, 509)
|
|
'
|
|
'barDockControlRight
|
|
'
|
|
Me.barDockControlRight.CausesValidation = False
|
|
Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.barDockControlRight.Location = New System.Drawing.Point(832, 0)
|
|
Me.barDockControlRight.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlRight.Size = New System.Drawing.Size(0, 509)
|
|
'
|
|
'XtraTabControl1
|
|
'
|
|
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 63)
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
|
Me.XtraTabControl1.Size = New System.Drawing.Size(832, 422)
|
|
Me.XtraTabControl1.TabIndex = 1
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1})
|
|
'
|
|
'XtraTabPage1
|
|
'
|
|
Me.XtraTabPage1.Controls.Add(Me.LayoutControl1)
|
|
Me.XtraTabPage1.Name = "XtraTabPage1"
|
|
Me.XtraTabPage1.Size = New System.Drawing.Size(830, 397)
|
|
Me.XtraTabPage1.Text = "Basis"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.txtBaseURL)
|
|
Me.LayoutControl1.Controls.Add(Me.txtUsername)
|
|
Me.LayoutControl1.Controls.Add(Me.txtPassword)
|
|
Me.LayoutControl1.Controls.Add(Me.txtImportBasePath)
|
|
Me.LayoutControl1.Controls.Add(Me.txtImportRelativePath)
|
|
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(830, 397)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'txtBaseURL
|
|
'
|
|
Me.txtBaseURL.Location = New System.Drawing.Point(133, 48)
|
|
Me.txtBaseURL.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtBaseURL.Name = "txtBaseURL"
|
|
Me.txtBaseURL.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtBaseURL.StyleController = Me.LayoutControl1
|
|
Me.txtBaseURL.TabIndex = 4
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Location = New System.Drawing.Point(133, 78)
|
|
Me.txtUsername.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(277, 20)
|
|
Me.txtUsername.StyleController = Me.LayoutControl1
|
|
Me.txtUsername.TabIndex = 5
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Location = New System.Drawing.Point(526, 78)
|
|
Me.txtPassword.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.Size = New System.Drawing.Size(277, 20)
|
|
Me.txtPassword.StyleController = Me.LayoutControl1
|
|
Me.txtPassword.TabIndex = 6
|
|
'
|
|
'txtImportBasePath
|
|
'
|
|
Me.txtImportBasePath.Location = New System.Drawing.Point(133, 108)
|
|
Me.txtImportBasePath.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtImportBasePath.Name = "txtImportBasePath"
|
|
Me.txtImportBasePath.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtImportBasePath.StyleController = Me.LayoutControl1
|
|
Me.txtImportBasePath.TabIndex = 7
|
|
'
|
|
'txtImportRelativePath
|
|
'
|
|
Me.txtImportRelativePath.Location = New System.Drawing.Point(133, 138)
|
|
Me.txtImportRelativePath.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtImportRelativePath.Name = "txtImportRelativePath"
|
|
Me.txtImportRelativePath.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtImportRelativePath.StyleController = Me.LayoutControl1
|
|
Me.txtImportRelativePath.TabIndex = 8
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(830, 397)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlGroup1
|
|
'
|
|
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem6, Me.LayoutControlItem5, Me.LayoutControlItem2, Me.LayoutControlItem1, Me.LayoutControlItem3})
|
|
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
|
Me.LayoutControlGroup1.Size = New System.Drawing.Size(810, 377)
|
|
Me.LayoutControlGroup1.Text = "WebService"
|
|
'
|
|
'LayoutControlItem6
|
|
'
|
|
Me.LayoutControlItem6.Control = Me.txtImportRelativePath
|
|
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 90)
|
|
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
|
Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem6.Size = New System.Drawing.Size(786, 242)
|
|
Me.LayoutControlItem6.Text = "Import Relativer Pfad"
|
|
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem5
|
|
'
|
|
Me.LayoutControlItem5.Control = Me.txtImportBasePath
|
|
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 60)
|
|
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
|
Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem5.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem5.Text = "Import Basis Pfad"
|
|
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.txtUsername
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 30)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(393, 30)
|
|
Me.LayoutControlItem2.Text = "Username"
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.txtBaseURL
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem1.Text = "BaseURL"
|
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.txtPassword
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(393, 30)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(393, 30)
|
|
Me.LayoutControlItem3.Text = "Password"
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.CommandLayout = DevExpress.XtraBars.Ribbon.CommandLayout.Simplified
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1})
|
|
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.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(832, 63)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Speichern"
|
|
Me.BarButtonItem1.Id = 1
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "Start"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 485)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(832, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'frmConfig
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(832, 509)
|
|
Me.Controls.Add(Me.XtraTabControl1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.barDockControlLeft)
|
|
Me.Controls.Add(Me.barDockControlRight)
|
|
Me.Controls.Add(Me.barDockControlBottom)
|
|
Me.Controls.Add(Me.barDockControlTop)
|
|
Me.IconOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.bo_unknown1
|
|
Me.Name = "frmConfig"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Konfiguration"
|
|
CType(Me.ToolbarFormManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.XtraTabPage1.ResumeLayout(False)
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.txtBaseURL.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtUsername.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtPassword.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtImportBasePath.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents ToolbarFormManager1 As DevExpress.XtraBars.ToolbarForm.ToolbarFormManager
|
|
Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents XtraTabControl1 As XtraTabControl
|
|
Friend WithEvents XtraTabPage1 As XtraTabPage
|
|
Friend WithEvents LayoutControl1 As LayoutControl
|
|
Friend WithEvents Root As LayoutControlGroup
|
|
Friend WithEvents txtBaseURL As TextEdit
|
|
Friend WithEvents txtUsername As TextEdit
|
|
Friend WithEvents txtPassword As TextEdit
|
|
Friend WithEvents txtImportBasePath As TextEdit
|
|
Friend WithEvents txtImportRelativePath As TextEdit
|
|
Friend WithEvents LayoutControlGroup1 As LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem6 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem5 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem2 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem1 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem3 As LayoutControlItem
|
|
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
|
|
End Class
|