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

📄 form_bank.frm

📁 一个小小的家庭理财助手软件的VB代码。用vb6.0开发
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
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"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form Form_bank 
   AutoRedraw      =   -1  'True
   Caption         =   "银行账户"
   ClientHeight    =   6825
   ClientLeft      =   3870
   ClientTop       =   2655
   ClientWidth     =   9435
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6825
   ScaleWidth      =   9435
   Begin VB.CommandButton Command9 
      Caption         =   "退出"
      Height          =   375
      Left            =   7920
      TabIndex        =   43
      Top             =   6360
      Width           =   1335
   End
   Begin MSComctlLib.TabStrip TabStrip1 
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   2685
      _ExtentX        =   4736
      _ExtentY        =   450
      Style           =   1
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   2
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "活期银行帐户"
            Object.ToolTipText     =   "活期管理"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "定期银行账户"
            Object.ToolTipText     =   "定期管理"
            ImageVarType    =   2
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame2 
      Height          =   5895
      Left            =   120
      TabIndex        =   22
      Top             =   360
      Width           =   9135
      Begin MSAdodcLib.Adodc Adodc_Bank1 
         Height          =   330
         Left            =   6360
         Top             =   4200
         Visible         =   0   'False
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   582
         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            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin MSDataGridLib.DataGrid DataGrid_Bank1 
         Bindings        =   "Form_bank.frx":0000
         Height          =   2895
         Left            =   120
         TabIndex        =   34
         Top             =   2760
         Width           =   8775
         _ExtentX        =   15478
         _ExtentY        =   5106
         _Version        =   393216
         AllowUpdate     =   0   'False
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            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 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.CommandButton Command8 
         Caption         =   "删除"
         Height          =   375
         Left            =   7320
         TabIndex        =   33
         Top             =   1320
         Width           =   1095
      End
      Begin VB.CommandButton Command7 
         Caption         =   "修改"
         Height          =   375
         Left            =   7320
         TabIndex        =   32
         Top             =   840
         Width           =   1095
      End
      Begin VB.CommandButton Command6 
         Caption         =   "添加"
         Height          =   375
         Left            =   7320
         TabIndex        =   31
         Top             =   360
         Width           =   1095
      End
      Begin MSComCtl2.DTPicker DTPicker_Bank1 
         Height          =   375
         Left            =   4920
         TabIndex        =   30
         Top             =   2040
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   661
         _Version        =   393216
         Format          =   64159745
         CurrentDate     =   39385
         MaxDate         =   73050
         MinDate         =   36526
      End
      Begin VB.TextBox Text_Bank_Bank1 
         Height          =   375
         Left            =   4920
         TabIndex        =   29
         Top             =   1480
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Left1 
         Height          =   375
         Left            =   4920
         TabIndex        =   28
         Top             =   920
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Money1 
         Height          =   375
         Left            =   4920
         TabIndex        =   27
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Name1 
         Height          =   375
         Left            =   1800
         TabIndex        =   26
         Top             =   2160
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_No1 
         Height          =   375
         Left            =   1800
         TabIndex        =   25
         Top             =   1560
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_Type1 
         Height          =   375
         Left            =   1800
         TabIndex        =   24
         Top             =   960
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_Num1 
         Height          =   375
         Left            =   1800
         TabIndex        =   23
         Top             =   360
         Width           =   1335
      End
      Begin VB.Label Label16 
         Caption         =   "开户日期:"
         Height          =   375
         Left            =   3600
         TabIndex        =   42
         Top             =   2160
         Width           =   975
      End
      Begin VB.Label Label15 
         Caption         =   "开户银行:"
         Height          =   375
         Left            =   3600
         TabIndex        =   41
         Top             =   1560
         Width           =   975
      End
      Begin VB.Label Label14 
         Caption         =   "余额:"
         Height          =   375
         Left            =   3600
         TabIndex        =   40
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label13 
         Caption         =   "初始金额:"
         Height          =   375
         Left            =   3600
         TabIndex        =   39
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label12 
         Caption         =   "帐户户主姓名:"
         Height          =   375
         Left            =   360
         TabIndex        =   38
         Top             =   2160
         Width           =   1335
      End
      Begin VB.Label Label11 
         Caption         =   "卡号:"
         Height          =   375
         Left            =   360
         TabIndex        =   37
         Top             =   1560
         Width           =   1215
      End
      Begin VB.Label Label10 
         Caption         =   "帐户类型:"
         Height          =   375

⌨️ 快捷键说明

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