jj 02.03.2016 übersetzung
This commit is contained in:
@@ -27,13 +27,9 @@ Partial Class frmWD_EntityImport
|
||||
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()
|
||||
@@ -49,6 +45,10 @@ Partial Class frmWD_EntityImport
|
||||
Me.txtwindreamPath = New System.Windows.Forms.TextBox()
|
||||
Me.txtpath = New System.Windows.Forms.TextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.btnBackupordner = New System.Windows.Forms.Button()
|
||||
Me.btnrunImport = New System.Windows.Forms.Button()
|
||||
Me.btnpathWD = New System.Windows.Forms.Button()
|
||||
Me.btnopenfolder = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
@@ -72,13 +72,6 @@ Partial Class frmWD_EntityImport
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.Name = "Label3"
|
||||
'
|
||||
'btnopenfolder
|
||||
'
|
||||
Me.btnopenfolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
resources.ApplyResources(Me.btnopenfolder, "btnopenfolder")
|
||||
Me.btnopenfolder.Name = "btnopenfolder"
|
||||
Me.btnopenfolder.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbSubdirectoriesFolders
|
||||
'
|
||||
resources.ApplyResources(Me.rbSubdirectoriesFolders, "rbSubdirectoriesFolders")
|
||||
@@ -98,27 +91,6 @@ Partial Class frmWD_EntityImport
|
||||
resources.ApplyResources(Me.Label4, "Label4")
|
||||
Me.Label4.Name = "Label4"
|
||||
'
|
||||
'btnpathWD
|
||||
'
|
||||
Me.btnpathWD.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
resources.ApplyResources(Me.btnpathWD, "btnpathWD")
|
||||
Me.btnpathWD.Name = "btnpathWD"
|
||||
Me.btnpathWD.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnrunImport
|
||||
'
|
||||
resources.ApplyResources(Me.btnrunImport, "btnrunImport")
|
||||
Me.btnrunImport.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go
|
||||
Me.btnrunImport.Name = "btnrunImport"
|
||||
Me.btnrunImport.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnBackupordner
|
||||
'
|
||||
resources.ApplyResources(Me.btnBackupordner, "btnBackupordner")
|
||||
Me.btnBackupordner.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
Me.btnBackupordner.Name = "btnBackupordner"
|
||||
Me.btnBackupordner.UseVisualStyleBackColor = True
|
||||
'
|
||||
'chkImportoptionenBackup
|
||||
'
|
||||
resources.ApplyResources(Me.chkImportoptionenBackup, "chkImportoptionenBackup")
|
||||
@@ -143,8 +115,8 @@ Partial Class frmWD_EntityImport
|
||||
'
|
||||
'ListView1
|
||||
'
|
||||
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
|
||||
resources.ApplyResources(Me.ListView1, "ListView1")
|
||||
Me.ListView1.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
|
||||
Me.ListView1.Name = "ListView1"
|
||||
Me.ListView1.UseCompatibleStateImageBehavior = False
|
||||
Me.ListView1.View = System.Windows.Forms.View.Details
|
||||
@@ -164,49 +136,49 @@ Partial Class frmWD_EntityImport
|
||||
'
|
||||
'cmbObjekttyp
|
||||
'
|
||||
resources.ApplyResources(Me.cmbObjekttyp, "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
|
||||
resources.ApplyResources(Me.cmbObjekttyp, "cmbObjekttyp")
|
||||
Me.cmbObjekttyp.Name = "cmbObjekttyp"
|
||||
Me.cmbObjekttyp.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_OBJECTTYPE
|
||||
'
|
||||
'txtFilter_exclude
|
||||
'
|
||||
resources.ApplyResources(Me.txtFilter_exclude, "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))
|
||||
resources.ApplyResources(Me.txtFilter_exclude, "txtFilter_exclude")
|
||||
Me.txtFilter_exclude.Name = "txtFilter_exclude"
|
||||
Me.txtFilter_exclude.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_EXCLUDE
|
||||
'
|
||||
'txtFilter
|
||||
'
|
||||
resources.ApplyResources(Me.txtFilter, "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))
|
||||
resources.ApplyResources(Me.txtFilter, "txtFilter")
|
||||
Me.txtFilter.Name = "txtFilter"
|
||||
Me.txtFilter.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_FILTER
|
||||
'
|
||||
'txtBackupordner
|
||||
'
|
||||
resources.ApplyResources(Me.txtBackupordner, "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))
|
||||
resources.ApplyResources(Me.txtBackupordner, "txtBackupordner")
|
||||
Me.txtBackupordner.Name = "txtBackupordner"
|
||||
Me.txtBackupordner.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_SAFETYPATH
|
||||
'
|
||||
'txtwindreamPath
|
||||
'
|
||||
resources.ApplyResources(Me.txtwindreamPath, "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))
|
||||
resources.ApplyResources(Me.txtwindreamPath, "txtwindreamPath")
|
||||
Me.txtwindreamPath.Name = "txtwindreamPath"
|
||||
Me.txtwindreamPath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_TARGETPATH
|
||||
'
|
||||
'txtpath
|
||||
'
|
||||
resources.ApplyResources(Me.txtpath, "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))
|
||||
resources.ApplyResources(Me.txtpath, "txtpath")
|
||||
Me.txtpath.Name = "txtpath"
|
||||
Me.txtpath.Text = Global.DD_Record_Organiser.My.MySettings.Default.WD_ENTITYIMP_IMPPATH
|
||||
'
|
||||
@@ -215,6 +187,34 @@ Partial Class frmWD_EntityImport
|
||||
resources.ApplyResources(Me.Label8, "Label8")
|
||||
Me.Label8.Name = "Label8"
|
||||
'
|
||||
'btnBackupordner
|
||||
'
|
||||
resources.ApplyResources(Me.btnBackupordner, "btnBackupordner")
|
||||
Me.btnBackupordner.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
Me.btnBackupordner.Name = "btnBackupordner"
|
||||
Me.btnBackupordner.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnrunImport
|
||||
'
|
||||
resources.ApplyResources(Me.btnrunImport, "btnrunImport")
|
||||
Me.btnrunImport.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go
|
||||
Me.btnrunImport.Name = "btnrunImport"
|
||||
Me.btnrunImport.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnpathWD
|
||||
'
|
||||
resources.ApplyResources(Me.btnpathWD, "btnpathWD")
|
||||
Me.btnpathWD.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
Me.btnpathWD.Name = "btnpathWD"
|
||||
Me.btnpathWD.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnopenfolder
|
||||
'
|
||||
resources.ApplyResources(Me.btnopenfolder, "btnopenfolder")
|
||||
Me.btnopenfolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_Open_16xLG
|
||||
Me.btnopenfolder.Name = "btnopenfolder"
|
||||
Me.btnopenfolder.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmWD_EntityImport
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
|
||||
Reference in New Issue
Block a user