ufrmfavoritecfg.dfm

来自「一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件」· DFM 代码 · 共 65 行

DFM
65
字号
object frmFavoriteCfg: TfrmFavoriteCfg
  Left = 296
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #25972#29702#25910#34255#22841
  ClientHeight = 274
  ClientWidth = 212
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object TBXToolWindow1: TTBXToolWindow
    Left = 0
    Top = 0
    Width = 212
    Height = 274
    Align = alClient
    Caption = 'TBXToolWindow1'
    ClientAreaHeight = 274
    ClientAreaWidth = 212
    TabOrder = 0
    object TBXButton1: TTBXButton
      Left = 98
      Top = 247
      Width = 49
      Height = 20
      Caption = #21024#38500
      ImageIndex = 0
      TabOrder = 0
      OnClick = TBXButton1Click
    end
    object TBXButton2: TTBXButton
      Left = 154
      Top = 247
      Width = 49
      Height = 20
      Caption = #20851#38381
      ImageIndex = 0
      TabOrder = 1
      OnClick = TBXButton2Click
    end
    object TreeView1: TTreeView
      Left = 8
      Top = 8
      Width = 196
      Height = 233
      Ctl3D = False
      Indent = 19
      ParentCtl3D = False
      ShowButtons = False
      ShowLines = False
      ShowRoot = False
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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