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 105 by alloc, Wed Feb 21 00:29:27 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
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 = 'May 23, 2005; '#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.'
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 201 | Line 246 | inherited Form_BinEdit: TForm_BinEdit
246      end
247      object value_viewer_context_copyasdec: TMenuItem
248        Caption = 'Copy to clipboard (as &dec)'
204      OnClick = value_viewer_context_copyClick
249      end
250      object value_viewer_context_copyasfloat: TMenuItem
251        Caption = 'Copy to clipboard (as &float)'
208      OnClick = value_viewer_context_copyClick
252      end
253      object value_viewer_context_copyasbitset: TMenuItem
254        Caption = 'Copy to clipboard (as &bitset)'
212      OnClick = value_viewer_context_copyClick
255      end
256      object value_viewer_context_copyasstring: TMenuItem
257        Caption = 'Copy to clipboard (as &string)'
216      OnClick = value_viewer_context_copyClick
258      end
259      object value_viewer_context_copyashex: TMenuItem
260        Caption = 'Copy to clipboard (as &hex)'
220      OnClick = value_viewer_context_copyClick
261      end
262    end
223  object VTHPopup: TVTHeaderPopupMenu [4]
224    OnColumnChange = VTHPopupColumnChange
225    Left = 272
226    Top = 376
227  end
263   end

Diff Legend

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