288 lines
11 KiB
VB.net
288 lines
11 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmSprachen
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.cbxSprachen = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.DataGridView = New System.Windows.Forms.DataGridView()
|
|
Me.txtObject = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtControl = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtSubcontrol = New System.Windows.Forms.TextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtDE = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txttranslate = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtProgramm = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.txtOption = New System.Windows.Forms.TextBox()
|
|
Me.txtFirmaID = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(50, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Sprache:"
|
|
'
|
|
'cbxSprachen
|
|
'
|
|
Me.cbxSprachen._allowedValuesFreiText = Nothing
|
|
Me.cbxSprachen._allowFreiText = False
|
|
Me.cbxSprachen._value = ""
|
|
Me.cbxSprachen.FormattingEnabled = True
|
|
Me.cbxSprachen.Location = New System.Drawing.Point(68, 6)
|
|
Me.cbxSprachen.Name = "cbxSprachen"
|
|
Me.cbxSprachen.Size = New System.Drawing.Size(50, 21)
|
|
Me.cbxSprachen.TabIndex = 1
|
|
'
|
|
'DataGridView
|
|
'
|
|
Me.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView.Location = New System.Drawing.Point(15, 82)
|
|
Me.DataGridView.MultiSelect = False
|
|
Me.DataGridView.Name = "DataGridView"
|
|
Me.DataGridView.Size = New System.Drawing.Size(1144, 452)
|
|
Me.DataGridView.TabIndex = 14
|
|
'
|
|
'txtObject
|
|
'
|
|
Me.txtObject.Location = New System.Drawing.Point(57, 56)
|
|
Me.txtObject.Name = "txtObject"
|
|
Me.txtObject.Size = New System.Drawing.Size(150, 20)
|
|
Me.txtObject.TabIndex = 9
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(54, 40)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label2.TabIndex = 4
|
|
Me.Label2.Text = "Object:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(207, 40)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label3.TabIndex = 5
|
|
Me.Label3.Text = "Control:"
|
|
'
|
|
'txtControl
|
|
'
|
|
Me.txtControl.Location = New System.Drawing.Point(210, 56)
|
|
Me.txtControl.Name = "txtControl"
|
|
Me.txtControl.Size = New System.Drawing.Size(150, 20)
|
|
Me.txtControl.TabIndex = 10
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(361, 40)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(58, 13)
|
|
Me.Label4.TabIndex = 6
|
|
Me.Label4.Text = "Subcontrol"
|
|
'
|
|
'txtSubcontrol
|
|
'
|
|
Me.txtSubcontrol.Location = New System.Drawing.Point(364, 56)
|
|
Me.txtSubcontrol.Name = "txtSubcontrol"
|
|
Me.txtSubcontrol.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtSubcontrol.TabIndex = 11
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(756, 40)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(46, 13)
|
|
Me.Label5.TabIndex = 8
|
|
Me.Label5.Text = "DE-Text"
|
|
'
|
|
'txtDE
|
|
'
|
|
Me.txtDE.Location = New System.Drawing.Point(756, 56)
|
|
Me.txtDE.Name = "txtDE"
|
|
Me.txtDE.Size = New System.Drawing.Size(280, 20)
|
|
Me.txtDE.TabIndex = 13
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(467, 40)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label6.TabIndex = 7
|
|
Me.Label6.Text = "Übersetzung"
|
|
'
|
|
'txttranslate
|
|
'
|
|
Me.txttranslate.Location = New System.Drawing.Point(470, 56)
|
|
Me.txttranslate.Name = "txttranslate"
|
|
Me.txttranslate.Size = New System.Drawing.Size(280, 20)
|
|
Me.txttranslate.TabIndex = 12
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(967, 14)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(57, 13)
|
|
Me.Label7.TabIndex = 2
|
|
Me.Label7.Text = "Programm:"
|
|
'
|
|
'txtProgramm
|
|
'
|
|
Me.txtProgramm._DateTimeOnly = False
|
|
Me.txtProgramm._numbersOnly = False
|
|
Me.txtProgramm._numbersOnlyKommastellen = ""
|
|
Me.txtProgramm._numbersOnlyTrennzeichen = True
|
|
Me.txtProgramm._Prozent = False
|
|
Me.txtProgramm._ShortDateNew = False
|
|
Me.txtProgramm._ShortDateOnly = False
|
|
Me.txtProgramm._TimeOnly = False
|
|
Me.txtProgramm._TimeOnly_Seconds = False
|
|
Me.txtProgramm._value = ""
|
|
Me.txtProgramm._Waehrung = False
|
|
Me.txtProgramm._WaehrungZeichen = True
|
|
Me.txtProgramm.ForeColor = System.Drawing.Color.Black
|
|
Me.txtProgramm.Location = New System.Drawing.Point(1030, 12)
|
|
Me.txtProgramm.MaxLineLength = -1
|
|
Me.txtProgramm.MaxLines_Warning = ""
|
|
Me.txtProgramm.MaxLines_Warning_Label = Nothing
|
|
Me.txtProgramm.Name = "txtProgramm"
|
|
Me.txtProgramm.ReadOnly = True
|
|
Me.txtProgramm.Size = New System.Drawing.Size(92, 20)
|
|
Me.txtProgramm.TabIndex = 3
|
|
Me.txtProgramm.TabStop = False
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(1030, 540)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(109, 23)
|
|
Me.btnOK.TabIndex = 15
|
|
Me.btnOK.Text = "Speichern"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
Me.btnOK.Visible = False
|
|
'
|
|
'txtOption
|
|
'
|
|
Me.txtOption.Location = New System.Drawing.Point(1090, 56)
|
|
Me.txtOption.Name = "txtOption"
|
|
Me.txtOption.Size = New System.Drawing.Size(49, 20)
|
|
Me.txtOption.TabIndex = 16
|
|
'
|
|
'txtFirmaID
|
|
'
|
|
Me.txtFirmaID.Location = New System.Drawing.Point(1042, 56)
|
|
Me.txtFirmaID.Name = "txtFirmaID"
|
|
Me.txtFirmaID.Size = New System.Drawing.Size(42, 20)
|
|
Me.txtFirmaID.TabIndex = 17
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(1039, 40)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label8.TabIndex = 18
|
|
Me.Label8.Text = "Firma"
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(1093, 40)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(38, 13)
|
|
Me.Label9.TabIndex = 19
|
|
Me.Label9.Text = "Option"
|
|
'
|
|
'frmSprachen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1171, 574)
|
|
Me.Controls.Add(Me.Label9)
|
|
Me.Controls.Add(Me.Label8)
|
|
Me.Controls.Add(Me.txtFirmaID)
|
|
Me.Controls.Add(Me.txtOption)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtProgramm)
|
|
Me.Controls.Add(Me.Label7)
|
|
Me.Controls.Add(Me.Label6)
|
|
Me.Controls.Add(Me.txttranslate)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.txtDE)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.txtSubcontrol)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtControl)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.txtObject)
|
|
Me.Controls.Add(Me.DataGridView)
|
|
Me.Controls.Add(Me.cbxSprachen)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "frmSprachen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Sprachen"
|
|
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cbxSprachen As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents DataGridView As DataGridView
|
|
Friend WithEvents txtObject As TextBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents txtControl As TextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents txtSubcontrol As TextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtDE As TextBox
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txttranslate As TextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents txtProgramm As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents btnOK As Button
|
|
Friend WithEvents txtOption As TextBox
|
|
Friend WithEvents txtFirmaID As TextBox
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents Label9 As Label
|
|
End Class
|