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

  1. object savebatch: Tsavebatch
  2.   Left = 93
  3.   Top = 101
  4.   HelpContext = 1042
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Save Batch List'
  8.   ClientHeight = 191
  9.   ClientWidth = 320
  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 = 183
  23.     Height = 13
  24.     Caption = 'Please select a name for this batch list:'
  25.   end
  26.   object profiles: TComboBox
  27.     Left = 8
  28.     Top = 24
  29.     Width = 305
  30.     Height = 129
  31.     HelpContext = 1042
  32.     Style = csSimple
  33.     ItemHeight = 13
  34.     TabOrder = 0
  35.   end
  36.   object BitBtn2: TBitBtn
  37.     Left = 160
  38.     Top = 160
  39.     Width = 75
  40.     Height = 25
  41.     HelpContext = 1042
  42.     TabOrder = 1
  43.     Kind = bkCancel
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 239
  47.     Top = 160
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 1042
  51.     TabOrder = 2
  52.     OnClick = BitBtn1Click
  53.     Kind = bkOK
  54.   end
  55.   object MarsCaption1: TMarsCaption
  56.     ActiveBeginColor = clBlack
  57.     ActiveEndColor = clNavy
  58.     ActiveFontColor = clWhite
  59.     InactiveBeginColor = clBlack
  60.     InactiveEndColor = clRed
  61.     InactiveFontColor = clSilver
  62.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  63.     ApplicationNameFont.Color = clWindowText
  64.     ApplicationNameFont.Height = -11
  65.     ApplicationNameFont.Name = 'MS Sans Serif'
  66.     ApplicationNameFont.Style = [fsBold]
  67.     CaptionFont.Charset = DEFAULT_CHARSET
  68.     CaptionFont.Color = clWindowText
  69.     CaptionFont.Height = -11
  70.     CaptionFont.Name = 'MS Sans Serif'
  71.     CaptionFont.Style = []
  72.     NumColors = 64
  73.     AutoSize = False
  74.     Left = 400
  75.   end
  76. end
  77.