unitfrmmain.dfm

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

DFM
34
字号
object Form1: TForm1
  Left = 139
  Top = 145
  Width = 364
  Height = 239
  Caption = #31995#32479#30417#35270#31243#24207
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 16
    Top = 8
    Width = 75
    Height = 25
    Caption = #24320#22987#30417#35270
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 104
    Top = 8
    Width = 241
    Height = 193
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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