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

📄 frmstock.frm

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmStock 
   BackColor       =   &H0080C0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "股票显示系统"
   ClientHeight    =   6480
   ClientLeft      =   1260
   ClientTop       =   2640
   ClientWidth     =   8070
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6480
   ScaleWidth      =   8070
   StartUpPosition =   2  '屏幕中心
   Begin MSComctlLib.Toolbar Tlbar 
      Align           =   1  'Align Top
      Height          =   504
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   8064
      _ExtentX        =   14235
      _ExtentY        =   900
      ButtonWidth     =   609
      ButtonHeight    =   847
      Appearance      =   1
      Style           =   1
      ImageList       =   "ImList2"
      _Version        =   393216
   End
   Begin MSComCtl2.MonthView MonthView1 
      Height          =   2220
      Left            =   2280
      TabIndex        =   6
      Top             =   2400
      Width           =   4065
      _ExtentX        =   7170
      _ExtentY        =   3916
      _Version        =   393216
      ForeColor       =   -2147483630
      BackColor       =   8438015
      Appearance      =   1
      StartOfWeek     =   23068673
      CurrentDate     =   38262
   End
   Begin VB.Data d1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   372
      Left            =   4200
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   5280
      Visible         =   0   'False
      Width           =   1692
   End
   Begin VB.Frame fraStock 
      BackColor       =   &H0080C0FF&
      Caption         =   "股票信息"
      ForeColor       =   &H008080FF&
      Height          =   2172
      Left            =   120
      TabIndex        =   3
      Top             =   720
      Width           =   7695
      Begin VB.TextBox txtID 
         Height          =   375
         Left            =   6480
         TabIndex        =   25
         Text            =   "Text1"
         Top             =   1560
         Visible         =   0   'False
         Width           =   735
      End
      Begin VB.TextBox txtVol 
         Height          =   288
         Left            =   4320
         TabIndex        =   24
         Top             =   480
         Width           =   975
      End
      Begin VB.TextBox txtName 
         Height          =   288
         Left            =   840
         TabIndex        =   23
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox txtDate 
         Height          =   320
         Left            =   840
         TabIndex        =   22
         Top             =   1680
         Width           =   975
      End
      Begin VB.CommandButton comDate 
         Height          =   360
         Left            =   1800
         Picture         =   "frmStock.frx":0000
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   1680
         Width           =   372
      End
      Begin VB.TextBox txtLast 
         Height          =   288
         Left            =   2640
         TabIndex        =   20
         Top             =   480
         Width           =   975
      End
      Begin VB.TextBox txtToday 
         Height          =   270
         Left            =   2640
         TabIndex        =   19
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox txtChange 
         Height          =   288
         Left            =   6360
         TabIndex        =   18
         Top             =   960
         Width           =   975
      End
      Begin VB.TextBox txtVolPrice 
         Height          =   288
         Left            =   4320
         TabIndex        =   17
         Top             =   1080
         Width           =   975
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   6360
         Style           =   2  'Dropdown List
         TabIndex        =   5
         Top             =   480
         Width           =   975
      End
      Begin VB.TextBox txtCode 
         Height          =   288
         Left            =   840
         TabIndex        =   4
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "股票名称"
         ForeColor       =   &H00FF0000&
         Height          =   372
         Left            =   120
         TabIndex        =   15
         Top             =   1080
         Width           =   612
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "昨日收盘"
         ForeColor       =   &H00FF0000&
         Height          =   372
         Left            =   1920
         TabIndex        =   14
         Top             =   480
         Width           =   852
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "股票类型"
         ForeColor       =   &H00FF0000&
         Height          =   372
         Index           =   0
         Left            =   5520
         TabIndex        =   13
         Top             =   480
         Width           =   732
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   "今日开盘"
         ForeColor       =   &H00FF0000&
         Height          =   252
         Left            =   1920
         TabIndex        =   12
         Top             =   1080
         Width           =   852
      End
      Begin VB.Label Label8 
         BackStyle       =   0  'Transparent
         Caption         =   "成交额"
         ForeColor       =   &H00FF0000&
         Height          =   492
         Left            =   3600
         TabIndex        =   11
         Top             =   1080
         Width           =   612
      End
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   "涨跌"
         ForeColor       =   &H00FF0000&
         Height          =   252
         Left            =   5640
         TabIndex        =   10
         Top             =   960
         Width           =   612
      End
      Begin VB.Label Label10 
         BackStyle       =   0  'Transparent
         Caption         =   "日期"
         ForeColor       =   &H00FF8080&
         Height          =   252
         Left            =   120
         TabIndex        =   9
         Top             =   1680
         Width           =   492
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "成交量"
         ForeColor       =   &H00FF0000&
         Height          =   252
         Left            =   3600
         TabIndex        =   8
         Top             =   480
         Width           =   972
      End
      Begin VB.Label Label1 
         BackColor       =   &H0080C0FF&
         Caption         =   "股票代码:"
         ForeColor       =   &H00FF8080&
         Height          =   252
         Left            =   120
         TabIndex        =   7
         Top             =   480
         Width           =   612
      End
   End
   Begin MSComctlLib.StatusBar sbr 
      Align           =   2  'Align Bottom
      Height          =   372
      Left            =   0
      TabIndex        =   1
      Top             =   6108
      Width           =   8064
      _ExtentX        =   14235
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   1
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
         EndProperty
      EndProperty
   End
   Begin MSComctlLib.ImageList ImList2 
      Left            =   1080
      Top             =   4080
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   16
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":0672
            Key             =   "Print"
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":0786
            Key             =   "zj"
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":0AA2
            Key             =   "fl"
            Object.Tag             =   "fl"
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":0DBE
            Key             =   "sx"
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1302
            Key             =   "ml"
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1416
            Key             =   "Del"
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":152A
            Key             =   "Edit"
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":163E
            Key             =   "Save"
         EndProperty
         BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1752
            Key             =   "Undo"
         EndProperty
         BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1866
            Key             =   "Exit"
         EndProperty
         BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":197A
            Key             =   "First"
         EndProperty
         BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1ECE
            Key             =   "Previous"
         EndProperty
         BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":1FE2
            Key             =   "Next"
         EndProperty
         BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":20F6
            Key             =   "Last"
         EndProperty
         BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":264A
            Key             =   "Add"
         EndProperty
         BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmStock.frx":299E
            Key             =   "mc"
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H0080C0FF&
      Caption         =   "股票列表"
      ForeColor       =   &H000000FF&
      Height          =   3135
      Left            =   120
      TabIndex        =   2
      Top             =   2880
      Width           =   7815
      Begin MSDataGridLib.DataGrid grdStock 
         Bindings        =   "frmStock.frx":2CF2
         Height          =   2775
         Left            =   120
         TabIndex        =   16
         Top             =   240
         Width           =   7575
         _ExtentX        =   13361
         _ExtentY        =   4895
         _Version        =   393216
         AllowUpdate     =   0   'False
         AllowArrows     =   0   'False
         ForeColor       =   16711680
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty

⌨️ 快捷键说明

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