home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / Software / Express / oexsetup.exe / INTOUCH.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-07-12  |  2.0 KB  |  86 lines

  1. object Form1: TForm1
  2.   Left = 183
  3.   Top = 11
  4.   ActiveControl = Tree1
  5.   AutoScroll = False
  6.   Caption = 'Form1'
  7.   ClientHeight = 315
  8.   ClientWidth = 483
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Splitter1: TSplitter
  25.     Left = 0
  26.     Top = 201
  27.     Width = 483
  28.     Height = 2
  29.     Cursor = crVSplit
  30.     Align = alTop
  31.     OnMoved = Splitter1Moved
  32.   end
  33.   object Tree1: TTreeNT
  34.     Left = 0
  35.     Top = 0
  36.     Width = 483
  37.     Height = 201
  38.     Align = alTop
  39.     ColorSelected = clInfoText
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     Indent = 19
  46.     InsertMarkColor = -16777216
  47.     ItemHeight = 16
  48.     Options = [toAutoScroll, toCheckSupport, toEvenHeight, toFullRowSelect, toHotTrack, toInfoTip, toReadOnly, toRightClickSelect, toToolTips, toShowButtons, toShowRoot]
  49.     ParentColor = False
  50.     ParentFont = False
  51.     ParentShowHint = False
  52.     ShowHint = False
  53.     ScrollTime = 0
  54.     TabOrder = 0
  55.     OnClick = Tree1Click
  56.     OnHint = Tree1Hint
  57.   end
  58.   object Memo1: TMemo
  59.     Left = 0
  60.     Top = 203
  61.     Width = 483
  62.     Height = 112
  63.     Align = alClient
  64.     Font.Charset = ANSI_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -12
  67.     Font.Name = 'Courier New'
  68.     Font.Style = []
  69.     Lines.Strings = (
  70.       'Memo1')
  71.     ParentFont = False
  72.     ScrollBars = ssVertical
  73.     TabOrder = 1
  74.   end
  75.   object Http: THttpCli
  76.     ProxyPort = '80'
  77.     Agent = 'Mozilla/3.0 (compatible)'
  78.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  79.     NoCache = False
  80.     ContentTypePost = 'application/x-www-form-urlencoded'
  81.     MultiThreaded = False
  82.     Left = 32
  83.     Top = 264
  84.   end
  85. end
  86.