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

Comparing oup/current/Tools/BinEdit.dfm (file contents):
Revision 174 by alloc, Wed May 2 15:16:00 2007 UTC vs.
Revision 231 by alloc, Wed Jun 20 22:24:04 2007 UTC

# Line 1 | Line 1
1   inherited Form_BinEdit: TForm_BinEdit
2 <  Caption = 'BinEdit'
3 <  KeyPreview = True
2 >  Caption = 'Form_BinEdit'
3    OnCloseQuery = FormCloseQuery
4    OnCreate = FormCreate
5    OnKeyUp = FormKeyUp
7  ExplicitWidth = 500
8  ExplicitHeight = 450
6    PixelsPerInch = 96
7    TextHeight = 13
8 <  inherited content: TPanel
9 <    object Splitter2: TSplitter
10 <      Left = 0
11 <      Top = 209
12 <      Width = 283
13 <      Height = 9
14 <      Cursor = crVSplit
15 <      Align = alTop
16 <      AutoSnap = False
17 <      Beveled = True
18 <      MinSize = 40
22 <      ExplicitWidth = 425
23 <    end
24 <    object Splitter3: TSplitter
25 <      Left = 0
26 <      Top = 318
27 <      Width = 283
28 <      Height = 8
29 <      Cursor = crVSplit
30 <      Align = alBottom
31 <      AutoSnap = False
32 <      Beveled = True
33 <      MinSize = 40
34 <      ExplicitLeft = -9
35 <      ExplicitTop = 430
36 <      ExplicitWidth = 425
37 <    end
38 <    object hex: TMPHexEditor
39 <      Left = 0
40 <      Top = 0
41 <      Width = 283
42 <      Height = 209
43 <      Cursor = crIBeam
44 <      Align = alTop
45 <      Font.Charset = DEFAULT_CHARSET
46 <      Font.Color = clWindowText
47 <      Font.Height = -16
48 <      Font.Name = 'Courier'
49 <      Font.Style = []
50 <      OnKeyUp = hexKeyUp
51 <      ParentFont = False
52 <      TabOrder = 0
53 <      BytesPerRow = 16
54 <      Translation = tkASCII
55 <      OffsetFormat = '6!10:0x|'
56 <      Colors.Background = clWindow
57 <      Colors.ChangedBackground = clWindow
58 <      Colors.ChangedText = clRed
59 <      Colors.CursorFrame = clNavy
60 <      Colors.Offset = clBlack
61 <      Colors.OddColumn = clBlue
62 <      Colors.EvenColumn = clNavy
63 <      Colors.CurrentOffsetBackground = clBtnShadow
64 <      Colors.OffsetBackground = clBtnFace
65 <      Colors.CurrentOffset = clBtnHighlight
66 <      Colors.Grid = clBtnFace
67 <      Colors.NonFocusCursorFrame = clAqua
68 <      Colors.ActiveFieldBackground = clWindow
69 <      FocusFrame = True
70 <      NoSizeChange = True
71 <      AllowInsertMode = False
72 <      DrawGridLines = False
73 <      Version = 'december 06, 2006; '#169' markus stephany, vcl[at]mirkes[dot]de'
74 <      OnChange = hexChange
75 <      ShowPositionIfNotFocused = True
76 <      OnSelectionChanged = hexSelectionChanged
77 <    end
78 <    object value_viewer: TWrapGrid
79 <      Left = 0
80 <      Top = 218
81 <      Width = 283
82 <      Height = 100
83 <      Align = alClient
84 <      ColCount = 1
85 <      DefaultColWidth = 80
86 <      DefaultRowHeight = 18
87 <      FixedCols = 0
88 <      RowCount = 8
89 <      FixedRows = 0
90 <      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
91 <      PopupMenu = value_viewer_context
92 <      ScrollBars = ssVertical
93 <      TabOrder = 1
94 <      OnDblClick = value_viewerDblClick
95 <      OnMouseDown = value_viewerMouseDown
96 <    end
97 <    object VST: TVirtualStringTree
98 <      Left = 0
99 <      Top = 326
100 <      Width = 283
101 <      Height = 97
102 <      Align = alBottom
103 <      AnimationDuration = 0
104 <      AutoExpandDelay = 300
105 <      BiDiMode = bdLeftToRight
106 <      Colors.UnfocusedSelectionColor = clGradientActiveCaption
107 <      Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption
108 <      Ctl3D = True
109 <      DragOperations = []
110 <      DrawSelectionMode = smBlendedRectangle
111 <      EditDelay = 200
112 <      Font.Charset = DEFAULT_CHARSET
113 <      Font.Color = clWindowText
114 <      Font.Height = -11
115 <      Font.Name = 'Tahoma'
116 <      Font.Style = []
117 <      Header.AutoSizeIndex = 0
118 <      Header.Font.Charset = DEFAULT_CHARSET
119 <      Header.Font.Color = clWindowText
120 <      Header.Font.Height = -11
121 <      Header.Font.Name = 'Tahoma'
122 <      Header.Font.Style = []
123 <      Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible]
124 <      Header.PopupMenu = VTHPopup
125 <      Header.Style = hsFlatButtons
126 <      HintAnimation = hatNone
127 <      HintMode = hmTooltip
128 <      Indent = 14
129 <      ParentBiDiMode = False
130 <      ParentCtl3D = False
131 <      ParentFont = False
132 <      ParentShowHint = False
133 <      ShowHint = True
134 <      TabOrder = 2
135 <      TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
136 <      TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages]
137 <      TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
138 <      OnDblClick = VSTDblClick
139 <      OnFocusChanged = VSTFocusChanged
140 <      OnGetText = VSTGetText
141 <      OnHeaderDragged = VSTHeaderDragged
142 <      Columns = <
143 <        item
144 <          MaxWidth = 300
145 <          MinWidth = 100
146 <          Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
147 <          Position = 0
148 <          Spacing = 20
149 <          Width = 150
150 <          WideText = 'Name'
151 <          WideHint = 'Name of the item.'
8 >  inherited panel_basecontent: TPanel
9 >    inherited panel_files: TPanel
10 >      inherited FilePages: TPageControl
11 >        Height = 471
12 >        ExplicitHeight = 471
13 >        inherited tab_files: TTabSheet
14 >          ExplicitHeight = 443
15 >          inherited filelist: TListBox
16 >            Height = 318
17 >            ExplicitHeight = 318
18 >          end
19          end
20 <        item
21 <          MaxWidth = 110
22 <          MinWidth = 80
23 <          Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
24 <          Position = 1
158 <          Spacing = 20
159 <          Width = 85
160 <          WideText = 'Offset'
161 <          WideHint = 'Offset of the data-item.'
20 >        inherited tab_meta: TTabSheet
21 >          ExplicitLeft = 0
22 >          ExplicitTop = 0
23 >          ExplicitWidth = 0
24 >          ExplicitHeight = 0
25          end
26 <        item
27 <          MaxWidth = 110
28 <          MinWidth = 75
29 <          Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
30 <          Position = 2
31 <          Width = 75
32 <          WideText = 'Type'
33 <          WideHint = 'Data type of the item.'
26 >      end
27 >      object panel_imexport: TPanel
28 >        Left = 0
29 >        Top = 472
30 >        Width = 200
31 >        Height = 60
32 >        Align = alBottom
33 >        BevelOuter = bvNone
34 >        TabOrder = 1
35 >        DesignSize = (
36 >          200
37 >          60)
38 >        object btn_export: TButton
39 >          Left = 4
40 >          Top = 4
41 >          Width = 190
42 >          Height = 25
43 >          Anchors = [akLeft, akTop, akRight]
44 >          Caption = 'Export to file...'
45 >          TabOrder = 0
46          end
47 <        item
48 <          MaxWidth = 250
49 <          MinWidth = 80
50 <          Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
51 <          Position = 3
52 <          Width = 100
53 <          WideText = 'Value'
54 <          WideHint = 'Value of the item.'
47 >        object btn_import: TButton
48 >          Left = 4
49 >          Top = 32
50 >          Width = 190
51 >          Height = 25
52 >          Anchors = [akLeft, akTop, akRight]
53 >          Caption = 'Import from file...'
54 >          TabOrder = 1
55          end
56 <        item
57 <          MaxWidth = 400
58 <          MinWidth = 80
59 <          Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
60 <          Position = 4
61 <          Width = 400
62 <          WideText = 'Description'
63 <        end>
64 <      WideDefaultText = ''
56 >      end
57 >    end
58 >    inherited panel_content: TPanel
59 >      object Splitter2: TSplitter
60 >        Left = 0
61 >        Top = 209
62 >        Width = 390
63 >        Height = 8
64 >        Cursor = crVSplit
65 >        Align = alTop
66 >        AutoSnap = False
67 >        Beveled = True
68 >        MinSize = 40
69 >      end
70 >      object Splitter3: TSplitter
71 >        Left = 0
72 >        Top = 427
73 >        Width = 390
74 >        Height = 8
75 >        Cursor = crVSplit
76 >        Align = alBottom
77 >        AutoSnap = False
78 >        Beveled = True
79 >        MinSize = 40
80 >        ExplicitTop = 435
81 >      end
82 >      object hex: TMPHexEditor
83 >        Left = 0
84 >        Top = 0
85 >        Width = 390
86 >        Height = 209
87 >        Cursor = crIBeam
88 >        Align = alTop
89 >        Font.Charset = DEFAULT_CHARSET
90 >        Font.Color = clWindowText
91 >        Font.Height = -16
92 >        Font.Name = 'Courier'
93 >        Font.Style = []
94 >        OnKeyUp = hexKeyUp
95 >        ParentFont = False
96 >        TabOrder = 0
97 >        BytesPerRow = 16
98 >        Translation = tkASCII
99 >        OffsetFormat = '6!10:0x|'
100 >        Colors.Background = clWindow
101 >        Colors.ChangedBackground = clWindow
102 >        Colors.ChangedText = clRed
103 >        Colors.CursorFrame = clNavy
104 >        Colors.Offset = clBlack
105 >        Colors.OddColumn = clBlue
106 >        Colors.EvenColumn = clNavy
107 >        Colors.CurrentOffsetBackground = clBtnShadow
108 >        Colors.OffsetBackGround = clBtnFace
109 >        Colors.CurrentOffset = clBtnHighlight
110 >        Colors.Grid = clBtnFace
111 >        Colors.NonFocusCursorFrame = clAqua
112 >        Colors.ActiveFieldBackground = clWindow
113 >        FocusFrame = True
114 >        NoSizeChange = True
115 >        AllowInsertMode = False
116 >        DrawGridLines = False
117 >        Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de'
118 >        OnChange = hexChange
119 >        ShowPositionIfNotFocused = True
120 >        OnSelectionChanged = hexSelectionChanged
121 >      end
122 >      object value_viewer: TWrapGrid
123 >        Left = 0
124 >        Top = 217
125 >        Width = 390
126 >        Height = 210
127 >        Align = alClient
128 >        ColCount = 1
129 >        DefaultColWidth = 80
130 >        DefaultRowHeight = 18
131 >        FixedCols = 0
132 >        RowCount = 8
133 >        FixedRows = 0
134 >        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing]
135 >        ScrollBars = ssVertical
136 >        TabOrder = 1
137 >        OnDblClick = value_viewerDblClick
138 >        OnMouseDown = value_viewerMouseDown
139 >      end
140 >      object VST: TVirtualStringTree
141 >        Left = 0
142 >        Top = 435
143 >        Width = 390
144 >        Height = 97
145 >        Align = alBottom
146 >        AnimationDuration = 0
147 >        AutoExpandDelay = 300
148 >        BiDiMode = bdLeftToRight
149 >        Colors.UnfocusedSelectionColor = clGradientActiveCaption
150 >        Colors.UnfocusedSelectionBorderColor = clGradientActiveCaption
151 >        Ctl3D = True
152 >        DragOperations = []
153 >        DrawSelectionMode = smBlendedRectangle
154 >        EditDelay = 200
155 >        Font.Charset = DEFAULT_CHARSET
156 >        Font.Color = clWindowText
157 >        Font.Height = -11
158 >        Font.Name = 'Tahoma'
159 >        Font.Style = []
160 >        Header.AutoSizeIndex = 0
161 >        Header.Font.Charset = DEFAULT_CHARSET
162 >        Header.Font.Color = clWindowText
163 >        Header.Font.Height = -11
164 >        Header.Font.Name = 'Tahoma'
165 >        Header.Font.Style = []
166 >        Header.Options = [hoColumnResize, hoDblClickResize, hoDrag, hoVisible]
167 >        Header.Style = hsFlatButtons
168 >        HintAnimation = hatNone
169 >        HintMode = hmTooltip
170 >        Indent = 14
171 >        ParentBiDiMode = False
172 >        ParentCtl3D = False
173 >        ParentFont = False
174 >        ParentShowHint = False
175 >        ShowHint = True
176 >        TabOrder = 2
177 >        TreeOptions.MiscOptions = [toAcceptOLEDrop, toCheckSupport, toFullRepaintOnResize, toInitOnSave, toToggleOnDblClick, toWheelPanning]
178 >        TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toShowVertGridLines, toUseBlendedImages]
179 >        TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
180 >        OnDblClick = VSTDblClick
181 >        OnFocusChanged = VSTFocusChanged
182 >        OnGetText = VSTGetText
183 >        OnHeaderDragged = VSTHeaderDragged
184 >        Columns = <
185 >          item
186 >            MaxWidth = 300
187 >            MinWidth = 100
188 >            Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
189 >            Position = 0
190 >            Spacing = 20
191 >            Width = 150
192 >            WideText = 'Name'
193 >            WideHint = 'Name of the item.'
194 >          end
195 >          item
196 >            MaxWidth = 110
197 >            MinWidth = 80
198 >            Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
199 >            Position = 1
200 >            Spacing = 20
201 >            Width = 85
202 >            WideText = 'Offset'
203 >            WideHint = 'Offset of the data-item.'
204 >          end
205 >          item
206 >            MaxWidth = 110
207 >            MinWidth = 75
208 >            Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
209 >            Position = 2
210 >            Width = 75
211 >            WideText = 'Type'
212 >            WideHint = 'Data type of the item.'
213 >          end
214 >          item
215 >            MaxWidth = 250
216 >            MinWidth = 80
217 >            Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
218 >            Position = 3
219 >            Width = 100
220 >            WideText = 'Value'
221 >            WideHint = 'Value of the item.'
222 >          end
223 >          item
224 >            MaxWidth = 400
225 >            MinWidth = 80
226 >            Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible]
227 >            Position = 4
228 >            Width = 400
229 >            WideText = 'Description'
230 >          end>
231 >        WideDefaultText = ''
232 >      end
233      end
234    end
235 <  object value_viewer_context: TPopupMenu [3]
235 >  object VTHPopup: TVTHeaderPopupMenu
236 >    OnColumnChange = VTHPopupColumnChange
237 >    Left = 272
238 >    Top = 376
239 >  end
240 >  object value_viewer_context: TPopupMenu
241      AutoHotkeys = maManual
242      AutoLineReduction = maManual
243      OnPopup = value_viewer_contextPopup
# Line 201 | Line 249 | inherited Form_BinEdit: TForm_BinEdit
249      end
250      object value_viewer_context_copyasdec: TMenuItem
251        Caption = 'Copy to clipboard (as &dec)'
204      OnClick = value_viewer_context_copyClick
252      end
253      object value_viewer_context_copyasfloat: TMenuItem
254        Caption = 'Copy to clipboard (as &float)'
208      OnClick = value_viewer_context_copyClick
255      end
256      object value_viewer_context_copyasbitset: TMenuItem
257        Caption = 'Copy to clipboard (as &bitset)'
212      OnClick = value_viewer_context_copyClick
258      end
259      object value_viewer_context_copyasstring: TMenuItem
260        Caption = 'Copy to clipboard (as &string)'
216      OnClick = value_viewer_context_copyClick
261      end
262      object value_viewer_context_copyashex: TMenuItem
263        Caption = 'Copy to clipboard (as &hex)'
220      OnClick = value_viewer_context_copyClick
264      end
265    end
223  object VTHPopup: TVTHeaderPopupMenu [4]
224    OnColumnChange = VTHPopupColumnChange
225    Left = 272
226    Top = 376
227  end
266   end

Diff Legend

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