-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHelp_Dialog.Designer.vb
244 lines (239 loc) · 13.6 KB
/
Help_Dialog.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Help_Dialog
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(Help_Dialog))
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.TableLayoutPanel6 = New System.Windows.Forms.TableLayoutPanel()
Me.Help_Icon = New System.Windows.Forms.PictureBox()
Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
Me.CloseHelpDialog_Button = New System.Windows.Forms.Button()
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
Me.TableLayoutPanel4 = New System.Windows.Forms.TableLayoutPanel()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox()
Me.Button2 = New System.Windows.Forms.Button()
Me.Button1 = New System.Windows.Forms.Button()
Me.TableLayoutPanel1.SuspendLayout()
Me.TableLayoutPanel6.SuspendLayout()
CType(Me.Help_Icon, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TableLayoutPanel3.SuspendLayout()
Me.TableLayoutPanel2.SuspendLayout()
Me.TableLayoutPanel4.SuspendLayout()
Me.SuspendLayout()
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 1
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel6, 0, 1)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel3, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 0, 3)
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel4, 0, 2)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 4
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36.0!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 88.66499!))
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.33501!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(410, 473)
Me.TableLayoutPanel1.TabIndex = 0
'
'TableLayoutPanel6
'
Me.TableLayoutPanel6.BackColor = System.Drawing.Color.FromArgb(CType(CType(25, Byte), Integer), CType(CType(25, Byte), Integer), CType(CType(25, Byte), Integer))
Me.TableLayoutPanel6.ColumnCount = 1
Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel6.Controls.Add(Me.Help_Icon, 0, 0)
Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 36)
Me.TableLayoutPanel6.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel6.Name = "TableLayoutPanel6"
Me.TableLayoutPanel6.RowCount = 1
Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel6.Size = New System.Drawing.Size(410, 36)
Me.TableLayoutPanel6.TabIndex = 6
'
'Help_Icon
'
Me.Help_Icon.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Help_Icon.BackgroundImage = CType(resources.GetObject("Help_Icon.BackgroundImage"), System.Drawing.Image)
Me.Help_Icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.Help_Icon.Location = New System.Drawing.Point(190, 4)
Me.Help_Icon.Margin = New System.Windows.Forms.Padding(0)
Me.Help_Icon.Name = "Help_Icon"
Me.Help_Icon.Size = New System.Drawing.Size(30, 28)
Me.Help_Icon.TabIndex = 2
Me.Help_Icon.TabStop = False
'
'TableLayoutPanel3
'
Me.TableLayoutPanel3.BackColor = System.Drawing.Color.FromArgb(CType(CType(10, Byte), Integer), CType(CType(10, Byte), Integer), CType(CType(10, Byte), Integer))
Me.TableLayoutPanel3.ColumnCount = 1
Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel3.Controls.Add(Me.CloseHelpDialog_Button, 0, 0)
Me.TableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel3.Location = New System.Drawing.Point(0, 0)
Me.TableLayoutPanel3.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel3.Name = "TableLayoutPanel3"
Me.TableLayoutPanel3.RowCount = 1
Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel3.Size = New System.Drawing.Size(410, 36)
Me.TableLayoutPanel3.TabIndex = 2
'
'CloseHelpDialog_Button
'
Me.CloseHelpDialog_Button.Anchor = System.Windows.Forms.AnchorStyles.None
Me.CloseHelpDialog_Button.BackColor = System.Drawing.Color.Transparent
Me.CloseHelpDialog_Button.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.CloseHelpDialog_Button.Font = New System.Drawing.Font("Yu Gothic", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CloseHelpDialog_Button.ForeColor = System.Drawing.Color.White
Me.CloseHelpDialog_Button.Location = New System.Drawing.Point(193, 6)
Me.CloseHelpDialog_Button.Margin = New System.Windows.Forms.Padding(0)
Me.CloseHelpDialog_Button.Name = "CloseHelpDialog_Button"
Me.CloseHelpDialog_Button.Size = New System.Drawing.Size(24, 24)
Me.CloseHelpDialog_Button.TabIndex = 4
Me.CloseHelpDialog_Button.TabStop = False
Me.CloseHelpDialog_Button.Text = "X"
Me.CloseHelpDialog_Button.UseVisualStyleBackColor = False
'
'TableLayoutPanel2
'
Me.TableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
Me.TableLayoutPanel2.ColumnCount = 2
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel2.Controls.Add(Me.Button2, 1, 0)
Me.TableLayoutPanel2.Controls.Add(Me.Button1, 0, 0)
Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 427)
Me.TableLayoutPanel2.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
Me.TableLayoutPanel2.RowCount = 1
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel2.Size = New System.Drawing.Size(410, 46)
Me.TableLayoutPanel2.TabIndex = 7
'
'TableLayoutPanel4
'
Me.TableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single]
Me.TableLayoutPanel4.ColumnCount = 1
Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
Me.TableLayoutPanel4.Controls.Add(Me.TextBox1, 0, 0)
Me.TableLayoutPanel4.Controls.Add(Me.RichTextBox1, 0, 1)
Me.TableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel4.Location = New System.Drawing.Point(0, 72)
Me.TableLayoutPanel4.Margin = New System.Windows.Forms.Padding(0)
Me.TableLayoutPanel4.Name = "TableLayoutPanel4"
Me.TableLayoutPanel4.RowCount = 2
Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.248555!))
Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90.75144!))
Me.TableLayoutPanel4.Size = New System.Drawing.Size(410, 355)
Me.TableLayoutPanel4.TabIndex = 8
'
'TextBox1
'
Me.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.Top
Me.TextBox1.BackColor = System.Drawing.SystemColors.Control
Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.TextBox1.Font = New System.Drawing.Font("Microsoft YaHei UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox1.Location = New System.Drawing.Point(27, 4)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ReadOnly = True
Me.TextBox1.Size = New System.Drawing.Size(355, 25)
Me.TextBox1.TabIndex = 9
Me.TextBox1.TabStop = False
Me.TextBox1.Text = "About EasyTo-Do"
Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
'
'RichTextBox1
'
Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.RichTextBox1.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.RichTextBox1.Location = New System.Drawing.Point(6, 39)
Me.RichTextBox1.Margin = New System.Windows.Forms.Padding(5)
Me.RichTextBox1.Name = "RichTextBox1"
Me.RichTextBox1.ReadOnly = True
Me.RichTextBox1.Size = New System.Drawing.Size(398, 310)
Me.RichTextBox1.TabIndex = 10
Me.RichTextBox1.TabStop = False
Me.RichTextBox1.Text = resources.GetString("RichTextBox1.Text")
'
'Button2
'
Me.Button2.Dock = System.Windows.Forms.DockStyle.Fill
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button2.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(205, 1)
Me.Button2.Margin = New System.Windows.Forms.Padding(0)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(204, 44)
Me.Button2.TabIndex = 2
Me.Button2.TabStop = False
Me.Button2.Text = "Check For Updates"
Me.Button2.UseVisualStyleBackColor = True
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
Me.Button1.Font = New System.Drawing.Font("Microsoft YaHei UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(1, 1)
Me.Button1.Margin = New System.Windows.Forms.Padding(0)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(203, 44)
Me.Button1.TabIndex = 1
Me.Button1.TabStop = False
Me.Button1.Text = "How To Use"
Me.Button1.UseVisualStyleBackColor = True
'
'Help_Dialog
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(410, 473)
Me.Controls.Add(Me.TableLayoutPanel1)
Me.Name = "Help_Dialog"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "About_Dialog"
Me.TableLayoutPanel1.ResumeLayout(False)
Me.TableLayoutPanel6.ResumeLayout(False)
CType(Me.Help_Icon, System.ComponentModel.ISupportInitialize).EndInit()
Me.TableLayoutPanel3.ResumeLayout(False)
Me.TableLayoutPanel2.ResumeLayout(False)
Me.TableLayoutPanel4.ResumeLayout(False)
Me.TableLayoutPanel4.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents TableLayoutPanel1 As TableLayoutPanel
Friend WithEvents TableLayoutPanel3 As TableLayoutPanel
Friend WithEvents CloseHelpDialog_Button As Button
Friend WithEvents TableLayoutPanel6 As TableLayoutPanel
Friend WithEvents Help_Icon As PictureBox
Friend WithEvents TableLayoutPanel2 As TableLayoutPanel
Friend WithEvents TableLayoutPanel4 As TableLayoutPanel
Friend WithEvents TextBox1 As TextBox
Friend WithEvents RichTextBox1 As RichTextBox
Friend WithEvents Button2 As Button
Friend WithEvents Button1 As Button
End Class