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

📄 frmanalysis.frm

📁 <Visual Basic 数据库开发实例精粹(第二版)>一书首先介绍了Visual Basic(简称VB)开发的技巧和重点技术
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "mschrt20.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 frmAnalysis 
   BackColor       =   &H0080C0FF&
   Caption         =   "股票分析系统"
   ClientHeight    =   5235
   ClientLeft      =   45
   ClientTop       =   390
   ClientWidth     =   7950
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   5235
   ScaleWidth      =   7950
   WindowState     =   2  'Maximized
   Begin MSAdodcLib.Adodc AdoAna 
      Height          =   375
      Left            =   5520
      Top             =   4800
      Visible         =   0   'False
      Width           =   1455
      _ExtentX        =   2566
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   8
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc1"
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      _Version        =   393216
   End
   Begin MSComCtl2.MonthView MonthView1 
      Height          =   2220
      Left            =   960
      TabIndex        =   0
      Top             =   840
      Width           =   4065
      _ExtentX        =   7170
      _ExtentY        =   3916
      _Version        =   393216
      ForeColor       =   -2147483630
      BackColor       =   8438015
      Appearance      =   1
      StartOfWeek     =   163446785
      CurrentDate     =   38249
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H0080C0FF&
      Caption         =   "分析"
      Height          =   1092
      Left            =   2880
      TabIndex        =   6
      Top             =   0
      Width           =   4812
      Begin VB.ComboBox ComboPrice 
         Height          =   288
         Left            =   480
         Style           =   2  'Dropdown List
         TabIndex        =   8
         Top             =   600
         Width           =   1812
      End
      Begin VB.ComboBox ComboChange 
         Height          =   288
         Left            =   2760
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   600
         Width           =   1692
      End
      Begin VB.Label Label1 
         BackColor       =   &H0080C0FF&
         Caption         =   "价格"
         Height          =   252
         Left            =   480
         TabIndex        =   10
         Top             =   240
         Width           =   732
      End
      Begin VB.Label Label2 
         BackColor       =   &H0080C0FF&
         Caption         =   "涨跌率"
         Height          =   252
         Left            =   2760
         TabIndex        =   9
         Top             =   240
         Width           =   612
      End
   End
   Begin VB.CommandButton Command1 
      BackColor       =   &H0080C0FF&
      Caption         =   "OK"
      Height          =   372
      Left            =   480
      MaskColor       =   &H0080C0FF&
      Style           =   1  'Graphical
      TabIndex        =   5
      Top             =   4680
      Width           =   1452
   End
   Begin VB.CommandButton Command2 
      Height          =   375
      Left            =   1080
      Picture         =   "frmAnalysis.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   4
      Top             =   360
      Width           =   372
   End
   Begin VB.TextBox Text1 
      Height          =   340
      Left            =   120
      TabIndex        =   3
      Text            =   "Text1"
      Top             =   360
      Width           =   972
   End
   Begin VB.CommandButton comQuery 
      BackColor       =   &H0080C0FF&
      Caption         =   "查询"
      Height          =   372
      Left            =   1800
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   360
      Width           =   852
   End
   Begin MSChart20Lib.MSChart MSChartPrice 
      Height          =   1812
      Left            =   120
      OleObjectBlob   =   "frmAnalysis.frx":0672
      TabIndex        =   1
      Top             =   720
      Width           =   2772
   End
   Begin MSChart20Lib.MSChart MSChartChange 
      Height          =   1932
      Left            =   0
      OleObjectBlob   =   "frmAnalysis.frx":2863
      TabIndex        =   11
      Top             =   2520
      Width           =   2772
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H0080C0FF&
      Caption         =   "分析结果"
      Height          =   3732
      Left            =   3000
      TabIndex        =   13
      Top             =   1200
      Width           =   4812
      Begin MSDataGridLib.DataGrid grdAna 
         Bindings        =   "frmAnalysis.frx":4A5A
         Height          =   3015
         Left            =   120
         TabIndex        =   15
         Top             =   240
         Width           =   4575
         _ExtentX        =   8070
         _ExtentY        =   5318
         _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
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            MarqueeStyle    =   0
            AllowRowSizing  =   0   'False
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.Label Label4 
         BackColor       =   &H0080C0FF&
         Caption         =   "Label4"
         Height          =   252
         Left            =   120
         TabIndex        =   14
         Top             =   3360
         Width           =   1212
      End
   End
   Begin VB.Label Label3 
      BackColor       =   &H0080C0FF&
      Caption         =   "请选择日期"
      Height          =   252
      Left            =   120
      TabIndex        =   12

⌨️ 快捷键说明

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