unitselecttextform.dfm

来自「串口短信猫收发软件。支持西门子TC35i设备」· DFM 代码 · 共 41 行

DFM
41
字号
object SelectTextForm: TSelectTextForm
  Left = 327
  Top = 197
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #35831#36873#25321'...'
  ClientHeight = 352
  ClientWidth = 539
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDeactivate = FormDeactivate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object RzTreeView1: TRzTreeView
    Left = 0
    Top = 0
    Width = 539
    Height = 352
    Hint = #21452#20987#36873#25321#24182#20851#38381
    SelectionPen.Color = clBtnShadow
    Align = alClient
    Indent = 19
    ParentShowHint = False
    ReadOnly = True
    RowSelect = True
    ShowHint = True
    TabOrder = 0
    OnDblClick = RzTreeView1DblClick
  end
end

⌨️ 快捷键说明

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