home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TSITESAVE / TSITESAVE.txt
Encoding:
Text File  |  1998-01-12  |  1.9 KB  |  87 lines

  1. object sitesave: Tsitesave
  2.   Left = 113
  3.   Top = 296
  4.   HelpContext = 1041
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save Site Profile'
  8.   ClientHeight = 252
  9.   ClientWidth = 318
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 147
  23.     Height = 13
  24.     Caption = 'Enter a name for this site profile'
  25.   end
  26.   object BitBtn1: TBitBtn
  27.     Left = 232
  28.     Top = 160
  29.     Width = 75
  30.     Height = 25
  31.     HelpContext = 1041
  32.     TabOrder = 0
  33.     OnClick = BitBtn1Click
  34.     Kind = bkOK
  35.   end
  36.   object BitBtn2: TBitBtn
  37.     Left = 152
  38.     Top = 160
  39.     Width = 75
  40.     Height = 25
  41.     HelpContext = 1041
  42.     TabOrder = 1
  43.     Kind = bkCancel
  44.   end
  45.   object profiles: TComboBox
  46.     Left = 8
  47.     Top = 32
  48.     Width = 305
  49.     Height = 121
  50.     HelpContext = 1041
  51.     Style = csSimple
  52.     ItemHeight = 13
  53.     TabOrder = 2
  54.     OnDblClick = profilesDblClick
  55.   end
  56.   object webtext: TListBox
  57.     Left = 8
  58.     Top = 192
  59.     Width = 281
  60.     Height = 57
  61.     ItemHeight = 13
  62.     TabOrder = 3
  63.     Visible = False
  64.   end
  65.   object MarsCaption1: TMarsCaption
  66.     ActiveBeginColor = clBlack
  67.     ActiveEndColor = clNavy
  68.     ActiveFontColor = clWhite
  69.     InactiveBeginColor = clBlack
  70.     InactiveEndColor = clRed
  71.     InactiveFontColor = clSilver
  72.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  73.     ApplicationNameFont.Color = clWindowText
  74.     ApplicationNameFont.Height = -11
  75.     ApplicationNameFont.Name = 'MS Sans Serif'
  76.     ApplicationNameFont.Style = [fsBold]
  77.     CaptionFont.Charset = DEFAULT_CHARSET
  78.     CaptionFont.Color = clWindowText
  79.     CaptionFont.Height = -11
  80.     CaptionFont.Name = 'MS Sans Serif'
  81.     CaptionFont.Style = []
  82.     NumColors = 64
  83.     AutoSize = False
  84.     Left = 400
  85.   end
  86. end
  87.