Insert new view controller. Source language is c#.

This commit is contained in:
2017-03-08 11:28:40 +01:00
parent a2fb86bacf
commit 916ed6edaa
7 changed files with 259 additions and 28 deletions
@@ -1,31 +1,31 @@
Partial Class GIROInfo_VC
<System.Diagnostics.DebuggerNonUserCode()> _
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
MyClass.New()
<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)
'Required for Windows.Forms Class Composition Designer support
Container.Add(Me)
End Sub
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
'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
'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()
'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.aGIROInfo_ImportXLS = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
@@ -34,17 +34,15 @@ Partial Class GIROInfo_VC
Me.aGIROInfo_ImportXLS.Caption = "aGIROInfo_ImportXLS"
Me.aGIROInfo_ImportXLS.ConfirmationMessage = Nothing
Me.aGIROInfo_ImportXLS.Id = "aGIROInfo_ImportXLS"
Me.aGIROInfo_ImportXLS.ImageName = Nothing
Me.aGIROInfo_ImportXLS.Shortcut = Nothing
Me.aGIROInfo_ImportXLS.Tag = Nothing
Me.aGIROInfo_ImportXLS.TargetObjectsCriteria = Nothing
Me.aGIROInfo_ImportXLS.TargetObjectType = GetType(Nuvolar.[Module].GIROInfo)
Me.aGIROInfo_ImportXLS.TargetViewId = Nothing
Me.aGIROInfo_ImportXLS.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aGIROInfo_ImportXLS.ToolTip = Nothing
Me.aGIROInfo_ImportXLS.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'GIROInfo_VC
'
Me.Actions.Add(Me.aGIROInfo_ImportXLS)
End Sub
Friend WithEvents aGIROInfo_ImportXLS As DevExpress.ExpressApp.Actions.SimpleAction
End Class
@@ -95,4 +95,8 @@ Public Class GIROInfo_VC
_ocur.CommitChanges()
_Waitformclass.FinalWork
End Sub
Private Sub aGIROInfo_ImportCSV_Execute(sender As Object, e As SimpleActionExecuteEventArgs)
End Sub
End Class