home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / leds.zip / MAIN.DFM / MAIN.txt
Text File  |  1995-10-13  |  4KB  |  182 lines

  1. object MainForm: TMainForm
  2.   Left = 336
  3.   Top = 109
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'LED Digit Demo'
  7.   ClientHeight = 129
  8.   ClientWidth = 183
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 24
  17.     Top = 112
  18.     Width = 142
  19.     Height = 16
  20.     Caption = '(c) BisonWare 1995'
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold, fsItalic]
  25.     ParentFont = False
  26.   end
  27.   object Button1: TButton
  28.     Left = 4
  29.     Top = 56
  30.     Width = 57
  31.     Height = 25
  32.     Caption = '&Start'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnClick = Button1Click
  40.   end
  41.   object Panel1: TPanel
  42.     Left = 4
  43.     Top = 4
  44.     Width = 177
  45.     Height = 49
  46.     BevelOuter = bvLowered
  47.     Color = clBlack
  48.     TabOrder = 1
  49.     object LED1: TLEDDigit
  50.       Left = 116
  51.       Top = 8
  52.       Width = 17
  53.       Height = 33
  54.       SegmentColor = clRed
  55.       OnRollForward = LED1RollForward
  56.     end
  57.     object LED2: TLEDDigit
  58.       Left = 100
  59.       Top = 8
  60.       Width = 17
  61.       Height = 33
  62.       MaxValue = 5
  63.       SegmentColor = clRed
  64.       OnRollForward = LED2RollForward
  65.     end
  66.     object LED3: TLEDDigit
  67.       Left = 72
  68.       Top = 8
  69.       Width = 17
  70.       Height = 33
  71.       SegmentColor = clRed
  72.       OnRollForward = LED3RollForward
  73.     end
  74.     object LED4: TLEDDigit
  75.       Left = 56
  76.       Top = 8
  77.       Width = 17
  78.       Height = 33
  79.       MaxValue = 5
  80.       SegmentColor = clRed
  81.       OnRollForward = LED4RollForward
  82.     end
  83.     object LED5: TLEDDigit
  84.       Left = 28
  85.       Top = 8
  86.       Width = 17
  87.       Height = 33
  88.       SegmentColor = clRed
  89.       OnRollForward = LED5RollForward
  90.     end
  91.     object LED6: TLEDDigit
  92.       Left = 12
  93.       Top = 8
  94.       Width = 17
  95.       Height = 33
  96.       SegmentColor = clRed
  97.     end
  98.     object LED7: TLEDDigit
  99.       Left = 144
  100.       Top = 8
  101.       Width = 17
  102.       Height = 33
  103.       SegmentColor = clRed
  104.       OnRollForward = LED7RollForward
  105.     end
  106.     object Colon1: TLEDDigit
  107.       Left = 44
  108.       Top = 8
  109.       Width = 13
  110.       Height = 33
  111.       SegmentColor = clRed
  112.       LEDDisplayType = dtColon
  113.     end
  114.     object Colon2: TLEDDigit
  115.       Left = 88
  116.       Top = 8
  117.       Width = 13
  118.       Height = 33
  119.       SegmentColor = clRed
  120.       LEDDisplayType = dtColon
  121.     end
  122.     object Stop1: TLEDDigit
  123.       Left = 132
  124.       Top = 8
  125.       Width = 13
  126.       Height = 33
  127.       SegmentColor = clRed
  128.       LEDDisplayType = dtStop
  129.     end
  130.   end
  131.   object Button3: TButton
  132.     Left = 64
  133.     Top = 56
  134.     Width = 57
  135.     Height = 25
  136.     Caption = 'Sto&p'
  137.     Enabled = False
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ParentFont = False
  143.     TabOrder = 2
  144.     OnClick = Button3Click
  145.   end
  146.   object Button4: TButton
  147.     Left = 124
  148.     Top = 56
  149.     Width = 57
  150.     Height = 25
  151.     Caption = '&Reset'
  152.     Font.Color = clBlack
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.     TabOrder = 3
  158.     OnClick = Button4Click
  159.   end
  160.   object Button2: TButton
  161.     Left = 4
  162.     Top = 84
  163.     Width = 177
  164.     Height = 25
  165.     Caption = '&Close'
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 4
  172.     OnClick = Button2Click
  173.   end
  174.   object Timer1: TTimer
  175.     Enabled = False
  176.     Interval = 57
  177.     OnTimer = Timer1Timer
  178.     Left = 212
  179.     Top = 4
  180.   end
  181. end
  182.