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

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

Diff Legend

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