home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  1998-09-13  |  2.4 KB  |  118 lines

  1. object Form5: TForm5
  2.   Left = 270
  3.   Top = 112
  4.   Width = 352
  5.   Height = 345
  6.   Caption = 'Form5'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ListView1: TListView
  18.     Left = 9
  19.     Top = 26
  20.     Width = 326
  21.     Height = 283
  22.     Align = alClient
  23.     Color = 16776176
  24.     Columns = <>
  25.     ReadOnly = True
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     GridLines = True
  32.     OnMouseDown = ListView1MouseDown
  33.     ParentFont = False
  34.     PopupMenu = PopupMenu1
  35.     TabOrder = 0
  36.     ViewStyle = vsList
  37.   end
  38.   object Dock971: TDock97
  39.     Left = 0
  40.     Top = 0
  41.     Width = 344
  42.     Height = 26
  43.     object ToolWindow971: TToolWindow97
  44.       Left = 0
  45.       Top = 0
  46.       ClientHeight = 22
  47.       ClientWidth = 68
  48.       Caption = 'ToolWindow971'
  49.       DockedTo = Dock971
  50.       DockPos = 0
  51.       TabOrder = 0
  52.       object FLLButton: TToolbarButton97
  53.         Left = 0
  54.         Top = 0
  55.         Width = 31
  56.         Height = 22
  57.         AllowAllUp = True
  58.         GroupIndex = 1
  59.         Caption = 'FLL'
  60.         Font.Charset = ANSI_CHARSET
  61.         Font.Color = clWindowText
  62.         Font.Height = -11
  63.         Font.Name = 'Courier New'
  64.         Font.Style = []
  65.         ParentFont = False
  66.         OnClick = FLLButtonClick
  67.       end
  68.       object RLLButton: TToolbarButton97
  69.         Left = 32
  70.         Top = 0
  71.         Width = 33
  72.         Height = 22
  73.         AllowAllUp = True
  74.         GroupIndex = 2
  75.         Caption = 'RLL'
  76.         Font.Charset = ANSI_CHARSET
  77.         Font.Color = clWindowText
  78.         Font.Height = -11
  79.         Font.Name = 'Courier New'
  80.         Font.Style = []
  81.         ParentFont = False
  82.         OnClick = RLLButtonClick
  83.       end
  84.     end
  85.   end
  86.   object Dock972: TDock97
  87.     Left = 0
  88.     Top = 26
  89.     Width = 9
  90.     Height = 283
  91.     LimitToOneRow = True
  92.     Position = dpLeft
  93.   end
  94.   object Dock973: TDock97
  95.     Left = 335
  96.     Top = 26
  97.     Width = 9
  98.     Height = 283
  99.     LimitToOneRow = True
  100.     Position = dpRight
  101.   end
  102.   object Dock974: TDock97
  103.     Left = 0
  104.     Top = 309
  105.     Width = 344
  106.     Height = 9
  107.     Position = dpBottom
  108.   end
  109.   object PopupMenu1: TPopupMenu
  110.     Left = 24
  111.     Top = 48
  112.     object Select1: TMenuItem
  113.       Caption = 'Draw'
  114.       OnClick = Select1Click
  115.     end
  116.   end
  117. end
  118.