This commit is contained in:
SchreiberM
2015-11-23 16:18:43 +01:00
parent 25a97a09e2
commit a7ea2277c5
11 changed files with 255 additions and 31 deletions

View File

@@ -69,6 +69,7 @@ Partial Class frmMain
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
Me.DefaultLookAndFeel1 = New DevExpress.LookAndFeel.DefaultLookAndFeel(Me.components)
Me.BarButtonItem11 = New DevExpress.XtraBars.BarButtonItem()
Me.TimerClose3Minutes = New System.Windows.Forms.Timer(Me.components)
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.VWPMO_WF_USER_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ribbonMain, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -445,6 +446,10 @@ Partial Class frmMain
Me.BarButtonItem11.Name = "BarButtonItem11"
Me.BarButtonItem11.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large
'
'TimerClose3Minutes
'
Me.TimerClose3Minutes.Interval = 180000
'
'frmMain
'
Me.Appearance.BackColor = System.Drawing.Color.White
@@ -458,6 +463,7 @@ Partial Class frmMain
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.IsMdiContainer = True
Me.KeyPreview = True
Me.Name = "frmMain"
Me.Ribbon = Me.ribbonMain
Me.StatusBar = Me.RibbonStatusBar1
@@ -515,5 +521,6 @@ Partial Class frmMain
Friend WithEvents BarButtonItem16 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents BarButtonItem17 As DevExpress.XtraBars.BarButtonItem
Friend WithEvents groupQuickAccessDemo As DevExpress.XtraBars.Ribbon.RibbonPageGroup
Friend WithEvents TimerClose3Minutes As System.Windows.Forms.Timer
End Class