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

📄 frmrecords.frm

📁 A good aplication to see some components like better button and vertical menu. Works with GP3 to con
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmRecords 
   Caption         =   "Records"
   ClientHeight    =   4665
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   8925
   ForeColor       =   &H0000FFFF&
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   Picture         =   "frmRecords.frx":0000
   ScaleHeight     =   4665
   ScaleWidth      =   8925
   Begin VB.ComboBox cboPista 
      Height          =   315
      Left            =   1680
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   60
      Width           =   2655
   End
   Begin MSFlexGridLib.MSFlexGrid grdRecords 
      Height          =   3855
      Left            =   360
      TabIndex        =   0
      Top             =   780
      Width           =   8415
      _ExtentX        =   14843
      _ExtentY        =   6800
      _Version        =   393216
      Rows            =   16
      Cols            =   6
      FixedCols       =   0
      BackColorFixed  =   0
      BackColorSel    =   16512
      ForeColorSel    =   65535
      BackColorBkg    =   8388608
      GridColor       =   0
      ScrollBars      =   2
      BorderStyle     =   0
   End
   Begin VB.Label Label3 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Record de Corrida"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   195
      Left            =   4620
      TabIndex        =   5
      Top             =   540
      Width           =   4095
   End
   Begin VB.Label Label2 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "Record de Qualifica玢o"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   195
      Left            =   420
      TabIndex        =   4
      Top             =   540
      Width           =   4095
   End
   Begin VB.Line Line4 
      X1              =   4560
      X2              =   4560
      Y1              =   780
      Y2              =   480
   End
   Begin VB.Line Line3 
      X1              =   8760
      X2              =   8760
      Y1              =   780
      Y2              =   480
   End
   Begin VB.Line Line2 
      X1              =   360
      X2              =   8760
      Y1              =   480
      Y2              =   480
   End
   Begin VB.Line Line1 
      X1              =   360
      X2              =   360
      Y1              =   780
      Y2              =   480
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "Selecione a Pista"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   60
      TabIndex        =   3
      Top             =   120
      Width           =   1515
   End
   Begin VB.Label lblPista 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0080FFFF&
      Height          =   195
      Left            =   4440
      TabIndex        =   2
      Top             =   105
      Width           =   75
   End
End
Attribute VB_Name = "frmRecords"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cboPista_Click()

    Select Case cboPista.ListIndex
    Case -1
        Exit Sub
    Case 0
        lblPista.Caption = "Austr醠ia"
    Case 1
        lblPista.Caption = "Brasil"
    Case 2
        lblPista.Caption = "Argentina"
    Case 3
        lblPista.Caption = "San Marino"
    Case 4
        lblPista.Caption = "Espanha"
    Case 5
        lblPista.Caption = "Monte Carlo"
    Case 6
        lblPista.Caption = "Canad

⌨️ 快捷键说明

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