fatdlg.dfm

来自「国外著名恢复软件Drive_Rescue 公布的早期源码 版本是1.8 delp」· DFM 代码 · 共 81 行

DFM
81
字号
object FATSelectDialog: TFATSelectDialog
  Left = 383
  Top = 297
  Width = 310
  Height = 182
  Caption = 'Select FAT'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 11
    Top = 16
    Width = 190
    Height = 29
    AutoSize = False
    Caption = 
      'The data to be read is determined via corresponding clusters fro' +
      'm:'
    WordWrap = True
  end
  object Label5: TLabel
    Left = 8
    Top = 117
    Width = 284
    Height = 26
    Caption = 
      'Note: Select '#39'no FAT'#39' if data has been deleted or drive has been' +
      ' quick-formatted!'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGreen
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object ComboBoxFAT: TComboBox
    Left = 11
    Top = 44
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = -3
    Top = 106
    Width = 305
    Height = 2
    BevelOuter = bvLowered
    TabOrder = 1
  end
  object Button1: TButton
    Left = 216
    Top = 14
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object Button2: TButton
    Left = 216
    Top = 44
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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