object BackgroundForm: TBackgroundForm Left = 149 Top = 58 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Brownbag Template Background' ClientHeight = 123 ClientWidth = 360 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 337 Height = 33 AutoSize = False Caption = 'The Template'#39's background can be a scanned in cheque, or one of ' + 'the supplied backgrounds; cheques from all the major high-street' + ' banks' Transparent = True WordWrap = True end object ComboBox1: TComboBox Left = 8 Top = 48 Width = 209 Height = 21 ItemHeight = 13 TabOrder = 0 end object Button1: TButton Left = 224 Top = 48 Width = 121 Height = 21 Caption = 'Import own background' TabOrder = 1 OnClick = Button1Click end object BitBtn1: TBitBtn Left = 112 Top = 88 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 192 Top = 88 Width = 75 Height = 25 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end object BitBtn3: TBitBtn Left = 272 Top = 88 Width = 75 Height = 25 TabOrder = 4 OnClick = BitBtn3Click Kind = bkHelp end object NameList: TListBox Left = 16 Top = 168 Width = 57 Height = 145 ItemHeight = 13 TabOrder = 5 end object BMPFileList: TListBox Left = 80 Top = 168 Width = 57 Height = 145 ItemHeight = 13 TabOrder = 6 end object HeightList: TListBox Left = 144 Top = 168 Width = 57 Height = 145 ItemHeight = 13 TabOrder = 7 end object WidthList: TListBox Left = 208 Top = 168 Width = 57 Height = 145 ItemHeight = 13 TabOrder = 8 end object MSOfficeCaption1: TMSOfficeCaption AppNameText.FontKind = fkSystemB AppNameText.Visible = True CaptionText.Caption = 'Template Background' CaptionText.FontKind = fkSystem CaptionText.Visible = True CompanyText.Caption = 'Brownbag' CompanyText.ColorActive = clRed CompanyText.Font.Charset = ANSI_CHARSET CompanyText.Font.Color = clWindowText CompanyText.Font.Height = -11 CompanyText.Font.Name = 'Arial' CompanyText.Font.Style = [fsBold, fsItalic] CompanyText.FontKind = fkCustom CompanyText.Visible = True Left = 640 Top = 24 end object OpenDialog1: TOpenDialog Filter = 'Bitmap Files|*.bmp' Title = 'Import Background' Left = 304 Top = 8 end end