frmSprachen

This commit is contained in:
2022-12-05 11:37:02 +01:00
parent 0a3b9bdffd
commit 431c8ca519
2 changed files with 49 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ Partial Class frmSprachen
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()
CType(Me.DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
@@ -183,11 +184,22 @@ Partial Class frmSprachen
Me.txtProgramm.TabIndex = 3
Me.txtProgramm.TabStop = False
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(954, 53)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(30, 23)
Me.btnOK.TabIndex = 15
Me.btnOK.Text = "OK"
Me.btnOK.UseVisualStyleBackColor = True
Me.btnOK.Visible = False
'
'frmSprachen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1001, 545)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.txtProgramm)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
@@ -226,4 +238,5 @@ Partial Class frmSprachen
Friend WithEvents txttranslate As TextBox
Friend WithEvents Label7 As Label
Friend WithEvents txtProgramm As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents btnOK As Button
End Class