home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / cwin / c.exe / $INSTDIR / devcpp.exe / 0 / RCDATA / TCOMPOPTIONSFRAME / TCOMPOPTIONSFRAME.txt
Encoding:
Text File  |  2003-12-15  |  857 b   |  45 lines

  1. object CompOptionsFrame: TCompOptionsFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 573
  5.   Height = 421
  6.   TabOrder = 0
  7.   OnResize = FrameResize
  8.   object Splitter1: TSplitter
  9.     Left = 121
  10.     Top = 0
  11.     Width = 4
  12.     Height = 421
  13.     Cursor = crHSplit
  14.     OnMoved = FrameResize
  15.   end
  16.   object tv: TTreeView
  17.     Left = 0
  18.     Top = 0
  19.     Width = 121
  20.     Height = 421
  21.     Align = alLeft
  22.     HideSelection = False
  23.     Indent = 19
  24.     ReadOnly = True
  25.     RowSelect = True
  26.     TabOrder = 0
  27.     OnChange = tvChange
  28.   end
  29.   object vle: TValueListEditor
  30.     Left = 125
  31.     Top = 0
  32.     Width = 448
  33.     Height = 421
  34.     Align = alClient
  35.     DisplayOptions = []
  36.     FixedCols = 1
  37.     Options = [goColSizing, goEditing, goAlwaysShowEditor, goThumbTracking]
  38.     TabOrder = 1
  39.     TitleCaptions.Strings = (
  40.       'Option'
  41.       'Value')
  42.     OnSetEditText = vleSetEditText
  43.   end
  44. end
  45.