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

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