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

📄 unitcommbackup.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object frmCommBackup: TfrmCommBackup
  Left = 226
  Top = 153
  BorderStyle = bsDialog
  Caption = '备份'
  ClientHeight = 321
  ClientWidth = 414
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 36
    Top = 192
    Width = 112
    Height = 16
    Caption = '请选择备份盘:'
  end
  object Label2: TLabel
    Left = 37
    Top = 229
    Width = 96
    Height = 16
    Caption = '备份路径为:'
  end
  object DriveComboBox1: TDriveComboBox
    Left = 145
    Top = 188
    Width = 225
    Height = 22
    DirList = DirectoryListBox1
    TabOrder = 0
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 39
    Top = 48
    Width = 328
    Height = 129
    ItemHeight = 16
    TabOrder = 1
    OnChange = DirectoryListBox1Change
  end
  object Panel1: TPanel
    Left = 40
    Top = 8
    Width = 265
    Height = 41
    Caption = '请选择你要备份的路径'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -21
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 264
    Width = 105
    Height = 33
    Caption = '备份'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn1Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000120B0000120B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
      00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
      00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
      00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
      00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
      00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
      00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
      0003737FFFFFFFFF7F7330099999999900333777777777777733}
    NumGlyphs = 2
  end
  object Edit1: TEdit
    Left = 129
    Top = 224
    Width = 242
    Height = 24
    TabOrder = 4
    Text = 'Edit1'
  end
  object BitBtn2: TBitBtn
    Left = 232
    Top = 264
    Width = 97
    Height = 33
    Cancel = True
    Caption = '退出(ESC)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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