-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.Designer.vb
60 lines (55 loc) · 2.49 KB
/
template.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class template_company
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.Guna2Elipse1 = New Guna.UI2.WinForms.Guna2Elipse(Me.components)
Me.Guna2DragControl1 = New Guna.UI2.WinForms.Guna2DragControl(Me.components)
Me.Guna2ResizeForm1 = New Guna.UI2.WinForms.Guna2ResizeForm(Me.components)
Me.SuspendLayout()
'
'Guna2Elipse1
'
Me.Guna2Elipse1.TargetControl = Me
'
'Guna2DragControl1
'
Me.Guna2DragControl1.TargetControl = Me
'
'template_company
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(18.0!, 50.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.White
Me.ClientSize = New System.Drawing.Size(1378, 844)
Me.ControlBox = False
Me.Font = New System.Drawing.Font("Poppins Medium", 14.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Margin = New System.Windows.Forms.Padding(6, 8, 6, 8)
Me.Name = "template_company"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "S"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Guna2Elipse1 As Guna.UI2.WinForms.Guna2Elipse
Friend WithEvents Guna2DragControl1 As Guna.UI2.WinForms.Guna2DragControl
Friend WithEvents Guna2ResizeForm1 As Guna.UI2.WinForms.Guna2ResizeForm
End Class