u_restore.dfm

来自「宁夏中药管理系统,在其它的基础上改的,将他人没有完成的功能补上」· DFM 代码 · 共 75 行

DFM
75
字号
object F_Restore: TF_Restore
  Left = 339
  Top = 273
  Width = 410
  Height = 278
  Caption = #36824#21407#25968#25454#24211
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 60
    Height = 13
    Caption = #25968#25454#25991#20214#65306
  end
  object DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 40
    Width = 242
    Height = 19
    BevelKind = bkFlat
    DirList = DirectoryListBox1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 8
    Top = 64
    Width = 241
    Height = 169
    BevelInner = bvNone
    BevelOuter = bvSpace
    FileList = FileListBox1
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 16
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 80
    Top = 4
    Width = 314
    Height = 21
    BevelKind = bkFlat
    BorderStyle = bsNone
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
  end
  object FileListBox1: TFileListBox
    Left = 252
    Top = 64
    Width = 145
    Height = 169
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 3
    OnChange = FileListBox1Change
  end
  object BitBtn_Restore: TBitBtn
    Left = 319
    Top = 38
    Width = 75
    Height = 22
    Caption = #36824#21407
    TabOrder = 4
    OnClick = BitBtn_RestoreClick
  end
end

⌨️ 快捷键说明

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