ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Helper/WhatLinksHere.dfm
(Generate patch)

Comparing oup/current/Helper/WhatLinksHere.dfm (file contents):
Revision 109 by alloc, Wed Feb 21 03:12:33 2007 UTC vs.
Revision 222 by alloc, Mon Jun 18 14:22:53 2007 UTC

# Line 3 | Line 3 | object Form_WhatLinksHere: TForm_WhatLin
3    Top = 0
4    BorderStyle = bsSizeToolWin
5    Caption = 'What links here?'
6 <  ClientHeight = 296
7 <  ClientWidth = 421
6 >  ClientHeight = 232
7 >  ClientWidth = 404
8    Color = clBtnFace
9 +  Constraints.MinHeight = 232
10 +  Constraints.MinWidth = 275
11    Font.Charset = DEFAULT_CHARSET
12    Font.Color = clWindowText
13    Font.Height = -11
# Line 16 | Line 18 | object Form_WhatLinksHere: TForm_WhatLin
18    OnShow = FormShow
19    PixelsPerInch = 96
20    TextHeight = 13
21 <  object label_what: TLabel
22 <    AlignWithMargins = True
23 <    Left = 3
24 <    Top = 3
25 <    Width = 415
26 <    Height = 16
21 >  object Splitter1: TSplitter
22 >    Left = 0
23 >    Top = 100
24 >    Width = 404
25 >    Height = 8
26 >    Cursor = crVSplit
27      Align = alTop
28 <    AutoSize = False
29 <    Caption = 'What links to:'
30 <    Font.Charset = DEFAULT_CHARSET
31 <    Font.Color = clWindowText
32 <    Font.Height = -11
31 <    Font.Name = 'Tahoma'
32 <    Font.Style = [fsBold]
33 <    ParentFont = False
28 >    AutoSnap = False
29 >    Beveled = True
30 >    MinSize = 100
31 >    ExplicitTop = 171
32 >    ExplicitWidth = 655
33    end
34 <  object list: TListBox
35 <    AlignWithMargins = True
36 <    Left = 3
37 <    Top = 25
38 <    Width = 415
39 <    Height = 268
40 <    Align = alClient
42 <    ItemHeight = 13
34 >  object Panel1: TPanel
35 >    Left = 0
36 >    Top = 0
37 >    Width = 404
38 >    Height = 100
39 >    Align = alTop
40 >    BevelOuter = bvNone
41      TabOrder = 0
42 <    OnDblClick = listDblClick
43 <    ExplicitLeft = 4
44 <    ExplicitTop = 52
45 <    ExplicitWidth = 414
46 <    ExplicitHeight = 237
42 >    ExplicitWidth = 267
43 >    object label_what: TLabel
44 >      AlignWithMargins = True
45 >      Left = 3
46 >      Top = 3
47 >      Width = 398
48 >      Height = 16
49 >      Align = alTop
50 >      AutoSize = False
51 >      Caption = 'What links to:'
52 >      Font.Charset = DEFAULT_CHARSET
53 >      Font.Color = clWindowText
54 >      Font.Height = -11
55 >      Font.Name = 'Tahoma'
56 >      Font.Style = [fsBold]
57 >      ParentFont = False
58 >      ExplicitLeft = 10
59 >      ExplicitTop = 11
60 >      ExplicitWidth = 415
61 >    end
62 >    object list_from: TListBox
63 >      AlignWithMargins = True
64 >      Left = 3
65 >      Top = 25
66 >      Width = 398
67 >      Height = 72
68 >      Align = alClient
69 >      ItemHeight = 13
70 >      TabOrder = 0
71 >      OnDblClick = list_fromDblClick
72 >    end
73 >  end
74 >  object Panel2: TPanel
75 >    Left = 0
76 >    Top = 108
77 >    Width = 404
78 >    Height = 124
79 >    Align = alClient
80 >    BevelOuter = bvNone
81 >    TabOrder = 1
82 >    ExplicitLeft = 28
83 >    ExplicitTop = 212
84 >    ExplicitWidth = 337
85 >    ExplicitHeight = 169
86 >    object label_to: TLabel
87 >      AlignWithMargins = True
88 >      Left = 3
89 >      Top = 3
90 >      Width = 398
91 >      Height = 16
92 >      Align = alTop
93 >      AutoSize = False
94 >      Caption = 'File links to:'
95 >      Font.Charset = DEFAULT_CHARSET
96 >      Font.Color = clWindowText
97 >      Font.Height = -11
98 >      Font.Name = 'Tahoma'
99 >      Font.Style = [fsBold]
100 >      ParentFont = False
101 >      ExplicitLeft = 6
102 >      ExplicitWidth = 179
103 >    end
104 >    object list_to: TListBox
105 >      AlignWithMargins = True
106 >      Left = 3
107 >      Top = 25
108 >      Width = 398
109 >      Height = 96
110 >      Align = alClient
111 >      ItemHeight = 13
112 >      TabOrder = 0
113 >      OnDblClick = list_fromDblClick
114 >    end
115    end
116   end

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)