home *** CD-ROM | disk | FTP | other *** search
- object HtmlBkSetup: THtmlBkSetup
- Left = 524
- Top = 221
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Document Background'
- ClientHeight = 360
- ClientWidth = 391
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 33
- Height = 13
- Caption = '&Colour:'
- end
- object clColor: TColorBox
- Left = 80
- Top = 16
- Width = 297
- Height = 22
- Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
- ItemHeight = 16
- TabOrder = 0
- end
- object cbUseImage: TCheckBox
- Left = 16
- Top = 56
- Width = 345
- Height = 17
- Caption = 'Use &Background Image'
- TabOrder = 1
- OnClick = cbUseImageClick
- end
- object gbImage: TGroupBox
- Left = 16
- Top = 80
- Width = 361
- Height = 241
- Caption = 'Image'
- TabOrder = 2
- object Label2: TLabel
- Left = 232
- Top = 96
- Width = 38
- Height = 13
- Caption = '&Repeat:'
- FocusControl = cbRepeat
- end
- object Label3: TLabel
- Left = 232
- Top = 144
- Width = 89
- Height = 13
- Caption = '&Horisontal position:'
- end
- object lHPos: TLabel
- Left = 296
- Top = 164
- Width = 8
- Height = 13
- Caption = '%'
- end
- object Label5: TLabel
- Left = 232
- Top = 192
- Width = 77
- Height = 13
- Caption = '&Vertical position:'
- end
- object lVPos: TLabel
- Left = 296
- Top = 212
- Width = 8
- Height = 13
- Caption = '%'
- end
- object bLoad: TButton
- Left = 232
- Top = 16
- Width = 113
- Height = 25
- Caption = '&Load...'
- TabOrder = 0
- OnClick = bLoadClick
- end
- object pnImage: TPanel
- Left = 8
- Top = 16
- Width = 217
- Height = 217
- BevelOuter = bvLowered
- TabOrder = 1
- end
- object bClear: TButton
- Left = 232
- Top = 48
- Width = 113
- Height = 25
- Caption = 'Cl&ear'
- TabOrder = 2
- OnClick = bClearClick
- end
- object cbRepeat: TComboBox
- Left = 232
- Top = 112
- Width = 113
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- ItemIndex = 0
- TabOrder = 3
- Text = '(none)'
- OnChange = cbRepeatChange
- Items.Strings = (
- '(none)'
- 'Tile'
- 'Vertically'
- 'Horisontally')
- end
- object eHPos: TXSpinEdit
- Left = 232
- Top = 160
- Width = 57
- Height = 21
- TabOrder = 4
- Text = '0'
- MinValue = -100
- MaxValue = 100
- Value = 0
- Step = 5
- end
- object eVPos: TXSpinEdit
- Left = 232
- Top = 208
- Width = 57
- Height = 21
- TabOrder = 5
- Text = '0'
- MinValue = -100
- MaxValue = 100
- Value = 0
- Step = 1
- end
- end
- object bOK: TButton
- Left = 168
- Top = 328
- Width = 97
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 280
- Top = 328
- Width = 97
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- end
-