bb.dfm

来自「delphi的学习资料」· DFM 代码 · 共 42 行

DFM
42
字号
inherited fmBB: TfmBB
  Top = 448
  Height = 330
  Caption = 'fmBB'
  OldCreateOrder = True
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 20
  inherited Label2: TLabel
    Width = 106
    Caption = 'f2(x)=Sqrt (x)'
  end
  object LbLines: TLabel [2]
    Left = 123
    Top = 164
    Width = 74
    Height = 24
    Caption = 'LbLines'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  inherited sg: TStringGrid
    Color = 15395550
  end
  inherited pn00: TPanel
    Top = 198
  end
  object btnCloseB: TBitBtn
    Left = 13
    Top = 167
    Width = 75
    Height = 25
    Caption = #28040#38544'BB'
    TabOrder = 4
    OnClick = btnCloseBClick
  end
end

⌨️ 快捷键说明

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