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

📄 form_bank.frm

📁 运用VB和SQL Server实现
💻 FRM
📖 第 1 页 / 共 2 页
字号:
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    =   6375
   ClientLeft      =   3870
   ClientTop       =   2655
   ClientWidth     =   9390
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   6375
   ScaleWidth      =   9390
   Begin MSComctlLib.TabStrip TabStrip1 
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   2565
      _ExtentX        =   4524
      _ExtentY        =   450
      _Version        =   393216
      BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628} 
         NumTabs         =   2
         BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "活期银行帐户"
            ImageVarType    =   2
         EndProperty
         BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628} 
            Caption         =   "定期银行账户"
            ImageVarType    =   2
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame2 
      Height          =   5775
      Left            =   120
      TabIndex        =   22
      Top             =   480
      Width           =   9135
      Begin MSComCtl2.DTPicker DTPicker_Bank1 
         Height          =   375
         Left            =   4920
         TabIndex        =   44
         Top             =   2040
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   661
         _Version        =   393216
         Format          =   25427969
         CurrentDate     =   39228
      End
      Begin VB.ComboBox Cmb_Bank_Type1 
         Height          =   300
         ItemData        =   "Form_bank.frx":0000
         Left            =   1800
         List            =   "Form_bank.frx":0007
         TabIndex        =   42
         Top             =   960
         Width           =   1335
      End
      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":0015
         Height          =   2895
         Left            =   120
         TabIndex        =   33
         Top             =   2760
         Width           =   8775
         _ExtentX        =   15478
         _ExtentY        =   5106
         _Version        =   393216
         AllowUpdate     =   0   'False
         BackColor       =   12640511
         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 Command9 
         Caption         =   "退出"
         Height          =   375
         Left            =   7440
         TabIndex        =   32
         Top             =   2160
         Width           =   1095
      End
      Begin VB.CommandButton Command8 
         Caption         =   "删除"
         Height          =   375
         Left            =   7440
         TabIndex        =   31
         Top             =   1680
         Width           =   1095
      End
      Begin VB.CommandButton Command7 
         Caption         =   "修改"
         Height          =   375
         Left            =   7440
         TabIndex        =   30
         Top             =   1200
         Width           =   1095
      End
      Begin VB.CommandButton Command6 
         Caption         =   "添加"
         Height          =   375
         Left            =   7440
         TabIndex        =   29
         Top             =   720
         Width           =   1095
      End
      Begin VB.TextBox Text_Bank_Bank1 
         Height          =   375
         Left            =   4920
         TabIndex        =   28
         Top             =   1480
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Left1 
         Height          =   375
         Left            =   4920
         TabIndex        =   27
         Top             =   920
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Money1 
         Height          =   375
         Left            =   4920
         TabIndex        =   26
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Name1 
         Height          =   375
         Left            =   1800
         TabIndex        =   25
         Top             =   2160
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_No1 
         Height          =   375
         Left            =   1800
         TabIndex        =   24
         Top             =   1560
         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        =   41
         Top             =   2160
         Width           =   975
      End
      Begin VB.Label Label15 
         Caption         =   "开户银行:"
         Height          =   375
         Left            =   3600
         TabIndex        =   40
         Top             =   1560
         Width           =   975
      End
      Begin VB.Label Label14 
         Caption         =   "余额:"
         Height          =   375
         Left            =   3600
         TabIndex        =   39
         Top             =   960
         Width           =   855
      End
      Begin VB.Label Label13 
         Caption         =   "初始金额:"
         Height          =   375
         Left            =   3600
         TabIndex        =   38
         Top             =   360
         Width           =   975
      End
      Begin VB.Label Label12 
         Caption         =   "帐户户主姓名:"
         Height          =   375
         Left            =   360
         TabIndex        =   37
         Top             =   2160
         Width           =   1335
      End
      Begin VB.Label Label11 
         Caption         =   "卡号:"
         Height          =   375
         Left            =   360
         TabIndex        =   36
         Top             =   1560
         Width           =   1215
      End
      Begin VB.Label Label10 
         Caption         =   "帐户类型:"
         Height          =   375
         Left            =   360
         TabIndex        =   35
         Top             =   960
         Width           =   975
      End
      Begin VB.Label Label9 
         Caption         =   "账号:"
         Height          =   375
         Left            =   360
         TabIndex        =   34
         Top             =   360
         Width           =   1095
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5775
      Left            =   120
      TabIndex        =   1
      Top             =   480
      Width           =   9135
      Begin VB.ComboBox Cmb_Bank_Type 
         Height          =   300
         ItemData        =   "Form_bank.frx":002F
         Left            =   1920
         List            =   "Form_bank.frx":0036
         TabIndex        =   43
         Top             =   960
         Width           =   1335
      End
      Begin VB.CommandButton Command4 
         Caption         =   "退出 "
         Height          =   375
         Left            =   7320
         TabIndex        =   11
         Top             =   2160
         Width           =   1215
      End
      Begin VB.CommandButton Command3 
         Caption         =   "删除"
         Height          =   375
         Left            =   7320
         TabIndex        =   10
         Top             =   1635
         Width           =   1215
      End
      Begin VB.CommandButton Command2 
         Caption         =   "修改"
         Height          =   375
         Left            =   7320
         TabIndex        =   9
         Top             =   1125
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "添加"
         Height          =   375
         Left            =   7320
         TabIndex        =   8
         Top             =   600
         Width           =   1215
      End
      Begin VB.TextBox Text_Bank_Bank 
         Height          =   375
         Left            =   5160
         TabIndex        =   7
         Top             =   1560
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Left 
         Height          =   375
         Left            =   5160
         TabIndex        =   6
         Top             =   960
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Money 
         Height          =   375
         Left            =   5160
         TabIndex        =   5
         Top             =   360
         Width           =   1455
      End
      Begin VB.TextBox Text_Bank_Name 
         Height          =   375
         Left            =   1920
         TabIndex        =   4
         Top             =   2160
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_No 
         Height          =   375
         Left            =   1920
         TabIndex        =   3
         Top             =   1560
         Width           =   1335
      End
      Begin VB.TextBox Text_Bank_Num 
         Height          =   375
         Left            =   1920
         TabIndex        =   2
         Top             =   360
         Width           =   1335
      End
      Begin MSAdodcLib.Adodc Adodc_bank 
         Height          =   330
         Left            =   5040
         Top             =   3000
         Visible         =   0   'False
         Width           =   1200
         _ExtentX        =   2117
         _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

⌨️ 快捷键说明

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