home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Akastoy / AKA's Toys.dll / 0 / RCDATA / TFLEDANALYZER_MAIN / TFLEDANALYZER_MAIN.txt < prev   
Encoding:
Text File  |  1998-01-22  |  2.3 KB  |  118 lines

  1. object fLEDAnalyzer_main: TfLEDAnalyzer_main
  2.   Left = 252
  3.   Top = 369
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'AKA'#39's Toys - LED Analyzer'
  9.   ClientHeight = 116
  10.   ClientWidth = 275
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PaintBox: TPaintBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 275
  22.     Height = 116
  23.     Align = alClient
  24.     OnMouseDown = PaintBoxMouseDown
  25.     OnMouseMove = PaintBoxMouseMove
  26.     OnMouseUp = PaintBoxMouseUp
  27.     OnPaint = PaintBoxPaint
  28.   end
  29.   object iLED_green_on: TImage
  30.     Left = 24
  31.     Top = 8
  32.     Width = 10
  33.     Height = 5
  34.     Picture.Data = {<image001.bmp>}
  35.     Visible = False
  36.   end
  37.   object iLED_green_off: TImage
  38.     Left = 8
  39.     Top = 8
  40.     Width = 10
  41.     Height = 5
  42.     Picture.Data = {<image002.bmp>}
  43.     Visible = False
  44.   end
  45.   object iBackground: TImage
  46.     Left = 8
  47.     Top = 96
  48.     Width = 275
  49.     Height = 116
  50.     Picture.Data = {<image003.bmp>}
  51.     Visible = False
  52.   end
  53.   object iLED_red_off: TImage
  54.     Left = 72
  55.     Top = 8
  56.     Width = 10
  57.     Height = 5
  58.     Picture.Data = {<image004.bmp>}
  59.     Visible = False
  60.   end
  61.   object iLED_red_on: TImage
  62.     Left = 88
  63.     Top = 8
  64.     Width = 10
  65.     Height = 5
  66.     Picture.Data = {<image005.bmp>}
  67.     Visible = False
  68.   end
  69.   object iLED_yellow_off: TImage
  70.     Left = 40
  71.     Top = 8
  72.     Width = 10
  73.     Height = 5
  74.     Picture.Data = {<image006.bmp>}
  75.     Visible = False
  76.   end
  77.   object iLED_yellow_on: TImage
  78.     Left = 56
  79.     Top = 8
  80.     Width = 10
  81.     Height = 5
  82.     Picture.Data = {<image007.bmp>}
  83.     Visible = False
  84.   end
  85.   object iLED_blue_off: TImage
  86.     Left = 104
  87.     Top = 8
  88.     Width = 10
  89.     Height = 5
  90.     Picture.Data = {<image008.bmp>}
  91.     Visible = False
  92.   end
  93.   object iLED_blue_on: TImage
  94.     Left = 120
  95.     Top = 8
  96.     Width = 10
  97.     Height = 5
  98.     Picture.Data = {<image009.bmp>}
  99.     Visible = False
  100.   end
  101.   object iLED_white_off: TImage
  102.     Left = 136
  103.     Top = 8
  104.     Width = 10
  105.     Height = 5
  106.     Picture.Data = {<image010.bmp>}
  107.     Visible = False
  108.   end
  109.   object iLED_white_on: TImage
  110.     Left = 152
  111.     Top = 8
  112.     Width = 10
  113.     Height = 5
  114.     Picture.Data = {<image011.bmp>}
  115.     Visible = False
  116.   end
  117. end
  118.