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

Comparing:
oup/rewrite/Main.dfm (file contents), Revision 97 by alloc, Mon Jan 22 23:05:45 2007 UTC vs.
oup/current/Main.dfm (file contents), Revision 209 by alloc, Mon Jun 4 22:07:29 2007 UTC

# Line 5 | Line 5 | object Form_Main: TForm_Main
5    VertScrollBar.Visible = False
6    Caption = 'Form_Main'
7    ClientHeight = 571
8 <  ClientWidth = 742
8 >  ClientWidth = 842
9    Color = clBtnFace
10    Constraints.MinHeight = 500
11    Constraints.MinWidth = 750
# Line 25 | Line 25 | object Form_Main: TForm_Main
25    object statbar: TStatusBar
26      Left = 0
27      Top = 554
28 <    Width = 742
28 >    Width = 842
29      Height = 17
30      BiDiMode = bdLeftToRight
31      Panels = <
# Line 42 | Line 42 | object Form_Main: TForm_Main
42          Width = 100
43        end>
44      ParentBiDiMode = False
45 +    ExplicitWidth = 742
46    end
47    object DockTop: TTBDock
48      Left = 0
49      Top = 0
50 <    Width = 742
50 >    Width = 842
51      Height = 75
52 +    ExplicitWidth = 742
53      object MainMenu: TTBToolbar
54        Left = 0
55        Top = 0
# Line 134 | Line 136 | object Form_Main: TForm_Main
136          end
137          object menu_meta: TTBItem
138            Caption = '&Meta editor'
137          Enabled = False
139            ImageIndex = 11
140            ShortCut = 16461
141            OnClick = menu_metaClick
# Line 352 | Line 353 | object Form_Main: TForm_Main
353      Position = dpLeft
354    end
355    object DockRight: TTBDock
356 <    Left = 733
356 >    Left = 833
357      Top = 75
358      Width = 9
359      Height = 470
360      Position = dpRight
361 +    ExplicitLeft = 733
362    end
363    object DockBottom: TTBDock
364      Left = 0
365      Top = 545
366 <    Width = 742
366 >    Width = 842
367      Height = 9
368      Position = dpBottom
369 +    ExplicitWidth = 742
370    end
371    object opend: TOpenDialog
372      Filter =
373        'Compatible level files|*.dat;*.oldb|Oni level (*.dat)|*.dat|OUP ' +
374        'level database (*.oldb)|*.oldb|Any (*.*)|*'
375 <    Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
375 >    Options = [ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
376      Left = 32
377      Top = 64
378    end

Diff Legend

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