-
Notifications
You must be signed in to change notification settings - Fork 3
/
fPTO.Designer.vb
146 lines (142 loc) · 6.27 KB
/
fPTO.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class fPTO
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(fPTO))
Me.Label1 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.SlcTheme1 = New dsTycoon.SLCTheme()
Me.Button1 = New dsTycoon.SLCbtn()
Me.Button4 = New dsTycoon.SLCbtn()
Me.SlcClose1 = New dsTycoon.SLCClose()
Me.SlcTheme1.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Location = New System.Drawing.Point(5, 64)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(278, 23)
Me.Label1.TabIndex = 11
Me.Label1.Text = "Your mom would like to request some time off."
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
'
'ListBox1
'
Me.ListBox1.FormattingEnabled = True
Me.ListBox1.Location = New System.Drawing.Point(223, 78)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(60, 56)
Me.ListBox1.TabIndex = 13
Me.ListBox1.Visible = False
'
'SlcTheme1
'
Me.SlcTheme1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(57, Byte), Integer), CType(CType(72, Byte), Integer))
Me.SlcTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.SlcTheme1.Controls.Add(Me.SlcClose1)
Me.SlcTheme1.Controls.Add(Me.Button1)
Me.SlcTheme1.Controls.Add(Me.Button4)
Me.SlcTheme1.Controls.Add(Me.ListBox1)
Me.SlcTheme1.Controls.Add(Me.Label1)
Me.SlcTheme1.Customization = "JRIV/zYjIP82IyD/JRIV/w=="
Me.SlcTheme1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SlcTheme1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.SlcTheme1.Image = Nothing
Me.SlcTheme1.Location = New System.Drawing.Point(0, 0)
Me.SlcTheme1.Movable = True
Me.SlcTheme1.Name = "SlcTheme1"
Me.SlcTheme1.NoRounding = False
Me.SlcTheme1.Sizable = True
Me.SlcTheme1.Size = New System.Drawing.Size(286, 146)
Me.SlcTheme1.SmartBounds = True
Me.SlcTheme1.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
Me.SlcTheme1.TabIndex = 14
Me.SlcTheme1.Text = "PTO Request"
Me.SlcTheme1.TransparencyKey = System.Drawing.Color.Fuchsia
Me.SlcTheme1.Transparent = False
'
'Button1
'
Me.Button1.Colors = New dsTycoon.Bloom(-1) {}
Me.Button1.Customization = ""
Me.Button1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.Button1.Image = Nothing
Me.Button1.Location = New System.Drawing.Point(149, 97)
Me.Button1.Name = "Button1"
Me.Button1.NoRounding = False
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 15
Me.Button1.Text = " Reject"
Me.Button1.Transparent = False
'
'Button4
'
Me.Button4.Colors = New dsTycoon.Bloom(-1) {}
Me.Button4.Customization = ""
Me.Button4.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.Button4.Image = Nothing
Me.Button4.Location = New System.Drawing.Point(68, 97)
Me.Button4.Name = "Button4"
Me.Button4.NoRounding = False
Me.Button4.Size = New System.Drawing.Size(75, 23)
Me.Button4.TabIndex = 14
Me.Button4.Text = " Approve"
Me.Button4.Transparent = False
'
'SlcClose1
'
Me.SlcClose1.Colors = New dsTycoon.Bloom(-1) {}
Me.SlcClose1.Customization = ""
Me.SlcClose1.Font = New System.Drawing.Font("Verdana", 8.0!)
Me.SlcClose1.Image = Nothing
Me.SlcClose1.Location = New System.Drawing.Point(262, 4)
Me.SlcClose1.Name = "SlcClose1"
Me.SlcClose1.NoRounding = False
Me.SlcClose1.Size = New System.Drawing.Size(20, 20)
Me.SlcClose1.TabIndex = 16
Me.SlcClose1.Text = "SlcClose1"
Me.SlcClose1.Transparent = False
'
'fPTO
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(57, Byte), Integer), CType(CType(72, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(286, 146)
Me.Controls.Add(Me.SlcTheme1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "fPTO"
Me.Opacity = 0.9R
Me.Text = "Paid Time Off"
Me.TransparencyKey = System.Drawing.Color.Fuchsia
Me.SlcTheme1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents SlcTheme1 As dsTycoon.SLCTheme
Friend WithEvents Button1 As dsTycoon.SLCbtn
Friend WithEvents Button4 As dsTycoon.SLCbtn
Friend WithEvents SlcClose1 As dsTycoon.SLCClose
End Class