mainfrm.dfm

来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 285
  Top = 222
  Width = 314
  Height = 230
  Caption = #38190#30424#20107#20214#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnKeyDown = FormKeyDown
  OnKeyUp = FormKeyUp
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 96
    Top = 16
    Width = 89
    Height = 108
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -96
    Font.Name = #23435#20307'-'#26041#27491#36229#22823#23383#31526#38598
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 104
    Top = 160
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 40
    Top = 16
  end
end

⌨️ 快捷键说明

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