unit1.dfm

来自「C++Builder高级应用开发指南随书源码」· DFM 代码 · 共 74 行

DFM
74
字号
object Form1: TForm1
  Left = 192
  Top = 125
  Width = 424
  Height = 226
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object Bevel1: TBevel
    Left = 40
    Top = 132
    Width = 317
    Height = 13
    Shape = bsTopLine
  end
  object Button1: TButton
    Left = 52
    Top = 44
    Width = 157
    Height = 25
    Caption = 'start 1st thread'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 52
    Top = 88
    Width = 157
    Height = 25
    Caption = 'start 2nd thread'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 236
    Top = 88
    Width = 121
    Height = 24
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 236
    Top = 44
    Width = 121
    Height = 24
    TabOrder = 3
  end
  object Button3: TButton
    Left = 52
    Top = 152
    Width = 157
    Height = 25
    Caption = 'start Customer thread'
    TabOrder = 4
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 236
    Top = 152
    Width = 121
    Height = 24
    ItemHeight = 16
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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