1 |
inherited Form_RawEdit: TForm_RawEdit |
2 |
Caption = 'Form_RawEdit' |
3 |
KeyPreview = True |
4 |
OnCloseQuery = FormCloseQuery |
5 |
OnCreate = FormCreate |
6 |
OnKeyUp = FormKeyUp |
7 |
PixelsPerInch = 96 |
8 |
TextHeight = 13 |
9 |
inherited panel_basecontent: TPanel |
10 |
inherited panel_files: TPanel |
11 |
inherited FilePages: TPageControl |
12 |
inherited tab_files: TTabSheet |
13 |
object Splitter4: TSplitter [0] |
14 |
Left = 0 |
15 |
Top = 285 |
16 |
Width = 190 |
17 |
Height = 8 |
18 |
Cursor = crVSplit |
19 |
Align = alBottom |
20 |
AutoSnap = False |
21 |
Beveled = True |
22 |
MinSize = 150 |
23 |
ExplicitTop = 125 |
24 |
end |
25 |
inherited filelist: TListBox |
26 |
Height = 160 |
27 |
ExplicitHeight = 160 |
28 |
end |
29 |
object panel_imexport: TPanel |
30 |
Left = 0 |
31 |
Top = 443 |
32 |
Width = 190 |
33 |
Height = 60 |
34 |
Align = alBottom |
35 |
BevelOuter = bvNone |
36 |
TabOrder = 2 |
37 |
DesignSize = ( |
38 |
190 |
39 |
60) |
40 |
object btn_export: TButton |
41 |
Left = 4 |
42 |
Top = 4 |
43 |
Width = 183 |
44 |
Height = 25 |
45 |
Anchors = [akLeft, akTop, akRight] |
46 |
Caption = 'Export to file...' |
47 |
TabOrder = 0 |
48 |
OnClick = btn_exportClick |
49 |
end |
50 |
object btn_import: TButton |
51 |
Left = 4 |
52 |
Top = 32 |
53 |
Width = 183 |
54 |
Height = 25 |
55 |
Anchors = [akLeft, akTop, akRight] |
56 |
Caption = 'Import from file...' |
57 |
TabOrder = 1 |
58 |
OnClick = btn_importClick |
59 |
end |
60 |
end |
61 |
object GroupBox1: TGroupBox |
62 |
Left = 0 |
63 |
Top = 293 |
64 |
Width = 190 |
65 |
Height = 150 |
66 |
Align = alBottom |
67 |
Caption = '2. Select .dat-link-offset' |
68 |
TabOrder = 3 |
69 |
object list_offset: TListBox |
70 |
Left = 2 |
71 |
Top = 15 |
72 |
Width = 186 |
73 |
Height = 133 |
74 |
Align = alClient |
75 |
ItemHeight = 13 |
76 |
TabOrder = 0 |
77 |
OnClick = list_offsetClick |
78 |
end |
79 |
end |
80 |
end |
81 |
end |
82 |
end |
83 |
inherited panel_content: TPanel |
84 |
object Splitter2: TSplitter |
85 |
Left = 0 |
86 |
Top = 300 |
87 |
Width = 390 |
88 |
Height = 8 |
89 |
Cursor = crVSplit |
90 |
Align = alTop |
91 |
AutoSnap = False |
92 |
Beveled = True |
93 |
MinSize = 40 |
94 |
end |
95 |
object hex: TMPHexEditor |
96 |
Left = 0 |
97 |
Top = 0 |
98 |
Width = 390 |
99 |
Height = 300 |
100 |
Cursor = crIBeam |
101 |
Align = alTop |
102 |
Font.Charset = DEFAULT_CHARSET |
103 |
Font.Color = clWindowText |
104 |
Font.Height = -16 |
105 |
Font.Name = 'Courier' |
106 |
Font.Style = [] |
107 |
OnKeyUp = hexKeyUp |
108 |
ParentFont = False |
109 |
TabOrder = 0 |
110 |
BytesPerRow = 16 |
111 |
Translation = tkAsIs |
112 |
OffsetFormat = '6!10:0x|' |
113 |
Colors.Background = clWindow |
114 |
Colors.ChangedBackground = clWindow |
115 |
Colors.ChangedText = clRed |
116 |
Colors.CursorFrame = clNavy |
117 |
Colors.Offset = clBlack |
118 |
Colors.OddColumn = clBlue |
119 |
Colors.EvenColumn = clNavy |
120 |
Colors.CurrentOffsetBackground = clBtnShadow |
121 |
Colors.OffsetBackGround = clBtnFace |
122 |
Colors.CurrentOffset = clBtnHighlight |
123 |
Colors.Grid = clBtnFace |
124 |
Colors.NonFocusCursorFrame = clAqua |
125 |
Colors.ActiveFieldBackground = clWindow |
126 |
FocusFrame = True |
127 |
NoSizeChange = True |
128 |
AllowInsertMode = False |
129 |
DrawGridLines = False |
130 |
Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' |
131 |
OnChange = hexChange |
132 |
ShowPositionIfNotFocused = True |
133 |
OnSelectionChanged = hexSelectionChanged |
134 |
end |
135 |
object value_viewer: TWrapGrid |
136 |
Left = 0 |
137 |
Top = 308 |
138 |
Width = 390 |
139 |
Height = 224 |
140 |
Align = alClient |
141 |
ColCount = 2 |
142 |
DefaultColWidth = 80 |
143 |
DefaultRowHeight = 18 |
144 |
FixedCols = 0 |
145 |
RowCount = 8 |
146 |
FixedRows = 0 |
147 |
Font.Charset = DEFAULT_CHARSET |
148 |
Font.Color = clWindowText |
149 |
Font.Height = -11 |
150 |
Font.Name = 'Tahoma' |
151 |
Font.Style = [] |
152 |
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing] |
153 |
ParentFont = False |
154 |
ScrollBars = ssVertical |
155 |
TabOrder = 1 |
156 |
OnDblClick = value_viewerDblClick |
157 |
OnMouseDown = value_viewerMouseDown |
158 |
end |
159 |
end |
160 |
end |
161 |
object opend: TOpenDialog |
162 |
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] |
163 |
Left = 88 |
164 |
Top = 396 |
165 |
end |
166 |
object saved: TSaveDialog |
167 |
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing] |
168 |
Left = 88 |
169 |
Top = 420 |
170 |
end |
171 |
object value_viewer_context: TPopupMenu |
172 |
AutoHotkeys = maManual |
173 |
OnPopup = value_viewer_contextPopup |
174 |
Left = 380 |
175 |
Top = 388 |
176 |
object value_viewer_context_copy: TMenuItem |
177 |
Caption = 'Copy to &clipboard' |
178 |
OnClick = value_viewer_context_copyClick |
179 |
end |
180 |
object value_viewer_context_copyasdec: TMenuItem |
181 |
Caption = 'Copy to clipboard (as &dec)' |
182 |
end |
183 |
object value_viewer_context_copyasfloat: TMenuItem |
184 |
Caption = 'Copy to clipboard (as &float)' |
185 |
end |
186 |
object value_viewer_context_copyasbitset: TMenuItem |
187 |
Caption = 'Copy to clipboard (as &bitset)' |
188 |
end |
189 |
object value_viewer_context_copyasstring: TMenuItem |
190 |
Caption = 'Copy to clipboard (as &string)' |
191 |
end |
192 |
object value_viewer_context_copyashex: TMenuItem |
193 |
Caption = 'Copy to clipboard (as &hex)' |
194 |
end |
195 |
end |
196 |
end |