home *** CD-ROM | disk | FTP | other *** search
- object frmBase: TfrmBase
- Left = 265
- Top = 168
- HelpContext = 10
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Base'
- ClientHeight = 121
- ClientWidth = 484
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 469
- Height = 79
- Shape = bsFrame
- IsControl = True
- end
- object lblLinkTo: TLabel
- Left = 15
- Top = 26
- Width = 36
- Height = 13
- Caption = 'Lin&k To'
- FocusControl = cmbLinkTo
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object lblTarget: TLabel
- Left = 15
- Top = 56
- Width = 31
- Height = 13
- Caption = '&Target'
- FocusControl = cmbTarget
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object OKBtn: TBitBtn
- Left = 232
- Top = 92
- Width = 77
- Height = 25
- Caption = 'OK'
- Default = True
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 3
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 316
- Top = 92
- Width = 77
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 4
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 400
- Top = 92
- Width = 77
- Height = 25
- HelpContext = 10
- Caption = '&Help'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- OnClick = HelpBtnClick
- NumGlyphs = 2
- Spacing = -1
- IsControl = True
- end
- object cmbLinkTo: TComboBox
- Left = 68
- Top = 22
- Width = 313
- Height = 21
- Hint = 'Set default link for the document'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Sorted = True
- TabOrder = 0
- end
- object bbtnLinkToURL: TBitBtn
- Left = 388
- Top = 19
- Width = 77
- Height = 27
- Hint = 'Open the URL Builder'
- Caption = '&URL'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = bbtnLinkToURLClick
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000012000000110000000100
- 040000000000CC00000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777070000007777777777777770000000000000000000007700070000000FFF
- FFFFFFF07000770000000FFFFFFF00008007770000000FFFFFF0877808777700
- 00000FFFFF0877E88077770000000FFFFF0777787077770000000FFFFF07E778
- 7077770000000FFFFF08EE788077770000000FFFFFF087780777770000000FFF
- FFFF00007777770000000FFFFFFFFFF07777770000000FFFFFFF000077777700
- 00000FFFFFFF07077777770000000FFFFFFF0077777777000000000000000777
- 777777000000}
- end
- object cmbTarget: TComboBox
- Left = 68
- Top = 52
- Width = 313
- Height = 21
- Hint = 'Browser window to open when this link is selected'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Sorted = True
- TabOrder = 2
- end
- end
-