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

Comparing oup/current/Main.dfm (file contents):
Revision 46 by alloc, Sat Dec 23 16:26:43 2006 UTC vs.
Revision 51 by alloc, Sat Dec 23 22:16:42 2006 UTC

# Line 51 | Line 51 | object Form_Main: TForm_Main
51        Top = 0
52        Caption = 'MainMenu'
53        CloseButton = False
54 +      DragHandleStyle = dhDouble
55        FullSize = True
56        Images = MenuImages
57        MenuBar = True
# Line 124 | Line 125 | object Form_Main: TForm_Main
125            ShortCut = 16453
126            OnClick = menu_extractorClick
127          end
128 +        object menu_meta: TTBItem
129 +          Caption = '&Meta Editor'
130 +          Enabled = False
131 +          ShortCut = 16461
132 +          OnClick = menu_metaClick
133 +        end
134          object menu_filecompare: TTBItem
135            Caption = '&File compare ...'
136            Enabled = False
# Line 197 | Line 204 | object Form_Main: TForm_Main
204        Left = 0
205        Top = 23
206        Caption = 'Toolbar'
207 +      DragHandleStyle = dhDouble
208        Images = MenuImages
209        TabOrder = 1
210 +      OnDockChanged = ToolbarDockChanged
211        object tbOpen: TTBItem
212          Caption = 'Open file'
213          DisplayMode = nbdmImageAndText
# Line 207 | Line 216 | object Form_Main: TForm_Main
216        end
217        object tb_separator1: TTBSeparatorItem
218        end
219 +      object tb_dat2db: TTBItem
220 +        Caption = '.dat -> DB'
221 +        DisplayMode = nbdmImageAndText
222 +        ImageIndex = 1
223 +        OnClick = menu_createdbClick
224 +      end
225 +      object tb_db2dat: TTBItem
226 +        Caption = 'DB -> .dat'
227 +        DisplayMode = nbdmImageAndText
228 +        ImageIndex = 2
229 +        OnClick = menu_createlvlClick
230 +      end
231 +      object TBSeparatorItem1: TTBSeparatorItem
232 +      end
233        object tb_preview: TTBItem
234          Caption = 'Preview'
235          DisplayMode = nbdmImageAndText
# Line 242 | Line 265 | object Form_Main: TForm_Main
265          ImageIndex = 7
266          OnClick = menu_extractorClick
267        end
268 +      object tb_meta: TTBItem
269 +        Caption = 'Meta Editor'
270 +        DisplayMode = nbdmImageAndText
271 +        Enabled = False
272 +        OnClick = menu_metaClick
273 +      end
274        object tb_compare: TTBItem
275          Caption = 'File compare'
276          DisplayMode = nbdmImageAndText
# Line 263 | Line 292 | object Form_Main: TForm_Main
292        DockMode = dmCannotFloat
293        DockPos = 0
294        DockRow = 2
295 +      DragHandleStyle = dhDouble
296        TabOrder = 2
297        object TBControlItem1: TTBControlItem
298          Control = MDITab

Diff Legend

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