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

Comparing:
oup/rewrite/Tools/Preview.dfm (file contents), Revision 93 by alloc, Thu Jan 18 17:15:59 2007 UTC vs.
oup/current/Tools/Preview.dfm (file contents), Revision 209 by alloc, Mon Jun 4 22:07:29 2007 UTC

# Line 1 | Line 1
1   inherited Form_Preview: TForm_Preview
2    Caption = 'Preview'
3 +  OnCreate = FormCreate
4 +  ExplicitWidth = 500
5 +  ExplicitHeight = 450
6    PixelsPerInch = 96
7    TextHeight = 13
8 +  inherited Splitter1: TSplitter
9 +    OnMoved = Splitter1Moved
10 +  end
11    inherited content: TPanel
12      object lbl_notpossible: TLabel
13        Left = 16
# Line 20 | Line 26 | inherited Form_Preview: TForm_Preview
26        WordWrap = True
27      end
28      object img: TImage
29 <      Left = 0
30 <      Top = 20
31 <      Width = 283
32 <      Height = 403
29 >      AlignWithMargins = True
30 >      Left = 3
31 >      Top = 23
32 >      Width = 277
33 >      Height = 397
34        Align = alClient
35 +      ExplicitLeft = 0
36 +      ExplicitTop = 20
37        ExplicitWidth = 313
38        ExplicitHeight = 453
39      end

Diff Legend

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