umainform.dfm

来自「本模型是在内存中创建 n 个工人线程, 1. 在无任务时处于休眠状态,不占用」· DFM 代码 · 共 61 行

DFM
61
字号
object frmMainForm: TfrmMainForm
  Left = 252
  Top = 153
  Width = 276
  Height = 218
  Caption = #32447#31243#27744#23454#39564
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object grp1: TGroupBox
    Left = 32
    Top = 24
    Width = 217
    Height = 65
    Caption = #23454#39564'1: '#32456#27490#32447#31243
    TabOrder = 0
    object btn1: TButton
      Left = 8
      Top = 24
      Width = 75
      Height = 25
      Caption = '[1] '#21551#21160
      TabOrder = 0
      OnClick = btn1Click
    end
    object btnStop: TButton
      Left = 118
      Top = 24
      Width = 75
      Height = 25
      Caption = '[3] '#32456#27490
      TabOrder = 1
      OnClick = btnStopClick
    end
  end
  object grp2: TGroupBox
    Left = 32
    Top = 104
    Width = 217
    Height = 65
    Caption = #28155#21152#27169#25311#20219#21153
    TabOrder = 1
    object btnAdd: TButton
      Left = 8
      Top = 24
      Width = 73
      Height = 25
      Caption = '[2] '#20219#21153
      TabOrder = 0
      OnClick = btnAddClick
    end
  end
end

⌨️ 快捷键说明

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