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 101 by alloc, Tue Feb 20 20:43:29 2007 UTC vs.
oup/current/Tools/Preview.dfm (file contents), Revision 244 by alloc, Fri Aug 17 21:09:51 2007 UTC

# Line 1 | Line 1
1   inherited Form_Preview: TForm_Preview
2 <  Caption = 'Preview'
2 >  Caption = 'Form_Preview'
3    OnCreate = FormCreate
4  ExplicitWidth = 500
5  ExplicitHeight = 450
4    PixelsPerInch = 96
5    TextHeight = 13
6 <  inherited content: TPanel
7 <    object lbl_notpossible: TLabel
8 <      Left = 16
11 <      Top = 56
12 <      Width = 97
13 <      Height = 65
14 <      AutoSize = False
15 <      Caption = 'No preview possible for this filetype'
16 <      Font.Charset = DEFAULT_CHARSET
17 <      Font.Color = clWindowText
18 <      Font.Height = -16
19 <      Font.Name = 'Tahoma'
20 <      Font.Style = []
21 <      ParentFont = False
22 <      Visible = False
23 <      WordWrap = True
6 >  inherited panel_basecontent: TPanel
7 >    inherited splitter_content: TSplitter
8 >      OnMoved = Splitter1Moved
9      end
10 <    object img: TImage
11 <      Left = 0
12 <      Top = 20
13 <      Width = 283
14 <      Height = 403
15 <      Align = alClient
16 <      ExplicitWidth = 313
17 <      ExplicitHeight = 453
18 <    end
19 <    object panel_buttons: TPanel
20 <      Left = 0
21 <      Top = 0
37 <      Width = 283
38 <      Height = 20
39 <      Align = alTop
40 <      BevelOuter = bvNone
41 <      TabOrder = 0
42 <      Visible = False
43 <      OnResize = panel_buttonsResize
44 <      object btn_dec: TButton
45 <        Left = 0
46 <        Top = 0
47 <        Width = 20
48 <        Height = 20
49 <        Caption = '-'
50 <        Enabled = False
51 <        TabOrder = 0
52 <        OnClick = btn_decClick
10 >    inherited panel_content: TPanel
11 >      object img: TImage
12 >        AlignWithMargins = True
13 >        Left = 3
14 >        Top = 23
15 >        Width = 384
16 >        Height = 506
17 >        Align = alClient
18 >        ExplicitLeft = 0
19 >        ExplicitTop = 20
20 >        ExplicitWidth = 313
21 >        ExplicitHeight = 453
22        end
23 <      object btn_startstop: TButton
24 <        Left = 21
25 <        Top = 0
26 <        Width = 80
27 <        Height = 20
28 <        Caption = 'Stop automatic'
29 <        TabOrder = 1
30 <        OnClick = btn_startstopClick
23 >      object lbl_notpossible: TLabel
24 >        Left = 16
25 >        Top = 56
26 >        Width = 97
27 >        Height = 65
28 >        AutoSize = False
29 >        Caption = 'No preview possible for this filetype'
30 >        Font.Charset = DEFAULT_CHARSET
31 >        Font.Color = clWindowText
32 >        Font.Height = -16
33 >        Font.Name = 'Tahoma'
34 >        Font.Style = []
35 >        ParentFont = False
36 >        Visible = False
37 >        WordWrap = True
38        end
39 <      object btn_inc: TButton
40 <        Left = 102
39 >      object panel_buttons: TPanel
40 >        Left = 0
41          Top = 0
42 <        Width = 20
42 >        Width = 390
43          Height = 20
44 <        Caption = '+'
45 <        Enabled = False
46 <        TabOrder = 2
47 <        OnClick = btn_incClick
44 >        Align = alTop
45 >        BevelOuter = bvNone
46 >        TabOrder = 0
47 >        Visible = False
48 >        OnResize = panel_buttonsResize
49 >        object btn_dec: TButton
50 >          Left = 0
51 >          Top = 0
52 >          Width = 20
53 >          Height = 20
54 >          Caption = '-'
55 >          Enabled = False
56 >          TabOrder = 0
57 >          OnClick = btn_decClick
58 >        end
59 >        object btn_startstop: TButton
60 >          Left = 21
61 >          Top = 0
62 >          Width = 80
63 >          Height = 20
64 >          Caption = 'Stop automatic'
65 >          TabOrder = 1
66 >          OnClick = btn_startstopClick
67 >        end
68 >        object btn_inc: TButton
69 >          Left = 102
70 >          Top = 0
71 >          Width = 20
72 >          Height = 20
73 >          Caption = '+'
74 >          Enabled = False
75 >          TabOrder = 2
76 >          OnClick = btn_incClick
77 >        end
78        end
79      end
80    end
81 <  object timer: TTimer [3]
81 >  object timer: TTimer
82      Enabled = False
83      OnTimer = timerTimer
84      Left = 400

Diff Legend

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