This commit is contained in:
SchreiberM
2016-11-23 17:04:30 +01:00
parent fc9f391307
commit 8f457040bb
18 changed files with 2020 additions and 659 deletions

View File

@@ -96,7 +96,7 @@ Partial Class frmNewVariant
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(12, 88)
Me.Label3.Location = New System.Drawing.Point(12, 80)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(114, 13)
Me.Label3.TabIndex = 4
@@ -104,10 +104,10 @@ Partial Class frmNewVariant
'
'txtComment
'
Me.txtComment.Location = New System.Drawing.Point(15, 104)
Me.txtComment.Location = New System.Drawing.Point(15, 96)
Me.txtComment.Multiline = True
Me.txtComment.Name = "txtComment"
Me.txtComment.Size = New System.Drawing.Size(361, 65)
Me.txtComment.Size = New System.Drawing.Size(361, 83)
Me.txtComment.TabIndex = 5
'
'frmNewVariant