jj 29.02.2016 formular übersetzung

This commit is contained in:
JenneJ
2016-02-29 15:45:58 +01:00
parent f9172b80c7
commit ac708a552a
41 changed files with 20097 additions and 19194 deletions

View File

@@ -32,21 +32,21 @@ Partial Class frmConfiguration_Basic
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.chkUnicode = New System.Windows.Forms.CheckBox()
Me.btnsave = New System.Windows.Forms.Button()
Me.lblSaveresult = New System.Windows.Forms.Label()
Me.chkChildWindow = New System.Windows.Forms.CheckBox()
Me.pbBackground = New System.Windows.Forms.PictureBox()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.btnResetBackground = New System.Windows.Forms.Button()
Me.btnSelectBackground = New System.Windows.Forms.Button()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.txtProductName = New System.Windows.Forms.TextBox()
Me.pbBackground = New System.Windows.Forms.PictureBox()
Me.btnsave = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
@@ -81,20 +81,20 @@ Partial Class frmConfiguration_Basic
'
'GroupBox1
'
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.txtDelimiterFile)
Me.GroupBox1.Controls.Add(Me.txtDelimiterVersion)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'GroupBox2
'
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
Me.GroupBox2.Controls.Add(Me.chkUnicode)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.txtwddriveletter)
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.TabStop = False
'
@@ -104,13 +104,6 @@ Partial Class frmConfiguration_Basic
Me.chkUnicode.Name = "chkUnicode"
Me.chkUnicode.UseVisualStyleBackColor = True
'
'btnsave
'
resources.ApplyResources(Me.btnsave, "btnsave")
Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save
Me.btnsave.Name = "btnsave"
Me.btnsave.UseVisualStyleBackColor = True
'
'lblSaveresult
'
resources.ApplyResources(Me.lblSaveresult, "lblSaveresult")
@@ -126,18 +119,12 @@ Partial Class frmConfiguration_Basic
Me.chkChildWindow.Name = "chkChildWindow"
Me.chkChildWindow.UseVisualStyleBackColor = True
'
'pbBackground
'
resources.ApplyResources(Me.pbBackground, "pbBackground")
Me.pbBackground.Name = "pbBackground"
Me.pbBackground.TabStop = False
'
'GroupBox3
'
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
Me.GroupBox3.Controls.Add(Me.btnResetBackground)
Me.GroupBox3.Controls.Add(Me.btnSelectBackground)
Me.GroupBox3.Controls.Add(Me.pbBackground)
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.TabStop = False
'
@@ -156,11 +143,12 @@ Partial Class frmConfiguration_Basic
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
resources.ApplyResources(Me.OpenFileDialog1, "OpenFileDialog1")
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.txtProductName)
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
Me.GroupBox4.Controls.Add(Me.txtProductName)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.TabStop = False
'
@@ -169,6 +157,19 @@ Partial Class frmConfiguration_Basic
resources.ApplyResources(Me.txtProductName, "txtProductName")
Me.txtProductName.Name = "txtProductName"
'
'pbBackground
'
resources.ApplyResources(Me.pbBackground, "pbBackground")
Me.pbBackground.Name = "pbBackground"
Me.pbBackground.TabStop = False
'
'btnsave
'
resources.ApplyResources(Me.btnsave, "btnsave")
Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save
Me.btnsave.Name = "btnsave"
Me.btnsave.UseVisualStyleBackColor = True
'
'frmConfiguration_Basic
'
resources.ApplyResources(Me, "$this")
@@ -187,10 +188,10 @@ Partial Class frmConfiguration_Basic
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()