frmdemo.dfm

来自「我收集的一些Delphi动态连接库资料」· DFM 代码 · 共 35 行

DFM
35
字号
object Form1: TForm1
  Left = 206
  Top = 124
  Width = 327
  Height = 169
  Caption = #20351#29992'DLL'#23553#35013#23545#35937
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Button1: TButton
    Left = 48
    Top = 72
    Width = 75
    Height = 25
    Caption = #39569#33258#34892#36710
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 72
    Width = 75
    Height = 25
    Caption = #39550#39542#27773#36710
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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