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

📄 lightcontrolu.dfm

📁 source for card readers
💻 DFM
字号:
object frmTrafficLight: TfrmTrafficLight
  Left = 165
  Top = 114
  Width = 224
  Height = 296
  Caption = ' Traffic Light'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object lblTrafficLight: TLabel
    Left = 0
    Top = 232
    Width = 216
    Height = 24
    Align = alBottom
    Alignment = taCenter
    Caption = 'Stop'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object shpRed: TShape
    Left = 79
    Top = 10
    Width = 60
    Height = 60
    Brush.Color = clRed
    Shape = stCircle
  end
  object shpYellow: TShape
    Left = 79
    Top = 79
    Width = 60
    Height = 60
    Brush.Color = clBlack
    Shape = stCircle
  end
  object shpGreen: TShape
    Left = 79
    Top = 148
    Width = 60
    Height = 60
    Brush.Color = clBlack
    Shape = stCircle
  end
  object tmrTrafficLight: TTimer
    Enabled = False
    Interval = 4000
    OnTimer = tmrTrafficLightTimer
  end
end

⌨️ 快捷键说明

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