Files
ToolCollection/ToolCollection/frmDIHauptseite.Designer.vb
2025-11-07 08:51:50 +01:00

500 lines
26 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmDIHauptseite
Inherits System.Windows.Forms.Form
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Wird vom Windows Form-Designer benötigt.
Private components As System.ComponentModel.IContainer
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDIHauptseite))
Me.dlgZielordner = New System.Windows.Forms.FolderBrowserDialog()
Me.dlgQuellordner = New System.Windows.Forms.FolderBrowserDialog()
Me.timRun_Dateiimport = New System.Windows.Forms.Timer(Me.components)
Me.contextLog = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.AlleKnotenÖffnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.AlleKnotenSchließenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.tcMain = New System.Windows.Forms.TabControl()
Me.tpMain = New System.Windows.Forms.TabPage()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.btnAbbrechen = New System.Windows.Forms.Button()
Me.cmbProfilauswahl = New System.Windows.Forms.ComboBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.lblmanuell_letzterDurchlauf = New System.Windows.Forms.Label()
Me.lblLetzter_Durchlauf = New System.Windows.Forms.Label()
Me.rbAutomatisch = New System.Windows.Forms.RadioButton()
Me.btnDurchlauf = New System.Windows.Forms.Button()
Me.lbldurchlauf1 = New System.Windows.Forms.Label()
Me.rbManuell = New System.Windows.Forms.RadioButton()
Me.numIntervallDurchlauf = New System.Windows.Forms.NumericUpDown()
Me.btnDI_Manuell_starten = New System.Windows.Forms.Button()
Me.lbldurchlauf2 = New System.Windows.Forms.Label()
Me.btnZielordner = New System.Windows.Forms.Button()
Me.txtZielordner = New System.Windows.Forms.TextBox()
Me.progressImport = New System.Windows.Forms.ProgressBar()
Me.Label6 = New System.Windows.Forms.Label()
Me.lblLog = New System.Windows.Forms.Label()
Me.btnQuellordner = New System.Windows.Forms.Button()
Me.lblProgress = New System.Windows.Forms.Label()
Me.TBTC_DI_REGEX_MATCHBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.MyDataset = New ToolCollection.MyDataset()
Me.txtQuellordner = New System.Windows.Forms.TextBox()
Me.tvLog = New System.Windows.Forms.TreeView()
Me.Label5 = New System.Windows.Forms.Label()
Me.tpKonfiguration = New System.Windows.Forms.TabPage()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.TableAdapterManager = New ToolCollection.MyDatasetTableAdapters.TableAdapterManager()
Me.TBTC_DI_REGEX_MATCHTableAdapter = New ToolCollection.MyDatasetTableAdapters.TBTC_DI_REGEX_MATCHTableAdapter()
Me.contextLog.SuspendLayout()
Me.tcMain.SuspendLayout()
Me.tpMain.SuspendLayout()
Me.GroupBox1.SuspendLayout()
CType(Me.numIntervallDurchlauf, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBTC_DI_REGEX_MATCHBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'timRun_Dateiimport
'
Me.timRun_Dateiimport.Interval = 60
'
'contextLog
'
Me.contextLog.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AlleKnotenÖffnenToolStripMenuItem, Me.AlleKnotenSchließenToolStripMenuItem})
Me.contextLog.Name = "contextLog"
Me.contextLog.Size = New System.Drawing.Size(187, 48)
'
'AlleKnotenÖffnenToolStripMenuItem
'
Me.AlleKnotenÖffnenToolStripMenuItem.Name = "AlleKnotenÖffnenToolStripMenuItem"
Me.AlleKnotenÖffnenToolStripMenuItem.Size = New System.Drawing.Size(186, 22)
Me.AlleKnotenÖffnenToolStripMenuItem.Text = "alle Knoten öffnen"
'
'AlleKnotenSchließenToolStripMenuItem
'
Me.AlleKnotenSchließenToolStripMenuItem.Name = "AlleKnotenSchließenToolStripMenuItem"
Me.AlleKnotenSchließenToolStripMenuItem.Size = New System.Drawing.Size(186, 22)
Me.AlleKnotenSchließenToolStripMenuItem.Text = "alle Knoten schließen"
'
'tcMain
'
Me.tcMain.Controls.Add(Me.tpMain)
Me.tcMain.Controls.Add(Me.tpKonfiguration)
Me.tcMain.Dock = System.Windows.Forms.DockStyle.Fill
Me.tcMain.Location = New System.Drawing.Point(0, 0)
Me.tcMain.Name = "tcMain"
Me.tcMain.SelectedIndex = 0
Me.tcMain.Size = New System.Drawing.Size(784, 519)
Me.tcMain.TabIndex = 51
'
'tpMain
'
Me.tpMain.Controls.Add(Me.Label1)
Me.tpMain.Controls.Add(Me.Label2)
Me.tpMain.Controls.Add(Me.btnAbbrechen)
Me.tpMain.Controls.Add(Me.cmbProfilauswahl)
Me.tpMain.Controls.Add(Me.GroupBox1)
Me.tpMain.Controls.Add(Me.btnZielordner)
Me.tpMain.Controls.Add(Me.txtZielordner)
Me.tpMain.Controls.Add(Me.progressImport)
Me.tpMain.Controls.Add(Me.Label6)
Me.tpMain.Controls.Add(Me.lblLog)
Me.tpMain.Controls.Add(Me.btnQuellordner)
Me.tpMain.Controls.Add(Me.lblProgress)
Me.tpMain.Controls.Add(Me.txtQuellordner)
Me.tpMain.Controls.Add(Me.tvLog)
Me.tpMain.Controls.Add(Me.Label5)
Me.tpMain.Location = New System.Drawing.Point(4, 22)
Me.tpMain.Name = "tpMain"
Me.tpMain.Padding = New System.Windows.Forms.Padding(3)
Me.tpMain.Size = New System.Drawing.Size(776, 493)
Me.tpMain.TabIndex = 0
Me.tpMain.Text = "Hauptseite"
Me.tpMain.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(6, 3)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(498, 29)
Me.Label1.TabIndex = 22
Me.Label1.Text = "Importieren von Dateien nach windream"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(10, 46)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(156, 13)
Me.Label2.TabIndex = 23
Me.Label2.Text = "1. Profil für Dateiimport wählen"
'
'btnAbbrechen
'
Me.btnAbbrechen.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.btnAbbrechen.Image = Global.ToolCollection.My.Resources.Resources.cross
Me.btnAbbrechen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnAbbrechen.Location = New System.Drawing.Point(615, 454)
Me.btnAbbrechen.Name = "btnAbbrechen"
Me.btnAbbrechen.Size = New System.Drawing.Size(154, 30)
Me.btnAbbrechen.TabIndex = 32
Me.btnAbbrechen.Text = "Dateiimport abbrechen"
Me.btnAbbrechen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnAbbrechen.UseVisualStyleBackColor = True
Me.btnAbbrechen.Visible = False
'
'cmbProfilauswahl
'
Me.cmbProfilauswahl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbProfilauswahl.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbProfilauswahl.FormattingEnabled = True
Me.cmbProfilauswahl.Location = New System.Drawing.Point(11, 62)
Me.cmbProfilauswahl.Name = "cmbProfilauswahl"
Me.cmbProfilauswahl.Size = New System.Drawing.Size(339, 21)
Me.cmbProfilauswahl.Sorted = True
Me.cmbProfilauswahl.TabIndex = 24
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.lblmanuell_letzterDurchlauf)
Me.GroupBox1.Controls.Add(Me.lblLetzter_Durchlauf)
Me.GroupBox1.Controls.Add(Me.rbAutomatisch)
Me.GroupBox1.Controls.Add(Me.btnDurchlauf)
Me.GroupBox1.Controls.Add(Me.lbldurchlauf1)
Me.GroupBox1.Controls.Add(Me.rbManuell)
Me.GroupBox1.Controls.Add(Me.numIntervallDurchlauf)
Me.GroupBox1.Controls.Add(Me.btnDI_Manuell_starten)
Me.GroupBox1.Controls.Add(Me.lbldurchlauf2)
Me.GroupBox1.Location = New System.Drawing.Point(11, 189)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(339, 220)
Me.GroupBox1.TabIndex = 48
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "4. Durchlauf bestimmen"
'
'lblmanuell_letzterDurchlauf
'
Me.lblmanuell_letzterDurchlauf.AutoSize = True
Me.lblmanuell_letzterDurchlauf.Location = New System.Drawing.Point(29, 83)
Me.lblmanuell_letzterDurchlauf.Name = "lblmanuell_letzterDurchlauf"
Me.lblmanuell_letzterDurchlauf.Size = New System.Drawing.Size(0, 13)
Me.lblmanuell_letzterDurchlauf.TabIndex = 49
Me.lblmanuell_letzterDurchlauf.Visible = False
'
'lblLetzter_Durchlauf
'
Me.lblLetzter_Durchlauf.AutoSize = True
Me.lblLetzter_Durchlauf.Location = New System.Drawing.Point(29, 200)
Me.lblLetzter_Durchlauf.Name = "lblLetzter_Durchlauf"
Me.lblLetzter_Durchlauf.Size = New System.Drawing.Size(0, 13)
Me.lblLetzter_Durchlauf.TabIndex = 48
Me.lblLetzter_Durchlauf.Visible = False
'
'rbAutomatisch
'
Me.rbAutomatisch.AutoSize = True
Me.rbAutomatisch.Location = New System.Drawing.Point(7, 99)
Me.rbAutomatisch.Name = "rbAutomatisch"
Me.rbAutomatisch.Size = New System.Drawing.Size(235, 17)
Me.rbAutomatisch.TabIndex = 30
Me.rbAutomatisch.Text = "Zeitgesteuerter/Automatischer Durchlauf"
Me.rbAutomatisch.UseVisualStyleBackColor = True
'
'btnDurchlauf
'
Me.btnDurchlauf.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnDurchlauf.Image = Global.ToolCollection.My.Resources.Resources.clock_run
Me.btnDurchlauf.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDurchlauf.Location = New System.Drawing.Point(31, 151)
Me.btnDurchlauf.Name = "btnDurchlauf"
Me.btnDurchlauf.Padding = New System.Windows.Forms.Padding(10, 0, 0, 0)
Me.btnDurchlauf.Size = New System.Drawing.Size(288, 46)
Me.btnDurchlauf.TabIndex = 46
Me.btnDurchlauf.Text = "Autom. Durchlauf für Dateiimport starten"
Me.btnDurchlauf.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDurchlauf.UseVisualStyleBackColor = True
'
'lbldurchlauf1
'
Me.lbldurchlauf1.AutoSize = True
Me.lbldurchlauf1.Location = New System.Drawing.Point(28, 122)
Me.lbldurchlauf1.Name = "lbldurchlauf1"
Me.lbldurchlauf1.Size = New System.Drawing.Size(25, 13)
Me.lbldurchlauf1.TabIndex = 45
Me.lbldurchlauf1.Text = "alle"
'
'rbManuell
'
Me.rbManuell.AutoSize = True
Me.rbManuell.Checked = True
Me.rbManuell.Location = New System.Drawing.Point(7, 21)
Me.rbManuell.Name = "rbManuell"
Me.rbManuell.Size = New System.Drawing.Size(131, 17)
Me.rbManuell.TabIndex = 29
Me.rbManuell.TabStop = True
Me.rbManuell.Text = "Manueller Durchlauf"
Me.rbManuell.UseVisualStyleBackColor = True
'
'numIntervallDurchlauf
'
Me.numIntervallDurchlauf.DataBindings.Add(New System.Windows.Forms.Binding("Value", Global.ToolCollection.My.MySettings.Default, "DIDurchlauf_Intervall", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.numIntervallDurchlauf.Location = New System.Drawing.Point(55, 120)
Me.numIntervallDurchlauf.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
Me.numIntervallDurchlauf.Name = "numIntervallDurchlauf"
Me.numIntervallDurchlauf.Size = New System.Drawing.Size(46, 22)
Me.numIntervallDurchlauf.TabIndex = 43
Me.numIntervallDurchlauf.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
Me.numIntervallDurchlauf.Value = Global.ToolCollection.My.MySettings.Default.DIDurchlauf_Intervall
'
'btnDI_Manuell_starten
'
Me.btnDI_Manuell_starten.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnDI_Manuell_starten.Image = Global.ToolCollection.My.Resources.Resources.resultset_next
Me.btnDI_Manuell_starten.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnDI_Manuell_starten.Location = New System.Drawing.Point(32, 44)
Me.btnDI_Manuell_starten.Name = "btnDI_Manuell_starten"
Me.btnDI_Manuell_starten.Size = New System.Drawing.Size(287, 36)
Me.btnDI_Manuell_starten.TabIndex = 28
Me.btnDI_Manuell_starten.Text = "Dateiimport starten"
Me.btnDI_Manuell_starten.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnDI_Manuell_starten.UseVisualStyleBackColor = True
'
'lbldurchlauf2
'
Me.lbldurchlauf2.AutoSize = True
Me.lbldurchlauf2.Location = New System.Drawing.Point(107, 119)
Me.lbldurchlauf2.Name = "lbldurchlauf2"
Me.lbldurchlauf2.Size = New System.Drawing.Size(212, 26)
Me.lbldurchlauf2.TabIndex = 44
Me.lbldurchlauf2.Text = "Minuten einen neuen Durchlauf für alle" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Profile starten"
'
'btnZielordner
'
Me.btnZielordner.Enabled = False
Me.btnZielordner.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnZielordner.Location = New System.Drawing.Point(321, 149)
Me.btnZielordner.Name = "btnZielordner"
Me.btnZielordner.Size = New System.Drawing.Size(29, 23)
Me.btnZielordner.TabIndex = 40
Me.btnZielordner.Text = "..."
Me.btnZielordner.UseVisualStyleBackColor = True
'
'txtZielordner
'
Me.txtZielordner.Enabled = False
Me.txtZielordner.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtZielordner.Location = New System.Drawing.Point(11, 151)
Me.txtZielordner.Name = "txtZielordner"
Me.txtZielordner.Size = New System.Drawing.Size(304, 21)
Me.txtZielordner.TabIndex = 39
'
'progressImport
'
Me.progressImport.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.progressImport.Location = New System.Drawing.Point(11, 421)
Me.progressImport.Name = "progressImport"
Me.progressImport.Size = New System.Drawing.Size(758, 27)
Me.progressImport.TabIndex = 29
Me.progressImport.Visible = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(8, 135)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(165, 13)
Me.Label6.TabIndex = 38
Me.Label6.Text = "3. Zielordner (bei Bedarf ändern)"
'
'lblLog
'
Me.lblLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblLog.AutoSize = True
Me.lblLog.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblLog.Location = New System.Drawing.Point(371, 46)
Me.lblLog.Name = "lblLog"
Me.lblLog.Size = New System.Drawing.Size(103, 13)
Me.lblLog.TabIndex = 31
Me.lblLog.Text = "Log für Dateiimport:"
'
'btnQuellordner
'
Me.btnQuellordner.Enabled = False
Me.btnQuellordner.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnQuellordner.Location = New System.Drawing.Point(321, 109)
Me.btnQuellordner.Name = "btnQuellordner"
Me.btnQuellordner.Size = New System.Drawing.Size(29, 23)
Me.btnQuellordner.TabIndex = 37
Me.btnQuellordner.Text = "..."
Me.btnQuellordner.UseVisualStyleBackColor = True
'
'lblProgress
'
Me.lblProgress.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.lblProgress.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "GUID", True))
Me.lblProgress.Location = New System.Drawing.Point(11, 454)
Me.lblProgress.Name = "lblProgress"
Me.lblProgress.Size = New System.Drawing.Size(536, 33)
Me.lblProgress.TabIndex = 33
Me.lblProgress.Text = "0 von 100 Dateien importiert"
Me.lblProgress.Visible = False
'
'TBTC_DI_REGEX_MATCHBindingSource
'
Me.TBTC_DI_REGEX_MATCHBindingSource.DataMember = "TBTC_DI_REGEX_MATCH"
Me.TBTC_DI_REGEX_MATCHBindingSource.DataSource = Me.MyDataset
'
'MyDataset
'
Me.MyDataset.DataSetName = "MyDataset"
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'txtQuellordner
'
Me.txtQuellordner.Enabled = False
Me.txtQuellordner.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQuellordner.Location = New System.Drawing.Point(11, 109)
Me.txtQuellordner.Name = "txtQuellordner"
Me.txtQuellordner.Size = New System.Drawing.Size(304, 21)
Me.txtQuellordner.TabIndex = 36
'
'tvLog
'
Me.tvLog.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.tvLog.ContextMenuStrip = Me.contextLog
Me.tvLog.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tvLog.HideSelection = False
Me.tvLog.Location = New System.Drawing.Point(374, 62)
Me.tvLog.Name = "tvLog"
Me.tvLog.ShowNodeToolTips = True
Me.tvLog.Size = New System.Drawing.Size(395, 347)
Me.tvLog.TabIndex = 34
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(8, 93)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(169, 13)
Me.Label5.TabIndex = 35
Me.Label5.Text = "2. Quellordner (bei Bedarf ändern"
'
'tpKonfiguration
'
Me.tpKonfiguration.Location = New System.Drawing.Point(4, 22)
Me.tpKonfiguration.Name = "tpKonfiguration"
Me.tpKonfiguration.Padding = New System.Windows.Forms.Padding(3)
Me.tpKonfiguration.Size = New System.Drawing.Size(714, 487)
Me.tpKonfiguration.TabIndex = 1
Me.tpKonfiguration.Text = "Einstellungen"
Me.tpKonfiguration.UseVisualStyleBackColor = True
'
'ContextMenuStrip1
'
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
Me.TableAdapterManager.TBTC_DI_REGEX_MATCHTableAdapter = Nothing
Me.TableAdapterManager.TBTC_MOVE_RENAMETableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = ToolCollection.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TBTC_DI_REGEX_MATCHTableAdapter
'
Me.TBTC_DI_REGEX_MATCHTableAdapter.ClearBeforeFill = True
'
'frmDIHauptseite
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(784, 519)
Me.Controls.Add(Me.tcMain)
Me.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.ToolCollection.My.MySettings.Default, "frmDIHauptseite_Loc", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Location = Global.ToolCollection.My.MySettings.Default.frmDIHauptseite_Loc
Me.Name = "frmDIHauptseite"
Me.Text = "Dateiimporter - Hauptseite"
Me.contextLog.ResumeLayout(False)
Me.tcMain.ResumeLayout(False)
Me.tpMain.ResumeLayout(False)
Me.tpMain.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.numIntervallDurchlauf, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBTC_DI_REGEX_MATCHBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents dlgZielordner As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents dlgQuellordner As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents timRun_Dateiimport As System.Windows.Forms.Timer
Friend WithEvents contextLog As System.Windows.Forms.ContextMenuStrip
Friend WithEvents AlleKnotenÖffnenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents AlleKnotenSchließenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
Friend WithEvents tcMain As System.Windows.Forms.TabControl
Friend WithEvents tpMain As System.Windows.Forms.TabPage
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents btnAbbrechen As System.Windows.Forms.Button
Friend WithEvents lbldurchlauf1 As System.Windows.Forms.Label
Friend WithEvents numIntervallDurchlauf As System.Windows.Forms.NumericUpDown
Friend WithEvents lbldurchlauf2 As System.Windows.Forms.Label
Friend WithEvents btnDurchlauf As System.Windows.Forms.Button
Friend WithEvents cmbProfilauswahl As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents btnDI_Manuell_starten As System.Windows.Forms.Button
Friend WithEvents btnZielordner As System.Windows.Forms.Button
Friend WithEvents txtZielordner As System.Windows.Forms.TextBox
Friend WithEvents progressImport As System.Windows.Forms.ProgressBar
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents lblLog As System.Windows.Forms.Label
Friend WithEvents btnQuellordner As System.Windows.Forms.Button
Friend WithEvents lblProgress As System.Windows.Forms.Label
Friend WithEvents txtQuellordner As System.Windows.Forms.TextBox
Friend WithEvents tvLog As System.Windows.Forms.TreeView
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents tpKonfiguration As System.Windows.Forms.TabPage
Friend WithEvents rbAutomatisch As System.Windows.Forms.RadioButton
Friend WithEvents rbManuell As System.Windows.Forms.RadioButton
Friend WithEvents lblLetzter_Durchlauf As System.Windows.Forms.Label
Friend WithEvents lblmanuell_letzterDurchlauf As System.Windows.Forms.Label
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
Friend WithEvents MyDataset As ToolCollection.MyDataset
Friend WithEvents TableAdapterManager As ToolCollection.MyDatasetTableAdapters.TableAdapterManager
Friend WithEvents TBTC_DI_REGEX_MATCHBindingSource As BindingSource
Friend WithEvents TBTC_DI_REGEX_MATCHTableAdapter As MyDatasetTableAdapters.TBTC_DI_REGEX_MATCHTableAdapter
End Class