jj: small improvements on main
This commit is contained in:
16
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
16
app/DD_PM_WINDREAM/frmMain.Designer.vb
generated
@@ -56,6 +56,7 @@ Partial Class frmMain
|
||||
Me.tslblUserLoggedin = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tslblVersion = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tsslblLastSysnc = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tslblmessage = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.lblViewType = New System.Windows.Forms.Label()
|
||||
Me.NavBarControl1 = New DevExpress.XtraNavBar.NavBarControl()
|
||||
@@ -82,7 +83,6 @@ Partial Class frmMain
|
||||
Me.TBPM_PROFILE_FILESBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBPM_PROFILE_FILESTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_PROFILE_FILESTableAdapter()
|
||||
Me.TimerReminder = New System.Windows.Forms.Timer(Me.components)
|
||||
Me.tslblmessage = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
CType(Me.SplitContainerDashboard, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerDashboard.Panel1.SuspendLayout()
|
||||
Me.SplitContainerDashboard.Panel2.SuspendLayout()
|
||||
@@ -237,8 +237,8 @@ Partial Class frmMain
|
||||
'
|
||||
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager.Connection = Nothing
|
||||
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
|
||||
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
||||
@@ -349,6 +349,12 @@ Partial Class frmMain
|
||||
Or System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom), System.Windows.Forms.ToolStripStatusLabelBorderSides)
|
||||
Me.tsslblLastSysnc.Name = "tsslblLastSysnc"
|
||||
'
|
||||
'tslblmessage
|
||||
'
|
||||
resources.ApplyResources(Me.tslblmessage, "tslblmessage")
|
||||
Me.tslblmessage.BackColor = System.Drawing.Color.Yellow
|
||||
Me.tslblmessage.Name = "tslblmessage"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
@@ -553,12 +559,6 @@ Partial Class frmMain
|
||||
'TimerReminder
|
||||
'
|
||||
'
|
||||
'tslblmessage
|
||||
'
|
||||
resources.ApplyResources(Me.tslblmessage, "tslblmessage")
|
||||
Me.tslblmessage.BackColor = System.Drawing.Color.Yellow
|
||||
Me.tslblmessage.Name = "tslblmessage"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
|
||||
Reference in New Issue
Block a user