home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 March / NETGUIDN0403.iso / pc / featured / Windows / setup2k.exe / %WIN% / Cyb2k.exe / 0 / RCDATA / TPROPDLG / TPROPDLG.txt
Encoding:
Text File  |  2004-01-13  |  1.8 KB  |  97 lines

  1. object PropDlg: TPropDlg
  2.   Left = 374
  3.   Top = 287
  4.   BorderStyle = bsDialog
  5.   Caption = 'Properties'
  6.   ClientHeight = 287
  7.   ClientWidth = 268
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object FileDate: TLabel
  20.     Left = 55
  21.     Top = 17
  22.     Width = 40
  23.     Height = 13
  24.     Caption = 'No Date'
  25.   end
  26.   object Label1: TLabel
  27.     Left = 22
  28.     Top = 17
  29.     Width = 26
  30.     Height = 13
  31.     Caption = 'Date:'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clNavy
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label2: TLabel
  40.     Left = 22
  41.     Top = 39
  42.     Width = 51
  43.     Height = 13
  44.     Caption = 'Page Title:'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clNavy
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.   end
  52.   object Label3: TLabel
  53.     Left = 21
  54.     Top = 137
  55.     Width = 67
  56.     Height = 13
  57.     Caption = 'Words Found:'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clNavy
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Memo1: TMemo
  66.     Left = 21
  67.     Top = 57
  68.     Width = 228
  69.     Height = 73
  70.     Lines.Strings = (
  71.       '')
  72.     ReadOnly = True
  73.     ScrollBars = ssVertical
  74.     TabOrder = 0
  75.   end
  76.   object Memo2: TMemo
  77.     Left = 20
  78.     Top = 155
  79.     Width = 229
  80.     Height = 73
  81.     Lines.Strings = (
  82.       '')
  83.     ReadOnly = True
  84.     ScrollBars = ssVertical
  85.     TabOrder = 1
  86.   end
  87.   object BitBtn1: TBitBtn
  88.     Left = 97
  89.     Top = 243
  90.     Width = 75
  91.     Height = 33
  92.     TabOrder = 2
  93.     OnClick = BitBtn1Click
  94.     Kind = bkOK
  95.   end
  96. end
  97.