MS_26012015
This commit is contained in:
148
app/DD-Record-Organiser/frmWD_EntityImport.Designer.vb
generated
148
app/DD-Record-Organiser/frmWD_EntityImport.Designer.vb
generated
@@ -53,263 +53,172 @@ Partial Class frmWD_EntityImport
|
||||
'
|
||||
'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)
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtEntityString, "txtEntityString")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
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)
|
||||
resources.ApplyResources(Me.btnopenfolder, "btnopenfolder")
|
||||
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)
|
||||
resources.ApplyResources(Me.rbSubdirectoriesFolders, "rbSubdirectoriesFolders")
|
||||
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)
|
||||
resources.ApplyResources(Me.rbsubdirectoriesFiles, "rbsubdirectoriesFiles")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label4, "Label4")
|
||||
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)
|
||||
resources.ApplyResources(Me.btnpathWD, "btnpathWD")
|
||||
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))
|
||||
resources.ApplyResources(Me.btnrunImport, "btnrunImport")
|
||||
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))
|
||||
resources.ApplyResources(Me.btnBackupordner, "btnBackupordner")
|
||||
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)
|
||||
resources.ApplyResources(Me.chkImportoptionenBackup, "chkImportoptionenBackup")
|
||||
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)
|
||||
resources.ApplyResources(Me.ListBox2, "ListBox2")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label5, "Label5")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label6, "Label6")
|
||||
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)
|
||||
resources.ApplyResources(Me.ListView1, "ListView1")
|
||||
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
|
||||
resources.ApplyResources(Me.ColumnHeader1, "ColumnHeader1")
|
||||
'
|
||||
'ColumnHeader2
|
||||
'
|
||||
Me.ColumnHeader2.Text = "Value"
|
||||
Me.ColumnHeader2.Width = 120
|
||||
resources.ApplyResources(Me.ColumnHeader2, "ColumnHeader2")
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(170, 51)
|
||||
resources.ApplyResources(Me.Label7, "Label7")
|
||||
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)
|
||||
resources.ApplyResources(Me.cmbObjekttyp, "cmbObjekttyp")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtFilter_exclude, "txtFilter_exclude")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtFilter, "txtFilter")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtBackupordner, "txtBackupordner")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtwindreamPath, "txtwindreamPath")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtpath, "txtpath")
|
||||
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)
|
||||
resources.ApplyResources(Me.Label8, "Label8")
|
||||
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!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
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)
|
||||
@@ -334,10 +243,7 @@ Partial Class frmWD_EntityImport
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user