jj 07.06 update translations
This commit is contained in:
60
Global_Indexer/frmMissingInput.Designer.vb
generated
60
Global_Indexer/frmMissingInput.Designer.vb
generated
@@ -36,91 +36,53 @@ Partial Class frmMissingInput
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, 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(319, 16)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Für das folgende Element wurde kein Inhalt gefunden:"
|
||||
'
|
||||
'lblMissingElementName
|
||||
'
|
||||
Me.lblMissingElementName.AutoSize = True
|
||||
Me.lblMissingElementName.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblMissingElementName.Location = New System.Drawing.Point(337, 9)
|
||||
resources.ApplyResources(Me.lblMissingElementName, "lblMissingElementName")
|
||||
Me.lblMissingElementName.Name = "lblMissingElementName"
|
||||
Me.lblMissingElementName.Size = New System.Drawing.Size(50, 16)
|
||||
Me.lblMissingElementName.TabIndex = 1
|
||||
Me.lblMissingElementName.Text = "Label2"
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label2.Location = New System.Drawing.Point(12, 33)
|
||||
resources.ApplyResources(Me.Label2, "Label2")
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(226, 16)
|
||||
Me.Label2.TabIndex = 2
|
||||
Me.Label2.Text = "Bitte geben Sie den Wert manuell ein:"
|
||||
'
|
||||
'txtInput
|
||||
'
|
||||
Me.txtInput.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtInput.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtInput.Location = New System.Drawing.Point(15, 52)
|
||||
resources.ApplyResources(Me.txtInput, "txtInput")
|
||||
Me.txtInput.Name = "txtInput"
|
||||
Me.txtInput.Size = New System.Drawing.Size(668, 27)
|
||||
Me.txtInput.TabIndex = 0
|
||||
'
|
||||
'ContextMenuStrip1
|
||||
'
|
||||
resources.ApplyResources(Me.ContextMenuStrip1, "ContextMenuStrip1")
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(12, 95)
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(100, 13)
|
||||
Me.Label3.TabIndex = 5
|
||||
Me.Label3.Text = "Auswertungs-Text:"
|
||||
'
|
||||
'txtSearchtext
|
||||
'
|
||||
Me.txtSearchtext.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtSearchtext.Location = New System.Drawing.Point(15, 111)
|
||||
Me.txtSearchtext.Multiline = True
|
||||
resources.ApplyResources(Me.txtSearchtext, "txtSearchtext")
|
||||
Me.txtSearchtext.Name = "txtSearchtext"
|
||||
Me.txtSearchtext.ReadOnly = True
|
||||
Me.txtSearchtext.ScrollBars = System.Windows.Forms.ScrollBars.Both
|
||||
Me.txtSearchtext.Size = New System.Drawing.Size(668, 138)
|
||||
Me.txtSearchtext.TabIndex = 6
|
||||
Me.txtSearchtext.TabStop = False
|
||||
'
|
||||
'btnAccept
|
||||
'
|
||||
Me.btnAccept.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnAccept.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.btnAccept, "btnAccept")
|
||||
Me.btnAccept.Image = Global.Global_Indexer.My.Resources.Resources.action_add_16xLG1
|
||||
Me.btnAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnAccept.Location = New System.Drawing.Point(15, 255)
|
||||
Me.btnAccept.Name = "btnAccept"
|
||||
Me.btnAccept.Size = New System.Drawing.Size(671, 35)
|
||||
Me.btnAccept.TabIndex = 1
|
||||
Me.btnAccept.Text = "OK - Manuelle Eingabe übernehmen"
|
||||
Me.btnAccept.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmMissingInput
|
||||
'
|
||||
Me.AcceptButton = Me.btnAccept
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(687, 295)
|
||||
Me.Controls.Add(Me.btnAccept)
|
||||
Me.Controls.Add(Me.txtSearchtext)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
@@ -128,13 +90,9 @@ Partial Class frmMissingInput
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.lblMissingElementName)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmMissingInput"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "Missing Input"
|
||||
Me.TopMost = True
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
Reference in New Issue
Block a user