This commit is contained in:
Digital Data - Marlon Schreiber
2018-02-09 15:27:01 +01:00
parent 3519d2be6e
commit 496340e8d8
18 changed files with 2699 additions and 2047 deletions

View File

@@ -58,6 +58,7 @@ Partial Class frmKonfig
Me.txtServer = New System.Windows.Forms.TextBox()
Me.TabPage3 = New System.Windows.Forms.TabPage()
Me.Label7 = New System.Windows.Forms.Label()
Me.txtIntervall = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.btnopenlog = New System.Windows.Forms.Button()
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
@@ -70,7 +71,6 @@ Partial Class frmKonfig
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
Me.txtIntervall = New System.Windows.Forms.TextBox()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
@@ -449,14 +449,24 @@ Partial Class frmKonfig
Me.Label7.TabIndex = 45
Me.Label7.Text = "Minuten"
'
'txtIntervall
'
Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_PM_WINDREAM.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.txtIntervall.Location = New System.Drawing.Point(8, 162)
Me.txtIntervall.Name = "txtIntervall"
Me.txtIntervall.Size = New System.Drawing.Size(38, 25)
Me.txtIntervall.TabIndex = 44
Me.txtIntervall.Text = Global.DD_PM_WINDREAM.My.MySettings.Default.IntervallReminder
Me.txtIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(5, 142)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(164, 17)
Me.Label6.Size = New System.Drawing.Size(159, 17)
Me.Label6.TabIndex = 43
Me.Label6.Text = "Hinweis Intervall Taskleiste:"
Me.Label6.Text = "Intervall Popup-Reminder:"
'
'btnopenlog
'
@@ -557,16 +567,6 @@ Partial Class frmKonfig
Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'txtIntervall
'
Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_PM_WINDREAM.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.txtIntervall.Location = New System.Drawing.Point(8, 162)
Me.txtIntervall.Name = "txtIntervall"
Me.txtIntervall.Size = New System.Drawing.Size(38, 25)
Me.txtIntervall.TabIndex = 44
Me.txtIntervall.Text = Global.DD_PM_WINDREAM.My.MySettings.Default.IntervallReminder
Me.txtIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'frmKonfig
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)