unit1.dfm

来自「在任务级并行平台P2HP上开发的demo应用」· DFM 代码 · 共 89 行

DFM
89
字号
object Form1: TForm1
  Left = 127
  Top = 133
  Width = 896
  Height = 637
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 681
    Height = 601
  end
  object Label1: TLabel
    Left = 704
    Top = 64
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #40657#20999#28857#25968
  end
  object Label2: TLabel
    Left = 704
    Top = 177
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #36816#34892#26102#38388
  end
  object Label3: TLabel
    Left = 704
    Top = 112
    Width = 36
    Height = 13
    Caption = #26032#33021#37327
  end
  object Button1: TButton
    Left = 713
    Top = 235
    Width = 70
    Height = 18
    Caption = #21021#22987#21270
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 713
    Top = 334
    Width = 70
    Height = 18
    Caption = #36816#34892#31639#27861
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 784
    Top = 63
    Width = 83
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 784
    Top = 172
    Width = 84
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 784
    Top = 112
    Width = 81
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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