437 lines
22 KiB
VB.net
437 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmDIProfilHinzufuegen
|
|
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)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
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(frmDIProfilHinzufuegen))
|
|
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.btnBackupverzeichnisLöschen = New System.Windows.Forms.Button()
|
|
Me.chkDateienÜberschreiben = 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.Label5 = New System.Windows.Forms.Label()
|
|
Me.btnAbbrechen = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.btnZielordner = New System.Windows.Forms.Button()
|
|
Me.btnQuellordner = New System.Windows.Forms.Button()
|
|
Me.txtZielordner = New System.Windows.Forms.TextBox()
|
|
Me.txtQuellordner = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
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.dlgQuellordner = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.dlgZielordner = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.dlgBackupordner = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.btnZielverzeichnisLöschen = New System.Windows.Forms.Button()
|
|
Me.btnQuellverzeichnisLöschen = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.chkb_DateUV = New System.Windows.Forms.CheckBox()
|
|
Me.chkb_Subdirectories = New System.Windows.Forms.CheckBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.boxImportoptionenLoeschen.SuspendLayout()
|
|
Me.boxImportoptionenBackup.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'boxImportoptionenLoeschen
|
|
'
|
|
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkUVloeschen)
|
|
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkQuellverzeichnisLoeschen)
|
|
Me.boxImportoptionenLoeschen.Controls.Add(Me.chkDateienLoeschen)
|
|
Me.boxImportoptionenLoeschen.Location = New System.Drawing.Point(15, 452)
|
|
Me.boxImportoptionenLoeschen.Name = "boxImportoptionenLoeschen"
|
|
Me.boxImportoptionenLoeschen.Size = New System.Drawing.Size(607, 72)
|
|
Me.boxImportoptionenLoeschen.TabIndex = 34
|
|
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(250, 42)
|
|
Me.chkUVloeschen.Name = "chkUVloeschen"
|
|
Me.chkUVloeschen.Size = New System.Drawing.Size(230, 17)
|
|
Me.chkUVloeschen.TabIndex = 18
|
|
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.Location = New System.Drawing.Point(8, 42)
|
|
Me.chkQuellverzeichnisLoeschen.Name = "chkQuellverzeichnisLoeschen"
|
|
Me.chkQuellverzeichnisLoeschen.Size = New System.Drawing.Size(217, 17)
|
|
Me.chkQuellverzeichnisLoeschen.TabIndex = 17
|
|
Me.chkQuellverzeichnisLoeschen.Text = "Quellverzeichnis nach Import löschen"
|
|
Me.chkQuellverzeichnisLoeschen.UseVisualStyleBackColor = True
|
|
'
|
|
'chkDateienLoeschen
|
|
'
|
|
Me.chkDateienLoeschen.AutoSize = True
|
|
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 = 16
|
|
Me.chkDateienLoeschen.Text = "Quelldateien nach Import löschen"
|
|
Me.chkDateienLoeschen.UseVisualStyleBackColor = True
|
|
'
|
|
'boxImportoptionenBackup
|
|
'
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.txtBackupordner)
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.btnBackupverzeichnisLöschen)
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.chkDateienÜberschreiben)
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.btnBackupordner)
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.lblImportoptionenBackupOrdner)
|
|
Me.boxImportoptionenBackup.Controls.Add(Me.chkImportoptionenBackup)
|
|
Me.boxImportoptionenBackup.Location = New System.Drawing.Point(15, 338)
|
|
Me.boxImportoptionenBackup.Name = "boxImportoptionenBackup"
|
|
Me.boxImportoptionenBackup.Size = New System.Drawing.Size(607, 108)
|
|
Me.boxImportoptionenBackup.TabIndex = 33
|
|
Me.boxImportoptionenBackup.TabStop = False
|
|
Me.boxImportoptionenBackup.Text = "Sicherheitskopien"
|
|
'
|
|
'txtBackupordner
|
|
'
|
|
Me.txtBackupordner.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtBackupordner.Location = New System.Drawing.Point(93, 45)
|
|
Me.txtBackupordner.Name = "txtBackupordner"
|
|
Me.txtBackupordner.Size = New System.Drawing.Size(455, 22)
|
|
Me.txtBackupordner.TabIndex = 6
|
|
'
|
|
'btnBackupverzeichnisLöschen
|
|
'
|
|
Me.btnBackupverzeichnisLöschen.Image = CType(resources.GetObject("btnBackupverzeichnisLöschen.Image"), System.Drawing.Image)
|
|
Me.btnBackupverzeichnisLöschen.Location = New System.Drawing.Point(578, 44)
|
|
Me.btnBackupverzeichnisLöschen.Name = "btnBackupverzeichnisLöschen"
|
|
Me.btnBackupverzeichnisLöschen.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2)
|
|
Me.btnBackupverzeichnisLöschen.Size = New System.Drawing.Size(23, 21)
|
|
Me.btnBackupverzeichnisLöschen.TabIndex = 51
|
|
Me.btnBackupverzeichnisLöschen.UseVisualStyleBackColor = True
|
|
'
|
|
'chkDateienÜberschreiben
|
|
'
|
|
Me.chkDateienÜberschreiben.AutoSize = True
|
|
Me.chkDateienÜberschreiben.Checked = True
|
|
Me.chkDateienÜberschreiben.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chkDateienÜberschreiben.Enabled = False
|
|
Me.chkDateienÜberschreiben.Location = New System.Drawing.Point(9, 78)
|
|
Me.chkDateienÜberschreiben.Name = "chkDateienÜberschreiben"
|
|
Me.chkDateienÜberschreiben.Size = New System.Drawing.Size(347, 17)
|
|
Me.chkDateienÜberschreiben.TabIndex = 5
|
|
Me.chkDateienÜberschreiben.Text = "bei gleichem Dateinamen die existierende Datei überschreiben"
|
|
Me.chkDateienÜberschreiben.UseVisualStyleBackColor = True
|
|
'
|
|
'btnBackupordner
|
|
'
|
|
Me.btnBackupordner.Enabled = False
|
|
Me.btnBackupordner.Location = New System.Drawing.Point(554, 44)
|
|
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.Location = New System.Drawing.Point(6, 48)
|
|
Me.lblImportoptionenBackupOrdner.Name = "lblImportoptionenBackupOrdner"
|
|
Me.lblImportoptionenBackupOrdner.Size = New System.Drawing.Size(80, 13)
|
|
Me.lblImportoptionenBackupOrdner.TabIndex = 2
|
|
Me.lblImportoptionenBackupOrdner.Text = "in Verzeichnis:"
|
|
'
|
|
'chkImportoptionenBackup
|
|
'
|
|
Me.chkImportoptionenBackup.AutoSize = True
|
|
Me.chkImportoptionenBackup.Location = New System.Drawing.Point(8, 19)
|
|
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
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Location = New System.Drawing.Point(12, 18)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(469, 35)
|
|
Me.Label5.TabIndex = 32
|
|
Me.Label5.Text = "Legen Sie hier ein neues Profil an. Der Objekttyp kann hier EINMALIG gewählt werd" &
|
|
"en. Bitte beachten Sie das er zu einem späteren Zeitpunkt nicht mehr zu ändern i" &
|
|
"st."
|
|
'
|
|
'btnAbbrechen
|
|
'
|
|
Me.btnAbbrechen.Location = New System.Drawing.Point(547, 530)
|
|
Me.btnAbbrechen.Name = "btnAbbrechen"
|
|
Me.btnAbbrechen.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbrechen.TabIndex = 31
|
|
Me.btnAbbrechen.Text = "Abbrechen"
|
|
Me.btnAbbrechen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(466, 530)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnOK.TabIndex = 30
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'btnZielordner
|
|
'
|
|
Me.btnZielordner.Location = New System.Drawing.Point(569, 237)
|
|
Me.btnZielordner.Name = "btnZielordner"
|
|
Me.btnZielordner.Size = New System.Drawing.Size(24, 21)
|
|
Me.btnZielordner.TabIndex = 29
|
|
Me.btnZielordner.Text = "..."
|
|
Me.btnZielordner.UseVisualStyleBackColor = True
|
|
'
|
|
'btnQuellordner
|
|
'
|
|
Me.btnQuellordner.Location = New System.Drawing.Point(569, 158)
|
|
Me.btnQuellordner.Name = "btnQuellordner"
|
|
Me.btnQuellordner.Size = New System.Drawing.Size(24, 21)
|
|
Me.btnQuellordner.TabIndex = 28
|
|
Me.btnQuellordner.Text = "..."
|
|
Me.btnQuellordner.UseVisualStyleBackColor = True
|
|
'
|
|
'txtZielordner
|
|
'
|
|
Me.txtZielordner.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtZielordner.Location = New System.Drawing.Point(20, 238)
|
|
Me.txtZielordner.Name = "txtZielordner"
|
|
Me.txtZielordner.Size = New System.Drawing.Size(543, 22)
|
|
Me.txtZielordner.TabIndex = 27
|
|
'
|
|
'txtQuellordner
|
|
'
|
|
Me.txtQuellordner.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtQuellordner.Location = New System.Drawing.Point(20, 159)
|
|
Me.txtQuellordner.Name = "txtQuellordner"
|
|
Me.txtQuellordner.Size = New System.Drawing.Size(543, 22)
|
|
Me.txtQuellordner.TabIndex = 26
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(17, 222)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label4.TabIndex = 25
|
|
Me.Label4.Text = "Zielverzeichnis:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(17, 143)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(93, 13)
|
|
Me.Label3.TabIndex = 24
|
|
Me.Label3.Text = "Quellverzeichnis:"
|
|
'
|
|
'cmbObjekttyp
|
|
'
|
|
Me.cmbObjekttyp.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|
Me.cmbObjekttyp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
|
Me.cmbObjekttyp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cmbObjekttyp.FormattingEnabled = True
|
|
Me.cmbObjekttyp.Location = New System.Drawing.Point(20, 110)
|
|
Me.cmbObjekttyp.Name = "cmbObjekttyp"
|
|
Me.cmbObjekttyp.Size = New System.Drawing.Size(381, 21)
|
|
Me.cmbObjekttyp.TabIndex = 23
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(17, 94)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(66, 13)
|
|
Me.Label2.TabIndex = 22
|
|
Me.Label2.Text = "Objekttyp*:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(17, 53)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(70, 13)
|
|
Me.Label1.TabIndex = 21
|
|
Me.Label1.Text = "Profilname*:"
|
|
'
|
|
'txtProfilname
|
|
'
|
|
Me.txtProfilname.Location = New System.Drawing.Point(20, 69)
|
|
Me.txtProfilname.Name = "txtProfilname"
|
|
Me.txtProfilname.Size = New System.Drawing.Size(381, 22)
|
|
Me.txtProfilname.TabIndex = 20
|
|
'
|
|
'btnZielverzeichnisLöschen
|
|
'
|
|
Me.btnZielverzeichnisLöschen.Image = CType(resources.GetObject("btnZielverzeichnisLöschen.Image"), System.Drawing.Image)
|
|
Me.btnZielverzeichnisLöschen.Location = New System.Drawing.Point(599, 237)
|
|
Me.btnZielverzeichnisLöschen.Name = "btnZielverzeichnisLöschen"
|
|
Me.btnZielverzeichnisLöschen.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2)
|
|
Me.btnZielverzeichnisLöschen.Size = New System.Drawing.Size(23, 21)
|
|
Me.btnZielverzeichnisLöschen.TabIndex = 50
|
|
Me.btnZielverzeichnisLöschen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnQuellverzeichnisLöschen
|
|
'
|
|
Me.btnQuellverzeichnisLöschen.Image = CType(resources.GetObject("btnQuellverzeichnisLöschen.Image"), System.Drawing.Image)
|
|
Me.btnQuellverzeichnisLöschen.Location = New System.Drawing.Point(599, 158)
|
|
Me.btnQuellverzeichnisLöschen.Name = "btnQuellverzeichnisLöschen"
|
|
Me.btnQuellverzeichnisLöschen.Padding = New System.Windows.Forms.Padding(0, 0, 2, 2)
|
|
Me.btnQuellverzeichnisLöschen.Size = New System.Drawing.Size(23, 21)
|
|
Me.btnQuellverzeichnisLöschen.TabIndex = 49
|
|
Me.btnQuellverzeichnisLöschen.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.chkb_DateUV)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(15, 266)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(607, 66)
|
|
Me.GroupBox1.TabIndex = 51
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Erweiterte Ordnerstrukturen"
|
|
'
|
|
'chkb_DateUV
|
|
'
|
|
Me.chkb_DateUV.AutoSize = True
|
|
Me.chkb_DateUV.Location = New System.Drawing.Point(8, 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
|
|
'
|
|
'chkb_Subdirectories
|
|
'
|
|
Me.chkb_Subdirectories.AutoSize = True
|
|
Me.chkb_Subdirectories.Location = New System.Drawing.Point(20, 187)
|
|
Me.chkb_Subdirectories.Name = "chkb_Subdirectories"
|
|
Me.chkb_Subdirectories.Size = New System.Drawing.Size(422, 17)
|
|
Me.chkb_Subdirectories.TabIndex = 52
|
|
Me.chkb_Subdirectories.Text = "Unterverzeichnisse einbeziehen (Ordnerstruktur wird komplett übernommen)"
|
|
Me.chkb_Subdirectories.UseVisualStyleBackColor = True
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(28, 40)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(243, 15)
|
|
Me.Label6.TabIndex = 1
|
|
Me.Label6.Text = "Detaileinstellungen nach Speichern im Profil"
|
|
Me.Label6.Visible = False
|
|
'
|
|
'frmDIProfilHinzufuegen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(633, 555)
|
|
Me.Controls.Add(Me.chkb_Subdirectories)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.btnZielverzeichnisLöschen)
|
|
Me.Controls.Add(Me.btnQuellverzeichnisLöschen)
|
|
Me.Controls.Add(Me.boxImportoptionenLoeschen)
|
|
Me.Controls.Add(Me.boxImportoptionenBackup)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.btnAbbrechen)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.btnZielordner)
|
|
Me.Controls.Add(Me.btnQuellordner)
|
|
Me.Controls.Add(Me.txtZielordner)
|
|
Me.Controls.Add(Me.txtQuellordner)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.cmbObjekttyp)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtProfilname)
|
|
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.Fixed3D
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmDIProfilHinzufuegen"
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Profil hinzufügen"
|
|
Me.boxImportoptionenLoeschen.ResumeLayout(False)
|
|
Me.boxImportoptionenLoeschen.PerformLayout()
|
|
Me.boxImportoptionenBackup.ResumeLayout(False)
|
|
Me.boxImportoptionenBackup.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
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 chkDateienÜberschreiben 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 Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAbbrechen As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
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 dlgQuellordner As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents dlgZielordner As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents dlgBackupordner As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents btnBackupverzeichnisLöschen As System.Windows.Forms.Button
|
|
Friend WithEvents btnZielverzeichnisLöschen As System.Windows.Forms.Button
|
|
Friend WithEvents btnQuellverzeichnisLöschen As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents chkb_DateUV As System.Windows.Forms.CheckBox
|
|
Friend WithEvents chkb_Subdirectories As System.Windows.Forms.CheckBox
|
|
Friend WithEvents chkUVloeschen As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label6 As Label
|
|
End Class
|