68 lines
2.7 KiB
VB.net
68 lines
2.7 KiB
VB.net
Partial Class DBCExportVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
|
|
MyClass.New()
|
|
|
|
'Required for Windows.Forms Class Composition Designer support
|
|
Container.Add(Me)
|
|
|
|
End Sub
|
|
|
|
'Component 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 Component Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Component Designer
|
|
'It can be modified using the Component Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aDBCGetTables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aDBCCopyData = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aDBCGetTables
|
|
'
|
|
Me.aDBCGetTables.Caption = "aDBCGet Tables"
|
|
Me.aDBCGetTables.ConfirmationMessage = Nothing
|
|
Me.aDBCGetTables.Id = "aDBCGetTables"
|
|
Me.aDBCGetTables.ImageName = Nothing
|
|
Me.aDBCGetTables.Shortcut = Nothing
|
|
Me.aDBCGetTables.Tag = Nothing
|
|
Me.aDBCGetTables.TargetObjectsCriteria = Nothing
|
|
Me.aDBCGetTables.TargetObjectType = GetType(SISBusiness.[Module].Win.DBCLogin)
|
|
Me.aDBCGetTables.TargetViewId = Nothing
|
|
Me.aDBCGetTables.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aDBCGetTables.ToolTip = Nothing
|
|
Me.aDBCGetTables.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aDBCCopyData
|
|
'
|
|
Me.aDBCCopyData.Caption = "aDBCCopy Data"
|
|
Me.aDBCCopyData.ConfirmationMessage = Nothing
|
|
Me.aDBCCopyData.Id = "aDBCCopyData"
|
|
Me.aDBCCopyData.ImageName = Nothing
|
|
Me.aDBCCopyData.Shortcut = Nothing
|
|
Me.aDBCCopyData.Tag = Nothing
|
|
Me.aDBCCopyData.TargetObjectsCriteria = Nothing
|
|
Me.aDBCCopyData.TargetObjectType = GetType(SISBusiness.[Module].Win.DBCLogin)
|
|
Me.aDBCCopyData.TargetViewId = Nothing
|
|
Me.aDBCCopyData.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aDBCCopyData.ToolTip = Nothing
|
|
Me.aDBCCopyData.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
|
|
End Sub
|
|
Friend WithEvents aDBCGetTables As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aDBCCopyData As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|