tfileselectorfrmunit.dfm

来自「CVS IDE plugin for Borland Delphi this 」· DFM 代码 · 共 39 行

DFM
39
字号
inherited FileSelectorFrm: TFileSelectorFrm
  Left = 388
  Top = 389
  BorderStyle = bsDialog
  Caption = 'FileSelectorFrm'
  ClientHeight = 173
  ClientWidth = 313
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel [0]
    Left = 13
    Top = 7
    Width = 19
    Height = 13
    Caption = 'File:'
  end
  inherited POkBtn: TButton
    Left = 111
    Top = 142
    OnClick = POkBtnClick
  end
  inherited PCancelBtn: TButton
    Left = 212
    Top = 142
  end
  object PFiles: TComboBox
    Left = 13
    Top = 20
    Width = 287
    Height = 21
    Style = csDropDownList
    Anchors = [akLeft, akTop, akRight]
    ItemHeight = 13
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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