home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TQUICKCELLF / TQUICKCELLF.txt
Text File  |  1999-04-23  |  2KB  |  135 lines

  1. object QuickCellF: TQuickCellF
  2.   Left = 516
  3.   Top = 137
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Quick Cell'
  6.   ClientHeight = 261
  7.   ClientWidth = 214
  8.   Color = clSilver
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Bit0: TTrackBar
  19.     Left = 104
  20.     Top = 48
  21.     Width = 25
  22.     Height = 161
  23.     Max = 255
  24.     Orientation = trVertical
  25.     Frequency = 1
  26.     Position = 0
  27.     SelEnd = 0
  28.     SelStart = 0
  29.     TabOrder = 0
  30.     ThumbLength = 20
  31.     TickMarks = tmBottomRight
  32.     TickStyle = tsNone
  33.     OnChange = drawcells
  34.   end
  35.   object Bit1: TTrackBar
  36.     Left = 144
  37.     Top = 48
  38.     Width = 25
  39.     Height = 161
  40.     Max = 255
  41.     Orientation = trVertical
  42.     Frequency = 1
  43.     Position = 255
  44.     SelEnd = 0
  45.     SelStart = 0
  46.     TabOrder = 1
  47.     ThumbLength = 20
  48.     TickMarks = tmBottomRight
  49.     TickStyle = tsNone
  50.     OnChange = drawcells
  51.   end
  52.   object bitpos: TTrackBar
  53.     Left = 8
  54.     Top = 8
  55.     Width = 201
  56.     Height = 25
  57.     Max = 255
  58.     Orientation = trHorizontal
  59.     Frequency = 1
  60.     Position = 0
  61.     SelEnd = 0
  62.     SelStart = 0
  63.     TabOrder = 2
  64.     ThumbLength = 20
  65.     TickMarks = tmBottomRight
  66.     TickStyle = tsNone
  67.     OnChange = drawcells
  68.   end
  69.   object cellist: TListBox
  70.     Left = 8
  71.     Top = 48
  72.     Width = 49
  73.     Height = 201
  74.     Color = 12639424
  75.     ItemHeight = 16
  76.     Items.Strings = (
  77.       'pat0'
  78.       'pat1'
  79.       'pat2'
  80.       'pat3'
  81.       'pat4'
  82.       'pat5'
  83.       'pat6'
  84.       'pat7'
  85.       'pat8')
  86.     TabOrder = 3
  87.     OnClick = drawcells
  88.   end
  89.   object Bitlist: TCheckListBox
  90.     Left = 64
  91.     Top = 48
  92.     Width = 33
  93.     Height = 137
  94.     BorderStyle = bsNone
  95.     Ctl3D = False
  96.     ItemHeight = 16
  97.     Items.Strings = (
  98.       '0'
  99.       '1'
  100.       '2'
  101.       '3'
  102.       '4'
  103.       '5'
  104.       '6'
  105.       '7')
  106.     ParentCtl3D = False
  107.     TabOrder = 4
  108.     OnClick = drawcells
  109.   end
  110.   object bitrandom: TCheckBox
  111.     Left = 72
  112.     Top = 216
  113.     Width = 73
  114.     Height = 17
  115.     Caption = 'Random'
  116.     TabOrder = 5
  117.   end
  118.   object bitsplit: TCheckBox
  119.     Left = 72
  120.     Top = 240
  121.     Width = 57
  122.     Height = 17
  123.     Caption = 'Split'
  124.     TabOrder = 6
  125.   end
  126.   object qcPreview: TCheckBox
  127.     Left = 136
  128.     Top = 240
  129.     Width = 73
  130.     Height = 17
  131.     Caption = 'Preview'
  132.     TabOrder = 7
  133.   end
  134. end
  135.