-
Notifications
You must be signed in to change notification settings - Fork 0
/
ContactUs.Designer.vb
60 lines (56 loc) · 2.29 KB
/
ContactUs.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 AboutUs
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()
components = New ComponentModel.Container()
PictureBox1 = New PictureBox()
Guna2AnimateWindow1 = New Guna.UI2.WinForms.Guna2AnimateWindow(components)
CType(PictureBox1, ComponentModel.ISupportInitialize).BeginInit()
SuspendLayout()
'
' PictureBox1
'
PictureBox1.Dock = DockStyle.Fill
PictureBox1.Image = My.Resources.Resources.Blue_and_White_Professional_Health_Care_Service_Brochure
PictureBox1.Location = New Point(0, 0)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New Size(960, 680)
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
PictureBox1.TabIndex = 0
PictureBox1.TabStop = False
PictureBox1.WaitOnLoad = True
'
' AboutUs
'
AutoScaleDimensions = New SizeF(8F, 20F)
AutoScaleMode = AutoScaleMode.Font
BackColor = Color.FromArgb(CByte(100), CByte(210), CByte(120))
BackgroundImageLayout = ImageLayout.Stretch
ClientSize = New Size(960, 680)
Controls.Add(PictureBox1)
FormBorderStyle = FormBorderStyle.None
Name = "AboutUs"
Text = "ContactUs"
CType(PictureBox1, ComponentModel.ISupportInitialize).EndInit()
ResumeLayout(False)
End Sub
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Guna2AnimateWindow1 As Guna.UI2.WinForms.Guna2AnimateWindow
End Class