home *** CD-ROM | disk | FTP | other *** search
- object DataEditForm: TDataEditForm
- Tag = 17
- Left = 418
- Top = 151
- Width = 556
- Height = 475
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Caption = 'Data Editor'
- Color = clBtnFace
- DragKind = dkDock
- DragMode = dmAutomatic
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- Position = poDefault
- PrintScale = poPrintToFit
- OnActivate = FormActivate
- OnCanResize = FormCanResize
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnPaint = FormPaint
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 7
- Top = 17
- Width = 50
- Height = 13
- Caption = 'Key name:'
- end
- object Label4: TLabel
- Left = 7
- Top = 87
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object Label5: TLabel
- Left = 7
- Top = 119
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object PanelMulti: TPanel
- Left = 0
- Top = 294
- Width = 548
- Height = 117
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 2
- object MemoLines: TMemo
- Left = 88
- Top = 8
- Width = 452
- Height = 101
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- WordWrap = False
- OnChange = MemoLinesChange
- OnKeyDown = MemoLinesKeyDown
- end
- object PanelLeftAlign: TPanel
- Left = 8
- Top = 8
- Width = 80
- Height = 101
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- object Label11: TLabel
- Left = -1
- Top = 6
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- end
- end
- object PanelBinary: TPanel
- Left = 0
- Top = 294
- Width = 548
- Height = 117
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 4
- DesignSize = (
- 548
- 117)
- object LabelText: TLabel
- Left = 475
- Top = 5
- Width = 24
- Height = 13
- Caption = 'Text:'
- end
- object LabelData: TLabel
- Left = 223
- Top = 5
- Width = 52
- Height = 13
- Caption = 'Data (hex):'
- end
- object LabelOffset: TLabel
- Left = 87
- Top = 5
- Width = 57
- Height = 13
- Caption = 'Offset (hex):'
- end
- object Label10: TLabel
- Left = 7
- Top = 26
- Width = 54
- Height = 13
- Caption = 'Value data:'
- end
- object MemoChar: TRspMemo
- Left = 444
- Top = 22
- Width = 69
- Height = 207
- Anchors = [akLeft, akTop, akBottom]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- WantReturns = False
- OnEnter = MemoCharEnter
- OnKeyPress = MemoCharKeyPress
- OnKeyUp = EditKeyNameKeyUp
- OnMouseMove = MemoCharMouseMove
- OnScroll = MemoCharScroll
- end
- object MemoBin: TRspMemo
- Left = 220
- Top = 22
- Width = 191
- Height = 207
- Anchors = [akLeft, akTop, akBottom]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- OnChange = MemoBinChange
- OnKeyDown = MemoBinKeyDown
- OnKeyPress = MemoBinKeyPress
- OnKeyUp = MemoBinKeyUp
- OnMouseDown = MemoBinMouseDown
- OnMouseUp = MemoBinMouseUp
- OnScroll = MemoBinScroll
- end
- object MemoOffset: TRspMemo
- Left = 88
- Top = 22
- Width = 49
- Height = 207
- Anchors = [akLeft, akTop, akBottom]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- OnEnter = MemoOffsetEnter
- OnKeyUp = EditKeyNameKeyUp
- OnMouseMove = MemoOffsetMouseMove
- OnScroll = MemoOffsetScroll
- end
- end
- object PanelDword: TPanel
- Left = 0
- Top = 214
- Width = 548
- Height = 80
- Align = alTop
- Alignment = taRightJustify
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 3
- DesignSize = (
- 548
- 80)
- object LabelDec: TLabel
- Left = 7
- Top = 8
- Width = 41
- Height = 13
- Caption = 'Decimal:'
- end
- object LabelHex: TLabel
- Left = 7
- Top = 31
- Width = 64
- Height = 13
- Caption = 'Hexadecimal:'
- end
- object LabelBinary: TLabel
- Left = 7
- Top = 54
- Width = 32
- Height = 13
- Caption = 'Binary:'
- end
- object SpinEditNum: TRspSpinEdit
- Left = 88
- Top = 4
- Width = 106
- Height = 22
- Anchors = [akLeft, akTop, akRight]
- Base = 10
- MaxValue = 2147483647
- MinValue = -2147483648
- MinDigits = 0
- TabOrder = 0
- WrapValue = False
- OnChange = SpinEditNumChange
- OnExit = SpinEditNumExit
- OnKeyUp = EditKeyNameKeyUp
- end
- object SpinEditHex: TRspSpinEdit
- Left = 88
- Top = 27
- Width = 106
- Height = 22
- Anchors = [akLeft, akTop, akRight]
- Base = 16
- MaxValue = 4294967295
- MinDigits = 8
- TabOrder = 1
- WrapValue = True
- OnChange = SpinEditHexChange
- OnExit = SpinEditHexExit
- OnKeyUp = EditKeyNameKeyUp
- end
- object SpinEditBin: TRspSpinEdit
- Left = 88
- Top = 50
- Width = 282
- Height = 22
- Anchors = [akLeft, akTop, akRight]
- Base = 2
- MaxValue = 4294967295
- MinDigits = 32
- TabOrder = 2
- WrapValue = True
- OnChange = SpinEditBinChange
- OnExit = SpinEditBinExit
- OnKeyUp = EditKeyNameKeyUp
- end
- end
- object PanelString: TPanel
- Left = 0
- Top = 177
- Width = 548
- Height = 37
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 548
- 37)
- object LabelCurrentValue: TLabel
- Left = 7
- Top = 8
- Width = 30
- Height = 13
- Caption = 'Value:'
- end
- object EditString: TEdit
- Left = 88
- Top = 2
- Width = 438
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- Text = 'EditString'
- OnChange = EditStringChange
- OnEnter = EditStringEnter
- OnKeyUp = EditKeyNameKeyUp
- end
- end
- object PanelKey: TPanel
- Left = 0
- Top = 0
- Width = 548
- Height = 177
- Align = alTop
- BevelOuter = bvNone
- BorderWidth = 8
- TabOrder = 0
- DesignSize = (
- 548
- 177)
- object Label1: TLabel
- Left = 7
- Top = 8
- Width = 47
- Height = 13
- Caption = 'Keyname:'
- end
- object Label2: TLabel
- Left = 7
- Top = 32
- Width = 59
- Height = 13
- Caption = 'Value name:'
- end
- object Label6: TLabel
- Left = 7
- Top = 138
- Width = 27
- Height = 13
- Caption = 'Type:'
- end
- object Label7: TLabel
- Left = 7
- Top = 162
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object Label8: TLabel
- Left = 7
- Top = 76
- Width = 56
- Height = 13
- Caption = 'Description:'
- end
- object Label9: TLabel
- Left = 7
- Top = 54
- Width = 45
- Height = 13
- Caption = 'Category:'
- end
- object LabelTypeNo: TLabel
- Left = 397
- Top = 138
- Width = 45
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Type no.:'
- end
- object EditKeyName: TEdit
- Left = 88
- Top = 4
- Width = 438
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ReadOnly = True
- TabOrder = 0
- OnKeyUp = EditKeyNameKeyUp
- end
- object EditValueName: TEdit
- Left = 88
- Top = 27
- Width = 438
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- OnChange = EditValueNameChange
- OnEnter = EditValueNameEnter
- OnExit = EditValueNameExit
- OnKeyUp = EditKeyNameKeyUp
- end
- object ComboBoxType: TComboBox
- Left = 88
- Top = 134
- Width = 303
- Height = 21
- Style = csDropDownList
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 4
- OnChange = ComboBoxTypeChange
- OnClick = ComboBoxTypeClick
- OnKeyUp = EditKeyNameKeyUp
- end
- object EditSize: TEdit
- Left = 88
- Top = 157
- Width = 438
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ReadOnly = True
- TabOrder = 6
- OnKeyUp = EditKeyNameKeyUp
- end
- object MemoDescription: TMemo
- Left = 88
- Top = 72
- Width = 438
- Height = 61
- Anchors = [akLeft, akTop, akRight]
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 3
- OnKeyUp = EditKeyNameKeyUp
- end
- object EditCategory: TEdit
- Left = 88
- Top = 49
- Width = 438
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ReadOnly = True
- TabOrder = 2
- OnKeyUp = EditKeyNameKeyUp
- end
- object SpinEditType: TRspSpinEdit
- Left = 446
- Top = 134
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Base = 16
- MaxValue = 4294967295
- MinDigits = 8
- TabOrder = 5
- WrapValue = True
- OnChange = SpinEditTypeChange
- OnKeyUp = EditKeyNameKeyUp
- end
- end
- object CoolbarDataEditor: TCoolBar
- Left = 0
- Top = 411
- Width = 548
- Height = 30
- Align = alBottom
- AutoSize = True
- Bands = <
- item
- Control = ToolBar1
- ImageIndex = -1
- MinHeight = 30
- Width = 548
- end>
- EdgeInner = esNone
- EdgeOuter = esNone
- object ToolBar1: TToolBar
- Tag = 2
- Left = 9
- Top = 0
- Width = 535
- Height = 30
- Align = alNone
- ButtonHeight = 30
- ButtonWidth = 31
- Caption = 'ToolBarButtons'
- DisabledImages = MainForm.ImageListToolbarDisabled
- EdgeBorders = []
- EdgeInner = esNone
- EdgeOuter = esNone
- Flat = True
- HotImages = MainForm.ImageListSaturated
- Images = MainForm.ImageListToolbar
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- Transparent = True
- Wrapable = False
- object ButtonOk: TSpeedButton
- Left = 0
- Top = 0
- Width = 61
- Height = 30
- Caption = 'Ok'
- Flat = True
- Transparent = False
- OnClick = ButtonOkClick
- end
- object ToolButton6: TToolButton
- Left = 61
- Top = 0
- Width = 8
- Caption = 'ToolButton3'
- ImageIndex = 7
- Style = tbsSeparator
- end
- object ButtonCancel: TSpeedButton
- Left = 69
- Top = 0
- Width = 64
- Height = 30
- Caption = 'Cancel'
- Flat = True
- Transparent = False
- OnClick = ButtonCancelClick
- end
- object ToolButton4: TToolButton
- Left = 133
- Top = 0
- Width = 8
- Caption = 'ToolButton1'
- ImageIndex = 7
- Style = tbsSeparator
- end
- object ButtonApply: TSpeedButton
- Left = 141
- Top = 0
- Width = 64
- Height = 30
- Caption = '&Apply'
- Flat = True
- Transparent = False
- OnClick = ButtonApplyClick
- end
- object ButtonImport: TToolButton
- Left = 205
- Top = 0
- Hint = 'Import data...'
- Caption = 'ButtonImport'
- ImageIndex = 23
- OnClick = ButtonImportClick
- end
- object ButtonExport: TToolButton
- Left = 236
- Top = 0
- Hint = 'Export data...'
- Caption = 'ButtonExport'
- ImageIndex = 24
- OnClick = ButtonExportClick
- end
- object ToolButton7: TToolButton
- Left = 267
- Top = 0
- Width = 8
- Caption = 'ToolButton7'
- ImageIndex = 18
- Style = tbsSeparator
- end
- object ButtonCalculator: TToolButton
- Left = 275
- Top = 0
- Hint = 'Calculator'
- Caption = 'ButtonCalculator'
- ImageIndex = 31
- OnClick = ButtonCalculatorClick
- end
- object ButtonStayOnTop: TToolButton
- Left = 306
- Top = 0
- Hint = 'Stay on top'
- Caption = 'ButtonStayOnTop'
- Down = True
- ImageIndex = 16
- Style = tbsCheck
- OnClick = ButtonStayOnTopClick
- end
- object ButtonHelp: TToolButton
- Left = 337
- Top = 0
- Hint = 'Help'
- HelpType = htKeyword
- Caption = 'ButtonHelp'
- ImageIndex = 17
- OnClick = ButtonHelpClick
- end
- end
- end
- object ImageListOptions: TImageList
- Left = 508
- Top = 238
- Bitmap = {
- 494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000002000000001002000000000000020
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000084
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000084840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000084
- 8400008484000084840000848400008484000084840000848400008484000000
- 0000000000000000000000000000000000000000000000000000008484000084
- 8400000000000000000000000000000000000000000000000000000000000000
- 0000000000000084840000000000000000008484000084840000840000008400
- 0000840000008400000084000000840000008400000084000000840000008400
- 0000840000008400000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000FFFF00000000000084
- 8400008484000084840000848400008484000084840000848400008484000084
- 8400000000000000000000000000000000000000000000000000008484000084
- 8400000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFFFF00848400008484
- 0000848400008484000084840000848400008484000084840000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF0000FFFF000000
- 0000008484000084840000848400008484000084840000848400008484000084
- 8400008484000000000000000000000000000000000000000000008484000084
- 8400000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFF0000848400000000
- 0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF
- FF00000000000000000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
- FF00000000000084840000848400008484000084840000848400008484000084
- 8400008484000084840000000000000000000000000000000000008484000084
- 8400008484000084840000848400008484000084840000848400008484000084
- 84000084840000848400000000000000000084840000FFFFFF00848400008484
- 0000848400008484000084840000848400008484000084840000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
- FF0000FFFF000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000084
- 8400000000000000000000000000000000000000000000000000000000000000
- 00000084840000848400000000000000000084840000FFFF0000848400000000
- 0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF000000
- 0000FFFFFF000000000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
- FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFFFF00848400008484
- 0000848400008484000084840000848400008484000084840000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
- FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFF0000000000000000
- 0000000000000000000000000000000000000000000000000000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
- FF00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFFFF0000000000FFFF
- FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000848400000000000000000084840000FFFF0000000000000000
- 0000000000000000000000000000000000000000000000000000848400008484
- 0000848400008484000084000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000000084840000FFFFFF00FFFF0000FFFF
- FF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF
- FF00FFFF0000FFFFFF0084840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000008484000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084840000848400008484
- 0000848400008484000084840000848400008484000084840000848400008484
- 0000848400008484000084840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000200000000100010000000000000100000000000000000000
- 000000000000000000000000FFFFFF0000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000000000000000000FFFFFFFFFFFF0000FFFFC001FFFF0000
- 001F803180010000000F80310000000000078031000000000003800100080000
- 00018001000000000000800100000000001F8FF100000000001F8FF11FC00000
- 001F8FF1004000008FF18FF100000000FFF98FF100000000FF758FF580010000
- FF8F8001FFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
- 000000000000}
- end
- object OpenDialogDataEdit: TOpenDialog
- Options = [ofReadOnly, ofEnableSizing]
- Left = 444
- Top = 218
- end
- object PopupMenuImport: TPopupMenu
- Images = ImageListOptions
- Left = 258
- Top = 202
- object optImportData: TMenuItem
- Caption = '&Import data'
- ImageIndex = 0
- end
- end
- object PopupMenuDataEditorToolbar: TPopupMenu
- Left = 336
- Top = 197
- object mmToolbarDataEditorAtBottom: TMenuItem
- Caption = 'Toolbar at bottom'
- Checked = True
- OnClick = mmToolbarDataEditorAtBottomClick
- end
- end
- object ActionListDataEdit: TActionList
- Left = 336
- Top = 272
- object ActionHelp: TAction
- Caption = 'ActionHelp'
- ShortCut = 112
- OnExecute = ActionHelpExecute
- end
- object ActionRefresh: TAction
- Caption = 'ActionRefresh'
- ShortCut = 116
- OnExecute = ActionRefreshExecute
- end
- end
- object SaveDialogDataEdit: TSaveDialog
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 416
- Top = 264
- end
- end
-