home *** CD-ROM | disk | FTP | other *** search
- object FrmFrame: TFrmFrame
- Left = 194
- Top = 147
- BorderStyle = bsDialog
- Caption = 'Frame'
- ClientHeight = 140
- ClientWidth = 424
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblSrc: TLabel
- Left = 8
- Top = 8
- Width = 16
- Height = 13
- Caption = '&Src'
- FocusControl = cbSrc
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblName: TLabel
- Left = 8
- Top = 40
- Width = 28
- Height = 13
- Caption = '&Name'
- FocusControl = cbName
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblMarginHeight: TLabel
- Left = 160
- Top = 80
- Width = 64
- Height = 13
- Caption = 'Margin &height'
- FocusControl = seMarginHeight
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblMarginWidth: TLabel
- Left = 8
- Top = 80
- Width = 60
- Height = 13
- Caption = 'Margin &width'
- FocusControl = seMarginWidth
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblScrolling: TLabel
- Left = 8
- Top = 112
- Width = 40
- Height = 13
- Caption = 'Scro&lling'
- FocusControl = cbScrolling
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object btnOK: TButton
- Left = 328
- Top = 72
- Width = 89
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 7
- end
- object btnCancel: TButton
- Left = 328
- Top = 104
- Width = 89
- Height = 25
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 8
- end
- object cbNoResize: TCheckBox
- Left = 216
- Top = 112
- Width = 68
- Height = 17
- Hint = 'Indicates whether the frame can be resized or not'
- Caption = ' No &resize'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- end
- object btnURLAssistant: TBitBtn
- Left = 328
- Top = 7
- Width = 89
- Height = 23
- Hint = 'URL Assistant'
- Caption = '&URL'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = btnURLAssistantClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777770000000
- 000077777FFFFFFFFFFF7774408777777770777788888888888F7744448BFFFB
- FF707788F78F7FFFFF8F7440008FCCCCCB7078F7778F8888878F6C66368BFFFB
- FF7078F7778F7FFFFF8F6668028FCCCCCB708F77778F8888878F6666388BFFFB
- FF708F77778F7FFFFF8F6866888FCCCCCB708F77778F8888878F6766888BFFFB
- FF708F77778F77FF7F8F8E7E788FFCCF00008F77778F7887888F8777788BFFFB
- 7F878F77778F77778F877877778FFBFF787778F7778FFFFF887778F777888888
- 807778F7778888888877777FF77778380777778FF777777F877777777777E788
- 777777788FFFFF88777777777888887777777777788888777777}
- NumGlyphs = 2
- end
- object cbSrc: TComboBox
- Left = 56
- Top = 8
- Width = 265
- Height = 21
- Hint = 'URL of document which should be shown in frame'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'file://')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- object cbName: TComboBox
- Left = 56
- Top = 40
- Width = 265
- Height = 21
- Hint =
- 'Assign a name so this frame can be targeted by links from other ' +
- 'documents'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- '_Blank'
- '_Parent'
- '_Self'
- '_Top')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object cbScrolling: TComboBox
- Left = 56
- Top = 112
- Width = 145
- Height = 21
- Hint = 'Should this frame have a scrollbar ? (Auto is default)'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- 'Auto'
- 'Yes'
- 'No')
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object seMarginHeight: TSpinEdit
- Left = 232
- Top = 80
- Width = 49
- Height = 22
- Hint = 'Frame height in pixels'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100000
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Value = 0
- end
- object seMarginWidth: TSpinEdit
- Left = 80
- Top = 80
- Width = 49
- Height = 22
- Hint = 'Frame width in pixels'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100000
- MinValue = 0
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- Value = 0
- end
- end
-