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

📄 unitcommrestore.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object frmCommRestore: TfrmCommRestore
  Left = 218
  Top = 141
  BorderStyle = bsDialog
  Caption = '备份'
  ClientHeight = 297
  ClientWidth = 423
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 40
    Top = 176
    Width = 128
    Height = 16
    Caption = '请选择原备份盘:'
  end
  object Label2: TLabel
    Left = 40
    Top = 205
    Width = 96
    Height = 16
    Caption = '原备份路径:'
  end
  object Bevel1: TBevel
    Left = 0
    Top = 233
    Width = 422
    Height = 9
    Shape = bsTopLine
  end
  object DriveComboBox1: TDriveComboBox
    Left = 158
    Top = 173
    Width = 219
    Height = 22
    DirList = DirectoryListBox1
    TabOrder = 0
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 49
    Top = 23
    Width = 328
    Height = 144
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 16
    ParentFont = False
    TabOrder = 1
    OnChange = DirectoryListBox1Change
  end
  object Panel1: TPanel
    Left = 49
    Top = -1
    Width = 232
    Height = 25
    Caption = '请选择你原先备份的路径'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -20
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 245
    Width = 105
    Height = 33
    Caption = '还原'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BitBtn1Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000130B0000130B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333FFF33F333FF3F330E0330FFFCCFCC33777FF7F3377F7730EEE030FFFC
      CFCC377777F7F33773770EEE0000FFFFFCCF777777773F33377FEEE0BFBF0FFF
      FCCF7777333373F337730E0BFBFBF0FFCCFF77733333373F77F330BFBFBFBF0F
      CCFF37F333333F7F773330FBFBFB0B0FFFFF37F3F33F737FFFFF30B0BF0FB000
      000037F73F73F777777730FB0BF0FB0FFFFF373F73F73F7F333F330030BF0F0F
      FF993F77373F737F3377CC33330BF00FFF9977FFF373F77F3F77CC993330009F
      99FF7777F337777F77F333993330F99F99FF3F77FF37F773773F993CC330FFF9
      9F9977F77F37F3377F77993CC330FFF99F997737733733377377}
    NumGlyphs = 2
  end
  object Edit1: TEdit
    Left = 127
    Top = 202
    Width = 250
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object BitBtn2: TBitBtn
    Left = 248
    Top = 245
    Width = 105
    Height = 33
    Cancel = True
    Caption = '退出(ESC)'
    TabOrder = 5
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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