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

📄 ydsjbf.dfm

📁 营业用电管理系统(网络版)是本公司推出的新一代软件产品
💻 DFM
字号:
object Fsjbf: TFsjbf
  Left = 233
  Top = 150
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '数据备份'
  ClientHeight = 206
  ClientWidth = 307
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 185
    Height = 77
    Caption = '备份范围'
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 11
      Top = 22
      Width = 89
      Height = 17
      Caption = '本期数据'
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 11
      Top = 46
      Width = 73
      Height = 17
      Caption = '历史数据'
      Checked = True
      State = cbChecked
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 91
      Top = 42
      Width = 81
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'ComboBox1'
    end
  end
  object GroupBox2: TGroupBox
    Left = 200
    Top = 8
    Width = 104
    Height = 78
    Caption = '备份设备'
    TabOrder = 1
    object DriveComboBox1: TDriveComboBox
      Left = 11
      Top = 42
      Width = 82
      Height = 19
      TabOrder = 0
    end
  end
  object Panel1: TPanel
    Left = 8
    Top = 90
    Width = 295
    Height = 73
    BevelInner = bvLowered
    BevelOuter = bvNone
    TabOrder = 2
    object Animate1: TAnimate
      Left = 8
      Top = 6
      Width = 272
      Height = 60
      Active = False
      CommonAVI = aviCopyFile
      StopFrame = 26
    end
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 170
    Width = 81
    Height = 27
    Caption = '备份'
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkYes
  end
  object BitBtn2: TBitBtn
    Left = 120
    Top = 170
    Width = 81
    Height = 27
    Caption = '帮助'
    TabOrder = 4
    Kind = bkHelp
  end
  object BitBtn3: TBitBtn
    Left = 208
    Top = 170
    Width = 81
    Height = 27
    Caption = '关闭'
    TabOrder = 5
    OnClick = BitBtn3Click
    Kind = bkCancel
  end
  object q: TQuery
    Left = 96
    Top = 98
  end
end

⌨️ 快捷键说明

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