?? hello.vb
字號:
Public Class Hello
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 bl1 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents lblcptname As System.Windows.Forms.Label
Friend WithEvents b6 As System.Windows.Forms.Label
Friend WithEvents b2 As System.Windows.Forms.Label
Friend WithEvents b4 As System.Windows.Forms.Label
Friend WithEvents b3 As System.Windows.Forms.Label
Friend WithEvents b5 As System.Windows.Forms.Label
Friend WithEvents bl4 As System.Windows.Forms.Label
Friend WithEvents bl3 As System.Windows.Forms.Label
Friend WithEvents bl2 As System.Windows.Forms.Label
Friend WithEvents bl5 As System.Windows.Forms.Label
Friend WithEvents b7 As System.Windows.Forms.Label
Friend WithEvents r1 As System.Windows.Forms.Label
Friend WithEvents bl7 As System.Windows.Forms.Label
Friend WithEvents bl6 As System.Windows.Forms.Label
Friend WithEvents r4 As System.Windows.Forms.Label
Friend WithEvents r3 As System.Windows.Forms.Label
Friend WithEvents r2 As System.Windows.Forms.Label
Friend WithEvents r5 As System.Windows.Forms.Label
Friend WithEvents Timer2 As System.Windows.Forms.Timer
Friend WithEvents Timer3 As System.Windows.Forms.Timer
Friend WithEvents Timer4 As System.Windows.Forms.Timer
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents r6 As System.Windows.Forms.Label
Friend WithEvents r7 As System.Windows.Forms.Label
Friend WithEvents bl8 As System.Windows.Forms.Label
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 Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents b11 As System.Windows.Forms.Label
Friend WithEvents b10 As System.Windows.Forms.Label
Friend WithEvents b9 As System.Windows.Forms.Label
Friend WithEvents b8 As System.Windows.Forms.Label
Friend WithEvents bl11 As System.Windows.Forms.Label
Friend WithEvents bl10 As System.Windows.Forms.Label
Friend WithEvents bl9 As System.Windows.Forms.Label
Friend WithEvents r11 As System.Windows.Forms.Label
Friend WithEvents r10 As System.Windows.Forms.Label
Friend WithEvents r9 As System.Windows.Forms.Label
Friend WithEvents r8 As System.Windows.Forms.Label
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
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Hello))
Me.b1 = New System.Windows.Forms.Label
Me.bl1 = New System.Windows.Forms.Label
Me.r1 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.b6 = New System.Windows.Forms.Label
Me.b2 = New System.Windows.Forms.Label
Me.b4 = New System.Windows.Forms.Label
Me.b3 = New System.Windows.Forms.Label
Me.b5 = New System.Windows.Forms.Label
Me.bl7 = New System.Windows.Forms.Label
Me.bl4 = New System.Windows.Forms.Label
Me.bl3 = New System.Windows.Forms.Label
Me.bl2 = New System.Windows.Forms.Label
Me.bl5 = New System.Windows.Forms.Label
Me.bl6 = New System.Windows.Forms.Label
Me.r4 = New System.Windows.Forms.Label
Me.r3 = New System.Windows.Forms.Label
Me.r2 = New System.Windows.Forms.Label
Me.r5 = New System.Windows.Forms.Label
Me.b7 = New System.Windows.Forms.Label
Me.lblcptname = New System.Windows.Forms.Label
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.Timer3 = New System.Windows.Forms.Timer(Me.components)
Me.Timer4 = New System.Windows.Forms.Timer(Me.components)
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.r6 = New System.Windows.Forms.Label
Me.r7 = New System.Windows.Forms.Label
Me.bl8 = New System.Windows.Forms.Label
Me.MainMenu1 = New System.Windows.Forms.MainMenu
Me.MenuItem1 = New System.Windows.Forms.MenuItem
Me.MenuItem2 = New System.Windows.Forms.MenuItem
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.b11 = New System.Windows.Forms.Label
Me.b10 = New System.Windows.Forms.Label
Me.b9 = New System.Windows.Forms.Label
Me.b8 = New System.Windows.Forms.Label
Me.bl11 = New System.Windows.Forms.Label
Me.bl10 = New System.Windows.Forms.Label
Me.bl9 = New System.Windows.Forms.Label
Me.r11 = New System.Windows.Forms.Label
Me.r10 = New System.Windows.Forms.Label
Me.r9 = New System.Windows.Forms.Label
Me.r8 = New System.Windows.Forms.Label
Me.Button1 = New System.Windows.Forms.Button
Me.MenuItem3 = New System.Windows.Forms.MenuItem
Me.MenuItem4 = New System.Windows.Forms.MenuItem
Me.SuspendLayout()
'
'b1
'
Me.b1.BackColor = System.Drawing.Color.Black
Me.b1.Location = New System.Drawing.Point(24, 16)
Me.b1.Name = "b1"
Me.b1.Size = New System.Drawing.Size(24, 24)
Me.b1.TabIndex = 3
'
'bl1
'
Me.bl1.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl1.Location = New System.Drawing.Point(72, 16)
Me.bl1.Name = "bl1"
Me.bl1.Size = New System.Drawing.Size(24, 24)
Me.bl1.TabIndex = 12
'
'r1
'
Me.r1.BackColor = System.Drawing.Color.Red
Me.r1.Location = New System.Drawing.Point(120, 16)
Me.r1.Name = "r1"
Me.r1.Size = New System.Drawing.Size(24, 24)
Me.r1.TabIndex = 23
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Modern No. 20", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(64, 56)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(240, 48)
Me.Label1.TabIndex = 24
Me.Label1.Text = "Hello Captain"
'
'b6
'
Me.b6.BackColor = System.Drawing.Color.Black
Me.b6.Location = New System.Drawing.Point(456, 304)
Me.b6.Name = "b6"
Me.b6.Size = New System.Drawing.Size(24, 24)
Me.b6.TabIndex = 25
'
'b2
'
Me.b2.BackColor = System.Drawing.Color.Black
Me.b2.Location = New System.Drawing.Point(168, 16)
Me.b2.Name = "b2"
Me.b2.Size = New System.Drawing.Size(24, 24)
Me.b2.TabIndex = 26
'
'b4
'
Me.b4.BackColor = System.Drawing.Color.Black
Me.b4.Location = New System.Drawing.Point(456, 16)
Me.b4.Name = "b4"
Me.b4.Size = New System.Drawing.Size(24, 24)
Me.b4.TabIndex = 27
'
'b3
'
Me.b3.BackColor = System.Drawing.Color.Black
Me.b3.Location = New System.Drawing.Point(312, 16)
Me.b3.Name = "b3"
Me.b3.Size = New System.Drawing.Size(24, 24)
Me.b3.TabIndex = 28
'
'b5
'
Me.b5.BackColor = System.Drawing.Color.Black
Me.b5.Location = New System.Drawing.Point(456, 160)
Me.b5.Name = "b5"
Me.b5.Size = New System.Drawing.Size(24, 24)
Me.b5.TabIndex = 29
'
'bl7
'
Me.bl7.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl7.Location = New System.Drawing.Point(312, 352)
Me.bl7.Name = "bl7"
Me.bl7.Size = New System.Drawing.Size(24, 24)
Me.bl7.TabIndex = 30
'
'bl4
'
Me.bl4.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl4.Location = New System.Drawing.Point(456, 64)
Me.bl4.Name = "bl4"
Me.bl4.Size = New System.Drawing.Size(24, 24)
Me.bl4.TabIndex = 31
'
'bl3
'
Me.bl3.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl3.Location = New System.Drawing.Point(360, 16)
Me.bl3.Name = "bl3"
Me.bl3.Size = New System.Drawing.Size(24, 24)
Me.bl3.TabIndex = 32
'
'bl2
'
Me.bl2.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl2.Location = New System.Drawing.Point(216, 16)
Me.bl2.Name = "bl2"
Me.bl2.Size = New System.Drawing.Size(24, 24)
Me.bl2.TabIndex = 33
'
'bl5
'
Me.bl5.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl5.Location = New System.Drawing.Point(456, 208)
Me.bl5.Name = "bl5"
Me.bl5.Size = New System.Drawing.Size(24, 24)
Me.bl5.TabIndex = 34
'
'bl6
'
Me.bl6.BackColor = System.Drawing.Color.FromArgb(CType(0, Byte), CType(0, Byte), CType(192, Byte))
Me.bl6.Location = New System.Drawing.Point(456, 352)
Me.bl6.Name = "bl6"
Me.bl6.Size = New System.Drawing.Size(24, 24)
Me.bl6.TabIndex = 35
'
'r4
'
Me.r4.BackColor = System.Drawing.Color.Red
Me.r4.Location = New System.Drawing.Point(456, 112)
Me.r4.Name = "r4"
Me.r4.Size = New System.Drawing.Size(24, 24)
Me.r4.TabIndex = 37
'
'r3
'
Me.r3.BackColor = System.Drawing.Color.Red
Me.r3.Location = New System.Drawing.Point(408, 16)
Me.r3.Name = "r3"
Me.r3.Size = New System.Drawing.Size(24, 24)
Me.r3.TabIndex = 38
'
'r2
'
Me.r2.BackColor = System.Drawing.Color.Red
Me.r2.Location = New System.Drawing.Point(264, 16)
Me.r2.Name = "r2"
Me.r2.Size = New System.Drawing.Size(24, 24)
Me.r2.TabIndex = 39
'
'r5
'
Me.r5.BackColor = System.Drawing.Color.Red
Me.r5.Location = New System.Drawing.Point(456, 256)
Me.r5.Name = "r5"
Me.r5.Size = New System.Drawing.Size(24, 24)
Me.r5.TabIndex = 40
'
'b7
'
Me.b7.BackColor = System.Drawing.Color.Black
Me.b7.Location = New System.Drawing.Point(360, 352)
Me.b7.Name = "b7"
Me.b7.Size = New System.Drawing.Size(24, 24)
Me.b7.TabIndex = 42
'
'lblcptname
'
Me.lblcptname.Location = New System.Drawing.Point(80, 104)
Me.lblcptname.Name = "lblcptname"
Me.lblcptname.Size = New System.Drawing.Size(216, 40)
Me.lblcptname.TabIndex = 43
Me.lblcptname.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'Timer2
'
Me.Timer2.Interval = 200
'
'Timer3
'
Me.Timer3.Interval = 300
'
'Timer4
'
Me.Timer4.Interval = 400
'
'PictureBox1
'
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(344, 72)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(56, 72)
Me.PictureBox1.TabIndex = 44
Me.PictureBox1.TabStop = False
'
'r6
'
Me.r6.BackColor = System.Drawing.Color.Red
Me.r6.Font = New System.Drawing.Font("Modern No. 20", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.r6.Location = New System.Drawing.Point(408, 352)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -