unitfrmpagecontrol.dfm

来自「DELPHI7编程百例 DELPHI7编程百例 DELPHI7编程百例」· DFM 代码 · 共 36 行

DFM
36
字号
object frmPageControl: TfrmPageControl
  Left = 316
  Top = 106
  Width = 297
  Height = 220
  AutoSize = True
  Caption = #22810#39029#25511#21046#30340#20351#29992
  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 pgcDemo: TPageControl
    Left = 0
    Top = 0
    Width = 289
    Height = 193
    MultiLine = True
    TabOrder = 0
  end
  object btnAddPage: TButton
    Left = 104
    Top = 128
    Width = 75
    Height = 25
    Caption = #22686#21152#39029#38754
    TabOrder = 1
    OnClick = btnAddPageClick
  end
end

⌨️ 快捷键说明

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