home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 March / Dpcb0399.iso / MONEY / FASTCHQ / _SETUP.1 / Template.exe / 0 / RCDATA / TBACKGROUNDFORM / TBACKGROUNDFORM.txt
Text File  |  1998-10-19  |  3KB  |  132 lines

  1. object BackgroundForm: TBackgroundForm
  2.   Left = 149
  3.   Top = 58
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Brownbag Template Background'
  7.   ClientHeight = 123
  8.   ClientWidth = 360
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 337
  22.     Height = 33
  23.     AutoSize = False
  24.     Caption = 
  25.       'The Template'#39's background can be a scanned in cheque, or one of ' +
  26.       'the supplied backgrounds; cheques from all the major high-street' +
  27.       ' banks'
  28.     Transparent = True
  29.     WordWrap = True
  30.   end
  31.   object ComboBox1: TComboBox
  32.     Left = 8
  33.     Top = 48
  34.     Width = 209
  35.     Height = 21
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.   end
  39.   object Button1: TButton
  40.     Left = 224
  41.     Top = 48
  42.     Width = 121
  43.     Height = 21
  44.     Caption = 'Import own background'
  45.     TabOrder = 1
  46.     OnClick = Button1Click
  47.   end
  48.   object BitBtn1: TBitBtn
  49.     Left = 112
  50.     Top = 88
  51.     Width = 75
  52.     Height = 25
  53.     TabOrder = 2
  54.     OnClick = BitBtn1Click
  55.     Kind = bkOK
  56.   end
  57.   object BitBtn2: TBitBtn
  58.     Left = 192
  59.     Top = 88
  60.     Width = 75
  61.     Height = 25
  62.     TabOrder = 3
  63.     OnClick = BitBtn2Click
  64.     Kind = bkCancel
  65.   end
  66.   object BitBtn3: TBitBtn
  67.     Left = 272
  68.     Top = 88
  69.     Width = 75
  70.     Height = 25
  71.     TabOrder = 4
  72.     OnClick = BitBtn3Click
  73.     Kind = bkHelp
  74.   end
  75.   object NameList: TListBox
  76.     Left = 16
  77.     Top = 168
  78.     Width = 57
  79.     Height = 145
  80.     ItemHeight = 13
  81.     TabOrder = 5
  82.   end
  83.   object BMPFileList: TListBox
  84.     Left = 80
  85.     Top = 168
  86.     Width = 57
  87.     Height = 145
  88.     ItemHeight = 13
  89.     TabOrder = 6
  90.   end
  91.   object HeightList: TListBox
  92.     Left = 144
  93.     Top = 168
  94.     Width = 57
  95.     Height = 145
  96.     ItemHeight = 13
  97.     TabOrder = 7
  98.   end
  99.   object WidthList: TListBox
  100.     Left = 208
  101.     Top = 168
  102.     Width = 57
  103.     Height = 145
  104.     ItemHeight = 13
  105.     TabOrder = 8
  106.   end
  107.   object MSOfficeCaption1: TMSOfficeCaption
  108.     AppNameText.FontKind = fkSystemB
  109.     AppNameText.Visible = True
  110.     CaptionText.Caption = 'Template Background'
  111.     CaptionText.FontKind = fkSystem
  112.     CaptionText.Visible = True
  113.     CompanyText.Caption = 'Brownbag'
  114.     CompanyText.ColorActive = clRed
  115.     CompanyText.Font.Charset = ANSI_CHARSET
  116.     CompanyText.Font.Color = clWindowText
  117.     CompanyText.Font.Height = -11
  118.     CompanyText.Font.Name = 'Arial'
  119.     CompanyText.Font.Style = [fsBold, fsItalic]
  120.     CompanyText.FontKind = fkCustom
  121.     CompanyText.Visible = True
  122.     Left = 640
  123.     Top = 24
  124.   end
  125.   object OpenDialog1: TOpenDialog
  126.     Filter = 'Bitmap Files|*.bmp'
  127.     Title = 'Import Background'
  128.     Left = 304
  129.     Top = 8
  130.   end
  131. end
  132.