ZooFlow: Update Zooflow Form, Globix Tweaks

This commit is contained in:
Jonathan Jenne
2021-06-17 13:12:12 +02:00
parent 2529c30726
commit c558df75a9
13 changed files with 714 additions and 637 deletions

View File

@@ -39,6 +39,7 @@ Partial Class frmtest
Me.Button6 = New System.Windows.Forms.Button()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.Button7 = New System.Windows.Forms.Button()
Me.Button8 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'txtFilestoreType
@@ -183,11 +184,21 @@ Partial Class frmtest
Me.Button7.Text = "4C. Alternative"
Me.Button7.UseVisualStyleBackColor = True
'
'Button8
'
Me.Button8.Location = New System.Drawing.Point(666, 14)
Me.Button8.Name = "Button8"
Me.Button8.Size = New System.Drawing.Size(187, 23)
Me.Button8.TabIndex = 17
Me.Button8.Text = "1B. All-In-One"
Me.Button8.UseVisualStyleBackColor = True
'
'frmtest
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(800, 450)
Me.ClientSize = New System.Drawing.Size(865, 450)
Me.Controls.Add(Me.Button8)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.CheckBoxKeepExtension)
Me.Controls.Add(Me.Button7)
@@ -227,4 +238,5 @@ Partial Class frmtest
Friend WithEvents Button6 As Button
Friend WithEvents OpenFileDialog1 As OpenFileDialog
Friend WithEvents Button7 As Button
Friend WithEvents Button8 As Button
End Class