_ Partial Class frmWD_EntityImport Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmWD_EntityImport)) Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtEntityString = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.btnopenfolder = New System.Windows.Forms.Button() Me.rbSubdirectoriesFolders = New System.Windows.Forms.RadioButton() Me.rbsubdirectoriesFiles = New System.Windows.Forms.RadioButton() Me.Label4 = New System.Windows.Forms.Label() Me.btnpathWD = New System.Windows.Forms.Button() Me.btnrunImport = New System.Windows.Forms.Button() Me.btnBackupordner = New System.Windows.Forms.Button() Me.chkImportoptionenBackup = New System.Windows.Forms.CheckBox() Me.ListBox2 = New System.Windows.Forms.ListBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.ListView1 = New System.Windows.Forms.ListView() Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.Label7 = New System.Windows.Forms.Label() Me.cmbObjekttyp = New System.Windows.Forms.ComboBox() Me.txtFilter_exclude = New System.Windows.Forms.TextBox() Me.txtFilter = New System.Windows.Forms.TextBox() Me.txtBackupordner = New System.Windows.Forms.TextBox() Me.txtwindreamPath = New System.Windows.Forms.TextBox() Me.txtpath = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.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.Label1.Location = New System.Drawing.Point(12, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(585, 30) Me.Label1.TabIndex = 0 Me.Label1.Text = "Designen Sie hier den Import für Dateien welche zur aktuellen Entität zugeordnet " & _ "werden sollen." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Beachten Sie dass alle gefundenen Dateien NUR die Entität und NU" & _ "R die Parent-ID zugeordnet werden." ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 51) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(96, 15) Me.Label2.TabIndex = 1 Me.Label2.Text = "Gewählte Entität:" ' 'txtEntityString ' Me.txtEntityString.Location = New System.Drawing.Point(15, 69) Me.txtEntityString.Name = "txtEntityString" Me.txtEntityString.ReadOnly = True Me.txtEntityString.Size = New System.Drawing.Size(151, 23) Me.txtEntityString.TabIndex = 2 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 168) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(188, 15) Me.Label3.TabIndex = 3 Me.Label3.Text = "Wählen Sie hier den Importordner:" ' 'btnopenfolder ' Me.btnopenfolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG Me.btnopenfolder.Location = New System.Drawing.Point(529, 186) Me.btnopenfolder.Name = "btnopenfolder" Me.btnopenfolder.Size = New System.Drawing.Size(40, 23) Me.btnopenfolder.TabIndex = 5 Me.btnopenfolder.Text = "..." Me.btnopenfolder.UseVisualStyleBackColor = True ' 'rbSubdirectoriesFolders ' Me.rbSubdirectoriesFolders.AutoSize = True Me.rbSubdirectoriesFolders.Location = New System.Drawing.Point(291, 215) Me.rbSubdirectoriesFolders.Name = "rbSubdirectoriesFolders" Me.rbSubdirectoriesFolders.Size = New System.Drawing.Size(232, 34) Me.rbSubdirectoriesFolders.TabIndex = 7 Me.rbSubdirectoriesFolders.TabStop = True Me.rbSubdirectoriesFolders.Text = "Unterordner incl. Dateien einbeziehen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Unterordnerstruktur wird übernommen" Me.rbSubdirectoriesFolders.UseVisualStyleBackColor = True ' 'rbsubdirectoriesFiles ' Me.rbsubdirectoriesFiles.AutoSize = True Me.rbsubdirectoriesFiles.Location = New System.Drawing.Point(15, 215) Me.rbsubdirectoriesFiles.Name = "rbsubdirectoriesFiles" Me.rbsubdirectoriesFiles.Size = New System.Drawing.Size(226, 34) Me.rbsubdirectoriesFiles.TabIndex = 8 Me.rbsubdirectoriesFiles.TabStop = True Me.rbsubdirectoriesFiles.Text = "Dateien aus Unterordnern einbeziehen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Nur die Dateien werden übernommen" Me.rbsubdirectoriesFiles.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 264) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(240, 15) Me.Label4.TabIndex = 9 Me.Label4.Text = "Wählen Sie hier den Zielordner in windream:" ' 'btnpathWD ' Me.btnpathWD.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG Me.btnpathWD.Location = New System.Drawing.Point(529, 282) Me.btnpathWD.Name = "btnpathWD" Me.btnpathWD.Size = New System.Drawing.Size(40, 23) Me.btnpathWD.TabIndex = 11 Me.btnpathWD.Text = "..." Me.btnpathWD.UseVisualStyleBackColor = True ' 'btnrunImport ' Me.btnrunImport.Font = New System.Drawing.Font("Segoe UI Semibold", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnrunImport.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go Me.btnrunImport.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnrunImport.Location = New System.Drawing.Point(602, 327) Me.btnrunImport.Name = "btnrunImport" Me.btnrunImport.Size = New System.Drawing.Size(139, 29) Me.btnrunImport.TabIndex = 12 Me.btnrunImport.Text = "Starte Import" Me.btnrunImport.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnrunImport.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.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG Me.btnBackupordner.Location = New System.Drawing.Point(529, 332) Me.btnBackupordner.Name = "btnBackupordner" Me.btnBackupordner.Size = New System.Drawing.Size(40, 23) Me.btnBackupordner.TabIndex = 17 Me.btnBackupordner.Text = "..." Me.btnBackupordner.UseVisualStyleBackColor = True ' '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(15, 311) Me.chkImportoptionenBackup.Name = "chkImportoptionenBackup" Me.chkImportoptionenBackup.Size = New System.Drawing.Size(279, 17) Me.chkImportoptionenBackup.TabIndex = 14 Me.chkImportoptionenBackup.Text = "Sicherheitskopien auf lokalem Rechner speichern" Me.chkImportoptionenBackup.UseVisualStyleBackColor = True ' 'ListBox2 ' Me.ListBox2.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.ListBox2.FormattingEnabled = True Me.ListBox2.ItemHeight = 15 Me.ListBox2.Location = New System.Drawing.Point(15, 413) Me.ListBox2.Name = "ListBox2" Me.ListBox2.Size = New System.Drawing.Size(788, 274) Me.ListBox2.TabIndex = 18 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(589, 189) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(347, 15) Me.Label5.TabIndex = 20 Me.Label5.Text = "Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu):" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(589, 236) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(410, 15) Me.Label6.TabIndex = 22 Me.Label6.Text = "Ausschluss-Filter: (Fügen Sie neue Filter getrennt mit einem |-Symbol hinzu):" ' 'ListView1 ' Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) Me.ListView1.Location = New System.Drawing.Point(592, 69) Me.ListView1.Name = "ListView1" Me.ListView1.Size = New System.Drawing.Size(350, 114) Me.ListView1.TabIndex = 24 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.Details ' 'ColumnHeader1 ' Me.ColumnHeader1.Text = "Indexname" Me.ColumnHeader1.Width = 151 ' 'ColumnHeader2 ' Me.ColumnHeader2.Text = "Value" Me.ColumnHeader2.Width = 120 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(170, 51) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(103, 15) Me.Label7.TabIndex = 26 Me.Label7.Text = "Objekttyp wählen:" ' 'cmbObjekttyp ' Me.cmbObjekttyp.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_OBJECTTYPE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.cmbObjekttyp.FormattingEnabled = True Me.cmbObjekttyp.Location = New System.Drawing.Point(173, 69) Me.cmbObjekttyp.Name = "cmbObjekttyp" Me.cmbObjekttyp.Size = New System.Drawing.Size(350, 23) Me.cmbObjekttyp.TabIndex = 25 Me.cmbObjekttyp.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_OBJECTTYPE ' 'txtFilter_exclude ' Me.txtFilter_exclude.BackColor = System.Drawing.SystemColors.Info Me.txtFilter_exclude.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_EXCLUDE", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtFilter_exclude.Location = New System.Drawing.Point(592, 254) Me.txtFilter_exclude.Name = "txtFilter_exclude" Me.txtFilter_exclude.Size = New System.Drawing.Size(344, 23) Me.txtFilter_exclude.TabIndex = 23 Me.txtFilter_exclude.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_EXCLUDE ' 'txtFilter ' Me.txtFilter.BackColor = System.Drawing.SystemColors.Info Me.txtFilter.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_FILTER", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtFilter.Location = New System.Drawing.Point(592, 207) Me.txtFilter.Name = "txtFilter" Me.txtFilter.Size = New System.Drawing.Size(344, 23) Me.txtFilter.TabIndex = 21 Me.txtFilter.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_FILTER ' 'txtBackupordner ' Me.txtBackupordner.BackColor = System.Drawing.SystemColors.Info Me.txtBackupordner.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_SAFETYPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) 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(15, 334) Me.txtBackupordner.Name = "txtBackupordner" Me.txtBackupordner.Size = New System.Drawing.Size(508, 22) Me.txtBackupordner.TabIndex = 15 Me.txtBackupordner.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_SAFETYPATH ' 'txtwindreamPath ' Me.txtwindreamPath.BackColor = System.Drawing.SystemColors.Info Me.txtwindreamPath.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_TARGETPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtwindreamPath.Location = New System.Drawing.Point(15, 282) Me.txtwindreamPath.Name = "txtwindreamPath" Me.txtwindreamPath.Size = New System.Drawing.Size(508, 23) Me.txtwindreamPath.TabIndex = 10 Me.txtwindreamPath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_TARGETPATH ' 'txtpath ' Me.txtpath.BackColor = System.Drawing.SystemColors.Info Me.txtpath.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_Record_Organiser.My.MySettings.Default, "WD_ENTITYIMP_IMPPATH", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.txtpath.Location = New System.Drawing.Point(15, 186) Me.txtpath.Name = "txtpath" Me.txtpath.Size = New System.Drawing.Size(508, 23) Me.txtpath.TabIndex = 4 Me.txtpath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_IMPPATH ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(589, 51) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(181, 15) Me.Label8.TabIndex = 27 Me.Label8.Text = "Automatisch zu setzende Indizes:" ' 'frmWD_EntityImport ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1025, 710) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.cmbObjekttyp) Me.Controls.Add(Me.ListView1) Me.Controls.Add(Me.txtFilter_exclude) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.txtFilter) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.ListBox2) Me.Controls.Add(Me.txtBackupordner) Me.Controls.Add(Me.btnBackupordner) Me.Controls.Add(Me.chkImportoptionenBackup) Me.Controls.Add(Me.btnrunImport) Me.Controls.Add(Me.btnpathWD) Me.Controls.Add(Me.txtwindreamPath) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.rbsubdirectoriesFiles) Me.Controls.Add(Me.rbSubdirectoriesFolders) Me.Controls.Add(Me.btnopenfolder) Me.Controls.Add(Me.txtpath) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.txtEntityString) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "frmWD_EntityImport" Me.Text = "Import-Designer für Entitäts-Dokumente:" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtEntityString As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents txtpath As System.Windows.Forms.TextBox Friend WithEvents btnopenfolder As System.Windows.Forms.Button Friend WithEvents rbSubdirectoriesFolders As System.Windows.Forms.RadioButton Friend WithEvents rbsubdirectoriesFiles As System.Windows.Forms.RadioButton Friend WithEvents txtwindreamPath As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents btnpathWD As System.Windows.Forms.Button Friend WithEvents btnrunImport As System.Windows.Forms.Button Friend WithEvents txtBackupordner As System.Windows.Forms.TextBox Friend WithEvents btnBackupordner As System.Windows.Forms.Button Friend WithEvents chkImportoptionenBackup As System.Windows.Forms.CheckBox Friend WithEvents ListBox2 As System.Windows.Forms.ListBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtFilter As System.Windows.Forms.TextBox Friend WithEvents txtFilter_exclude As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents ListView1 As System.Windows.Forms.ListView Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader Friend WithEvents cmbObjekttyp As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label End Class