⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.vb

📁 VB.NET制作赛车游戏
💻 VB
📖 第 1 页 / 共 5 页
字号:
        Me.PictureBox012.TabIndex = 60
        Me.PictureBox012.TabStop = False
        '
        'PictureBox013
        '
        Me.PictureBox013.Location = New System.Drawing.Point(153, 96)
        Me.PictureBox013.Name = "PictureBox013"
        Me.PictureBox013.Size = New System.Drawing.Size(48, 48)
        Me.PictureBox013.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.PictureBox013.TabIndex = 61
        Me.PictureBox013.TabStop = False
        '
        'PictureBox014
        '
        Me.PictureBox014.Location = New System.Drawing.Point(153, 48)
        Me.PictureBox014.Name = "PictureBox014"
        Me.PictureBox014.Size = New System.Drawing.Size(48, 48)
        Me.PictureBox014.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.PictureBox014.TabIndex = 62
        Me.PictureBox014.TabStop = False
        '
        'PictureBox015
        '
        Me.PictureBox015.Location = New System.Drawing.Point(153, 0)
        Me.PictureBox015.Name = "PictureBox015"
        Me.PictureBox015.Size = New System.Drawing.Size(48, 48)
        Me.PictureBox015.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.PictureBox015.TabIndex = 63
        Me.PictureBox015.TabStop = False
        '
        'PictureBox106
        '
        Me.PictureBox106.Location = New System.Drawing.Point(0, -48)
        Me.PictureBox106.Name = "PictureBox106"
        Me.PictureBox106.Size = New System.Drawing.Size(75, 48)
        Me.PictureBox106.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.PictureBox106.TabIndex = 64
        Me.PictureBox106.TabStop = False
        '
        'PictureBox016
        '
        Me.PictureBox016.Location = New System.Drawing.Point(153, -48)
        Me.PictureBox016.Name = "PictureBox016"
        Me.PictureBox016.Size = New System.Drawing.Size(48, 48)
        Me.PictureBox016.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.PictureBox016.TabIndex = 65
        Me.PictureBox016.TabStop = False
        '
        'PictureBox1
        '
        Me.PictureBox1.Location = New System.Drawing.Point(114, 192)
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.Size = New System.Drawing.Size(2, 20)
        Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox1.TabIndex = 66
        Me.PictureBox1.TabStop = False
        '
        'PictureBox2
        '
        Me.PictureBox2.Location = New System.Drawing.Point(114, 144)
        Me.PictureBox2.Name = "PictureBox2"
        Me.PictureBox2.Size = New System.Drawing.Size(2, 20)
        Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox2.TabIndex = 67
        Me.PictureBox2.TabStop = False
        '
        'PictureBox3
        '
        Me.PictureBox3.Location = New System.Drawing.Point(114, 96)
        Me.PictureBox3.Name = "PictureBox3"
        Me.PictureBox3.Size = New System.Drawing.Size(2, 20)
        Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox3.TabIndex = 68
        Me.PictureBox3.TabStop = False
        '
        'PictureBox4
        '
        Me.PictureBox4.Location = New System.Drawing.Point(114, 48)
        Me.PictureBox4.Name = "PictureBox4"
        Me.PictureBox4.Size = New System.Drawing.Size(2, 20)
        Me.PictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox4.TabIndex = 69
        Me.PictureBox4.TabStop = False
        '
        'PictureBox5
        '
        Me.PictureBox5.Location = New System.Drawing.Point(114, 0)
        Me.PictureBox5.Name = "PictureBox5"
        Me.PictureBox5.Size = New System.Drawing.Size(2, 20)
        Me.PictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox5.TabIndex = 70
        Me.PictureBox5.TabStop = False
        '
        'PictureBox6
        '
        Me.PictureBox6.Location = New System.Drawing.Point(114, -48)
        Me.PictureBox6.Name = "PictureBox6"
        Me.PictureBox6.Size = New System.Drawing.Size(2, 27)
        Me.PictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
        Me.PictureBox6.TabIndex = 71
        Me.PictureBox6.TabStop = False
        '
        'control
        '
        Me.control.Interval = 200
        '
        'background
        '
        Me.background.Interval = 60
        '
        'Begin
        '
        '
        'start
        '
        Me.start.Image = CType(resources.GetObject("start.Image"), System.Drawing.Image)
        Me.start.Location = New System.Drawing.Point(88, 0)
        Me.start.Name = "start"
        Me.start.Size = New System.Drawing.Size(52, 20)
        Me.start.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.start.TabIndex = 72
        Me.start.TabStop = False
        '
        'destination
        '
        Me.destination.Image = CType(resources.GetObject("destination.Image"), System.Drawing.Image)
        Me.destination.Location = New System.Drawing.Point(82, 48)
        Me.destination.Name = "destination"
        Me.destination.Size = New System.Drawing.Size(64, 8)
        Me.destination.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.destination.TabIndex = 73
        Me.destination.TabStop = False
        '
        'car1
        '
        Me.car1.Image = CType(resources.GetObject("car1.Image"), System.Drawing.Image)
        Me.car1.Location = New System.Drawing.Point(88, 140)
        Me.car1.Name = "car1"
        Me.car1.Size = New System.Drawing.Size(11, 16)
        Me.car1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.car1.TabIndex = 78
        Me.car1.TabStop = False
        Me.car1.Tag = "1"
        '
        'car0
        '
        Me.car0.Image = CType(resources.GetObject("car0.Image"), System.Drawing.Image)
        Me.car0.Location = New System.Drawing.Point(128, 162)
        Me.car0.Name = "car0"
        Me.car0.Size = New System.Drawing.Size(11, 16)
        Me.car0.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.car0.TabIndex = 77
        Me.car0.TabStop = False
        Me.car0.Tag = "1"
        '
        'car3
        '
        Me.car3.Image = CType(resources.GetObject("car3.Image"), System.Drawing.Image)
        Me.car3.Location = New System.Drawing.Point(88, 96)
        Me.car3.Name = "car3"
        Me.car3.Size = New System.Drawing.Size(11, 16)
        Me.car3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.car3.TabIndex = 76
        Me.car3.TabStop = False
        Me.car3.Tag = "1"
        '
        'car2
        '
        Me.car2.Image = CType(resources.GetObject("car2.Image"), System.Drawing.Image)
        Me.car2.Location = New System.Drawing.Point(128, 118)
        Me.car2.Name = "car2"
        Me.car2.Size = New System.Drawing.Size(11, 16)
        Me.car2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.car2.TabIndex = 75
        Me.car2.TabStop = False
        Me.car2.Tag = "1"
        '
        'zhuche
        '
        Me.zhuche.Image = CType(resources.GetObject("zhuche.Image"), System.Drawing.Image)
        Me.zhuche.Location = New System.Drawing.Point(88, 184)
        Me.zhuche.Name = "zhuche"
        Me.zhuche.Size = New System.Drawing.Size(11, 16)
        Me.zhuche.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.zhuche.TabIndex = 79
        Me.zhuche.TabStop = False
        Me.zhuche.Tag = "1"
        '
        'meter
        '
        '
        'Label2
        '
        Me.Label2.BackColor = System.Drawing.SystemColors.ControlText
        Me.Label2.ForeColor = System.Drawing.Color.Lime
        Me.Label2.Location = New System.Drawing.Point(65, 72)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(96, 23)
        Me.Label2.TabIndex = 80
        Me.Label2.Text = "Label2"
        Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        Me.Label2.Visible = False
        '
        'Label88
        '
        Me.Label88.BackColor = System.Drawing.SystemColors.ControlText
        Me.Label88.ForeColor = System.Drawing.SystemColors.ControlLightLight
        Me.Label88.Location = New System.Drawing.Point(208, 0)
        Me.Label88.Name = "Label88"
        Me.Label88.Size = New System.Drawing.Size(104, 248)
        Me.Label88.TabIndex = 86
        '
        'check
        '
        '
        'me_car
        '
        Me.me_car.Image = CType(resources.GetObject("me_car.Image"), System.Drawing.Image)
        Me.me_car.Location = New System.Drawing.Point(280, 272)
        Me.me_car.Name = "me_car"
        Me.me_car.Size = New System.Drawing.Size(11, 16)
        Me.me_car.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.me_car.TabIndex = 87
        Me.me_car.TabStop = False
        Me.me_car.Tag = "1"
        '
        'right_zhuangche
        '
        Me.right_zhuangche.Image = CType(resources.GetObject("right_zhuangche.Image"), System.Drawing.Image)
        Me.right_zhuangche.Location = New System.Drawing.Point(256, 296)
        Me.right_zhuangche.Name = "right_zhuangche"
        Me.right_zhuangche.Size = New System.Drawing.Size(14, 16)
        Me.right_zhuangche.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.right_zhuangche.TabIndex = 88
        Me.right_zhuangche.TabStop = False
        '
        'left_zhuangche
        '
        Me.left_zhuangche.Image = CType(resources.GetObject("left_zhuangche.Image"), System.Drawing.Image)
        Me.left_zhuangche.Location = New System.Drawing.Point(280, 296)
        Me.left_zhuangche.Name = "left_zhuangche"
        Me.left_zhuangche.Size = New System.Drawing.Size(15, 14)
        Me.left_zhuangche.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.left_zhuangche.TabIndex = 89
        Me.left_zhuangche.TabStop = False
        '
        'zhuangche1
        '
        Me.zhuangche1.Image = CType(resources.GetObject("zhuangche1.Image"), System.Drawing.Image)
        Me.zhuangche1.Location = New System.Drawing.Point(304, 304)
        Me.zhuangche1.Name = "zhuangche1"
        Me.zhuangche1.Size = New System.Drawing.Size(15, 11)
        Me.zhuangche1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.zhuangche1.TabIndex = 90
        Me.zhuangche1.TabStop = False
        '
        'zhuangche2
        '
        Me.zhuangche2.Image = CType(resources.GetObject("zhuangche2.Image"), System.Drawing.Image)
        Me.zhuangche2.Location = New System.Drawing.Point(336, 304)
        Me.zhuangche2.Name = "zhuangche2"
        Me.zhuangche2.Size = New System.Drawing.Size(15, 14)
        Me.zhuangche2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.zhuangche2.TabIndex = 91
        Me.zhuangche2.TabStop = False
        '
        'zhuangche3
        '
        Me.zhuangche3.Image = CType(resources.GetObject("zhuangche3.Image"), System.Drawing.Image)
        Me.zhuangche3.Location = New System.Drawing.Point(368, 304)
        Me.zhuangche3.Name = "zhuangche3"
        Me.zhuangche3.Size = New System.Drawing.Size(11, 16)
        Me.zhuangche3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.zhuangche3.TabIndex = 92
        Me.zhuangche3.TabStop = False
        '
        'zhuangche4
        '
        Me.zhuangche4.Image = CType(resources.GetObject("zhuangche4.Image"), System.Drawing.Image)
        Me.zhuangche4.Location = New System.Drawing.Point(400, 304)
        Me.zhuangche4.Name = "zhuangche4"
        Me.zhuangche4.Size = New System.Drawing.Size(14, 16)
        Me.zhuangche4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize
        Me.zhuangche4.TabIndex = 93
        Me.zhuangche4.TabStop = False
        '
        'zhuangche5
        '
        Me.zhuangche5.Image = CType(resources.GetObject("zhuangche5.Image"), System.Drawing.Image)
        Me.zhuangche5.Location = New System.Drawing.Point(432, 304)
        Me.zhuangche5.Name = "zhuangche5"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -