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

  1. object siteload: Tsiteload
  2.   Left = 334
  3.   Top = 69
  4.   HelpContext = 1027
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Load Site Profile'
  8.   ClientHeight = 191
  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 = 129
  23.     Height = 13
  24.     Caption = 'Please select a site to load:'
  25.   end
  26.   object urls: TListBox
  27.     Left = 40
  28.     Top = 88
  29.     Width = 241
  30.     Height = 25
  31.     ItemHeight = 13
  32.     TabOrder = 4
  33.     Visible = False
  34.   end
  35.   object BitBtn1: TBitBtn
  36.     Left = 239
  37.     Top = 160
  38.     Width = 75
  39.     Height = 25
  40.     HelpContext = 1027
  41.     TabOrder = 0
  42.     OnClick = BitBtn1Click
  43.     Kind = bkOK
  44.   end
  45.   object BitBtn2: TBitBtn
  46.     Left = 160
  47.     Top = 160
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 1027
  51.     TabOrder = 1
  52.     Kind = bkCancel
  53.   end
  54.   object toloadlist: TComboBox
  55.     Left = 8
  56.     Top = 24
  57.     Width = 305
  58.     Height = 129
  59.     HelpContext = 1027
  60.     Style = csSimple
  61.     ItemHeight = 13
  62.     TabOrder = 2
  63.     OnDblClick = toloadlistDblClick
  64.   end
  65.   object deletesite: TBitBtn
  66.     Left = 80
  67.     Top = 160
  68.     Width = 75
  69.     Height = 25
  70.     HelpContext = 1027
  71.     Caption = 'Delete'
  72.     TabOrder = 3
  73.     OnClick = deletesiteClick
  74.     Glyph.Data = {
  75.       76010000424D7601000000000000760000002800000020000000100000000100
  76.       04000000000000010000120B0000120B00001000000000000000000000000000
  77.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  78.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  79.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  80.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  81.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  82.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  83.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  84.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  85.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  86.       3333333337FFF7F3333333333000003333333333377777333333}
  87.     NumGlyphs = 2
  88.   end
  89.   object MarsCaption1: TMarsCaption
  90.     ActiveBeginColor = clBlack
  91.     ActiveEndColor = clNavy
  92.     ActiveFontColor = clWhite
  93.     InactiveBeginColor = clBlack
  94.     InactiveEndColor = clRed
  95.     InactiveFontColor = clSilver
  96.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  97.     ApplicationNameFont.Color = clWindowText
  98.     ApplicationNameFont.Height = -11
  99.     ApplicationNameFont.Name = 'MS Sans Serif'
  100.     ApplicationNameFont.Style = [fsBold]
  101.     CaptionFont.Charset = DEFAULT_CHARSET
  102.     CaptionFont.Color = clWindowText
  103.     CaptionFont.Height = -11
  104.     CaptionFont.Name = 'MS Sans Serif'
  105.     CaptionFont.Style = []
  106.     NumColors = 64
  107.     AutoSize = False
  108.     Left = 400
  109.   end
  110. end
  111.