-
Notifications
You must be signed in to change notification settings - Fork 148
/
AboutBox.Designer.vb
221 lines (215 loc) · 9.12 KB
/
AboutBox.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AboutBox
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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents OKButton As System.Windows.Forms.Button
'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(AboutBox))
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
Me.OKButton = New System.Windows.Forms.Button()
Me.LabelProductName = New System.Windows.Forms.Label()
Me.LabelCopyright = New System.Windows.Forms.Label()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.LabelCulture = New System.Windows.Forms.Label()
Me.label4 = New System.Windows.Forms.Label()
Me.ListBox1 = New System.Windows.Forms.ListBox()
Me.GroupBoxUpdates = New System.Windows.Forms.GroupBox()
Me.pbUpdate = New System.Windows.Forms.PictureBox()
Me.lAutomaticUpdate = New System.Windows.Forms.Label()
Me.LabelVersion = New System.Windows.Forms.Label()
Me.TextBoxDescription = New System.Windows.Forms.Label()
Me.GroupBoxVersion = New System.Windows.Forms.GroupBox()
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.bDonate = New System.Windows.Forms.Button()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
Me.GroupBoxUpdates.SuspendLayout()
CType(Me.pbUpdate, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBoxVersion.SuspendLayout()
Me.SuspendLayout()
'
'LogoPictureBox
'
resources.ApplyResources(Me.LogoPictureBox, "LogoPictureBox")
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.LogoPictureBox.TabStop = False
'
'OKButton
'
resources.ApplyResources(Me.OKButton, "OKButton")
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Name = "OKButton"
'
'LabelProductName
'
resources.ApplyResources(Me.LabelProductName, "LabelProductName")
Me.LabelProductName.Name = "LabelProductName"
'
'LabelCopyright
'
resources.ApplyResources(Me.LabelCopyright, "LabelCopyright")
Me.LabelCopyright.ForeColor = System.Drawing.SystemColors.Highlight
Me.LabelCopyright.Name = "LabelCopyright"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.Window
Me.Panel1.Controls.Add(Me.LabelCulture)
Me.Panel1.Controls.Add(Me.LogoPictureBox)
Me.Panel1.Controls.Add(Me.LabelProductName)
Me.Panel1.Controls.Add(Me.LabelCopyright)
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Name = "Panel1"
'
'LabelCulture
'
resources.ApplyResources(Me.LabelCulture, "LabelCulture")
Me.LabelCulture.ForeColor = System.Drawing.SystemColors.Highlight
Me.LabelCulture.Name = "LabelCulture"
'
'label4
'
resources.ApplyResources(Me.label4, "label4")
Me.label4.Name = "label4"
'
'ListBox1
'
Me.ListBox1.BackColor = System.Drawing.SystemColors.InactiveCaption
Me.ListBox1.FormattingEnabled = True
resources.ApplyResources(Me.ListBox1, "ListBox1")
Me.ListBox1.Name = "ListBox1"
'
'GroupBoxUpdates
'
Me.GroupBoxUpdates.Controls.Add(Me.pbUpdate)
Me.GroupBoxUpdates.Controls.Add(Me.lAutomaticUpdate)
resources.ApplyResources(Me.GroupBoxUpdates, "GroupBoxUpdates")
Me.GroupBoxUpdates.Name = "GroupBoxUpdates"
Me.GroupBoxUpdates.TabStop = False
'
'pbUpdate
'
Me.pbUpdate.Image = Global.WakeOnLan.My.Resources.Resources.system_software_update
resources.ApplyResources(Me.pbUpdate, "pbUpdate")
Me.pbUpdate.Name = "pbUpdate"
Me.pbUpdate.TabStop = False
'
'lAutomaticUpdate
'
resources.ApplyResources(Me.lAutomaticUpdate, "lAutomaticUpdate")
Me.lAutomaticUpdate.Name = "lAutomaticUpdate"
'
'LabelVersion
'
resources.ApplyResources(Me.LabelVersion, "LabelVersion")
Me.LabelVersion.Name = "LabelVersion"
'
'TextBoxDescription
'
resources.ApplyResources(Me.TextBoxDescription, "TextBoxDescription")
Me.TextBoxDescription.Name = "TextBoxDescription"
'
'GroupBoxVersion
'
Me.GroupBoxVersion.Controls.Add(Me.LinkLabel2)
Me.GroupBoxVersion.Controls.Add(Me.Label2)
Me.GroupBoxVersion.Controls.Add(Me.LabelVersion)
Me.GroupBoxVersion.Controls.Add(Me.ListBox1)
Me.GroupBoxVersion.Controls.Add(Me.Label1)
Me.GroupBoxVersion.Controls.Add(Me.LinkLabel1)
resources.ApplyResources(Me.GroupBoxVersion, "GroupBoxVersion")
Me.GroupBoxVersion.Name = "GroupBoxVersion"
Me.GroupBoxVersion.TabStop = False
'
'LinkLabel2
'
resources.ApplyResources(Me.LinkLabel2, "LinkLabel2")
Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.TabStop = True
'
'Label2
'
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
'
'Label1
'
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
'
'LinkLabel1
'
resources.ApplyResources(Me.LinkLabel1, "LinkLabel1")
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.TabStop = True
'
'bDonate
'
resources.ApplyResources(Me.bDonate, "bDonate")
Me.bDonate.FlatAppearance.BorderSize = 0
Me.bDonate.Name = "bDonate"
Me.bDonate.UseVisualStyleBackColor = True
'
'AboutBox
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.InactiveCaption
Me.CancelButton = Me.OKButton
Me.Controls.Add(Me.bDonate)
Me.Controls.Add(Me.GroupBoxVersion)
Me.Controls.Add(Me.TextBoxDescription)
Me.Controls.Add(Me.GroupBoxUpdates)
Me.Controls.Add(Me.label4)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.OKButton)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "AboutBox"
Me.ShowInTaskbar = False
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.GroupBoxUpdates.ResumeLayout(False)
Me.GroupBoxUpdates.PerformLayout()
CType(Me.pbUpdate, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBoxVersion.ResumeLayout(False)
Me.GroupBoxVersion.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents LabelProductName As System.Windows.Forms.Label
Friend WithEvents LabelCopyright As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Private WithEvents label4 As System.Windows.Forms.Label
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents GroupBoxUpdates As System.Windows.Forms.GroupBox
Friend WithEvents pbUpdate As System.Windows.Forms.PictureBox
Friend WithEvents lAutomaticUpdate As System.Windows.Forms.Label
Friend WithEvents LabelVersion As System.Windows.Forms.Label
Private WithEvents TextBoxDescription As System.Windows.Forms.Label
Friend WithEvents GroupBoxVersion As System.Windows.Forms.GroupBox
Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents bDonate As System.Windows.Forms.Button
Friend WithEvents LabelCulture As System.Windows.Forms.Label
End Class