home *** CD-ROM | disk | FTP | other *** search
/ Gioco e Imparo 4: Andiamo a fare spese! / GIOCOEIMPARO04.BIN / XTRAS / TMS_MP.DLL / 0 / RCDATA / TFRMTREEVIEW / TFRMTREEVIEW.txt < prev   
Text File  |  1999-04-13  |  2KB  |  106 lines

  1. object frmTreeView: TfrmTreeView
  2.   Left = 83
  3.   Top = 109
  4.   Width = 560
  5.   Height = 428
  6.   Caption = 'mPrint Inspector'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   WindowState = wsMaximized
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Splitter1: TSplitter
  22.     Left = 145
  23.     Top = 0
  24.     Width = 3
  25.     Height = 401
  26.     Cursor = crHSplit
  27.   end
  28.   object TreeView: TTreeView
  29.     Left = 0
  30.     Top = 0
  31.     Width = 145
  32.     Height = 401
  33.     Align = alLeft
  34.     Indent = 19
  35.     TabOrder = 0
  36.     OnChange = TreeViewChange
  37.   end
  38.   object LstBxData: TListBox
  39.     Left = 148
  40.     Top = 0
  41.     Width = 196
  42.     Height = 401
  43.     Align = alClient
  44.     ItemHeight = 13
  45.     TabOrder = 1
  46.   end
  47.   object Panel1: TPanel
  48.     Left = 344
  49.     Top = 0
  50.     Width = 208
  51.     Height = 401
  52.     Align = alRight
  53.     TabOrder = 2
  54.     object Label1: TLabel
  55.       Left = 8
  56.       Top = 157
  57.       Width = 79
  58.       Height = 13
  59.       Caption = 'Label or Variable'
  60.     end
  61.     object LblTreeText: TLabel
  62.       Left = 8
  63.       Top = 180
  64.       Width = 57
  65.       Height = 13
  66.       Caption = 'LblTreeText'
  67.     end
  68.     object ImgTreeItem: TImage
  69.       Left = 4
  70.       Top = 8
  71.       Width = 201
  72.       Height = 145
  73.     end
  74.     object RdGrpTree: TRadioGroup
  75.       Left = 8
  76.       Top = 200
  77.       Width = 185
  78.       Height = 129
  79.       Caption = 'Select View'
  80.       ItemIndex = 0
  81.       Items.Strings = (
  82.         'Template List'
  83.         'Variable List'
  84.         'Report Page List'
  85.         'Font Style'
  86.         'mpf File'
  87.         'GetDeviceCaps')
  88.       TabOrder = 0
  89.       OnClick = RdGrpTreeClick
  90.     end
  91.     object RdGrpBranches: TRadioGroup
  92.       Left = 8
  93.       Top = 328
  94.       Width = 185
  95.       Height = 60
  96.       Caption = 'Tree'
  97.       ItemIndex = 0
  98.       Items.Strings = (
  99.         'Collapse'
  100.         'Expand')
  101.       TabOrder = 1
  102.       OnClick = RdGrpBranchesClick
  103.     end
  104.   end
  105. end
  106.