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

📄 frmmain.frm

📁 定时备份Oracle数据库和文件的程序 支持RAR压缩功能
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomct2.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Begin VB.Form frmMain 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00E7DFE7&
   BorderStyle     =   0  'None
   Caption         =   "自动备份系统"
   ClientHeight    =   6840
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   8535
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6840
   ScaleWidth      =   8535
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame3 
      BackColor       =   &H00E7DFE7&
      Caption         =   "文件备份信息"
      Height          =   1455
      Left            =   480
      TabIndex        =   23
      Top             =   4080
      Width           =   6975
      Begin VB.CommandButton CmdFileD 
         Caption         =   "..."
         Height          =   375
         Left            =   5400
         TabIndex        =   35
         Top             =   840
         Width           =   495
      End
      Begin VB.CommandButton CmdFileS 
         Caption         =   "..."
         Height          =   375
         Left            =   5400
         TabIndex        =   34
         Top             =   360
         Width           =   495
      End
      Begin VB.Frame Frame4 
         BackColor       =   &H00E7DFE7&
         Caption         =   "压缩"
         Height          =   975
         Left            =   6000
         TabIndex        =   28
         Top             =   240
         Width           =   855
         Begin VB.OptionButton OptNo 
            BackColor       =   &H00E7DFE7&
            Caption         =   "否"
            Height          =   255
            Left            =   240
            TabIndex        =   30
            Top             =   600
            Width           =   495
         End
         Begin VB.OptionButton OptYes 
            BackColor       =   &H00E7DFE7&
            Caption         =   "是"
            Height          =   255
            Left            =   240
            TabIndex        =   29
            Top             =   240
            Value           =   -1  'True
            Width           =   495
         End
      End
      Begin VB.TextBox TxtTag 
         Height          =   375
         Left            =   1440
         TabIndex        =   26
         Top             =   840
         Width           =   3855
      End
      Begin VB.TextBox TxtSoure 
         Height          =   375
         Left            =   1440
         TabIndex        =   24
         Top             =   360
         Width           =   3855
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackColor       =   &H00E7DFE7&
         Caption         =   "文件备份目录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   120
         TabIndex        =   27
         Top             =   915
         Width           =   1260
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackColor       =   &H00E7DFE7&
         Caption         =   "源文件目录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   360
         TabIndex        =   25
         Top             =   435
         Width           =   1050
      End
   End
   Begin MSComDlg.CommonDialog Cdlgopen 
      Left            =   360
      Top             =   360
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      FileName        =   "exp.exe"
      Filter          =   "可执行文件 (*.exe)|*.exe|所有文件 (*.*)|*.*|"
      FilterIndex     =   1
   End
   Begin VB.CommandButton CmdBackup 
      BackColor       =   &H00E7DFE7&
      Caption         =   "手工备份"
      Height          =   495
      Left            =   4200
      TabIndex        =   19
      Top             =   5880
      Width           =   1335
   End
   Begin VB.Timer Timer1 
      Interval        =   1000
      Left            =   2640
      Top             =   480
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00E7DFE7&
      Caption         =   "备份频率"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   480
      TabIndex        =   11
      Top             =   600
      Width           =   6975
      Begin VB.OptionButton Opt 
         BackColor       =   &H00E7DFE7&
         Caption         =   "每周"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   2
         Left            =   3240
         TabIndex        =   15
         Top             =   360
         Width           =   735
      End
      Begin VB.OptionButton Opt 
         BackColor       =   &H00E7DFE7&
         Caption         =   "每天"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   1
         Left            =   5640
         TabIndex        =   14
         Top             =   360
         Value           =   -1  'True
         Width           =   855
      End
      Begin VB.OptionButton Opt 
         BackColor       =   &H00E7DFE7&
         Caption         =   "每月"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   480
         TabIndex        =   13
         Top             =   360
         Width           =   1095
      End
      Begin VB.ComboBox CboDay 
         Height          =   300
         Left            =   1080
         TabIndex        =   12
         Top             =   885
         Width           =   1455
      End
      Begin MSComCtl2.DTPicker DtStart 
         Height          =   360
         Left            =   4800
         TabIndex        =   16
         Top             =   885
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   635
         _Version        =   393216
         MousePointer    =   3
         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
         OLEDropMode     =   1
         CalendarTitleBackColor=   15196135
         CalendarTrailingForeColor=   15196135
         Format          =   23658498
         CurrentDate     =   39652
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H00E7DFE7&
         Caption         =   "时间"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Index           =   1
         Left            =   4080
         TabIndex        =   18
         Top             =   960
         Width           =   420
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackColor       =   &H00E7DFE7&
         Caption         =   "日期"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Index           =   0
         Left            =   480
         TabIndex        =   17
         Top             =   960
         Width           =   420
      End
   End
   Begin VB.CommandButton CmdAlter 
      BackColor       =   &H00E7DFE7&
      Caption         =   "修改设置"
      Height          =   495
      Left            =   480
      MaskColor       =   &H00E7DFE7&
      TabIndex        =   10
      Top             =   5880
      Width           =   1215
   End
   Begin VB.CommandButton CmdSave 
      BackColor       =   &H00E7DFE7&
      Caption         =   "保存设置"
      Height          =   495
      Left            =   2160
      TabIndex        =   9
      Top             =   5880
      Width           =   1335
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00E7DFE7&
      Caption         =   "Oracle备份信息"
      Height          =   1815
      Left            =   480
      TabIndex        =   2
      Top             =   2160
      Width           =   6975
      Begin VB.CommandButton CmdOraFl 
         Caption         =   "..."
         Height          =   375
         Left            =   6360
         TabIndex        =   33
         Top             =   1200
         Width           =   495
      End
      Begin VB.TextBox TxtDmpPath 
         Height          =   375
         Left            =   1680
         TabIndex        =   31
         Top             =   1200
         Width           =   4575
      End
      Begin VB.CommandButton CmdOpen 
         Caption         =   "..."
         Height          =   375
         Left            =   6360
         TabIndex        =   21
         Top             =   720
         Width           =   495
      End
      Begin VB.TextBox txtexp 
         Height          =   375
         Left            =   1680
         TabIndex        =   20
         Top             =   720
         Width           =   4575
      End
      Begin VB.TextBox TxtConn 
         Height          =   375
         Left            =   1200
         TabIndex        =   5
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox TxtUser 
         Height          =   375
         Left            =   3240
         TabIndex        =   4
         Top             =   240
         Width           =   1215
      End
      Begin VB.TextBox TxtPwd 
         Height          =   375
         Left            =   5400
         TabIndex        =   3
         Top             =   240
         Width           =   1335
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackColor       =   &H00E7DFE7&
         Caption         =   "Oracle备份目录"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   120
         TabIndex        =   32
         Top             =   1275

⌨️ 快捷键说明

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