unit1.dfm

来自「线程同步代码集很经典」· DFM 代码 · 共 69 行

DFM
69
字号
object Form1: TForm1
  Left = 192
  Top = 110
  Width = 324
  Height = 274
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 39
    Top = 207
    Width = 48
    Height = 16
    Caption = 'Label1'
  end
  object Button1: TButton
    Left = 39
    Top = 64
    Width = 93
    Height = 31
    Caption = #21019#24314#32447#31243
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 39
    Top = 113
    Width = 93
    Height = 31
    Caption = #26377#20449#21495
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 39
    Top = 158
    Width = 93
    Height = 30
    Caption = #26080#20449#21495
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 187
    Top = 108
    Width = 92
    Height = 31
    Caption = #19968#20010#20449#21495
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 187
    Top = 64
    Width = 92
    Height = 31
    Caption = #21019#24314#20107#20214
    TabOrder = 4
    OnClick = Button5Click
  end
end

⌨️ 快捷键说明

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