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

📄 form4.frm

📁 19851651gjh bhbhkjkjnnjkkj
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
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"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Form4 
   Caption         =   "数据导入和导出"
   ClientHeight    =   9495
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9870
   Icon            =   "Form4.frx":0000
   LinkTopic       =   "Form4"
   MDIChild        =   -1  'True
   ScaleHeight     =   9495
   ScaleWidth      =   9870
   WindowState     =   2  'Maximized
   Begin MSFlexGridLib.MSFlexGrid Grid1 
      Bindings        =   "Form4.frx":0CCA
      Height          =   2175
      Left            =   240
      TabIndex        =   15
      Top             =   2040
      Visible         =   0   'False
      Width           =   9375
      _ExtentX        =   16536
      _ExtentY        =   3836
      _Version        =   393216
      FixedCols       =   0
      GridLines       =   2
      GridLinesFixed  =   1
      AllowUserResizing=   1
      FormatString    =   ""
   End
   Begin VB.Data Data1 
      Caption         =   "Data1"
      Connect         =   "Text;"
      DatabaseName    =   ""
      DefaultCursorType=   0  '缺省游标
      DefaultType     =   2  '使用 ODBC
      Exclusive       =   0   'False
      Height          =   405
      Left            =   6840
      Options         =   0
      ReadOnly        =   0   'False
      RecordsetType   =   0  'Table
      RecordSource    =   ""
      Top             =   360
      Visible         =   0   'False
      Width           =   1815
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   7680
      Top             =   1080
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "Form4.frx":0CDE
      Height          =   7095
      Left            =   240
      TabIndex        =   13
      Top             =   2040
      Width           =   9375
      _ExtentX        =   16536
      _ExtentY        =   12515
      _Version        =   393216
      AllowUpdate     =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      AllowAddNew     =   -1  'True
      AllowDelete     =   -1  'True
      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 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame4 
      BorderStyle     =   0  'None
      Height          =   1620
      Index           =   0
      Left            =   360
      MousePointer    =   1  'Arrow
      TabIndex        =   3
      Top             =   120
      Width           =   9375
      Begin VB.CommandButton Command5 
         Caption         =   "取消"
         Enabled         =   0   'False
         Height          =   320
         Left            =   8160
         TabIndex        =   16
         Top             =   1140
         Width           =   1215
      End
      Begin VB.CommandButton Command4 
         Caption         =   "导入数据"
         Enabled         =   0   'False
         Height          =   320
         Left            =   5520
         TabIndex        =   14
         Top             =   1140
         Width           =   1215
      End
      Begin VB.CommandButton Command3 
         Caption         =   "确定"
         Default         =   -1  'True
         Height          =   320
         Left            =   2880
         TabIndex        =   0
         Top             =   1140
         Width           =   1215
      End
      Begin VB.CommandButton Command2 
         Caption         =   "导出为文本"
         Enabled         =   0   'False
         Height          =   320
         Left            =   6840
         TabIndex        =   2
         Top             =   1140
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "选择导入文件"
         Height          =   320
         Left            =   4200
         TabIndex        =   1
         Top             =   1140
         Width           =   1215
      End
      Begin VB.Frame Frame3 
         BorderStyle     =   0  'None
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   285
         Width           =   2740
         Begin VB.OptionButton Option1 
            Caption         =   "全部"
            Height          =   255
            Index           =   0
            Left            =   0
            TabIndex        =   7
            Top             =   0
            Value           =   -1  'True
            Width           =   700
         End
         Begin VB.OptionButton Option1 
            Caption         =   "当天"
            Height          =   255
            Index           =   1
            Left            =   705
            TabIndex        =   6
            Top             =   0
            Width           =   700
         End
         Begin VB.OptionButton Option1 
            Caption         =   "指定时间段"
            Height          =   255
            Index           =   2
            Left            =   1440
            TabIndex        =   5
            Top             =   0
            Width           =   1200
         End
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   375
         Left            =   1080
         TabIndex        =   8
         Top             =   675
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   661
         _Version        =   393216
         Enabled         =   0   'False
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Format          =   21168129
         CurrentDate     =   38071
      End
      Begin MSComCtl2.DTPicker DTPicker2 
         Height          =   375
         Left            =   1080
         TabIndex        =   9
         Top             =   1080
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   661
         _Version        =   393216
         Enabled         =   0   'False
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Format          =   21168129
         CurrentDate     =   38071
      End
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   330
         Left            =   3840
         Top             =   120
         Visible         =   0   'False

⌨️ 快捷键说明

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