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

📄 数据库_通用fd.frm

📁 <VB数理统计实用算法>书中的算法源程序
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmFileData 
   Appearance      =   0  'Flat
   BackColor       =   &H80000005&
   Caption         =   "由数据文件变换为数据库"
   ClientHeight    =   5610
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9480
   LinkTopic       =   "Form1"
   ScaleHeight     =   5610
   ScaleWidth      =   9480
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdChange 
      Caption         =   "变换"
      Height          =   375
      Left            =   4920
      TabIndex        =   26
      Top             =   5160
      Width           =   975
   End
   Begin VB.TextBox txtTable 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      Height          =   270
      Left            =   6240
      TabIndex        =   25
      Top             =   4560
      Width           =   1575
   End
   Begin VB.TextBox txtTotal 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      Height          =   270
      Left            =   6240
      TabIndex        =   23
      Top             =   4200
      Width           =   3135
   End
   Begin VB.TextBox txtDB 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      Height          =   270
      Left            =   6240
      TabIndex        =   21
      Top             =   3840
      Width           =   1575
   End
   Begin VB.CommandButton cmdOK3 
      Caption         =   "继续"
      Height          =   375
      Left            =   8280
      TabIndex        =   20
      Top             =   120
      Width           =   975
   End
   Begin MSComDlg.CommonDialog CommonDialog2 
      Left            =   3960
      Top             =   120
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.OptionButton Option2 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "打开数据库"
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   6480
      TabIndex        =   18
      Top             =   120
      Value           =   -1  'True
      Width           =   1455
   End
   Begin VB.OptionButton Option1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "新建数据库"
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   4920
      TabIndex        =   17
      Top             =   120
      Width           =   1455
   End
   Begin VB.DirListBox Dir1 
      Appearance      =   0  'Flat
      Height          =   2610
      Left            =   6480
      TabIndex        =   14
      Top             =   1080
      Width           =   2775
   End
   Begin VB.DriveListBox Drive1 
      Appearance      =   0  'Flat
      Height          =   300
      Left            =   4920
      TabIndex        =   13
      Top             =   1080
      Width           =   1335
   End
   Begin VB.CommandButton cmdOK2 
      Caption         =   "继续"
      Height          =   375
      Left            =   3720
      TabIndex        =   12
      Top             =   3960
      Width           =   735
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   375
      Left            =   3600
      TabIndex        =   11
      Top             =   5160
      Width           =   855
   End
   Begin VB.CommandButton cmdOK1 
      Caption         =   "继续"
      Height          =   375
      Left            =   3600
      TabIndex        =   10
      Top             =   1680
      Width           =   855
   End
   Begin VB.TextBox txtFileName 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      Height          =   375
      Left            =   240
      TabIndex        =   1
      Top             =   1080
      Width           =   4335
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   120
      Top             =   120
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Label lblEnd 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   1  'Fixed Single
      Caption         =   "变换已完成,请退出!"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H80000008&
      Height          =   375
      Left            =   120
      TabIndex        =   27
      Top             =   5040
      Visible         =   0   'False
      Width           =   3375
   End
   Begin VB.Line Line3 
      X1              =   4680
      X2              =   4680
      Y1              =   0
      Y2              =   4920
   End
   Begin VB.Line Line2 
      X1              =   0
      X2              =   9480
      Y1              =   4920
      Y2              =   4920
   End
   Begin VB.Label lblTable 
      Alignment       =   1  'Right Justify
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "给定数据表名:"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   4920
      TabIndex        =   24
      Top             =   4560
      Width           =   1335
   End
   Begin VB.Label lblTotal 
      Alignment       =   1  'Right Justify
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "数据库全名:"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   5160
      TabIndex        =   22
      Top             =   4200
      Width           =   1095
   End
   Begin VB.Label lblDBName 
      Alignment       =   1  'Right Justify
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "给定数据库名:"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   4920
      TabIndex        =   19
      Top             =   3840
      Width           =   1335
   End
   Begin VB.Line Line1 
      X1              =   4800
      X2              =   4800
      Y1              =   0
      Y2              =   5
   End
   Begin VB.Label lblDir 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "给定数据库目录"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   6480
      TabIndex        =   16
      Top             =   720
      Width           =   2775
   End
   Begin VB.Label lblDrive 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "给定数据库驱动器"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   4920
      TabIndex        =   15
      Top             =   720
      Width           =   1455
   End
   Begin VB.Label lblNote2 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "(包括图标、行标和列标)"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   2280
      TabIndex        =   9
      Top             =   3360
      Width           =   2175
   End
   Begin VB.Label lblNote1 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      Caption         =   "(不计图标、行标和列标)"
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   2280
      TabIndex        =   8
      Top             =   2880
      Width           =   2175
   End
   Begin VB.Label lblAllNumber 
      Alignment       =   2  'Center
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BorderStyle     =   1  'Fixed Single
      ForeColor       =   &H80000008&
      Height          =   255
      Left            =   1560
      TabIndex        =   7
      Top             =   3360
      Width           =   615

⌨️ 快捷键说明

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