ToolCollection/ToolCollection/frmDIProfilEigenschaften.Designer.vb

829 lines
44 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDIProfilEigenschaften
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDIProfilEigenschaften))
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.cmbProfilauswahl = New System.Windows.Forms.ToolStripSplitButton()
Me.tslblAnzahl = New System.Windows.Forms.ToolStripStatusLabel()
Me.lblProfil = New System.Windows.Forms.ToolStripStatusLabel()
Me.dlgQuellordner = New System.Windows.Forms.FolderBrowserDialog()
Me.dlgZielordner = New System.Windows.Forms.FolderBrowserDialog()
Me.dlgBackupordner = New System.Windows.Forms.FolderBrowserDialog()
Me.pnlProfileigenschaften = New System.Windows.Forms.Panel()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.Label10 = New System.Windows.Forms.Label()
Me.cmbl2Nav_Index = New System.Windows.Forms.ComboBox()
Me.Label9 = New System.Windows.Forms.Label()
Me.cmbl2NavDokartindex = New System.Windows.Forms.ComboBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.btnLink2Navision = New System.Windows.Forms.Button()
Me.txtLink2Navision = New System.Windows.Forms.TextBox()
Me.chkbxlink2Navision = New System.Windows.Forms.CheckBox()
Me.txtlastRun = New System.Windows.Forms.TextBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.chkb_Subdirectories = New System.Windows.Forms.CheckBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.txtQuellordner = New System.Windows.Forms.TextBox()
Me.txtZielordner = New System.Windows.Forms.TextBox()
Me.btnQuellordner = New System.Windows.Forms.Button()
Me.btnZielordner = New System.Windows.Forms.Button()
Me.txtVerzoegerung = New System.Windows.Forms.TextBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.chkbxAktiv = New System.Windows.Forms.CheckBox()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.txtUV_Date = New System.Windows.Forms.TextBox()
Me.rbUV_Date3 = New System.Windows.Forms.RadioButton()
Me.rbUV_Date2 = New System.Windows.Forms.RadioButton()
Me.rbUV_Date1 = New System.Windows.Forms.RadioButton()
Me.chkb_DateUV = New System.Windows.Forms.CheckBox()
Me.Label5 = New System.Windows.Forms.Label()
Me.boxImportoptionenLoeschen = New System.Windows.Forms.GroupBox()
Me.chkUVloeschen = New System.Windows.Forms.CheckBox()
Me.chkQuellverzeichnisLoeschen = New System.Windows.Forms.CheckBox()
Me.chkDateienLoeschen = New System.Windows.Forms.CheckBox()
Me.boxImportoptionenBackup = New System.Windows.Forms.GroupBox()
Me.txtBackupordner = New System.Windows.Forms.TextBox()
Me.chkDateienUeberschreiben = New System.Windows.Forms.CheckBox()
Me.btnBackupordner = New System.Windows.Forms.Button()
Me.lblImportoptionenBackupOrdner = New System.Windows.Forms.Label()
Me.chkImportoptionenBackup = New System.Windows.Forms.CheckBox()
Me.cmbObjekttyp = New System.Windows.Forms.ComboBox()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtProfilname = New System.Windows.Forms.TextBox()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.Button1 = New System.Windows.Forms.Button()
Me.btnRegeln = New System.Windows.Forms.Button()
Me.btnSpeichern = New System.Windows.Forms.ToolStripDropDownButton()
Me.btnLöschen = New System.Windows.Forms.ToolStripDropDownButton()
Me.btnHinzufügen = New System.Windows.Forms.ToolStripDropDownButton()
Me.tsbtnfirst = New System.Windows.Forms.ToolStripDropDownButton()
Me.tsbtnprevious = New System.Windows.Forms.ToolStripDropDownButton()
Me.tsbtnnext = New System.Windows.Forms.ToolStripDropDownButton()
Me.tsbtnlast = New System.Windows.Forms.ToolStripDropDownButton()
Me.StatusStrip1.SuspendLayout()
Me.pnlProfileigenschaften.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.boxImportoptionenLoeschen.SuspendLayout()
Me.boxImportoptionenBackup.SuspendLayout()
Me.SuspendLayout()
'
'StatusStrip1
'
Me.StatusStrip1.Dock = System.Windows.Forms.DockStyle.Top
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSpeichern, Me.btnLöschen, Me.btnHinzufügen, Me.cmbProfilauswahl, Me.tslblAnzahl, Me.tsbtnfirst, Me.tsbtnprevious, Me.tsbtnnext, Me.tsbtnlast, Me.lblProfil})
Me.StatusStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
Me.StatusStrip1.Location = New System.Drawing.Point(0, 0)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode
Me.StatusStrip1.ShowItemToolTips = True
Me.StatusStrip1.Size = New System.Drawing.Size(941, 22)
Me.StatusStrip1.SizingGrip = False
Me.StatusStrip1.TabIndex = 21
Me.StatusStrip1.Text = "StatusStrip1"
'
'cmbProfilauswahl
'
Me.cmbProfilauswahl.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.cmbProfilauswahl.ImageTransparentColor = System.Drawing.Color.Magenta
Me.cmbProfilauswahl.Name = "cmbProfilauswahl"
Me.cmbProfilauswahl.Size = New System.Drawing.Size(94, 20)
Me.cmbProfilauswahl.Text = "Profilauswahl"
'
'tslblAnzahl
'
Me.tslblAnzahl.Font = New System.Drawing.Font("Segoe UI", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tslblAnzahl.Name = "tslblAnzahl"
Me.tslblAnzahl.Size = New System.Drawing.Size(94, 17)
Me.tslblAnzahl.Text = "Anzahl Profile: "
'
'lblProfil
'
Me.lblProfil.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblProfil.Name = "lblProfil"
Me.lblProfil.Size = New System.Drawing.Size(106, 17)
Me.lblProfil.Text = "Kein Profil gewählt"
'
'pnlProfileigenschaften
'
Me.pnlProfileigenschaften.Controls.Add(Me.Button1)
Me.pnlProfileigenschaften.Controls.Add(Me.GroupBox3)
Me.pnlProfileigenschaften.Controls.Add(Me.txtlastRun)
Me.pnlProfileigenschaften.Controls.Add(Me.Label7)
Me.pnlProfileigenschaften.Controls.Add(Me.GroupBox2)
Me.pnlProfileigenschaften.Controls.Add(Me.txtVerzoegerung)
Me.pnlProfileigenschaften.Controls.Add(Me.Label6)
Me.pnlProfileigenschaften.Controls.Add(Me.chkbxAktiv)
Me.pnlProfileigenschaften.Controls.Add(Me.GroupBox1)
Me.pnlProfileigenschaften.Controls.Add(Me.Label5)
Me.pnlProfileigenschaften.Controls.Add(Me.btnRegeln)
Me.pnlProfileigenschaften.Controls.Add(Me.boxImportoptionenLoeschen)
Me.pnlProfileigenschaften.Controls.Add(Me.boxImportoptionenBackup)
Me.pnlProfileigenschaften.Controls.Add(Me.cmbObjekttyp)
Me.pnlProfileigenschaften.Controls.Add(Me.Label2)
Me.pnlProfileigenschaften.Controls.Add(Me.Label1)
Me.pnlProfileigenschaften.Controls.Add(Me.txtProfilname)
Me.pnlProfileigenschaften.Dock = System.Windows.Forms.DockStyle.Fill
Me.pnlProfileigenschaften.Location = New System.Drawing.Point(0, 22)
Me.pnlProfileigenschaften.Name = "pnlProfileigenschaften"
Me.pnlProfileigenschaften.Size = New System.Drawing.Size(941, 658)
Me.pnlProfileigenschaften.TabIndex = 22
Me.pnlProfileigenschaften.Visible = False
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.Label10)
Me.GroupBox3.Controls.Add(Me.cmbl2Nav_Index)
Me.GroupBox3.Controls.Add(Me.Label9)
Me.GroupBox3.Controls.Add(Me.cmbl2NavDokartindex)
Me.GroupBox3.Controls.Add(Me.Label8)
Me.GroupBox3.Controls.Add(Me.btnLink2Navision)
Me.GroupBox3.Controls.Add(Me.txtLink2Navision)
Me.GroupBox3.Controls.Add(Me.chkbxlink2Navision)
Me.GroupBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(15, 408)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(563, 136)
Me.GroupBox3.TabIndex = 59
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Zusatzmodule/-funktionen:"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label10.Location = New System.Drawing.Point(230, 84)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(134, 13)
Me.Label10.TabIndex = 44
Me.Label10.Text = "Indexwert zur Übergabe:"
'
'cmbl2Nav_Index
'
Me.cmbl2Nav_Index.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbl2Nav_Index.FormattingEnabled = True
Me.cmbl2Nav_Index.Location = New System.Drawing.Point(233, 99)
Me.cmbl2Nav_Index.Name = "cmbl2Nav_Index"
Me.cmbl2Nav_Index.Size = New System.Drawing.Size(218, 21)
Me.cmbl2Nav_Index.TabIndex = 43
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.Location = New System.Drawing.Point(3, 84)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(109, 13)
Me.Label9.TabIndex = 42
Me.Label9.Text = "Dokumentartindex: "
'
'cmbl2NavDokartindex
'
Me.cmbl2NavDokartindex.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbl2NavDokartindex.FormattingEnabled = True
Me.cmbl2NavDokartindex.Location = New System.Drawing.Point(6, 99)
Me.cmbl2NavDokartindex.Name = "cmbl2NavDokartindex"
Me.cmbl2NavDokartindex.Size = New System.Drawing.Size(218, 21)
Me.cmbl2NavDokartindex.TabIndex = 41
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.Location = New System.Drawing.Point(6, 40)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(138, 13)
Me.Label8.TabIndex = 40
Me.Label8.Text = "Pfad zu DDLink2Navision:"
'
'btnLink2Navision
'
Me.btnLink2Navision.Enabled = False
Me.btnLink2Navision.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnLink2Navision.Location = New System.Drawing.Point(532, 54)
Me.btnLink2Navision.Name = "btnLink2Navision"
Me.btnLink2Navision.Size = New System.Drawing.Size(24, 21)
Me.btnLink2Navision.TabIndex = 4
Me.btnLink2Navision.Text = "..."
Me.btnLink2Navision.UseVisualStyleBackColor = True
'
'txtLink2Navision
'
Me.txtLink2Navision.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtLink2Navision.Location = New System.Drawing.Point(6, 55)
Me.txtLink2Navision.Name = "txtLink2Navision"
Me.txtLink2Navision.Size = New System.Drawing.Size(520, 22)
Me.txtLink2Navision.TabIndex = 2
'
'chkbxlink2Navision
'
Me.chkbxlink2Navision.AutoSize = True
Me.chkbxlink2Navision.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkbxlink2Navision.Location = New System.Drawing.Point(6, 20)
Me.chkbxlink2Navision.Name = "chkbxlink2Navision"
Me.chkbxlink2Navision.Size = New System.Drawing.Size(406, 17)
Me.chkbxlink2Navision.TabIndex = 1
Me.chkbxlink2Navision.Text = "Link2Navision (Legt für die importierte Datei einen Link in MS Navision an)"
Me.chkbxlink2Navision.UseVisualStyleBackColor = True
'
'txtlastRun
'
Me.txtlastRun.BackColor = System.Drawing.Color.WhiteSmoke
Me.txtlastRun.Enabled = False
Me.txtlastRun.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtlastRun.Location = New System.Drawing.Point(367, 39)
Me.txtlastRun.Name = "txtlastRun"
Me.txtlastRun.Size = New System.Drawing.Size(149, 25)
Me.txtlastRun.TabIndex = 58
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.Location = New System.Drawing.Point(252, 42)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(109, 17)
Me.Label7.TabIndex = 57
Me.Label7.Text = "Letzter Durchlauf:"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.chkb_Subdirectories)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.txtQuellordner)
Me.GroupBox2.Controls.Add(Me.txtZielordner)
Me.GroupBox2.Controls.Add(Me.btnQuellordner)
Me.GroupBox2.Controls.Add(Me.btnZielordner)
Me.GroupBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(15, 110)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(563, 99)
Me.GroupBox2.TabIndex = 56
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Verzeichnisse:"
'
'chkb_Subdirectories
'
Me.chkb_Subdirectories.AutoSize = True
Me.chkb_Subdirectories.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkb_Subdirectories.Location = New System.Drawing.Point(106, 47)
Me.chkb_Subdirectories.Name = "chkb_Subdirectories"
Me.chkb_Subdirectories.Size = New System.Drawing.Size(422, 17)
Me.chkb_Subdirectories.TabIndex = 60
Me.chkb_Subdirectories.Text = "Unterverzeichnisse einbeziehen (Ordnerstruktur wird komplett übernommen)"
Me.chkb_Subdirectories.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(7, 24)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(93, 13)
Me.Label3.TabIndex = 39
Me.Label3.Text = "Quellverzeichnis:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(7, 69)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(84, 13)
Me.Label4.TabIndex = 40
Me.Label4.Text = "Zielverzeichnis:"
'
'txtQuellordner
'
Me.txtQuellordner.BackColor = System.Drawing.SystemColors.Info
Me.txtQuellordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtQuellordner.Location = New System.Drawing.Point(106, 21)
Me.txtQuellordner.Name = "txtQuellordner"
Me.txtQuellordner.Size = New System.Drawing.Size(420, 22)
Me.txtQuellordner.TabIndex = 2
'
'txtZielordner
'
Me.txtZielordner.BackColor = System.Drawing.SystemColors.Info
Me.txtZielordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtZielordner.Location = New System.Drawing.Point(105, 65)
Me.txtZielordner.Name = "txtZielordner"
Me.txtZielordner.Size = New System.Drawing.Size(421, 22)
Me.txtZielordner.TabIndex = 4
'
'btnQuellordner
'
Me.btnQuellordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnQuellordner.Location = New System.Drawing.Point(532, 20)
Me.btnQuellordner.Name = "btnQuellordner"
Me.btnQuellordner.Size = New System.Drawing.Size(24, 21)
Me.btnQuellordner.TabIndex = 3
Me.btnQuellordner.Text = "..."
Me.btnQuellordner.UseVisualStyleBackColor = True
'
'btnZielordner
'
Me.btnZielordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnZielordner.Location = New System.Drawing.Point(532, 65)
Me.btnZielordner.Name = "btnZielordner"
Me.btnZielordner.Size = New System.Drawing.Size(24, 21)
Me.btnZielordner.TabIndex = 5
Me.btnZielordner.Text = "..."
Me.btnZielordner.UseVisualStyleBackColor = True
'
'txtVerzoegerung
'
Me.txtVerzoegerung.Location = New System.Drawing.Point(400, 562)
Me.txtVerzoegerung.Name = "txtVerzoegerung"
Me.txtVerzoegerung.Size = New System.Drawing.Size(45, 22)
Me.txtVerzoegerung.TabIndex = 55
Me.txtVerzoegerung.Text = "0"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(18, 558)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(376, 26)
Me.Label6.TabIndex = 54
Me.Label6.Text = "Mindestdauer in sec: " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Zeit wie lange Datei schon existieren muß - wenn 0 keine " &
"Überprüfung)"
'
'chkbxAktiv
'
Me.chkbxAktiv.AutoSize = True
Me.chkbxAktiv.BackColor = System.Drawing.Color.Transparent
Me.chkbxAktiv.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkbxAktiv.Location = New System.Drawing.Point(15, 41)
Me.chkbxAktiv.Name = "chkbxAktiv"
Me.chkbxAktiv.Size = New System.Drawing.Size(129, 21)
Me.chkbxAktiv.TabIndex = 53
Me.chkbxAktiv.Text = "Profil Aktiv/Inaktiv"
Me.chkbxAktiv.UseVisualStyleBackColor = False
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.txtUV_Date)
Me.GroupBox1.Controls.Add(Me.rbUV_Date3)
Me.GroupBox1.Controls.Add(Me.rbUV_Date2)
Me.GroupBox1.Controls.Add(Me.rbUV_Date1)
Me.GroupBox1.Controls.Add(Me.chkb_DateUV)
Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(15, 215)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(563, 76)
Me.GroupBox1.TabIndex = 52
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Erweiterte Ordnerstrukturen"
'
'txtUV_Date
'
Me.txtUV_Date.Enabled = False
Me.txtUV_Date.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtUV_Date.Location = New System.Drawing.Point(441, 17)
Me.txtUV_Date.Name = "txtUV_Date"
Me.txtUV_Date.Size = New System.Drawing.Size(115, 23)
Me.txtUV_Date.TabIndex = 7
'
'rbUV_Date3
'
Me.rbUV_Date3.AutoSize = True
Me.rbUV_Date3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbUV_Date3.Location = New System.Drawing.Point(453, 43)
Me.rbUV_Date3.Name = "rbUV_Date3"
Me.rbUV_Date3.Size = New System.Drawing.Size(102, 21)
Me.rbUV_Date3.TabIndex = 6
Me.rbUV_Date3.Text = "nur Jahr (JJJJ)"
Me.rbUV_Date3.UseVisualStyleBackColor = True
'
'rbUV_Date2
'
Me.rbUV_Date2.AutoSize = True
Me.rbUV_Date2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbUV_Date2.Location = New System.Drawing.Point(250, 43)
Me.rbUV_Date2.Name = "rbUV_Date2"
Me.rbUV_Date2.Size = New System.Drawing.Size(151, 21)
Me.rbUV_Date2.TabIndex = 5
Me.rbUV_Date2.Text = "Jahr-Monat (JJJJ-MM)"
Me.rbUV_Date2.UseVisualStyleBackColor = True
'
'rbUV_Date1
'
Me.rbUV_Date1.AutoSize = True
Me.rbUV_Date1.Checked = True
Me.rbUV_Date1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.rbUV_Date1.Location = New System.Drawing.Point(24, 43)
Me.rbUV_Date1.Name = "rbUV_Date1"
Me.rbUV_Date1.Size = New System.Drawing.Size(200, 21)
Me.rbUV_Date1.TabIndex = 4
Me.rbUV_Date1.TabStop = True
Me.rbUV_Date1.Text = "Jahr-Monat-Tag (JJJJ-MM-DD)"
Me.rbUV_Date1.UseVisualStyleBackColor = True
'
'chkb_DateUV
'
Me.chkb_DateUV.AutoSize = True
Me.chkb_DateUV.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkb_DateUV.Location = New System.Drawing.Point(10, 20)
Me.chkb_DateUV.Name = "chkb_DateUV"
Me.chkb_DateUV.Size = New System.Drawing.Size(263, 17)
Me.chkb_DateUV.TabIndex = 0
Me.chkb_DateUV.Text = "Erzeugung Unterverzeichnisse: (Importdatum)"
Me.chkb_DateUV.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(20, 667)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(271, 13)
Me.Label5.TabIndex = 50
Me.Label5.Text = "* bei diesem Feld handelt es sich um ein Pflichtfeld"
'
'boxImportoptionenLoeschen
'
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkUVloeschen)
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkQuellverzeichnisLoeschen)
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkDateienLoeschen)
Me.boxImportoptionenLoeschen.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.boxImportoptionenLoeschen.Location = New System.Drawing.Point(584, 110)
Me.boxImportoptionenLoeschen.Name = "boxImportoptionenLoeschen"
Me.boxImportoptionenLoeschen.Size = New System.Drawing.Size(345, 99)
Me.boxImportoptionenLoeschen.TabIndex = 46
Me.boxImportoptionenLoeschen.TabStop = False
Me.boxImportoptionenLoeschen.Text = "Löschen"
'
'chkUVloeschen
'
Me.chkUVloeschen.AutoSize = True
Me.chkUVloeschen.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkUVloeschen.Location = New System.Drawing.Point(8, 65)
Me.chkUVloeschen.Name = "chkUVloeschen"
Me.chkUVloeschen.Size = New System.Drawing.Size(230, 17)
Me.chkUVloeschen.TabIndex = 2
Me.chkUVloeschen.Text = "Unterverzeichnisse nach Import löschen"
Me.chkUVloeschen.UseVisualStyleBackColor = True
Me.chkUVloeschen.Visible = False
'
'chkQuellverzeichnisLoeschen
'
Me.chkQuellverzeichnisLoeschen.AutoSize = True
Me.chkQuellverzeichnisLoeschen.Enabled = False
Me.chkQuellverzeichnisLoeschen.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkQuellverzeichnisLoeschen.Location = New System.Drawing.Point(8, 42)
Me.chkQuellverzeichnisLoeschen.Name = "chkQuellverzeichnisLoeschen"
Me.chkQuellverzeichnisLoeschen.Size = New System.Drawing.Size(217, 17)
Me.chkQuellverzeichnisLoeschen.TabIndex = 1
Me.chkQuellverzeichnisLoeschen.Text = "Quellverzeichnis nach Import löschen"
Me.chkQuellverzeichnisLoeschen.UseVisualStyleBackColor = True
'
'chkDateienLoeschen
'
Me.chkDateienLoeschen.AutoSize = True
Me.chkDateienLoeschen.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkDateienLoeschen.Location = New System.Drawing.Point(8, 19)
Me.chkDateienLoeschen.Name = "chkDateienLoeschen"
Me.chkDateienLoeschen.Size = New System.Drawing.Size(200, 17)
Me.chkDateienLoeschen.TabIndex = 0
Me.chkDateienLoeschen.Text = "Quelldateien nach Import löschen"
Me.chkDateienLoeschen.UseVisualStyleBackColor = True
'
'boxImportoptionenBackup
'
Me.boxImportoptionenBackup.Controls.Add(Me.txtBackupordner)
Me.boxImportoptionenBackup.Controls.Add(Me.chkDateienUeberschreiben)
Me.boxImportoptionenBackup.Controls.Add(Me.btnBackupordner)
Me.boxImportoptionenBackup.Controls.Add(Me.lblImportoptionenBackupOrdner)
Me.boxImportoptionenBackup.Controls.Add(Me.chkImportoptionenBackup)
Me.boxImportoptionenBackup.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.boxImportoptionenBackup.Location = New System.Drawing.Point(15, 297)
Me.boxImportoptionenBackup.Name = "boxImportoptionenBackup"
Me.boxImportoptionenBackup.Size = New System.Drawing.Size(563, 105)
Me.boxImportoptionenBackup.TabIndex = 45
Me.boxImportoptionenBackup.TabStop = False
Me.boxImportoptionenBackup.Text = "Sicherheitskopien"
'
'txtBackupordner
'
Me.txtBackupordner.BackColor = System.Drawing.SystemColors.Info
Me.txtBackupordner.Enabled = False
Me.txtBackupordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtBackupordner.Location = New System.Drawing.Point(88, 45)
Me.txtBackupordner.Name = "txtBackupordner"
Me.txtBackupordner.Size = New System.Drawing.Size(438, 22)
Me.txtBackupordner.TabIndex = 1
'
'chkDateienUeberschreiben
'
Me.chkDateienUeberschreiben.AutoSize = True
Me.chkDateienUeberschreiben.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkDateienUeberschreiben.Location = New System.Drawing.Point(9, 78)
Me.chkDateienUeberschreiben.Name = "chkDateienUeberschreiben"
Me.chkDateienUeberschreiben.Size = New System.Drawing.Size(347, 17)
Me.chkDateienUeberschreiben.TabIndex = 5
Me.chkDateienUeberschreiben.Text = "bei gleichem Dateinamen die existierende Datei überschreiben"
Me.chkDateienUeberschreiben.UseVisualStyleBackColor = True
'
'btnBackupordner
'
Me.btnBackupordner.Enabled = False
Me.btnBackupordner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnBackupordner.Location = New System.Drawing.Point(532, 46)
Me.btnBackupordner.Name = "btnBackupordner"
Me.btnBackupordner.Size = New System.Drawing.Size(24, 21)
Me.btnBackupordner.TabIndex = 3
Me.btnBackupordner.Text = "..."
Me.btnBackupordner.UseVisualStyleBackColor = True
'
'lblImportoptionenBackupOrdner
'
Me.lblImportoptionenBackupOrdner.AutoSize = True
Me.lblImportoptionenBackupOrdner.Enabled = False
Me.lblImportoptionenBackupOrdner.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblImportoptionenBackupOrdner.Location = New System.Drawing.Point(6, 48)
Me.lblImportoptionenBackupOrdner.Name = "lblImportoptionenBackupOrdner"
Me.lblImportoptionenBackupOrdner.Size = New System.Drawing.Size(77, 13)
Me.lblImportoptionenBackupOrdner.TabIndex = 2
Me.lblImportoptionenBackupOrdner.Text = "in Verzeichnis"
'
'chkImportoptionenBackup
'
Me.chkImportoptionenBackup.AutoSize = True
Me.chkImportoptionenBackup.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkImportoptionenBackup.Location = New System.Drawing.Point(8, 22)
Me.chkImportoptionenBackup.Name = "chkImportoptionenBackup"
Me.chkImportoptionenBackup.Size = New System.Drawing.Size(279, 17)
Me.chkImportoptionenBackup.TabIndex = 0
Me.chkImportoptionenBackup.Text = "Sicherheitskopien auf lokalem Rechner speichern"
Me.chkImportoptionenBackup.UseVisualStyleBackColor = True
'
'cmbObjekttyp
'
Me.cmbObjekttyp.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
Me.cmbObjekttyp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
Me.cmbObjekttyp.BackColor = System.Drawing.SystemColors.Info
Me.cmbObjekttyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbObjekttyp.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbObjekttyp.FormattingEnabled = True
Me.cmbObjekttyp.Location = New System.Drawing.Point(117, 74)
Me.cmbObjekttyp.Name = "cmbObjekttyp"
Me.cmbObjekttyp.Size = New System.Drawing.Size(399, 25)
Me.cmbObjekttyp.Sorted = True
Me.cmbObjekttyp.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(12, 77)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(72, 17)
Me.Label2.TabIndex = 37
Me.Label2.Text = "Objekttyp*:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(12, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(78, 17)
Me.Label1.TabIndex = 36
Me.Label1.Text = "Profilname*:"
'
'txtProfilname
'
Me.txtProfilname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtProfilname.Location = New System.Drawing.Point(117, 10)
Me.txtProfilname.Name = "txtProfilname"
Me.txtProfilname.Size = New System.Drawing.Size(399, 25)
Me.txtProfilname.TabIndex = 0
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Button1
'
Me.Button1.Image = Global.ToolCollection.My.Resources.Resources.lines_Text_code_16xLG
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.Button1.Location = New System.Drawing.Point(584, 11)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(184, 23)
Me.Button1.TabIndex = 60
Me.Button1.Text = "Regular Expressions"
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button1.UseVisualStyleBackColor = True
'
'btnRegeln
'
Me.btnRegeln.Image = Global.ToolCollection.My.Resources.Resources.f5
Me.btnRegeln.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnRegeln.Location = New System.Drawing.Point(774, 10)
Me.btnRegeln.Name = "btnRegeln"
Me.btnRegeln.Size = New System.Drawing.Size(155, 49)
Me.btnRegeln.TabIndex = 6
Me.btnRegeln.Text = "Regeln verwalten ..."
Me.btnRegeln.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnRegeln.UseVisualStyleBackColor = True
'
'btnSpeichern
'
Me.btnSpeichern.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnSpeichern.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnSpeichern.Enabled = False
Me.btnSpeichern.Image = Global.ToolCollection.My.Resources.Resources.table_save
Me.btnSpeichern.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnSpeichern.Name = "btnSpeichern"
Me.btnSpeichern.ShowDropDownArrow = False
Me.btnSpeichern.Size = New System.Drawing.Size(20, 20)
Me.btnSpeichern.Text = "Profil speichern"
'
'btnLöschen
'
Me.btnLöschen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnLöschen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnLöschen.Enabled = False
Me.btnLöschen.Image = Global.ToolCollection.My.Resources.Resources.table_delete
Me.btnLöschen.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnLöschen.Name = "btnLöschen"
Me.btnLöschen.ShowDropDownArrow = False
Me.btnLöschen.Size = New System.Drawing.Size(20, 20)
Me.btnLöschen.Text = "Profil löschen"
'
'btnHinzufügen
'
Me.btnHinzufügen.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.btnHinzufügen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.btnHinzufügen.Image = Global.ToolCollection.My.Resources.Resources.table_add
Me.btnHinzufügen.ImageTransparentColor = System.Drawing.Color.Magenta
Me.btnHinzufügen.Name = "btnHinzufügen"
Me.btnHinzufügen.ShowDropDownArrow = False
Me.btnHinzufügen.Size = New System.Drawing.Size(20, 20)
Me.btnHinzufügen.Text = "Profil hinzufügen"
'
'tsbtnfirst
'
Me.tsbtnfirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnfirst.DoubleClickEnabled = True
Me.tsbtnfirst.Image = Global.ToolCollection.My.Resources.Resources.control_rewind
Me.tsbtnfirst.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnfirst.Name = "tsbtnfirst"
Me.tsbtnfirst.ShowDropDownArrow = False
Me.tsbtnfirst.Size = New System.Drawing.Size(20, 20)
Me.tsbtnfirst.Text = "Erstes Profil"
'
'tsbtnprevious
'
Me.tsbtnprevious.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnprevious.Image = Global.ToolCollection.My.Resources.Resources.arrow_left
Me.tsbtnprevious.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnprevious.Name = "tsbtnprevious"
Me.tsbtnprevious.ShowDropDownArrow = False
Me.tsbtnprevious.Size = New System.Drawing.Size(20, 20)
Me.tsbtnprevious.Text = "ToolStripDropDownButton2"
Me.tsbtnprevious.ToolTipText = "Vorheriges Profil"
'
'tsbtnnext
'
Me.tsbtnnext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnnext.Image = Global.ToolCollection.My.Resources.Resources.arrow_right
Me.tsbtnnext.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnnext.Name = "tsbtnnext"
Me.tsbtnnext.ShowDropDownArrow = False
Me.tsbtnnext.Size = New System.Drawing.Size(20, 20)
Me.tsbtnnext.Text = "ToolStripDropDownButton3"
Me.tsbtnnext.ToolTipText = "Nächstes Profil"
'
'tsbtnlast
'
Me.tsbtnlast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnlast.Image = Global.ToolCollection.My.Resources.Resources.control_fastforward
Me.tsbtnlast.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnlast.Name = "tsbtnlast"
Me.tsbtnlast.ShowDropDownArrow = False
Me.tsbtnlast.Size = New System.Drawing.Size(20, 20)
Me.tsbtnlast.Text = "Letztes Profil"
'
'frmDIProfilEigenschaften
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(941, 680)
Me.Controls.Add(Me.pnlProfileigenschaften)
Me.Controls.Add(Me.StatusStrip1)
Me.DataBindings.Add(New System.Windows.Forms.Binding("Location", Global.ToolCollection.My.MySettings.Default, "frmDIProfileigenschaften_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.frmDIProfileigenschaften_Loc
Me.MaximizeBox = False
Me.Name = "frmDIProfilEigenschaften"
Me.Text = "Profileigenschaften - Dateiimport"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.pnlProfileigenschaften.ResumeLayout(False)
Me.pnlProfileigenschaften.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.boxImportoptionenLoeschen.ResumeLayout(False)
Me.boxImportoptionenLoeschen.PerformLayout()
Me.boxImportoptionenBackup.ResumeLayout(False)
Me.boxImportoptionenBackup.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents btnLöschen As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents btnHinzufügen As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents cmbProfilauswahl As System.Windows.Forms.ToolStripSplitButton
Friend WithEvents dlgQuellordner As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents dlgZielordner As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents dlgBackupordner As System.Windows.Forms.FolderBrowserDialog
Friend WithEvents pnlProfileigenschaften As System.Windows.Forms.Panel
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents btnRegeln As System.Windows.Forms.Button
Friend WithEvents boxImportoptionenLoeschen As System.Windows.Forms.GroupBox
Friend WithEvents chkQuellverzeichnisLoeschen As System.Windows.Forms.CheckBox
Friend WithEvents chkDateienLoeschen As System.Windows.Forms.CheckBox
Friend WithEvents boxImportoptionenBackup As System.Windows.Forms.GroupBox
Friend WithEvents txtBackupordner As System.Windows.Forms.TextBox
Friend WithEvents chkDateienUeberschreiben As System.Windows.Forms.CheckBox
Friend WithEvents btnBackupordner As System.Windows.Forms.Button
Friend WithEvents lblImportoptionenBackupOrdner As System.Windows.Forms.Label
Friend WithEvents chkImportoptionenBackup As System.Windows.Forms.CheckBox
Friend WithEvents btnZielordner As System.Windows.Forms.Button
Friend WithEvents btnQuellordner As System.Windows.Forms.Button
Friend WithEvents txtZielordner As System.Windows.Forms.TextBox
Friend WithEvents txtQuellordner As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents cmbObjekttyp As System.Windows.Forms.ComboBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtProfilname As System.Windows.Forms.TextBox
Friend WithEvents btnSpeichern As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents chkb_DateUV As System.Windows.Forms.CheckBox
Friend WithEvents chkbxAktiv As System.Windows.Forms.CheckBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents txtVerzoegerung As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txtlastRun As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents tsbtnfirst As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents tsbtnprevious As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents tsbtnnext As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents tsbtnlast As System.Windows.Forms.ToolStripDropDownButton
Friend WithEvents tslblAnzahl As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents lblProfil As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents chkbxlink2Navision As System.Windows.Forms.CheckBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents btnLink2Navision As System.Windows.Forms.Button
Friend WithEvents txtLink2Navision As System.Windows.Forms.TextBox
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents cmbl2NavDokartindex As System.Windows.Forms.ComboBox
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents cmbl2Nav_Index As System.Windows.Forms.ComboBox
Friend WithEvents chkb_Subdirectories As System.Windows.Forms.CheckBox
Friend WithEvents chkUVloeschen As System.Windows.Forms.CheckBox
Friend WithEvents rbUV_Date3 As System.Windows.Forms.RadioButton
Friend WithEvents rbUV_Date2 As System.Windows.Forms.RadioButton
Friend WithEvents rbUV_Date1 As System.Windows.Forms.RadioButton
Friend WithEvents txtUV_Date As System.Windows.Forms.TextBox
Friend WithEvents Button1 As Button
End Class