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

Comparing:
oup/rewrite/Tools/Template.dfm (file contents), Revision 97 by alloc, Mon Jan 22 23:05:45 2007 UTC vs.
oup/current/Tools/Template.dfm (file contents), Revision 109 by alloc, Wed Feb 21 03:12:33 2007 UTC

# Line 18 | Line 18 | object Form_ToolTemplate: TForm_ToolTemp
18    WindowState = wsMaximized
19    OnActivate = FormActivate
20    OnClose = FormClose
21  OnResize = FormResize
21    PixelsPerInch = 96
22    TextHeight = 13
23    object Splitter1: TSplitter
# Line 242 | Line 241 | object Form_ToolTemplate: TForm_ToolTemp
241          Height = 21
242          Style = csDropDownList
243          Anchors = [akLeft, akTop, akRight]
244 <        DropDownCount = 12
244 >        DropDownCount = 20
245          Font.Charset = DEFAULT_CHARSET
246          Font.Color = clWindowText
247          Font.Height = -11
248 <        Font.Name = 'Tahoma'
248 >        Font.Name = 'Courier'
249          Font.Style = []
250          ItemHeight = 13
251          ParentFont = False
# Line 288 | Line 287 | object Form_ToolTemplate: TForm_ToolTemp
287          Height = 21
288          Style = csDropDownList
289          Anchors = [akLeft, akTop, akRight]
290 +        DropDownCount = 12
291          ItemHeight = 13
292          TabOrder = 4
293          OnChange = combo_connectionChange
# Line 307 | Line 307 | object Form_ToolTemplate: TForm_ToolTemp
307      OnPopup = filepopupPopup
308      Left = 72
309      Top = 216
310 +    object popup_separator2: TMenuItem
311 +      Caption = '-'
312 +    end
313 +    object popup_linkshere: TMenuItem
314 +      Caption = 'What links here?'
315 +      Enabled = False
316 +      OnClick = popup_linkshereClick
317 +    end
318      object popup_separator: TMenuItem
319        Caption = '-'
320      end

Diff Legend

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