unit1.dfm

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

DFM
64
字号
object Form1: TForm1
  Left = 190
  Top = 110
  Width = 696
  Height = 480
  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 GroupBox1: TGroupBox
    Left = 104
    Top = 104
    Width = 433
    Height = 193
    Caption = #35745#31639#22278#21608#29575
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 48
      Top = 40
      Width = 209
      Height = 20
      AutoSize = False
      Caption = #35831#36755#20837#26377#25928#25968#23383#20301#25968#65306
    end
    object Label2: TLabel
      Left = 48
      Top = 112
      Width = 64
      Height = 20
      Caption = #22278#21608#29575#20026
    end
    object Edit1: TEdit
      Left = 256
      Top = 40
      Width = 121
      Height = 28
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 0
      OnChange = Edit1Change
    end
    object Edit2: TEdit
      Left = 144
      Top = 112
      Width = 233
      Height = 28
      AutoSize = False
      ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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