asg29.dfm

来自「delphi的超级好用的表格控件」· DFM 代码 · 共 28 行

DFM
28
字号
object Form2: TForm2
  Left = 846
  Top = 117
  BorderStyle = bsToolWindow
  Caption = 'Form2'
  ClientHeight = 227
  ClientWidth = 178
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ButtonListbox1: TButtonListbox
    Left = 0
    Top = 8
    Width = 177
    Height = 217
    ItemHeight = 16
    ItemIndex = -1
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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