?? welcome.vb
字號:
Public Class Welcome
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
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.
Friend WithEvents b1 As System.Windows.Forms.Label
Friend WithEvents b2 As System.Windows.Forms.Label
Friend WithEvents b8 As System.Windows.Forms.Label
Friend WithEvents b3 As System.Windows.Forms.Label
Friend WithEvents b7 As System.Windows.Forms.Label
Friend WithEvents b6 As System.Windows.Forms.Label
Friend WithEvents b5 As System.Windows.Forms.Label
Friend WithEvents b4 As System.Windows.Forms.Label
Friend WithEvents bl4 As System.Windows.Forms.Label
Friend WithEvents bl1 As System.Windows.Forms.Label
Friend WithEvents bl2 As System.Windows.Forms.Label
Friend WithEvents bl6 As System.Windows.Forms.Label
Friend WithEvents bl7 As System.Windows.Forms.Label
Friend WithEvents bl3 As System.Windows.Forms.Label
Friend WithEvents bl8 As System.Windows.Forms.Label
Friend WithEvents bl5 As System.Windows.Forms.Label
Friend WithEvents r4 As System.Windows.Forms.Label
Friend WithEvents r3 As System.Windows.Forms.Label
Friend WithEvents r7 As System.Windows.Forms.Label
Friend WithEvents r8 As System.Windows.Forms.Label
Friend WithEvents r2 As System.Windows.Forms.Label
Friend WithEvents r1 As System.Windows.Forms.Label
Friend WithEvents r5 As System.Windows.Forms.Label
Friend WithEvents r6 As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents Timer2 As System.Windows.Forms.Timer
Friend WithEvents Timer3 As System.Windows.Forms.Timer
Friend WithEvents lblwelcome As System.Windows.Forms.Label
Friend WithEvents lblname As System.Windows.Forms.Label
Friend WithEvents txtname As System.Windows.Forms.TextBox
Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu
Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.lblwelcome = New System.Windows.Forms.Label
Me.b1 = New System.Windows.Forms.Label
Me.b2 = New System.Windows.Forms.Label
Me.b8 = New System.Windows.Forms.Label
Me.b3 = New System.Windows.Forms.Label
Me.b7 = New System.Windows.Forms.Label
Me.b6 = New System.Windows.Forms.Label
Me.b5 = New System.Windows.Forms.Label
Me.b4 = New System.Windows.Forms.Label
Me.bl4 = New System.Windows.Forms.Label
Me.bl1 = New System.Windows.Forms.Label
Me.bl2 = New System.Windows.Forms.Label
Me.bl6 = New System.Windows.Forms.Label
Me.bl7 = New System.Windows.Forms.Label
Me.bl3 = New System.Windows.Forms.Label
Me.bl8 = New System.Windows.Forms.Label
Me.bl5 = New System.Windows.Forms.Label
Me.r4 = New System.Windows.Forms.Label
Me.r3 = New System.Windows.Forms.Label
Me.r7 = New System.Windows.Forms.Label
Me.r8 = New System.Windows.Forms.Label
Me.r2 = New System.Windows.Forms.Label
Me.r1 = New System.Windows.Forms.Label
Me.r5 = New System.Windows.Forms.Label
Me.r6 = New System.Windows.Forms.Label
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
Me.lblname = New System.Windows.Forms.Label
Me.txtname = New System.Windows.Forms.TextBox
Me.MainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.Button1 = New System.Windows.Forms.Button
Me.MenuItem3 = New System.Windows.Forms.MenuItem
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.SuspendLayout()
'
'lblwelcome
'
Me.lblwelcome.Font = New System.Drawing.Font("Snap ITC", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblwelcome.Location = New System.Drawing.Point(64, 64)
Me.lblwelcome.Name = "lblwelcome"
Me.lblwelcome.Size = New System.Drawing.Size(176, 40)
Me.lblwelcome.TabIndex = 1
Me.lblwelcome.Text = "Welcome"
Me.lblwelcome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'b1
'
Me.b1.BackColor = System.Drawing.Color.Black
Me.b1.Location = New System.Drawing.Point(16, 16)
Me.b1.Name = "b1"
Me.b1.Size = New System.Drawing.Size(24, 24)
Me.b1.TabIndex = 2
'
'b2
'
Me.b2.BackColor = System.Drawing.Color.Black
Me.b2.Location = New System.Drawing.Point(160, 16)
Me.b2.Name = "b2"
Me.b2.Size = New System.Drawing.Size(24, 24)
Me.b2.TabIndex = 3
'
'b8
'
Me.b8.BackColor = System.Drawing.Color.Black
Me.b8.Location = New System.Drawing.Point(16, 160)
Me.b8.Name = "b8"
Me.b8.Size = New System.Drawing.Size(24, 24)
Me.b8.TabIndex = 4
'
'b3
'
Me.b3.BackColor = System.Drawing.Color.Black
Me.b3.Location = New System.Drawing.Point(304, 16)
Me.b3.Name = "b3"
Me.b3.Size = New System.Drawing.Size(24, 24)
Me.b3.TabIndex = 5
'
'b7
'
Me.b7.BackColor = System.Drawing.Color.Black
Me.b7.Location = New System.Drawing.Point(112, 208)
Me.b7.Name = "b7"
Me.b7.Size = New System.Drawing.Size(24, 24)
Me.b7.TabIndex = 6
'
'b6
'
Me.b6.BackColor = System.Drawing.Color.Black
Me.b6.Location = New System.Drawing.Point(256, 208)
Me.b6.Name = "b6"
Me.b6.Size = New System.Drawing.Size(24, 24)
Me.b6.TabIndex = 7
'
'b5
'
Me.b5.BackColor = System.Drawing.Color.Black
Me.b5.Location = New System.Drawing.Point(400, 208)
Me.b5.Name = "b5"
Me.b5.Size = New System.Drawing.Size(24, 24)
Me.b5.TabIndex = 8
'
'b4
'
Me.b4.BackColor = System.Drawing.Color.Black
Me.b4.Location = New System.Drawing.Point(400, 64)
Me.b4.Name = "b4"
Me.b4.Size = New System.Drawing.Size(24, 24)
Me.b4.TabIndex = 9
'
'bl4
'
Me.bl4.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl4.Location = New System.Drawing.Point(400, 112)
Me.bl4.Name = "bl4"
Me.bl4.Size = New System.Drawing.Size(24, 24)
Me.bl4.TabIndex = 10
'
'bl1
'
Me.bl1.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl1.Location = New System.Drawing.Point(64, 16)
Me.bl1.Name = "bl1"
Me.bl1.Size = New System.Drawing.Size(24, 24)
Me.bl1.TabIndex = 11
'
'bl2
'
Me.bl2.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl2.Location = New System.Drawing.Point(208, 16)
Me.bl2.Name = "bl2"
Me.bl2.Size = New System.Drawing.Size(24, 24)
Me.bl2.TabIndex = 12
'
'bl6
'
Me.bl6.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl6.Location = New System.Drawing.Point(208, 208)
Me.bl6.Name = "bl6"
Me.bl6.Size = New System.Drawing.Size(24, 24)
Me.bl6.TabIndex = 13
'
'bl7
'
Me.bl7.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl7.Location = New System.Drawing.Point(64, 208)
Me.bl7.Name = "bl7"
Me.bl7.Size = New System.Drawing.Size(24, 24)
Me.bl7.TabIndex = 14
'
'bl3
'
Me.bl3.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl3.Location = New System.Drawing.Point(352, 16)
Me.bl3.Name = "bl3"
Me.bl3.Size = New System.Drawing.Size(24, 24)
Me.bl3.TabIndex = 15
'
'bl8
'
Me.bl8.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl8.Location = New System.Drawing.Point(16, 112)
Me.bl8.Name = "bl8"
Me.bl8.Size = New System.Drawing.Size(24, 24)
Me.bl8.TabIndex = 16
'
'bl5
'
Me.bl5.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -