unit1.dfm

来自「第一次尝试开发数据库方面的系统」· DFM 代码 · 共 60 行

DFM
60
字号
object Form1: TForm1
  Left = 287
  Top = 160
  Width = 432
  Height = 231
  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 Label3: TLabel
    Left = 56
    Top = 24
    Width = 342
    Height = 37
    Caption = #22270#20070#39302#20449#24687#31649#29702#31995#32479'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 120
    Top = 104
    Width = 153
    Height = 20
    Align = alCustom
    Caption = '1'#12289#22270#20070#20449#24687#26597#35810'        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label1Click
  end
  object Label2: TLabel
    Left = 120
    Top = 144
    Width = 149
    Height = 20
    Align = alCustom
    Caption = '2'#12289#35835#32773#20449#24687#26597#35810'       '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = Label2Click
  end
end

⌨️ 快捷键说明

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