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

Comparing oup/current/Tools/_TemplateFileList.dfm (file contents):
Revision 233 by alloc, Fri Jun 29 12:38:24 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

# Line 32 | Line 32 | inherited Form_TemplateFileList: TForm_T
32          Margins.Top = 1
33          Margins.Right = 1
34          Margins.Bottom = 0
35 <        ActivePage = tab_meta
35 >        ActivePage = tab_files
36          Align = alClient
37          TabOrder = 0
38          object tab_files: TTabSheet
# Line 260 | Line 260 | inherited Form_TemplateFileList: TForm_T
260              Height = 378
261              Align = alClient
262              ItemHeight = 13
263 +            PopupMenu = filepopup
264              TabOrder = 1
265              OnClick = listClick
266              OnMouseDown = listMouseDown
# Line 268 | Line 269 | inherited Form_TemplateFileList: TForm_T
269          object tab_meta: TTabSheet
270            Caption = 'Tree'
271            ImageIndex = 1
271          ExplicitLeft = 0
272          ExplicitTop = 0
273          ExplicitWidth = 0
274          ExplicitHeight = 0
272            object filelist_meta: TVirtualStringTree
273              Left = 0
274              Top = 0
# Line 308 | Line 305 | inherited Form_TemplateFileList: TForm_T
305      end
306    end
307    object filepopup: TPopupMenu
308 +    OnPopup = filepopupPopup
309      Left = 72
310      Top = 216
311      object popup_separator2: TMenuItem
# Line 315 | Line 313 | inherited Form_TemplateFileList: TForm_T
313      end
314      object popup_linkshere: TMenuItem
315        Caption = 'What links here? Where does this file link to?'
316 +      OnClick = popup_linkshereClick
317      end
318      object popup_separator: TMenuItem
319        Caption = '-'
320      end
321      object popup_import: TMenuItem
322        Caption = 'Import binary .dat-file'
323 +      OnClick = popup_importClick
324      end
325      object popup_export: TMenuItem
326        Caption = 'Export binary .dat-file'
327 +      OnClick = popup_exportClick
328      end
329    end
330    object importd: TOpenDialog

Diff Legend

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