Renaming DDProcessmanager
This commit is contained in:
22
app/TaskFlow/frmKonfig.Designer.vb
generated
22
app/TaskFlow/frmKonfig.Designer.vb
generated
@@ -60,10 +60,10 @@ Partial Class frmKonfig
|
||||
Me.LogNachrichtenLeerenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.SpeichereLogAlsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.gvLogs = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.DD_DMSLiteDataSet = New DD_ProcessManager.DD_DMSLiteDataSet()
|
||||
Me.DD_DMSLiteDataSet = New taskFLOW.DD_DMSLiteDataSet()
|
||||
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBPM_KONFIGURATIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
||||
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.TBPM_KONFIGURATIONTableAdapter = New taskFLOW.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
||||
Me.TableAdapterManager = New taskFLOW.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
@@ -176,7 +176,7 @@ Partial Class frmKonfig
|
||||
'
|
||||
'BtnConnect
|
||||
'
|
||||
Me.BtnConnect.Image = Global.DD_ProcessManager.My.Resources.Resources.database_go
|
||||
Me.BtnConnect.Image = Global.taskFLOW.My.Resources.Resources.database_go
|
||||
resources.ApplyResources(Me.BtnConnect, "BtnConnect")
|
||||
Me.BtnConnect.Name = "BtnConnect"
|
||||
Me.BtnConnect.UseVisualStyleBackColor = True
|
||||
@@ -227,7 +227,7 @@ Partial Class frmKonfig
|
||||
'
|
||||
'BtnCreateLogfiles
|
||||
'
|
||||
Me.BtnCreateLogfiles.Image = Global.DD_ProcessManager.My.Resources.Resources.AttachFileHS
|
||||
Me.BtnCreateLogfiles.Image = Global.taskFLOW.My.Resources.Resources.AttachFileHS
|
||||
resources.ApplyResources(Me.BtnCreateLogfiles, "BtnCreateLogfiles")
|
||||
Me.BtnCreateLogfiles.Name = "BtnCreateLogfiles"
|
||||
Me.BtnCreateLogfiles.UseVisualStyleBackColor = True
|
||||
@@ -245,10 +245,10 @@ Partial Class frmKonfig
|
||||
'
|
||||
'txtIntervall
|
||||
'
|
||||
Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_ProcessManager.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.taskFLOW.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
resources.ApplyResources(Me.txtIntervall, "txtIntervall")
|
||||
Me.txtIntervall.Name = "txtIntervall"
|
||||
Me.txtIntervall.Text = Global.DD_ProcessManager.My.MySettings.Default.IntervallReminder
|
||||
Me.txtIntervall.Text = Global.taskFLOW.My.MySettings.Default.IntervallReminder
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
@@ -356,7 +356,7 @@ Partial Class frmKonfig
|
||||
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
Me.TableAdapterManager.UpdateOrder = taskFLOW.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'frmKonfig
|
||||
'
|
||||
@@ -397,10 +397,10 @@ Partial Class frmKonfig
|
||||
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
||||
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents DD_DMSLiteDataSet As DD_ProcessManager.DD_DMSLiteDataSet
|
||||
Friend WithEvents DD_DMSLiteDataSet As taskFLOW.DD_DMSLiteDataSet
|
||||
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
||||
Friend WithEvents TableAdapterManager As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
||||
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As taskFLOW.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
||||
Friend WithEvents TableAdapterManager As taskFLOW.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
||||
Friend WithEvents Button1 As System.Windows.Forms.Button
|
||||
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
||||
Friend WithEvents btnOpenAppDataFolder As System.Windows.Forms.Button
|
||||
|
||||
Reference in New Issue
Block a user