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

📄 frmgu.frm

📁 小巧的个人股票、资金管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmgu 
   BackColor       =   &H0080C0FF&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "个人购买股票记录"
   ClientHeight    =   6480
   ClientLeft      =   2190
   ClientTop       =   1080
   ClientWidth     =   7965
   ForeColor       =   &H00000000&
   Icon            =   "frmgu.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   Moveable        =   0   'False
   ScaleHeight     =   6480
   ScaleWidth      =   7965
   Begin VB.TextBox txt 
      Alignment       =   1  'Right Justify
      Height          =   270
      Index           =   6
      Left            =   4440
      TabIndex        =   21
      Top             =   1920
      Width           =   975
   End
   Begin MSComCtl2.MonthView day 
      Height          =   2220
      Left            =   3600
      TabIndex        =   26
      Top             =   2280
      Visible         =   0   'False
      Width           =   4065
      _ExtentX        =   7170
      _ExtentY        =   3916
      _Version        =   393216
      ForeColor       =   0
      BackColor       =   -2147483633
      Appearance      =   1
      StartOfWeek     =   24444929
      CurrentDate     =   36670
   End
   Begin VB.CommandButton Cmd 
      Appearance      =   0  'Flat
      Height          =   255
      Index           =   0
      Left            =   7320
      Picture         =   "frmgu.frx":0442
      Style           =   1  'Graphical
      TabIndex        =   25
      Top             =   1920
      Width           =   375
   End
   Begin VB.TextBox txt 
      Alignment       =   1  'Right Justify
      Height          =   270
      Index           =   7
      Left            =   6360
      TabIndex        =   22
      Top             =   2400
      Width           =   975
   End
   Begin VB.Frame frm2 
      BackColor       =   &H0080C0FF&
      Caption         =   "个股资料"
      ForeColor       =   &H000000FF&
      Height          =   1455
      Left            =   120
      TabIndex        =   4
      Top             =   840
      Width           =   7695
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   5
         Left            =   2640
         TabIndex        =   20
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         ForeColor       =   &H00000000&
         Height          =   270
         Index           =   8
         Left            =   6240
         TabIndex        =   24
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   4
         Left            =   840
         TabIndex        =   19
         Top             =   1080
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   3
         Left            =   6240
         TabIndex        =   18
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   2
         Left            =   4320
         TabIndex        =   17
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   1
         Left            =   2640
         TabIndex        =   16
         Top             =   360
         Width           =   975
      End
      Begin VB.TextBox txt 
         Alignment       =   1  'Right Justify
         Height          =   270
         Index           =   0
         Left            =   840
         TabIndex        =   15
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label8 
         BackStyle       =   0  'Transparent
         Caption         =   "购买时间:"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   5400
         TabIndex        =   23
         Top             =   1080
         Width           =   975
      End
      Begin VB.Label Label7 
         BackStyle       =   0  'Transparent
         Caption         =   "当前价:"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   1920
         TabIndex        =   14
         Top             =   1080
         Width           =   855
      End
      Begin VB.Label Label6 
         BackStyle       =   0  'Transparent
         Caption         =   "数量:"
         ForeColor       =   &H00FF0000&
         Height          =   375
         Left            =   3720
         TabIndex        =   10
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label Label4 
         BackStyle       =   0  'Transparent
         Caption         =   "成本价:"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   5520
         TabIndex        =   9
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label3 
         BackStyle       =   0  'Transparent
         Caption         =   "费用:"
         ForeColor       =   &H00FF0000&
         Height          =   375
         Left            =   3720
         TabIndex        =   8
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label2 
         BackStyle       =   0  'Transparent
         Caption         =   "购买价:"
         ForeColor       =   &H00FF0000&
         Height          =   375
         Left            =   1920
         TabIndex        =   7
         Top             =   360
         Width           =   1215
      End
      Begin VB.Label Label1 
         BackStyle       =   0  'Transparent
         Caption         =   "名称:"
         ForeColor       =   &H00FF0000&
         Height          =   375
         Left            =   240
         TabIndex        =   6
         Top             =   1080
         Width           =   615
      End
      Begin VB.Label lbdh 
         BackStyle       =   0  'Transparent
         Caption         =   "代号:"
         ForeColor       =   &H00FF0000&
         Height          =   255
         Left            =   240
         TabIndex        =   5
         Top             =   360
         Width           =   735
      End
   End
   Begin VB.Data d1 
      Caption         =   "Data1"
      Connect         =   "Access"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   285
      Left            =   3600
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   1  'Dynaset
      RecordSource    =   ""
      Top             =   5280
      Visible         =   0   'False
      Width           =   1575
   End
   Begin ComctlLib.StatusBar sbr 
      Align           =   2  'Align Bottom
      Height          =   390
      Left            =   0
      TabIndex        =   1
      Top             =   6090
      Width           =   7965
      _ExtentX        =   14049
      _ExtentY        =   688
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   1
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            TextSave        =   ""
            Key             =   ""
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.Frame fra1 
      BackColor       =   &H0080C0FF&
      Caption         =   "个股购买资料"
      ForeColor       =   &H000000FF&
      Height          =   3135
      Left            =   120
      TabIndex        =   0
      Top             =   2760
      Width           =   7815
      Begin MSFlexGridLib.MSFlexGrid grid 
         Bindings        =   "frmgu.frx":05CC
         Height          =   2775
         Left            =   120
         TabIndex        =   2
         Top             =   240
         Width           =   7575
         _ExtentX        =   13361
         _ExtentY        =   4895
         _Version        =   393216
         Cols            =   1
         FixedCols       =   0
         BackColor       =   16777215
         ForeColor       =   16711680
         BackColorFixed  =   -2147483624
         BackColorSel    =   16744576
         ForeColorSel    =   16777215
         BackColorBkg    =   16777215
         GridColor       =   0
         FillStyle       =   1
         GridLinesFixed  =   1
         SelectionMode   =   1
         AllowUserResizing=   3
      End
      Begin MSComctlLib.ImageList ImList 
         Left            =   0
         Top             =   0
         _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         =   "frmgu.frx":05DD
               Key             =   "Print"
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":06F1
               Key             =   "zj"
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":0A0D
               Key             =   "fl"
               Object.Tag             =   "fl"
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":0D29
               Key             =   "sx"
            EndProperty
            BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":126D
               Key             =   "ml"
            EndProperty
            BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":1381
               Key             =   "Del"
            EndProperty
            BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":1495
               Key             =   "Edit"
            EndProperty
            BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":15A9
               Key             =   "Save"
            EndProperty
            BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":16BD
               Key             =   "Undo"
            EndProperty
            BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "frmgu.frx":17D1
               Key             =   "Exit"

⌨️ 快捷键说明

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