unitfrmmain.dfm

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

DFM
36
字号
object Form1: TForm1
  Left = 90
  Top = 142
  Width = 382
  Height = 269
  Caption = #25490#21015#26700#38754#22270#26631
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 56
    Top = 88
    Width = 89
    Height = 25
    Caption = #25490#21015#25104#29615#24418
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 88
    Width = 89
    Height = 25
    Caption = #25490#21015#22312#21491#38754
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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