filelistopenunit.~dfm

来自「用Delphi写的车牌字符各种特征提取实验系统」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object FileListOpenForm: TFileListOpenForm
  Left = 435
  Top = 256
  BorderStyle = bsToolWindow
  Caption = #25991#20214#27983#35272
  ClientHeight = 296
  ClientWidth = 201
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton2: TSpeedButton
    Left = 112
    Top = 263
    Width = 73
    Height = 25
    Caption = #21462#28040
    Flat = True
  end
  object OKSpeedButton: TSpeedButton
    Left = 8
    Top = 263
    Width = 73
    Height = 25
    Caption = #30830#23450
    Flat = True
    OnClick = OKSpeedButtonClick
  end
  object ShellTreeView1: TShellTreeView
    Left = 0
    Top = 0
    Width = 201
    Height = 249
    ObjectTypes = [otFolders]
    Root = 'rfDesktop'
    UseShellImages = True
    Align = alTop
    AutoRefresh = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 0
    OnDblClick = ShellTreeView1DblClick
  end
end

⌨️ 快捷键说明

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