home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / THTMLBKSETUP / THTMLBKSETUP.txt
Encoding:
Text File  |  2004-02-23  |  3.3 KB  |  177 lines

  1. object HtmlBkSetup: THtmlBkSetup
  2.   Left = 524
  3.   Top = 221
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Document Background'
  7.   ClientHeight = 360
  8.   ClientWidth = 391
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 20
  23.     Width = 33
  24.     Height = 13
  25.     Caption = '&Colour:'
  26.   end
  27.   object clColor: TColorBox
  28.     Left = 80
  29.     Top = 16
  30.     Width = 297
  31.     Height = 22
  32.     Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
  33.     ItemHeight = 16
  34.     TabOrder = 0
  35.   end
  36.   object cbUseImage: TCheckBox
  37.     Left = 16
  38.     Top = 56
  39.     Width = 345
  40.     Height = 17
  41.     Caption = 'Use &Background Image'
  42.     TabOrder = 1
  43.     OnClick = cbUseImageClick
  44.   end
  45.   object gbImage: TGroupBox
  46.     Left = 16
  47.     Top = 80
  48.     Width = 361
  49.     Height = 241
  50.     Caption = 'Image'
  51.     TabOrder = 2
  52.     object Label2: TLabel
  53.       Left = 232
  54.       Top = 96
  55.       Width = 38
  56.       Height = 13
  57.       Caption = '&Repeat:'
  58.       FocusControl = cbRepeat
  59.     end
  60.     object Label3: TLabel
  61.       Left = 232
  62.       Top = 144
  63.       Width = 89
  64.       Height = 13
  65.       Caption = '&Horisontal position:'
  66.     end
  67.     object lHPos: TLabel
  68.       Left = 296
  69.       Top = 164
  70.       Width = 8
  71.       Height = 13
  72.       Caption = '%'
  73.     end
  74.     object Label5: TLabel
  75.       Left = 232
  76.       Top = 192
  77.       Width = 77
  78.       Height = 13
  79.       Caption = '&Vertical position:'
  80.     end
  81.     object lVPos: TLabel
  82.       Left = 296
  83.       Top = 212
  84.       Width = 8
  85.       Height = 13
  86.       Caption = '%'
  87.     end
  88.     object bLoad: TButton
  89.       Left = 232
  90.       Top = 16
  91.       Width = 113
  92.       Height = 25
  93.       Caption = '&Load...'
  94.       TabOrder = 0
  95.       OnClick = bLoadClick
  96.     end
  97.     object pnImage: TPanel
  98.       Left = 8
  99.       Top = 16
  100.       Width = 217
  101.       Height = 217
  102.       BevelOuter = bvLowered
  103.       TabOrder = 1
  104.     end
  105.     object bClear: TButton
  106.       Left = 232
  107.       Top = 48
  108.       Width = 113
  109.       Height = 25
  110.       Caption = 'Cl&ear'
  111.       TabOrder = 2
  112.       OnClick = bClearClick
  113.     end
  114.     object cbRepeat: TComboBox
  115.       Left = 232
  116.       Top = 112
  117.       Width = 113
  118.       Height = 21
  119.       Style = csDropDownList
  120.       ItemHeight = 13
  121.       ItemIndex = 0
  122.       TabOrder = 3
  123.       Text = '(none)'
  124.       OnChange = cbRepeatChange
  125.       Items.Strings = (
  126.         '(none)'
  127.         'Tile'
  128.         'Vertically'
  129.         'Horisontally')
  130.     end
  131.     object eHPos: TXSpinEdit
  132.       Left = 232
  133.       Top = 160
  134.       Width = 57
  135.       Height = 21
  136.       TabOrder = 4
  137.       Text = '0'
  138.       MinValue = -100
  139.       MaxValue = 100
  140.       Value = 0
  141.       Step = 5
  142.     end
  143.     object eVPos: TXSpinEdit
  144.       Left = 232
  145.       Top = 208
  146.       Width = 57
  147.       Height = 21
  148.       TabOrder = 5
  149.       Text = '0'
  150.       MinValue = -100
  151.       MaxValue = 100
  152.       Value = 0
  153.       Step = 1
  154.     end
  155.   end
  156.   object bOK: TButton
  157.     Left = 168
  158.     Top = 328
  159.     Width = 97
  160.     Height = 25
  161.     Caption = '&OK'
  162.     Default = True
  163.     ModalResult = 1
  164.     TabOrder = 3
  165.   end
  166.   object bCancel: TButton
  167.     Left = 280
  168.     Top = 328
  169.     Width = 97
  170.     Height = 25
  171.     Cancel = True
  172.     Caption = 'Cancel'
  173.     ModalResult = 2
  174.     TabOrder = 4
  175.   end
  176. end
  177.