⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 开发了一个用于模拟电梯的程序,虽然功能不是很强,但对于理解线程又很大的好处
💻 DFM
字号:
object Form2: TForm2
  Left = 254
  Top = 138
  Width = 270
  Height = 343
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 16
    Width = 129
    Height = 20
    AutoSize = False
    Caption = #31995#32479#36816#34892#21442#25968
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object BitBtn1: TBitBtn
    Left = 32
    Top = 264
    Width = 75
    Height = 25
    Caption = #36827#20837#30005#26799
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 156
    Top = 264
    Width = 75
    Height = 25
    Caption = #36864#20986#31995#32479
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object GroupBox1: TGroupBox
    Left = 14
    Top = 48
    Width = 233
    Height = 201
    Caption = #35831#20180#32454#35774#32622#21442#25968#65306
    TabOrder = 2
    object Label2: TLabel
      Left = 30
      Top = 22
      Width = 84
      Height = 13
      Caption = #30005#26799#26368#22823#23481#37327#65306
    end
    object Label3: TLabel
      Left = 30
      Top = 52
      Width = 84
      Height = 13
      Caption = #20056#23458#30340#24635#25968#37327#65306
    end
    object Label4: TLabel
      Left = 31
      Top = 82
      Width = 84
      Height = 13
      Caption = #20056#23458#21040#40784#26102#38388#65306
    end
    object Label5: TLabel
      Left = 31
      Top = 113
      Width = 84
      Height = 13
      Caption = #30005#26799#36816#34892#36895#24230#65306
    end
    object Label6: TLabel
      Left = 31
      Top = 144
      Width = 84
      Height = 13
      Caption = #19978#19979#30005#26799#26102#38388#65306
    end
    object Label7: TLabel
      Left = 31
      Top = 173
      Width = 84
      Height = 13
      Caption = #20056#22352#30005#26799#27425#25968#65306
    end
    object Label8: TLabel
      Left = 176
      Top = 19
      Width = 12
      Height = 13
      Caption = #20154
    end
    object Label9: TLabel
      Left = 177
      Top = 48
      Width = 12
      Height = 13
      Caption = #20154
    end
    object Label10: TLabel
      Left = 176
      Top = 82
      Width = 49
      Height = 13
      Caption = #20998#38047
    end
    object Label11: TLabel
      Left = 176
      Top = 114
      Width = 41
      Height = 13
      Caption = #31186'/'#23618
    end
    object Label12: TLabel
      Left = 176
      Top = 144
      Width = 49
      Height = 13
      Caption = #31186'/'#20154
    end
    object Label13: TLabel
      Left = 176
      Top = 173
      Width = 12
      Height = 13
      Caption = #27425
    end
    object SpinEdit1: TSpinEdit
      Left = 124
      Top = 17
      Width = 41
      Height = 22
      MaxValue = 5
      MinValue = 0
      TabOrder = 0
      Value = 5
    end
    object SpinEdit2: TSpinEdit
      Left = 125
      Top = 47
      Width = 41
      Height = 22
      MaxValue = 5
      MinValue = 0
      TabOrder = 1
      Value = 5
    end
    object SpinEdit3: TSpinEdit
      Left = 125
      Top = 78
      Width = 41
      Height = 22
      MaxValue = 5
      MinValue = 0
      TabOrder = 2
      Value = 5
    end
    object SpinEdit4: TSpinEdit
      Left = 126
      Top = 109
      Width = 41
      Height = 22
      MaxValue = 1
      MinValue = 0
      TabOrder = 3
      Value = 1
    end
    object SpinEdit5: TSpinEdit
      Left = 126
      Top = 139
      Width = 41
      Height = 22
      MaxValue = 12
      MinValue = 0
      TabOrder = 4
      Value = 2
    end
    object SpinEdit6: TSpinEdit
      Left = 127
      Top = 170
      Width = 41
      Height = 22
      MaxValue = 3
      MinValue = 0
      TabOrder = 5
      Value = 3
    end
  end
end

⌨️ 快捷键说明

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