MS Klassen überarbeitet NLOG integriert

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-16 10:58:57 +02:00
parent be9fca94b3
commit 844a423f7d
76 changed files with 365601 additions and 1752 deletions

View File

@@ -81,9 +81,11 @@ Partial Class frmMain
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.STRING4TextBox = New System.Windows.Forms.TextBox()
Me.STRING5TextBox = New System.Windows.Forms.TextBox()
Me.TBWMRH_PROFIL_JOBBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New ResultHandler_Konfig.MyDataset()
Me.lblString5 = New System.Windows.Forms.Label()
Me.STRING4TextBox = New System.Windows.Forms.TextBox()
Me.lblString4 = New System.Windows.Forms.Label()
Me.STRING3TextBox = New System.Windows.Forms.TextBox()
Me.lblString3 = New System.Windows.Forms.Label()
@@ -188,12 +190,12 @@ Partial Class frmMain
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
Me.TBPROFILBindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton()
Me.tabtn_refreshProfile = New System.Windows.Forms.ToolStripButton()
Me.tsbtnStartProfile = New System.Windows.Forms.ToolStripButton()
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
Me.ProfilnameTextBox = New System.Windows.Forms.TextBox()
Me.AktivCheckBox = New System.Windows.Forms.CheckBox()
Me.WindreamSucheTextBox = New System.Windows.Forms.TextBox()
Me.RunTextBox = New System.Windows.Forms.TextBox()
Me.RunningCheckBox = New System.Windows.Forms.CheckBox()
Me.ReihenfolgeTextBox = New System.Windows.Forms.TextBox()
Me.ERSTELLTWERTextBox = New System.Windows.Forms.TextBox()
Me.ERSTELLTWANNTextBox = New System.Windows.Forms.TextBox()
@@ -334,7 +336,7 @@ Partial Class frmMain
'GUIDLabel
'
GUIDLabel.AutoSize = True
GUIDLabel.Location = New System.Drawing.Point(296, 38)
GUIDLabel.Location = New System.Drawing.Point(246, 38)
GUIDLabel.Name = "GUIDLabel"
GUIDLabel.Size = New System.Drawing.Size(21, 13)
GUIDLabel.TabIndex = 0
@@ -343,7 +345,7 @@ Partial Class frmMain
'ProfilnameLabel
'
ProfilnameLabel.AutoSize = True
ProfilnameLabel.Location = New System.Drawing.Point(296, 66)
ProfilnameLabel.Location = New System.Drawing.Point(246, 66)
ProfilnameLabel.Name = "ProfilnameLabel"
ProfilnameLabel.Size = New System.Drawing.Size(65, 13)
ProfilnameLabel.TabIndex = 2
@@ -352,7 +354,7 @@ Partial Class frmMain
'ObjekttypLabel
'
ObjekttypLabel.AutoSize = True
ObjekttypLabel.Location = New System.Drawing.Point(657, 66)
ObjekttypLabel.Location = New System.Drawing.Point(555, 66)
ObjekttypLabel.Name = "ObjekttypLabel"
ObjekttypLabel.Size = New System.Drawing.Size(61, 13)
ObjekttypLabel.TabIndex = 6
@@ -361,7 +363,7 @@ Partial Class frmMain
'WindreamSucheLabel
'
WindreamSucheLabel.AutoSize = True
WindreamSucheLabel.Location = New System.Drawing.Point(297, 96)
WindreamSucheLabel.Location = New System.Drawing.Point(247, 96)
WindreamSucheLabel.Name = "WindreamSucheLabel"
WindreamSucheLabel.Size = New System.Drawing.Size(97, 13)
WindreamSucheLabel.TabIndex = 8
@@ -370,7 +372,7 @@ Partial Class frmMain
'Letzter_DurchlaufLabel
'
Letzter_DurchlaufLabel.AutoSize = True
Letzter_DurchlaufLabel.Location = New System.Drawing.Point(296, 206)
Letzter_DurchlaufLabel.Location = New System.Drawing.Point(517, 175)
Letzter_DurchlaufLabel.Name = "Letzter_DurchlaufLabel"
Letzter_DurchlaufLabel.Size = New System.Drawing.Size(98, 13)
Letzter_DurchlaufLabel.TabIndex = 14
@@ -379,7 +381,7 @@ Partial Class frmMain
'ReihenfolgeLabel
'
ReihenfolgeLabel.AutoSize = True
ReihenfolgeLabel.Location = New System.Drawing.Point(657, 38)
ReihenfolgeLabel.Location = New System.Drawing.Point(555, 38)
ReihenfolgeLabel.Name = "ReihenfolgeLabel"
ReihenfolgeLabel.Size = New System.Drawing.Size(73, 13)
ReihenfolgeLabel.TabIndex = 18
@@ -388,7 +390,7 @@ Partial Class frmMain
'ERSTELLTWERLabel
'
ERSTELLTWERLabel.AutoSize = True
ERSTELLTWERLabel.Location = New System.Drawing.Point(944, 56)
ERSTELLTWERLabel.Location = New System.Drawing.Point(894, 56)
ERSTELLTWERLabel.Name = "ERSTELLTWERLabel"
ERSTELLTWERLabel.Size = New System.Drawing.Size(67, 13)
ERSTELLTWERLabel.TabIndex = 20
@@ -397,7 +399,7 @@ Partial Class frmMain
'ERSTELLTWANNLabel
'
ERSTELLTWANNLabel.AutoSize = True
ERSTELLTWANNLabel.Location = New System.Drawing.Point(944, 96)
ERSTELLTWANNLabel.Location = New System.Drawing.Point(894, 96)
ERSTELLTWANNLabel.Name = "ERSTELLTWANNLabel"
ERSTELLTWANNLabel.Size = New System.Drawing.Size(77, 13)
ERSTELLTWANNLabel.TabIndex = 22
@@ -406,7 +408,7 @@ Partial Class frmMain
'GEAENDERTWERLabel
'
GEAENDERTWERLabel.AutoSize = True
GEAENDERTWERLabel.Location = New System.Drawing.Point(944, 137)
GEAENDERTWERLabel.Location = New System.Drawing.Point(894, 137)
GEAENDERTWERLabel.Name = "GEAENDERTWERLabel"
GEAENDERTWERLabel.Size = New System.Drawing.Size(80, 13)
GEAENDERTWERLabel.TabIndex = 24
@@ -444,7 +446,7 @@ Partial Class frmMain
'
ERSTELLTWERLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
ERSTELLTWERLabel1.AutoSize = True
ERSTELLTWERLabel1.Location = New System.Drawing.Point(17, 236)
ERSTELLTWERLabel1.Location = New System.Drawing.Point(17, 286)
ERSTELLTWERLabel1.Name = "ERSTELLTWERLabel1"
ERSTELLTWERLabel1.Size = New System.Drawing.Size(67, 13)
ERSTELLTWERLabel1.TabIndex = 29
@@ -454,7 +456,7 @@ Partial Class frmMain
'
ERSTELLTWANNLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
ERSTELLTWANNLabel1.AutoSize = True
ERSTELLTWANNLabel1.Location = New System.Drawing.Point(163, 236)
ERSTELLTWANNLabel1.Location = New System.Drawing.Point(163, 286)
ERSTELLTWANNLabel1.Name = "ERSTELLTWANNLabel1"
ERSTELLTWANNLabel1.Size = New System.Drawing.Size(77, 13)
ERSTELLTWANNLabel1.TabIndex = 31
@@ -464,7 +466,7 @@ Partial Class frmMain
'
GEAENDERTWERLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
GEAENDERTWERLabel1.AutoSize = True
GEAENDERTWERLabel1.Location = New System.Drawing.Point(266, 236)
GEAENDERTWERLabel1.Location = New System.Drawing.Point(266, 286)
GEAENDERTWERLabel1.Name = "GEAENDERTWERLabel1"
GEAENDERTWERLabel1.Size = New System.Drawing.Size(80, 13)
GEAENDERTWERLabel1.TabIndex = 33
@@ -474,7 +476,7 @@ Partial Class frmMain
'
GEAENDERTWANNLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
GEAENDERTWANNLabel1.AutoSize = True
GEAENDERTWANNLabel1.Location = New System.Drawing.Point(377, 236)
GEAENDERTWANNLabel1.Location = New System.Drawing.Point(377, 286)
GEAENDERTWANNLabel1.Name = "GEAENDERTWANNLabel1"
GEAENDERTWANNLabel1.Size = New System.Drawing.Size(90, 13)
GEAENDERTWANNLabel1.TabIndex = 35
@@ -512,7 +514,7 @@ Partial Class frmMain
'
ERSTELLTWERLabel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
ERSTELLTWERLabel2.AutoSize = True
ERSTELLTWERLabel2.Location = New System.Drawing.Point(14, 195)
ERSTELLTWERLabel2.Location = New System.Drawing.Point(14, 245)
ERSTELLTWERLabel2.Name = "ERSTELLTWERLabel2"
ERSTELLTWERLabel2.Size = New System.Drawing.Size(67, 13)
ERSTELLTWERLabel2.TabIndex = 30
@@ -522,7 +524,7 @@ Partial Class frmMain
'
ERSTELLTWANNLabel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
ERSTELLTWANNLabel2.AutoSize = True
ERSTELLTWANNLabel2.Location = New System.Drawing.Point(214, 195)
ERSTELLTWANNLabel2.Location = New System.Drawing.Point(214, 245)
ERSTELLTWANNLabel2.Name = "ERSTELLTWANNLabel2"
ERSTELLTWANNLabel2.Size = New System.Drawing.Size(77, 13)
ERSTELLTWANNLabel2.TabIndex = 32
@@ -532,7 +534,7 @@ Partial Class frmMain
'
GEAENDERTWERLabel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
GEAENDERTWERLabel2.AutoSize = True
GEAENDERTWERLabel2.Location = New System.Drawing.Point(14, 236)
GEAENDERTWERLabel2.Location = New System.Drawing.Point(14, 286)
GEAENDERTWERLabel2.Name = "GEAENDERTWERLabel2"
GEAENDERTWERLabel2.Size = New System.Drawing.Size(80, 13)
GEAENDERTWERLabel2.TabIndex = 34
@@ -541,7 +543,7 @@ Partial Class frmMain
'GEAENDERTWANNLabel
'
GEAENDERTWANNLabel.AutoSize = True
GEAENDERTWANNLabel.Location = New System.Drawing.Point(944, 178)
GEAENDERTWANNLabel.Location = New System.Drawing.Point(894, 178)
GEAENDERTWANNLabel.Name = "GEAENDERTWANNLabel"
GEAENDERTWANNLabel.Size = New System.Drawing.Size(90, 13)
GEAENDERTWANNLabel.TabIndex = 101
@@ -551,7 +553,7 @@ Partial Class frmMain
'
GEAENDERTWANNLabel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
GEAENDERTWANNLabel2.AutoSize = True
GEAENDERTWANNLabel2.Location = New System.Drawing.Point(214, 236)
GEAENDERTWANNLabel2.Location = New System.Drawing.Point(214, 286)
GEAENDERTWANNLabel2.Name = "GEAENDERTWANNLabel2"
GEAENDERTWANNLabel2.Size = New System.Drawing.Size(90, 13)
GEAENDERTWANNLabel2.TabIndex = 39
@@ -727,9 +729,9 @@ Partial Class frmMain
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus, Me.ToolStripStatusLabelVersion})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 549)
Me.StatusStrip1.Location = New System.Drawing.Point(0, 599)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1090, 22)
Me.StatusStrip1.Size = New System.Drawing.Size(1043, 22)
Me.StatusStrip1.TabIndex = 0
Me.StatusStrip1.Text = "StatusStrip1"
'
@@ -756,7 +758,7 @@ Partial Class frmMain
Me.TabControlMain.Location = New System.Drawing.Point(0, 0)
Me.TabControlMain.Name = "TabControlMain"
Me.TabControlMain.SelectedIndex = 0
Me.TabControlMain.Size = New System.Drawing.Size(1090, 549)
Me.TabControlMain.Size = New System.Drawing.Size(1043, 599)
Me.TabControlMain.TabIndex = 1
'
'TabPage1
@@ -766,7 +768,7 @@ Partial Class frmMain
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(1082, 523)
Me.TabPage1.Size = New System.Drawing.Size(1035, 573)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Übersicht"
Me.TabPage1.UseVisualStyleBackColor = True
@@ -776,7 +778,7 @@ Partial Class frmMain
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtmrefresh_Uebersicht})
Me.ToolStrip1.Location = New System.Drawing.Point(3, 3)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(1076, 25)
Me.ToolStrip1.Size = New System.Drawing.Size(1029, 25)
Me.ToolStrip1.TabIndex = 4
Me.ToolStrip1.Text = "ToolStrip1"
'
@@ -842,7 +844,7 @@ Partial Class frmMain
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(1082, 523)
Me.TabPage2.Size = New System.Drawing.Size(1035, 573)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Profileinstellungen"
Me.TabPage2.UseVisualStyleBackColor = True
@@ -857,6 +859,8 @@ Partial Class frmMain
'
Me.SplitContainer1.Panel1.AutoScroll = True
Me.SplitContainer1.Panel1.BackColor = System.Drawing.Color.LightGray
Me.SplitContainer1.Panel1.Controls.Add(Me.STRING5TextBox)
Me.SplitContainer1.Panel1.Controls.Add(Me.lblString5)
Me.SplitContainer1.Panel1.Controls.Add(Me.STRING4TextBox)
Me.SplitContainer1.Panel1.Controls.Add(Me.lblString4)
Me.SplitContainer1.Panel1.Controls.Add(Me.STRING3TextBox)
@@ -916,18 +920,18 @@ Partial Class frmMain
Me.SplitContainer1.Panel2.Controls.Add(GEAENDERTWERLabel2)
Me.SplitContainer1.Panel2.Controls.Add(Me.GEAENDERTWERTextBox2)
Me.SplitContainer1.Panel2.Controls.Add(Me.TBPROFIL_FILE_JOBBindingNavigator)
Me.SplitContainer1.Size = New System.Drawing.Size(1076, 280)
Me.SplitContainer1.SplitterDistance = 494
Me.SplitContainer1.Size = New System.Drawing.Size(1029, 330)
Me.SplitContainer1.SplitterDistance = 499
Me.SplitContainer1.TabIndex = 1
'
'STRING4TextBox
'STRING5TextBox
'
Me.STRING4TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.STRING4TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "STRING4", True))
Me.STRING4TextBox.Location = New System.Drawing.Point(423, 200)
Me.STRING4TextBox.Name = "STRING4TextBox"
Me.STRING4TextBox.Size = New System.Drawing.Size(61, 22)
Me.STRING4TextBox.TabIndex = 45
Me.STRING5TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.STRING5TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "STRING5", True))
Me.STRING5TextBox.Location = New System.Drawing.Point(14, 242)
Me.STRING5TextBox.Name = "STRING5TextBox"
Me.STRING5TextBox.Size = New System.Drawing.Size(467, 22)
Me.STRING5TextBox.TabIndex = 47
'
'TBWMRH_PROFIL_JOBBindingSource
'
@@ -939,15 +943,34 @@ Partial Class frmMain
Me.MyDataset.DataSetName = "MyDataset"
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'lblString5
'
Me.lblString5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblString5.AutoSize = True
Me.lblString5.Location = New System.Drawing.Point(11, 226)
Me.lblString5.Name = "lblString5"
Me.lblString5.Size = New System.Drawing.Size(57, 13)
Me.lblString5.TabIndex = 46
Me.lblString5.Text = "lblString5"
'
'STRING4TextBox
'
Me.STRING4TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.STRING4TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "STRING4", True))
Me.STRING4TextBox.Location = New System.Drawing.Point(428, 200)
Me.STRING4TextBox.Name = "STRING4TextBox"
Me.STRING4TextBox.Size = New System.Drawing.Size(61, 22)
Me.STRING4TextBox.TabIndex = 45
'
'lblString4
'
Me.lblString4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblString4.AutoSize = True
Me.lblString4.Location = New System.Drawing.Point(421, 184)
Me.lblString4.Location = New System.Drawing.Point(426, 184)
Me.lblString4.Name = "lblString4"
Me.lblString4.Size = New System.Drawing.Size(40, 13)
Me.lblString4.Size = New System.Drawing.Size(57, 13)
Me.lblString4.TabIndex = 44
Me.lblString4.Text = "Label5"
Me.lblString4.Text = "lblString4"
'
'STRING3TextBox
'
@@ -1028,7 +1051,7 @@ Partial Class frmMain
'
Me.JOB_TYPComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "JOB_TYP", True))
Me.JOB_TYPComboBox.FormattingEnabled = True
Me.JOB_TYPComboBox.Items.AddRange(New Object() {"Export HDD", "Create Mail Attachment", "BNS json Download", "Concat Files to one pdf", "Send concatted file via mail", "Send to printer"})
Me.JOB_TYPComboBox.Items.AddRange(New Object() {"Export HDD", "Create Mail Attachment", "BNS json Download", "Concat Files to one pdf", "Send concatted file via mail", "Send to printer", "Send InfoMail with WM-Search"})
Me.JOB_TYPComboBox.Location = New System.Drawing.Point(78, 77)
Me.JOB_TYPComboBox.Name = "JOB_TYPComboBox"
Me.JOB_TYPComboBox.Size = New System.Drawing.Size(239, 21)
@@ -1074,7 +1097,7 @@ Partial Class frmMain
Me.ERSTELLTWERTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.ERSTELLTWERTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWERTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "ERSTELLTWER", True))
Me.ERSTELLTWERTextBox1.Location = New System.Drawing.Point(19, 252)
Me.ERSTELLTWERTextBox1.Location = New System.Drawing.Point(19, 302)
Me.ERSTELLTWERTextBox1.Name = "ERSTELLTWERTextBox1"
Me.ERSTELLTWERTextBox1.ReadOnly = True
Me.ERSTELLTWERTextBox1.Size = New System.Drawing.Size(140, 22)
@@ -1085,7 +1108,7 @@ Partial Class frmMain
Me.ERSTELLTWANNTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.ERSTELLTWANNTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWANNTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "ERSTELLTWANN", True))
Me.ERSTELLTWANNTextBox1.Location = New System.Drawing.Point(165, 252)
Me.ERSTELLTWANNTextBox1.Location = New System.Drawing.Point(165, 302)
Me.ERSTELLTWANNTextBox1.Name = "ERSTELLTWANNTextBox1"
Me.ERSTELLTWANNTextBox1.ReadOnly = True
Me.ERSTELLTWANNTextBox1.Size = New System.Drawing.Size(99, 22)
@@ -1096,7 +1119,7 @@ Partial Class frmMain
Me.GEAENDERTWERTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GEAENDERTWERTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWERTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "GEAENDERTWER", True))
Me.GEAENDERTWERTextBox1.Location = New System.Drawing.Point(269, 252)
Me.GEAENDERTWERTextBox1.Location = New System.Drawing.Point(269, 302)
Me.GEAENDERTWERTextBox1.Name = "GEAENDERTWERTextBox1"
Me.GEAENDERTWERTextBox1.ReadOnly = True
Me.GEAENDERTWERTextBox1.Size = New System.Drawing.Size(101, 22)
@@ -1107,7 +1130,7 @@ Partial Class frmMain
Me.GEAENDERTWANNTextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GEAENDERTWANNTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWANNTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_JOBBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox1.Location = New System.Drawing.Point(380, 252)
Me.GEAENDERTWANNTextBox1.Location = New System.Drawing.Point(380, 302)
Me.GEAENDERTWANNTextBox1.Name = "GEAENDERTWANNTextBox1"
Me.GEAENDERTWANNTextBox1.ReadOnly = True
Me.GEAENDERTWANNTextBox1.Size = New System.Drawing.Size(104, 22)
@@ -1128,7 +1151,7 @@ Partial Class frmMain
Me.TBWMRH_PROFIL_JOBBindingNavigator.MovePreviousItem = Me.ToolStripButton4
Me.TBWMRH_PROFIL_JOBBindingNavigator.Name = "TBWMRH_PROFIL_JOBBindingNavigator"
Me.TBWMRH_PROFIL_JOBBindingNavigator.PositionItem = Me.ToolStripTextBox1
Me.TBWMRH_PROFIL_JOBBindingNavigator.Size = New System.Drawing.Size(494, 25)
Me.TBWMRH_PROFIL_JOBBindingNavigator.Size = New System.Drawing.Size(499, 25)
Me.TBWMRH_PROFIL_JOBBindingNavigator.TabIndex = 3
Me.TBWMRH_PROFIL_JOBBindingNavigator.Text = "BindingNavigator1"
'
@@ -1238,7 +1261,7 @@ Partial Class frmMain
'btnTestCon
'
Me.btnTestCon.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnTestCon.Location = New System.Drawing.Point(488, 116)
Me.btnTestCon.Location = New System.Drawing.Point(436, 116)
Me.btnTestCon.Name = "btnTestCon"
Me.btnTestCon.Size = New System.Drawing.Size(75, 23)
Me.btnTestCon.TabIndex = 46
@@ -1316,7 +1339,7 @@ Partial Class frmMain
Me.GEAENDERTWANNTextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GEAENDERTWANNTextBox2.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWANNTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_FILE_JOBBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox2.Location = New System.Drawing.Point(219, 252)
Me.GEAENDERTWANNTextBox2.Location = New System.Drawing.Point(219, 302)
Me.GEAENDERTWANNTextBox2.Name = "GEAENDERTWANNTextBox2"
Me.GEAENDERTWANNTextBox2.ReadOnly = True
Me.GEAENDERTWANNTextBox2.Size = New System.Drawing.Size(177, 22)
@@ -1396,7 +1419,7 @@ Partial Class frmMain
Me.ERSTELLTWERTextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.ERSTELLTWERTextBox2.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWERTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_FILE_JOBBindingSource, "ERSTELLTWER", True))
Me.ERSTELLTWERTextBox2.Location = New System.Drawing.Point(17, 211)
Me.ERSTELLTWERTextBox2.Location = New System.Drawing.Point(17, 261)
Me.ERSTELLTWERTextBox2.Name = "ERSTELLTWERTextBox2"
Me.ERSTELLTWERTextBox2.ReadOnly = True
Me.ERSTELLTWERTextBox2.Size = New System.Drawing.Size(138, 22)
@@ -1407,7 +1430,7 @@ Partial Class frmMain
Me.ERSTELLTWANNTextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.ERSTELLTWANNTextBox2.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWANNTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_FILE_JOBBindingSource, "ERSTELLTWANN", True))
Me.ERSTELLTWANNTextBox2.Location = New System.Drawing.Point(217, 211)
Me.ERSTELLTWANNTextBox2.Location = New System.Drawing.Point(217, 261)
Me.ERSTELLTWANNTextBox2.Name = "ERSTELLTWANNTextBox2"
Me.ERSTELLTWANNTextBox2.ReadOnly = True
Me.ERSTELLTWANNTextBox2.Size = New System.Drawing.Size(179, 22)
@@ -1418,7 +1441,7 @@ Partial Class frmMain
Me.GEAENDERTWERTextBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GEAENDERTWERTextBox2.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWERTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFIL_FILE_JOBBindingSource, "GEAENDERTWER", True))
Me.GEAENDERTWERTextBox2.Location = New System.Drawing.Point(17, 252)
Me.GEAENDERTWERTextBox2.Location = New System.Drawing.Point(17, 302)
Me.GEAENDERTWERTextBox2.Name = "GEAENDERTWERTextBox2"
Me.GEAENDERTWERTextBox2.ReadOnly = True
Me.GEAENDERTWERTextBox2.Size = New System.Drawing.Size(138, 22)
@@ -1439,7 +1462,7 @@ Partial Class frmMain
Me.TBPROFIL_FILE_JOBBindingNavigator.MovePreviousItem = Me.ToolStripButton11
Me.TBPROFIL_FILE_JOBBindingNavigator.Name = "TBPROFIL_FILE_JOBBindingNavigator"
Me.TBPROFIL_FILE_JOBBindingNavigator.PositionItem = Me.ToolStripTextBox2
Me.TBPROFIL_FILE_JOBBindingNavigator.Size = New System.Drawing.Size(578, 25)
Me.TBPROFIL_FILE_JOBBindingNavigator.Size = New System.Drawing.Size(526, 25)
Me.TBPROFIL_FILE_JOBBindingNavigator.TabIndex = 4
Me.TBPROFIL_FILE_JOBBindingNavigator.Text = "BindingNavigator1"
'
@@ -1565,7 +1588,6 @@ Partial Class frmMain
Me.Panel1.Controls.Add(Me.WindreamSucheTextBox)
Me.Panel1.Controls.Add(Me.RunTextBox)
Me.Panel1.Controls.Add(Letzter_DurchlaufLabel)
Me.Panel1.Controls.Add(Me.RunningCheckBox)
Me.Panel1.Controls.Add(ReihenfolgeLabel)
Me.Panel1.Controls.Add(Me.ReihenfolgeTextBox)
Me.Panel1.Controls.Add(ERSTELLTWERLabel)
@@ -1577,7 +1599,7 @@ Partial Class frmMain
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(3, 3)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(1076, 237)
Me.Panel1.Size = New System.Drawing.Size(1029, 237)
Me.Panel1.TabIndex = 0
'
'GridControl1
@@ -1585,10 +1607,10 @@ Partial Class frmMain
Me.GridControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GridControl1.DataSource = Me.TBWMRH_PROFILBindingSource
Me.GridControl1.Location = New System.Drawing.Point(0, 28)
Me.GridControl1.Location = New System.Drawing.Point(3, 28)
Me.GridControl1.MainView = Me.GridView1
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(290, 206)
Me.GridControl1.Size = New System.Drawing.Size(237, 205)
Me.GridControl1.TabIndex = 105
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
'
@@ -1619,6 +1641,7 @@ Partial Class frmMain
Me.colProfilname.Name = "colProfilname"
Me.colProfilname.Visible = True
Me.colProfilname.VisibleIndex = 0
Me.colProfilname.Width = 146
'
'colAktiv
'
@@ -1626,10 +1649,11 @@ Partial Class frmMain
Me.colAktiv.Name = "colAktiv"
Me.colAktiv.Visible = True
Me.colAktiv.VisibleIndex = 1
Me.colAktiv.Width = 51
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(772, 92)
Me.Button2.Location = New System.Drawing.Point(722, 92)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 104
@@ -1640,9 +1664,9 @@ Partial Class frmMain
'
Me.btn_runProfileManual.Image = Global.ResultHandler_Konfig.My.Resources.Resources.arrow_switch
Me.btn_runProfileManual.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btn_runProfileManual.Location = New System.Drawing.Point(793, 33)
Me.btn_runProfileManual.Location = New System.Drawing.Point(395, 34)
Me.btn_runProfileManual.Name = "btn_runProfileManual"
Me.btn_runProfileManual.Size = New System.Drawing.Size(142, 23)
Me.btn_runProfileManual.Size = New System.Drawing.Size(154, 23)
Me.btn_runProfileManual.TabIndex = 103
Me.btn_runProfileManual.Text = "Profil manuell starten"
Me.btn_runProfileManual.TextAlign = System.Drawing.ContentAlignment.MiddleRight
@@ -1652,7 +1676,7 @@ Partial Class frmMain
'
Me.GEAENDERTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "GEAENDERTWANN", True))
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(947, 194)
Me.GEAENDERTWANNTextBox.Location = New System.Drawing.Point(897, 194)
Me.GEAENDERTWANNTextBox.Name = "GEAENDERTWANNTextBox"
Me.GEAENDERTWANNTextBox.ReadOnly = True
Me.GEAENDERTWANNTextBox.Size = New System.Drawing.Size(124, 22)
@@ -1661,7 +1685,7 @@ Partial Class frmMain
'NumericUpDown
'
Me.NumericUpDown.Increment = New Decimal(New Integer() {5, 0, 0, 0})
Me.NumericUpDown.Location = New System.Drawing.Point(634, 172)
Me.NumericUpDown.Location = New System.Drawing.Point(380, 194)
Me.NumericUpDown.Maximum = New Decimal(New Integer() {500, 0, 0, 0})
Me.NumericUpDown.Name = "NumericUpDown"
Me.NumericUpDown.Size = New System.Drawing.Size(38, 22)
@@ -1671,7 +1695,7 @@ Partial Class frmMain
'lblTimeIntervall
'
Me.lblTimeIntervall.AutoSize = True
Me.lblTimeIntervall.Location = New System.Drawing.Point(536, 178)
Me.lblTimeIntervall.Location = New System.Drawing.Point(377, 175)
Me.lblTimeIntervall.Name = "lblTimeIntervall"
Me.lblTimeIntervall.Size = New System.Drawing.Size(47, 13)
Me.lblTimeIntervall.TabIndex = 100
@@ -1680,7 +1704,7 @@ Partial Class frmMain
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(297, 178)
Me.Label2.Location = New System.Drawing.Point(247, 178)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(54, 13)
Me.Label2.TabIndex = 1
@@ -1690,7 +1714,7 @@ Partial Class frmMain
'
Me.dtp_Time.CustomFormat = "HH:mm"
Me.dtp_Time.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.dtp_Time.Location = New System.Drawing.Point(634, 171)
Me.dtp_Time.Location = New System.Drawing.Point(380, 194)
Me.dtp_Time.Name = "dtp_Time"
Me.dtp_Time.ShowUpDown = True
Me.dtp_Time.Size = New System.Drawing.Size(60, 22)
@@ -1701,7 +1725,7 @@ Partial Class frmMain
'
Me.cmbTimeTyp.FormattingEnabled = True
Me.cmbTimeTyp.Items.AddRange(New Object() {"Intervall", "Uhrzeit"})
Me.cmbTimeTyp.Location = New System.Drawing.Point(399, 175)
Me.cmbTimeTyp.Location = New System.Drawing.Point(250, 194)
Me.cmbTimeTyp.Name = "cmbTimeTyp"
Me.cmbTimeTyp.Size = New System.Drawing.Size(121, 21)
Me.cmbTimeTyp.TabIndex = 98
@@ -1709,11 +1733,11 @@ Partial Class frmMain
'ObjekttypComboBox
'
Me.ObjekttypComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "Objekttyp", True))
Me.ObjekttypComboBox.Font = New System.Drawing.Font("Segoe UI", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ObjekttypComboBox.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ObjekttypComboBox.FormattingEnabled = True
Me.ObjekttypComboBox.Location = New System.Drawing.Point(735, 63)
Me.ObjekttypComboBox.Location = New System.Drawing.Point(635, 63)
Me.ObjekttypComboBox.Name = "ObjekttypComboBox"
Me.ObjekttypComboBox.Size = New System.Drawing.Size(200, 19)
Me.ObjekttypComboBox.Size = New System.Drawing.Size(230, 21)
Me.ObjekttypComboBox.TabIndex = 97
'
'GroupBox4
@@ -1726,7 +1750,7 @@ Partial Class frmMain
Me.GroupBox4.Controls.Add(Me.CheckBox7)
Me.GroupBox4.Controls.Add(Me.CheckBox4)
Me.GroupBox4.Controls.Add(Me.CheckBox5)
Me.GroupBox4.Location = New System.Drawing.Point(300, 118)
Me.GroupBox4.Location = New System.Drawing.Point(250, 118)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(633, 51)
Me.GroupBox4.TabIndex = 95
@@ -1814,7 +1838,7 @@ Partial Class frmMain
'
'btnaddSearch
'
Me.btnaddSearch.Location = New System.Drawing.Point(735, 91)
Me.btnaddSearch.Location = New System.Drawing.Point(685, 91)
Me.btnaddSearch.Name = "btnaddSearch"
Me.btnaddSearch.Size = New System.Drawing.Size(29, 23)
Me.btnaddSearch.TabIndex = 29
@@ -1824,10 +1848,10 @@ Partial Class frmMain
'Letzter_DurchlaufTextBox
'
Me.Letzter_DurchlaufTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "Letzter_Durchlauf", True))
Me.Letzter_DurchlaufTextBox.Location = New System.Drawing.Point(399, 203)
Me.Letzter_DurchlaufTextBox.Location = New System.Drawing.Point(520, 194)
Me.Letzter_DurchlaufTextBox.Name = "Letzter_DurchlaufTextBox"
Me.Letzter_DurchlaufTextBox.ReadOnly = True
Me.Letzter_DurchlaufTextBox.Size = New System.Drawing.Size(121, 22)
Me.Letzter_DurchlaufTextBox.Size = New System.Drawing.Size(160, 22)
Me.Letzter_DurchlaufTextBox.TabIndex = 28
'
'TBWMRH_PROFILBindingNavigator
@@ -1837,7 +1861,7 @@ Partial Class frmMain
Me.TBWMRH_PROFILBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TBWMRH_PROFILBindingNavigator.CountItemFormat = "von {0} Profilen"
Me.TBWMRH_PROFILBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TBWMRH_PROFILBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPROFILBindingNavigatorSaveItem, Me.tabtn_refreshProfile})
Me.TBWMRH_PROFILBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPROFILBindingNavigatorSaveItem, Me.tabtn_refreshProfile, Me.tsbtnStartProfile})
Me.TBWMRH_PROFILBindingNavigator.Location = New System.Drawing.Point(0, 0)
Me.TBWMRH_PROFILBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TBWMRH_PROFILBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
@@ -1845,7 +1869,7 @@ Partial Class frmMain
Me.TBWMRH_PROFILBindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
Me.TBWMRH_PROFILBindingNavigator.Name = "TBWMRH_PROFILBindingNavigator"
Me.TBWMRH_PROFILBindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
Me.TBWMRH_PROFILBindingNavigator.Size = New System.Drawing.Size(1076, 25)
Me.TBWMRH_PROFILBindingNavigator.Size = New System.Drawing.Size(1029, 25)
Me.TBWMRH_PROFILBindingNavigator.TabIndex = 2
Me.TBWMRH_PROFILBindingNavigator.Text = "BindingNavigator1"
'
@@ -1951,20 +1975,30 @@ Partial Class frmMain
Me.tabtn_refreshProfile.Size = New System.Drawing.Size(23, 22)
Me.tabtn_refreshProfile.Text = "ToolStripButton15"
'
'tsbtnStartProfile
'
Me.tsbtnStartProfile.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.tsbtnStartProfile.Image = Global.ResultHandler_Konfig.My.Resources.Resources.arrow_switch
Me.tsbtnStartProfile.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnStartProfile.Name = "tsbtnStartProfile"
Me.tsbtnStartProfile.Size = New System.Drawing.Size(140, 22)
Me.tsbtnStartProfile.Text = "Profil manuell starten"
Me.tsbtnStartProfile.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'GUIDTextBox
'
Me.GUIDTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "GUID", True))
Me.GUIDTextBox.Location = New System.Drawing.Point(399, 35)
Me.GUIDTextBox.Location = New System.Drawing.Point(349, 35)
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
Me.GUIDTextBox.Size = New System.Drawing.Size(60, 22)
Me.GUIDTextBox.Size = New System.Drawing.Size(39, 22)
Me.GUIDTextBox.TabIndex = 1
'
'ProfilnameTextBox
'
Me.ProfilnameTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "Profilname", True))
Me.ProfilnameTextBox.Location = New System.Drawing.Point(399, 63)
Me.ProfilnameTextBox.Location = New System.Drawing.Point(349, 63)
Me.ProfilnameTextBox.Name = "ProfilnameTextBox"
Me.ProfilnameTextBox.Size = New System.Drawing.Size(200, 22)
Me.ProfilnameTextBox.TabIndex = 3
@@ -1972,7 +2006,7 @@ Partial Class frmMain
'AktivCheckBox
'
Me.AktivCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBWMRH_PROFILBindingSource, "Aktiv", True))
Me.AktivCheckBox.Location = New System.Drawing.Point(537, 33)
Me.AktivCheckBox.Location = New System.Drawing.Point(895, 33)
Me.AktivCheckBox.Name = "AktivCheckBox"
Me.AktivCheckBox.Size = New System.Drawing.Size(62, 24)
Me.AktivCheckBox.TabIndex = 5
@@ -1982,7 +2016,7 @@ Partial Class frmMain
'WindreamSucheTextBox
'
Me.WindreamSucheTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "WindreamSuche", True))
Me.WindreamSucheTextBox.Location = New System.Drawing.Point(399, 92)
Me.WindreamSucheTextBox.Location = New System.Drawing.Point(349, 92)
Me.WindreamSucheTextBox.Name = "WindreamSucheTextBox"
Me.WindreamSucheTextBox.Size = New System.Drawing.Size(331, 22)
Me.WindreamSucheTextBox.TabIndex = 9
@@ -1990,27 +2024,16 @@ Partial Class frmMain
'RunTextBox
'
Me.RunTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "Run", True))
Me.RunTextBox.Location = New System.Drawing.Point(720, 171)
Me.RunTextBox.Location = New System.Drawing.Point(446, 194)
Me.RunTextBox.Name = "RunTextBox"
Me.RunTextBox.ReadOnly = True
Me.RunTextBox.Size = New System.Drawing.Size(60, 22)
Me.RunTextBox.TabIndex = 13
'
'RunningCheckBox
'
Me.RunningCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBWMRH_PROFILBindingSource, "Running", True))
Me.RunningCheckBox.Enabled = False
Me.RunningCheckBox.Location = New System.Drawing.Point(947, 27)
Me.RunningCheckBox.Name = "RunningCheckBox"
Me.RunningCheckBox.Size = New System.Drawing.Size(93, 24)
Me.RunningCheckBox.TabIndex = 17
Me.RunningCheckBox.Text = "Running?"
Me.RunningCheckBox.UseVisualStyleBackColor = True
'
'ReihenfolgeTextBox
'
Me.ReihenfolgeTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "Reihenfolge", True))
Me.ReihenfolgeTextBox.Location = New System.Drawing.Point(735, 35)
Me.ReihenfolgeTextBox.Location = New System.Drawing.Point(635, 35)
Me.ReihenfolgeTextBox.Name = "ReihenfolgeTextBox"
Me.ReihenfolgeTextBox.Size = New System.Drawing.Size(45, 22)
Me.ReihenfolgeTextBox.TabIndex = 19
@@ -2019,7 +2042,7 @@ Partial Class frmMain
'
Me.ERSTELLTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "ERSTELLTWER", True))
Me.ERSTELLTWERTextBox.Location = New System.Drawing.Point(947, 72)
Me.ERSTELLTWERTextBox.Location = New System.Drawing.Point(897, 72)
Me.ERSTELLTWERTextBox.Name = "ERSTELLTWERTextBox"
Me.ERSTELLTWERTextBox.ReadOnly = True
Me.ERSTELLTWERTextBox.Size = New System.Drawing.Size(124, 22)
@@ -2029,7 +2052,7 @@ Partial Class frmMain
'
Me.ERSTELLTWANNTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.ERSTELLTWANNTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "ERSTELLTWANN", True))
Me.ERSTELLTWANNTextBox.Location = New System.Drawing.Point(947, 112)
Me.ERSTELLTWANNTextBox.Location = New System.Drawing.Point(897, 112)
Me.ERSTELLTWANNTextBox.Name = "ERSTELLTWANNTextBox"
Me.ERSTELLTWANNTextBox.ReadOnly = True
Me.ERSTELLTWANNTextBox.Size = New System.Drawing.Size(124, 22)
@@ -2039,7 +2062,7 @@ Partial Class frmMain
'
Me.GEAENDERTWERTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.GEAENDERTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBWMRH_PROFILBindingSource, "GEAENDERTWER", True))
Me.GEAENDERTWERTextBox.Location = New System.Drawing.Point(947, 153)
Me.GEAENDERTWERTextBox.Location = New System.Drawing.Point(897, 153)
Me.GEAENDERTWERTextBox.Name = "GEAENDERTWERTextBox"
Me.GEAENDERTWERTextBox.ReadOnly = True
Me.GEAENDERTWERTextBox.Size = New System.Drawing.Size(124, 22)
@@ -2051,7 +2074,7 @@ Partial Class frmMain
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage3.Size = New System.Drawing.Size(1082, 523)
Me.TabPage3.Size = New System.Drawing.Size(1035, 573)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Grundeinstellungen"
Me.TabPage3.UseVisualStyleBackColor = True
@@ -2239,7 +2262,7 @@ Partial Class frmMain
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage4.Size = New System.Drawing.Size(1082, 523)
Me.TabPage4.Size = New System.Drawing.Size(1035, 573)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "Email"
Me.TabPage4.UseVisualStyleBackColor = True
@@ -2432,7 +2455,7 @@ Partial Class frmMain
Me.BindingNavigator1.MovePreviousItem = Me.ToolStripButton18
Me.BindingNavigator1.Name = "BindingNavigator1"
Me.BindingNavigator1.PositionItem = Me.ToolStripTextBox3
Me.BindingNavigator1.Size = New System.Drawing.Size(1076, 25)
Me.BindingNavigator1.Size = New System.Drawing.Size(1029, 25)
Me.BindingNavigator1.TabIndex = 3
Me.BindingNavigator1.Text = "BindingNavigator1"
'
@@ -2580,7 +2603,7 @@ Partial Class frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1090, 571)
Me.ClientSize = New System.Drawing.Size(1043, 621)
Me.Controls.Add(Me.TabControlMain)
Me.Controls.Add(Me.StatusStrip1)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
@@ -2664,7 +2687,6 @@ Partial Class frmMain
Friend WithEvents WindreamSucheTextBox As System.Windows.Forms.TextBox
Friend WithEvents DayTextBox As System.Windows.Forms.TextBox
Friend WithEvents RunTextBox As System.Windows.Forms.TextBox
Friend WithEvents RunningCheckBox As System.Windows.Forms.CheckBox
Friend WithEvents ReihenfolgeTextBox As System.Windows.Forms.TextBox
Friend WithEvents ERSTELLTWERTextBox As System.Windows.Forms.TextBox
Friend WithEvents ERSTELLTWANNTextBox As System.Windows.Forms.TextBox
@@ -2782,7 +2804,6 @@ Partial Class frmMain
Friend WithEvents STRING3TextBox As TextBox
Friend WithEvents lblString3 As Label
Friend WithEvents STRING4TextBox As TextBox
Friend WithEvents lblString4 As Label
Friend WithEvents ToolStripStatusLabelVersion As ToolStripStatusLabel
Friend WithEvents Button3 As Button
Friend WithEvents TabPage4 As TabPage
@@ -2829,4 +2850,8 @@ Partial Class frmMain
Friend WithEvents btnlookupPDFXCHANGE As Button
Friend WithEvents btnlookupPDFTK As Button
Friend WithEvents OpenFileDialog2 As OpenFileDialog
Friend WithEvents lblString4 As Label
Friend WithEvents STRING5TextBox As TextBox
Friend WithEvents lblString5 As Label
Friend WithEvents tsbtnStartProfile As ToolStripButton
End Class