MS UserItemsReplace
This commit is contained in:
7
app/DD-Record-Organizer/frmMain.Designer.vb
generated
7
app/DD-Record-Organizer/frmMain.Designer.vb
generated
@@ -100,6 +100,7 @@ Partial Class frmMain
|
||||
Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem()
|
||||
Me.TimerInformation = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.Timer5mins = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.cmsSystray.SuspendLayout()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.VWPMO_WF_ACTIVEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -723,6 +724,11 @@ Partial Class frmMain
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1")
|
||||
'
|
||||
'Timer5mins
|
||||
'
|
||||
Me.Timer5mins.Enabled = True
|
||||
Me.Timer5mins.Interval = 300000
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.Appearance.BackColor = CType(resources.GetObject("frmMain.Appearance.BackColor"), System.Drawing.Color)
|
||||
@@ -823,5 +829,6 @@ Partial Class frmMain
|
||||
Friend WithEvents BarButtonItemSwitchCon As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents LabelConString As DevExpress.XtraBars.BarStaticItem
|
||||
Friend WithEvents StatusVersionDB As DevExpress.XtraBars.BarStaticItem
|
||||
Friend WithEvents Timer5mins As Timer
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user