unit1.dfm

来自「第五章练习题」· DFM 代码 · 共 48 行

DFM
48
字号
object Form1: TForm1
  Left = 192
  Top = 112
  Width = 870
  Height = 500
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 208
    Top = 64
    Width = 401
    Height = 57
    Caption = #36755#20986'1000~4000'#20013#33021#34987'7'#19982'17'#25972#38500#30340#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 368
    Top = 152
    Width = 75
    Height = 25
    Caption = #26174#31034
    TabOrder = 1
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 256
    Top = 192
    Width = 305
    Height = 121
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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