-
Notifications
You must be signed in to change notification settings - Fork 0
/
FrmMain.Designer.vb
258 lines (253 loc) · 12 KB
/
FrmMain.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class FrmMain
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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.Tc = New System.Windows.Forms.TabControl()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Dgv = New System.Windows.Forms.DataGridView()
Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.TxtApi = New System.Windows.Forms.TextBox()
Me.Rtb = New System.Windows.Forms.RichTextBox()
Me.Tc.SuspendLayout
Me.TabPage1.SuspendLayout
CType(Me.Dgv,System.ComponentModel.ISupportInitialize).BeginInit
Me.TabPage2.SuspendLayout
Me.Panel1.SuspendLayout
Me.GroupBox1.SuspendLayout
Me.SuspendLayout
'
'Tc
'
Me.Tc.Controls.Add(Me.TabPage1)
Me.Tc.Controls.Add(Me.TabPage2)
Me.Tc.Dock = System.Windows.Forms.DockStyle.Fill
Me.Tc.Location = New System.Drawing.Point(0, 0)
Me.Tc.Name = "Tc"
Me.Tc.SelectedIndex = 0
Me.Tc.Size = New System.Drawing.Size(877, 512)
Me.Tc.TabIndex = 0
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.Dgv)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(869, 486)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Data"
Me.TabPage1.UseVisualStyleBackColor = true
'
'Dgv
'
Me.Dgv.AllowUserToAddRows = false
Me.Dgv.AllowUserToDeleteRows = false
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Honeydew
Me.Dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.Dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells
Me.Dgv.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
Me.Dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.Dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
Me.Dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.Dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4})
Me.Dgv.Dock = System.Windows.Forms.DockStyle.Fill
Me.Dgv.Location = New System.Drawing.Point(3, 3)
Me.Dgv.Name = "Dgv"
Me.Dgv.RowHeadersVisible = false
Me.Dgv.Size = New System.Drawing.Size(863, 480)
Me.Dgv.TabIndex = 0
'
'Column1
'
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.Column1.DefaultCellStyle = DataGridViewCellStyle3
Me.Column1.HeaderText = "HOLIDAY"
Me.Column1.MaxInputLength = 50
Me.Column1.MinimumWidth = 225
Me.Column1.Name = "Column1"
Me.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.Column1.Width = 225
'
'Column2
'
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
Me.Column2.DefaultCellStyle = DataGridViewCellStyle4
Me.Column2.HeaderText = "DATE"
Me.Column2.MaxInputLength = 25
Me.Column2.MinimumWidth = 60
Me.Column2.Name = "Column2"
Me.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.Column2.Width = 60
'
'Column3
'
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.Column3.DefaultCellStyle = DataGridViewCellStyle5
Me.Column3.HeaderText = "DESCRIPTION"
Me.Column3.MaxInputLength = 500
Me.Column3.MinimumWidth = 400
Me.Column3.Name = "Column3"
Me.Column3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.Column3.Width = 400
'
'Column4
'
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0,Byte))
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
Me.Column4.DefaultCellStyle = DataGridViewCellStyle6
Me.Column4.HeaderText = "TYPE"
Me.Column4.MaxInputLength = 150
Me.Column4.MinimumWidth = 150
Me.Column4.Name = "Column4"
Me.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable
Me.Column4.Width = 150
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.Panel1)
Me.TabPage2.Controls.Add(Me.Rtb)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(869, 486)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Log"
Me.TabPage2.UseVisualStyleBackColor = true
'
'Panel1
'
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Panel1.Controls.Add(Me.LinkLabel1)
Me.Panel1.Controls.Add(Me.Button1)
Me.Panel1.Controls.Add(Me.GroupBox1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
Me.Panel1.Location = New System.Drawing.Point(575, 3)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(291, 480)
Me.Panel1.TabIndex = 2
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = true
Me.LinkLabel1.Location = New System.Drawing.Point(101, 163)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(85, 13)
Me.LinkLabel1.TabIndex = 3
Me.LinkLabel1.TabStop = true
Me.LinkLabel1.Text = "Calendarific.com"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(88, 110)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(110, 23)
Me.Button1.TabIndex = 2
Me.Button1.Text = "Download Data"
Me.Button1.UseVisualStyleBackColor = true
'
'GroupBox1
'
Me.GroupBox1.BackColor = System.Drawing.Color.FloralWhite
Me.GroupBox1.Controls.Add(Me.TxtApi)
Me.GroupBox1.Location = New System.Drawing.Point(9, 37)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(268, 54)
Me.GroupBox1.TabIndex = 1
Me.GroupBox1.TabStop = false
Me.GroupBox1.Text = "Calendarific API key"
'
'TxtApi
'
Me.TxtApi.Location = New System.Drawing.Point(7, 20)
Me.TxtApi.Name = "TxtApi"
Me.TxtApi.Size = New System.Drawing.Size(255, 20)
Me.TxtApi.TabIndex = 0
'
'Rtb
'
Me.Rtb.BackColor = System.Drawing.SystemColors.Info
Me.Rtb.Dock = System.Windows.Forms.DockStyle.Left
Me.Rtb.Location = New System.Drawing.Point(3, 3)
Me.Rtb.Name = "Rtb"
Me.Rtb.ShowSelectionMargin = true
Me.Rtb.Size = New System.Drawing.Size(566, 480)
Me.Rtb.TabIndex = 0
Me.Rtb.Text = ""
'
'FrmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 13!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(877, 512)
Me.Controls.Add(Me.Tc)
Me.Name = "FrmMain"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form1"
Me.Tc.ResumeLayout(false)
Me.TabPage1.ResumeLayout(false)
CType(Me.Dgv,System.ComponentModel.ISupportInitialize).EndInit
Me.TabPage2.ResumeLayout(false)
Me.Panel1.ResumeLayout(false)
Me.Panel1.PerformLayout
Me.GroupBox1.ResumeLayout(false)
Me.GroupBox1.PerformLayout
Me.ResumeLayout(false)
End Sub
Friend WithEvents Tc As TabControl
Friend WithEvents TabPage1 As TabPage
Friend WithEvents Dgv As DataGridView
Friend WithEvents TabPage2 As TabPage
Friend WithEvents Rtb As RichTextBox
Friend WithEvents Panel1 As Panel
Friend WithEvents GroupBox1 As GroupBox
Friend WithEvents TxtApi As TextBox
Friend WithEvents Button1 As Button
Friend WithEvents LinkLabel1 As LinkLabel
Friend WithEvents Column1 As DataGridViewTextBoxColumn
Friend WithEvents Column2 As DataGridViewTextBoxColumn
Friend WithEvents Column3 As DataGridViewTextBoxColumn
Friend WithEvents Column4 As DataGridViewTextBoxColumn
End Class