-
Notifications
You must be signed in to change notification settings - Fork 1
/
Check4Updates.Designer.vb
166 lines (162 loc) · 7.59 KB
/
Check4Updates.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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Check4Updates
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()
Me.Button1 = New System.Windows.Forms.Button
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Status = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.PictureBox2 = New System.Windows.Forms.PictureBox
Me.Label3 = New System.Windows.Forms.Label
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.Black
Me.Button1.Location = New System.Drawing.Point(168, 176)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(156, 46)
Me.Button1.TabIndex = 0
Me.Button1.Text = "CLOSE"
Me.Button1.UseVisualStyleBackColor = True
'
'RichTextBox1
'
Me.RichTextBox1.Location = New System.Drawing.Point(1, 1)
Me.RichTextBox1.Name = "RichTextBox1"
Me.RichTextBox1.ReadOnly = True
Me.RichTextBox1.Size = New System.Drawing.Size(1, 1)
Me.RichTextBox1.TabIndex = 1
Me.RichTextBox1.Text = ""
Me.RichTextBox1.Visible = False
'
'PictureBox1
'
Me.PictureBox1.AccessibleRole = System.Windows.Forms.AccessibleRole.Animation
Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
Me.PictureBox1.Image = Global.sn0wbreeze.My.Resources.Resources.attena
Me.PictureBox1.Location = New System.Drawing.Point(168, 63)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(142, 107)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'Status
'
Me.Status.AutoSize = True
Me.Status.BackColor = System.Drawing.Color.Transparent
Me.Status.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Status.ForeColor = System.Drawing.Color.Cyan
Me.Status.Location = New System.Drawing.Point(212, 19)
Me.Status.Name = "Status"
Me.Status.Size = New System.Drawing.Size(72, 24)
Me.Status.TabIndex = 3
Me.Status.Text = "Label1"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.White
Me.Label1.Location = New System.Drawing.Point(23, 63)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(368, 24)
Me.Label1.TabIndex = 4
Me.Label1.Text = "Current running sn0wbreeze version : "
Me.Label1.Visible = False
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold)
Me.Label2.ForeColor = System.Drawing.Color.White
Me.Label2.Location = New System.Drawing.Point(23, 90)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(289, 24)
Me.Label2.TabIndex = 5
Me.Label2.Text = "Latest sn0wbreeze available : "
Me.Label2.Visible = False
'
'PictureBox2
'
Me.PictureBox2.BackColor = System.Drawing.Color.Black
Me.PictureBox2.Image = Global.sn0wbreeze.My.Resources.Resources.reflectionImage2
Me.PictureBox2.Location = New System.Drawing.Point(371, 153)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(96, 80)
Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.PictureBox2.TabIndex = 6
Me.PictureBox2.TabStop = False
Me.PictureBox2.Visible = False
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Lime
Me.Label3.Location = New System.Drawing.Point(23, 139)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(336, 20)
Me.Label3.TabIndex = 7
Me.Label3.Text = "* You are running the latest sn0wbreeze."
Me.Label3.Visible = False
'
'Check4Updates
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = Global.sn0wbreeze.My.Resources.Resources.backg1
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.ClientSize = New System.Drawing.Size(495, 245)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Status)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.RichTextBox1)
Me.Controls.Add(Me.Button1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Name = "Check4Updates"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Check4Updates"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Status As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents Label3 As System.Windows.Forms.Label
End Class