- 3.0.8.0 2026-08-03 Correcciones clase FirmaCanvas

This commit is contained in:
2026-09-04 08:56:53 +02:00
parent 25b72a0223
commit c0298979cc
8 changed files with 1440 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ Partial Class Form1
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Button1 = New System.Windows.Forms.Button()
Me.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Button1
@@ -34,11 +35,21 @@ Partial Class Form1
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(363, 214)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 1
Me.Button2.Text = "Button2"
Me.Button2.UseVisualStyleBackColor = True
'
'Form1
'
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.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Name = "Form1"
Me.Text = "Form1"
@@ -47,4 +58,5 @@ Partial Class Form1
End Sub
Friend WithEvents Button1 As Button
Friend WithEvents Button2 As Button
End Class