Rev | Line | |
---|
[107] | 1 | object Form_WhatLinksHere: TForm_WhatLinksHere
|
---|
| 2 | Left = 0
|
---|
| 3 | Top = 0
|
---|
| 4 | BorderStyle = bsSizeToolWin
|
---|
| 5 | Caption = 'What links here?'
|
---|
| 6 | ClientHeight = 296
|
---|
| 7 | ClientWidth = 421
|
---|
| 8 | Color = clBtnFace
|
---|
| 9 | Font.Charset = DEFAULT_CHARSET
|
---|
| 10 | Font.Color = clWindowText
|
---|
| 11 | Font.Height = -11
|
---|
| 12 | Font.Name = 'Tahoma'
|
---|
| 13 | Font.Style = []
|
---|
| 14 | OldCreateOrder = False
|
---|
| 15 | OnCloseQuery = FormCloseQuery
|
---|
| 16 | OnShow = FormShow
|
---|
| 17 | PixelsPerInch = 96
|
---|
| 18 | TextHeight = 13
|
---|
| 19 | object label_what: TLabel
|
---|
| 20 | AlignWithMargins = True
|
---|
| 21 | Left = 3
|
---|
| 22 | Top = 3
|
---|
| 23 | Width = 415
|
---|
| 24 | Height = 16
|
---|
| 25 | Align = alTop
|
---|
| 26 | AutoSize = False
|
---|
| 27 | Caption = 'What links to:'
|
---|
| 28 | Font.Charset = DEFAULT_CHARSET
|
---|
| 29 | Font.Color = clWindowText
|
---|
| 30 | Font.Height = -11
|
---|
| 31 | Font.Name = 'Tahoma'
|
---|
| 32 | Font.Style = [fsBold]
|
---|
| 33 | ParentFont = False
|
---|
| 34 | end
|
---|
| 35 | object list: TListBox
|
---|
| 36 | AlignWithMargins = True
|
---|
| 37 | Left = 3
|
---|
| 38 | Top = 25
|
---|
| 39 | Width = 415
|
---|
| 40 | Height = 268
|
---|
| 41 | Align = alClient
|
---|
| 42 | ItemHeight = 13
|
---|
| 43 | TabOrder = 0
|
---|
| 44 | OnDblClick = listDblClick
|
---|
| 45 | ExplicitLeft = 4
|
---|
| 46 | ExplicitTop = 52
|
---|
| 47 | ExplicitWidth = 414
|
---|
| 48 | ExplicitHeight = 237
|
---|
| 49 | end
|
---|
| 50 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.