home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / test / resplendentregistrar / rrtri.exe / RR.EXE / 0 / RCDATA / TDATAEDITFORM / TDATAEDITFORM.txt
Encoding:
Text File  |  2002-02-20  |  32.3 KB  |  904 lines

  1. object DataEditForm: TDataEditForm
  2.   Tag = 17
  3.   Left = 418
  4.   Top = 151
  5.   Width = 556
  6.   Height = 475
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Visible = False
  9.   Caption = 'Data Editor'
  10.   Color = clBtnFace
  11.   DragKind = dkDock
  12.   DragMode = dmAutomatic
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = True
  20.   Position = poDefault
  21.   PrintScale = poPrintToFit
  22.   OnActivate = FormActivate
  23.   OnCanResize = FormCanResize
  24.   OnCreate = FormCreate
  25.   OnDestroy = FormDestroy
  26.   OnKeyDown = FormKeyDown
  27.   OnPaint = FormPaint
  28.   OnResize = FormResize
  29.   PixelsPerInch = 96
  30.   TextHeight = 13
  31.   object Label3: TLabel
  32.     Left = 7
  33.     Top = 17
  34.     Width = 50
  35.     Height = 13
  36.     Caption = 'Key name:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 7
  40.     Top = 87
  41.     Width = 27
  42.     Height = 13
  43.     Caption = 'Type:'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 7
  47.     Top = 119
  48.     Width = 23
  49.     Height = 13
  50.     Caption = 'Size:'
  51.   end
  52.   object PanelMulti: TPanel
  53.     Left = 0
  54.     Top = 294
  55.     Width = 548
  56.     Height = 117
  57.     Align = alClient
  58.     BevelOuter = bvNone
  59.     BorderWidth = 8
  60.     TabOrder = 2
  61.     object MemoLines: TMemo
  62.       Left = 88
  63.       Top = 8
  64.       Width = 452
  65.       Height = 101
  66.       Align = alClient
  67.       ScrollBars = ssBoth
  68.       TabOrder = 0
  69.       WordWrap = False
  70.       OnChange = MemoLinesChange
  71.       OnKeyDown = MemoLinesKeyDown
  72.     end
  73.     object PanelLeftAlign: TPanel
  74.       Left = 8
  75.       Top = 8
  76.       Width = 80
  77.       Height = 101
  78.       Align = alLeft
  79.       BevelOuter = bvNone
  80.       TabOrder = 1
  81.       object Label11: TLabel
  82.         Left = -1
  83.         Top = 6
  84.         Width = 24
  85.         Height = 13
  86.         Caption = 'Text:'
  87.       end
  88.     end
  89.   end
  90.   object PanelBinary: TPanel
  91.     Left = 0
  92.     Top = 294
  93.     Width = 548
  94.     Height = 117
  95.     Align = alClient
  96.     BevelOuter = bvNone
  97.     BorderWidth = 8
  98.     TabOrder = 4
  99.     DesignSize = (
  100.       548
  101.       117)
  102.     object LabelText: TLabel
  103.       Left = 475
  104.       Top = 5
  105.       Width = 24
  106.       Height = 13
  107.       Caption = 'Text:'
  108.     end
  109.     object LabelData: TLabel
  110.       Left = 223
  111.       Top = 5
  112.       Width = 52
  113.       Height = 13
  114.       Caption = 'Data (hex):'
  115.     end
  116.     object LabelOffset: TLabel
  117.       Left = 87
  118.       Top = 5
  119.       Width = 57
  120.       Height = 13
  121.       Caption = 'Offset (hex):'
  122.     end
  123.     object Label10: TLabel
  124.       Left = 7
  125.       Top = 26
  126.       Width = 54
  127.       Height = 13
  128.       Caption = 'Value data:'
  129.     end
  130.     object MemoChar: TRspMemo
  131.       Left = 444
  132.       Top = 22
  133.       Width = 69
  134.       Height = 207
  135.       Anchors = [akLeft, akTop, akBottom]
  136.       Font.Charset = ANSI_CHARSET
  137.       Font.Color = clWindowText
  138.       Font.Height = -12
  139.       Font.Name = 'Courier New'
  140.       Font.Style = []
  141.       ParentFont = False
  142.       ReadOnly = True
  143.       TabOrder = 2
  144.       WantReturns = False
  145.       OnEnter = MemoCharEnter
  146.       OnKeyPress = MemoCharKeyPress
  147.       OnKeyUp = EditKeyNameKeyUp
  148.       OnMouseMove = MemoCharMouseMove
  149.       OnScroll = MemoCharScroll
  150.     end
  151.     object MemoBin: TRspMemo
  152.       Left = 220
  153.       Top = 22
  154.       Width = 191
  155.       Height = 207
  156.       Anchors = [akLeft, akTop, akBottom]
  157.       Font.Charset = ANSI_CHARSET
  158.       Font.Color = clWindowText
  159.       Font.Height = -12
  160.       Font.Name = 'Courier New'
  161.       Font.Style = []
  162.       ParentFont = False
  163.       ReadOnly = True
  164.       ScrollBars = ssVertical
  165.       TabOrder = 1
  166.       OnChange = MemoBinChange
  167.       OnKeyDown = MemoBinKeyDown
  168.       OnKeyPress = MemoBinKeyPress
  169.       OnKeyUp = MemoBinKeyUp
  170.       OnMouseDown = MemoBinMouseDown
  171.       OnMouseUp = MemoBinMouseUp
  172.       OnScroll = MemoBinScroll
  173.     end
  174.     object MemoOffset: TRspMemo
  175.       Left = 88
  176.       Top = 22
  177.       Width = 49
  178.       Height = 207
  179.       Anchors = [akLeft, akTop, akBottom]
  180.       Font.Charset = ANSI_CHARSET
  181.       Font.Color = clWindowText
  182.       Font.Height = -12
  183.       Font.Name = 'Courier New'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       ReadOnly = True
  187.       TabOrder = 0
  188.       OnEnter = MemoOffsetEnter
  189.       OnKeyUp = EditKeyNameKeyUp
  190.       OnMouseMove = MemoOffsetMouseMove
  191.       OnScroll = MemoOffsetScroll
  192.     end
  193.   end
  194.   object PanelDword: TPanel
  195.     Left = 0
  196.     Top = 214
  197.     Width = 548
  198.     Height = 80
  199.     Align = alTop
  200.     Alignment = taRightJustify
  201.     BevelOuter = bvNone
  202.     BorderWidth = 8
  203.     TabOrder = 3
  204.     DesignSize = (
  205.       548
  206.       80)
  207.     object LabelDec: TLabel
  208.       Left = 7
  209.       Top = 8
  210.       Width = 41
  211.       Height = 13
  212.       Caption = 'Decimal:'
  213.     end
  214.     object LabelHex: TLabel
  215.       Left = 7
  216.       Top = 31
  217.       Width = 64
  218.       Height = 13
  219.       Caption = 'Hexadecimal:'
  220.     end
  221.     object LabelBinary: TLabel
  222.       Left = 7
  223.       Top = 54
  224.       Width = 32
  225.       Height = 13
  226.       Caption = 'Binary:'
  227.     end
  228.     object SpinEditNum: TRspSpinEdit
  229.       Left = 88
  230.       Top = 4
  231.       Width = 106
  232.       Height = 22
  233.       Anchors = [akLeft, akTop, akRight]
  234.       Base = 10
  235.       MaxValue = 2147483647
  236.       MinValue = -2147483648
  237.       MinDigits = 0
  238.       TabOrder = 0
  239.       WrapValue = False
  240.       OnChange = SpinEditNumChange
  241.       OnExit = SpinEditNumExit
  242.       OnKeyUp = EditKeyNameKeyUp
  243.     end
  244.     object SpinEditHex: TRspSpinEdit
  245.       Left = 88
  246.       Top = 27
  247.       Width = 106
  248.       Height = 22
  249.       Anchors = [akLeft, akTop, akRight]
  250.       Base = 16
  251.       MaxValue = 4294967295
  252.       MinDigits = 8
  253.       TabOrder = 1
  254.       WrapValue = True
  255.       OnChange = SpinEditHexChange
  256.       OnExit = SpinEditHexExit
  257.       OnKeyUp = EditKeyNameKeyUp
  258.     end
  259.     object SpinEditBin: TRspSpinEdit
  260.       Left = 88
  261.       Top = 50
  262.       Width = 282
  263.       Height = 22
  264.       Anchors = [akLeft, akTop, akRight]
  265.       Base = 2
  266.       MaxValue = 4294967295
  267.       MinDigits = 32
  268.       TabOrder = 2
  269.       WrapValue = True
  270.       OnChange = SpinEditBinChange
  271.       OnExit = SpinEditBinExit
  272.       OnKeyUp = EditKeyNameKeyUp
  273.     end
  274.   end
  275.   object PanelString: TPanel
  276.     Left = 0
  277.     Top = 177
  278.     Width = 548
  279.     Height = 37
  280.     Align = alTop
  281.     BevelOuter = bvNone
  282.     TabOrder = 1
  283.     DesignSize = (
  284.       548
  285.       37)
  286.     object LabelCurrentValue: TLabel
  287.       Left = 7
  288.       Top = 8
  289.       Width = 30
  290.       Height = 13
  291.       Caption = 'Value:'
  292.     end
  293.     object EditString: TEdit
  294.       Left = 88
  295.       Top = 2
  296.       Width = 438
  297.       Height = 21
  298.       Anchors = [akLeft, akTop, akRight]
  299.       TabOrder = 0
  300.       Text = 'EditString'
  301.       OnChange = EditStringChange
  302.       OnEnter = EditStringEnter
  303.       OnKeyUp = EditKeyNameKeyUp
  304.     end
  305.   end
  306.   object PanelKey: TPanel
  307.     Left = 0
  308.     Top = 0
  309.     Width = 548
  310.     Height = 177
  311.     Align = alTop
  312.     BevelOuter = bvNone
  313.     BorderWidth = 8
  314.     TabOrder = 0
  315.     DesignSize = (
  316.       548
  317.       177)
  318.     object Label1: TLabel
  319.       Left = 7
  320.       Top = 8
  321.       Width = 47
  322.       Height = 13
  323.       Caption = 'Keyname:'
  324.     end
  325.     object Label2: TLabel
  326.       Left = 7
  327.       Top = 32
  328.       Width = 59
  329.       Height = 13
  330.       Caption = 'Value name:'
  331.     end
  332.     object Label6: TLabel
  333.       Left = 7
  334.       Top = 138
  335.       Width = 27
  336.       Height = 13
  337.       Caption = 'Type:'
  338.     end
  339.     object Label7: TLabel
  340.       Left = 7
  341.       Top = 162
  342.       Width = 23
  343.       Height = 13
  344.       Caption = 'Size:'
  345.     end
  346.     object Label8: TLabel
  347.       Left = 7
  348.       Top = 76
  349.       Width = 56
  350.       Height = 13
  351.       Caption = 'Description:'
  352.     end
  353.     object Label9: TLabel
  354.       Left = 7
  355.       Top = 54
  356.       Width = 45
  357.       Height = 13
  358.       Caption = 'Category:'
  359.     end
  360.     object LabelTypeNo: TLabel
  361.       Left = 397
  362.       Top = 138
  363.       Width = 45
  364.       Height = 13
  365.       Anchors = [akTop, akRight]
  366.       Caption = 'Type no.:'
  367.     end
  368.     object EditKeyName: TEdit
  369.       Left = 88
  370.       Top = 4
  371.       Width = 438
  372.       Height = 21
  373.       Anchors = [akLeft, akTop, akRight]
  374.       ReadOnly = True
  375.       TabOrder = 0
  376.       OnKeyUp = EditKeyNameKeyUp
  377.     end
  378.     object EditValueName: TEdit
  379.       Left = 88
  380.       Top = 27
  381.       Width = 438
  382.       Height = 21
  383.       Anchors = [akLeft, akTop, akRight]
  384.       TabOrder = 1
  385.       OnChange = EditValueNameChange
  386.       OnEnter = EditValueNameEnter
  387.       OnExit = EditValueNameExit
  388.       OnKeyUp = EditKeyNameKeyUp
  389.     end
  390.     object ComboBoxType: TComboBox
  391.       Left = 88
  392.       Top = 134
  393.       Width = 303
  394.       Height = 21
  395.       Style = csDropDownList
  396.       Anchors = [akLeft, akTop, akRight]
  397.       ItemHeight = 13
  398.       TabOrder = 4
  399.       OnChange = ComboBoxTypeChange
  400.       OnClick = ComboBoxTypeClick
  401.       OnKeyUp = EditKeyNameKeyUp
  402.     end
  403.     object EditSize: TEdit
  404.       Left = 88
  405.       Top = 157
  406.       Width = 438
  407.       Height = 21
  408.       Anchors = [akLeft, akTop, akRight]
  409.       ReadOnly = True
  410.       TabOrder = 6
  411.       OnKeyUp = EditKeyNameKeyUp
  412.     end
  413.     object MemoDescription: TMemo
  414.       Left = 88
  415.       Top = 72
  416.       Width = 438
  417.       Height = 61
  418.       Anchors = [akLeft, akTop, akRight]
  419.       ReadOnly = True
  420.       ScrollBars = ssVertical
  421.       TabOrder = 3
  422.       OnKeyUp = EditKeyNameKeyUp
  423.     end
  424.     object EditCategory: TEdit
  425.       Left = 88
  426.       Top = 49
  427.       Width = 438
  428.       Height = 21
  429.       Anchors = [akLeft, akTop, akRight]
  430.       ReadOnly = True
  431.       TabOrder = 2
  432.       OnKeyUp = EditKeyNameKeyUp
  433.     end
  434.     object SpinEditType: TRspSpinEdit
  435.       Left = 446
  436.       Top = 134
  437.       Width = 80
  438.       Height = 22
  439.       Anchors = [akTop, akRight]
  440.       Base = 16
  441.       MaxValue = 4294967295
  442.       MinDigits = 8
  443.       TabOrder = 5
  444.       WrapValue = True
  445.       OnChange = SpinEditTypeChange
  446.       OnKeyUp = EditKeyNameKeyUp
  447.     end
  448.   end
  449.   object CoolbarDataEditor: TCoolBar
  450.     Left = 0
  451.     Top = 411
  452.     Width = 548
  453.     Height = 30
  454.     Align = alBottom
  455.     AutoSize = True
  456.     Bands = <
  457.       item
  458.         Control = ToolBar1
  459.         ImageIndex = -1
  460.         MinHeight = 30
  461.         Width = 548
  462.       end>
  463.     EdgeInner = esNone
  464.     EdgeOuter = esNone
  465.     object ToolBar1: TToolBar
  466.       Tag = 2
  467.       Left = 9
  468.       Top = 0
  469.       Width = 535
  470.       Height = 30
  471.       Align = alNone
  472.       ButtonHeight = 30
  473.       ButtonWidth = 31
  474.       Caption = 'ToolBarButtons'
  475.       DisabledImages = MainForm.ImageListToolbarDisabled
  476.       EdgeBorders = []
  477.       EdgeInner = esNone
  478.       EdgeOuter = esNone
  479.       Flat = True
  480.       HotImages = MainForm.ImageListSaturated
  481.       Images = MainForm.ImageListToolbar
  482.       ParentShowHint = False
  483.       ShowHint = True
  484.       TabOrder = 0
  485.       Transparent = True
  486.       Wrapable = False
  487.       object ButtonOk: TSpeedButton
  488.         Left = 0
  489.         Top = 0
  490.         Width = 61
  491.         Height = 30
  492.         Caption = 'Ok'
  493.         Flat = True
  494.         Transparent = False
  495.         OnClick = ButtonOkClick
  496.       end
  497.       object ToolButton6: TToolButton
  498.         Left = 61
  499.         Top = 0
  500.         Width = 8
  501.         Caption = 'ToolButton3'
  502.         ImageIndex = 7
  503.         Style = tbsSeparator
  504.       end
  505.       object ButtonCancel: TSpeedButton
  506.         Left = 69
  507.         Top = 0
  508.         Width = 64
  509.         Height = 30
  510.         Caption = 'Cancel'
  511.         Flat = True
  512.         Transparent = False
  513.         OnClick = ButtonCancelClick
  514.       end
  515.       object ToolButton4: TToolButton
  516.         Left = 133
  517.         Top = 0
  518.         Width = 8
  519.         Caption = 'ToolButton1'
  520.         ImageIndex = 7
  521.         Style = tbsSeparator
  522.       end
  523.       object ButtonApply: TSpeedButton
  524.         Left = 141
  525.         Top = 0
  526.         Width = 64
  527.         Height = 30
  528.         Caption = '&Apply'
  529.         Flat = True
  530.         Transparent = False
  531.         OnClick = ButtonApplyClick
  532.       end
  533.       object ButtonImport: TToolButton
  534.         Left = 205
  535.         Top = 0
  536.         Hint = 'Import data...'
  537.         Caption = 'ButtonImport'
  538.         ImageIndex = 23
  539.         OnClick = ButtonImportClick
  540.       end
  541.       object ButtonExport: TToolButton
  542.         Left = 236
  543.         Top = 0
  544.         Hint = 'Export data...'
  545.         Caption = 'ButtonExport'
  546.         ImageIndex = 24
  547.         OnClick = ButtonExportClick
  548.       end
  549.       object ToolButton7: TToolButton
  550.         Left = 267
  551.         Top = 0
  552.         Width = 8
  553.         Caption = 'ToolButton7'
  554.         ImageIndex = 18
  555.         Style = tbsSeparator
  556.       end
  557.       object ButtonCalculator: TToolButton
  558.         Left = 275
  559.         Top = 0
  560.         Hint = 'Calculator'
  561.         Caption = 'ButtonCalculator'
  562.         ImageIndex = 31
  563.         OnClick = ButtonCalculatorClick
  564.       end
  565.       object ButtonStayOnTop: TToolButton
  566.         Left = 306
  567.         Top = 0
  568.         Hint = 'Stay on top'
  569.         Caption = 'ButtonStayOnTop'
  570.         Down = True
  571.         ImageIndex = 16
  572.         Style = tbsCheck
  573.         OnClick = ButtonStayOnTopClick
  574.       end
  575.       object ButtonHelp: TToolButton
  576.         Left = 337
  577.         Top = 0
  578.         Hint = 'Help'
  579.         HelpType = htKeyword
  580.         Caption = 'ButtonHelp'
  581.         ImageIndex = 17
  582.         OnClick = ButtonHelpClick
  583.       end
  584.     end
  585.   end
  586.   object ImageListOptions: TImageList
  587.     Left = 508
  588.     Top = 238
  589.     Bitmap = {
  590.       494C010103000500040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  591.       0000000000003600000028000000400000002000000001002000000000000020
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000000000000000
  594.       0000000000000000000000000000000000000000000000000000000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000000000000000000000000000000000
  600.       0000000000000000000000000000000000000000000000000000000000000000
  601.       0000000000000000000000000000000000000000000000000000000000000000
  602.       0000000000000000000000000000000000000000000000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000000000000000000000000000000000000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000000000000000000000000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000000000000000000000000
  654.       0000000000000000000000000000000000000000000000000000000000000000
  655.       0000000000000000000000000000000000000000000000000000000000000000
  656.       0000000000000000000000000000000000000000000000000000000000000000
  657.       0000000000000000000000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000000000000000
  659.       0000000000000000000000000000000000000000000000000000000000000000
  660.       0000000000000000000000000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000000000000000000000000
  662.       0000000000000000000000000000000000000000000000000000000000000000
  663.       0000000000000000000000000000000000000000000000000000000000000000
  664.       0000000000000000000000000000000000000000000000000000000000000000
  665.       0000000000000000000000000000000000000000000000000000000000000000
  666.       0000000000000000000000000000000000000000000000000000000000000000
  667.       0000000000000000000000000000000000000000000000000000000000000000
  668.       0000000000000000000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000000000000000000000000
  670.       0000000000000000000000000000000000000000000000000000000000000000
  671.       0000000000000000000000000000000000000000000000000000000000000000
  672.       0000000000000000000000000000000000000000000000000000000000000000
  673.       0000000000000000000000000000000000000000000000000000000000000000
  674.       0000000000000000000000000000000000000000000000000000000000000000
  675.       0000000000000000000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000000000000000000000
  680.       0000000000000000000000000000000000000000000000000000000000000000
  681.       0000000000000000000000000000000000000000000000000000000000000000
  682.       0000000000000000000000000000000000000000000000000000000000000000
  683.       0000000000000000000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       0000000000000000000000000000000000000000000000000000000000000000
  688.       0000000000000000000000000000000000000000000000000000000000000000
  689.       0000000000000000000000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000000000000000
  691.       0000000000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000000000000000000000000
  693.       0000000000000000000000000000000000000000000000000000000000000000
  694.       0000000000000000000000000000000000000000000000000000000000000000
  695.       0000000000000000000000000000000000000000000000000000000000000000
  696.       0000000000000000000000000000000000000000000000000000000000000000
  697.       0000000000000000000000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000000000000000000000000
  701.       0000000000000000000000000000000000000000000000000000000000000000
  702.       0000000000000000000000000000000000000000000000000000000000000000
  703.       0000000000000000000000000000000000000000000000000000000000000000
  704.       0000000000000000000000000000000000000000000000000000000000000000
  705.       0000000000000000000000000000000000000000000000000000000000000000
  706.       0000000000000000000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000000000000000000000000
  709.       0000000000000000000000000000000000000000000000000000000000000000
  710.       0000000000000000000000000000000000000000000000000000000000000000
  711.       0000000000000000000000000000000000000000000000000000000000000000
  712.       0000000000000000000000000000000000000000000000000000000000000000
  713.       0000000000000000000000000000000000000000000000000000000000000000
  714.       0000000000000000000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       0000000000000000000000000000000000000000000000000000000000000000
  720.       0000000000000000000000000000000000000000000000000000000000000000
  721.       0000000000000000000000000000000000000000000000000000000000000000
  722.       0000000000000000000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       0000000000000000000000000000000000000000000000000000000000000000
  730.       0000000000000000000000000000000000000000000000000000000000000000
  731.       0000000000000000000000000000000000000000000000000000000000000000
  732.       0000000000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000000000000000000000000
  734.       0000000000000000000000000000000000000000000000000000000000000000
  735.       0000000000000000000000000000000000000000000000000000000000000000
  736.       0000000000000000000000000000000000000000000000000000000000000000
  737.       0000000000000000000000000000000000000000000000000000000000000000
  738.       0000000000000000000000000000000000000000000000000000008484000084
  739.       8400000000000000000000000000000000000000000000000000000000000000
  740.       0000000000000084840000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000000000000000000000000
  742.       0000000000000000000000000000000000000000000000000000000000000000
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000008484000084
  745.       8400008484000084840000848400008484000084840000848400008484000000
  746.       0000000000000000000000000000000000000000000000000000008484000084
  747.       8400000000000000000000000000000000000000000000000000000000000000
  748.       0000000000000084840000000000000000008484000084840000840000008400
  749.       0000840000008400000084000000840000008400000084000000840000008400
  750.       0000840000008400000084000000000000000000000000000000000000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000FFFF00000000000084
  753.       8400008484000084840000848400008484000084840000848400008484000084
  754.       8400000000000000000000000000000000000000000000000000008484000084
  755.       8400000000000000000000000000000000000000000000000000000000000000
  756.       00000000000000848400000000000000000084840000FFFFFF00848400008484
  757.       0000848400008484000084840000848400008484000084840000848400008484
  758.       0000848400008484000084000000000000000000000000000000000000000000
  759.       0000000000000000000000000000000000000000000000000000000000000000
  760.       00000000000000000000000000000000000000000000FFFFFF0000FFFF000000
  761.       0000008484000084840000848400008484000084840000848400008484000084
  762.       8400008484000000000000000000000000000000000000000000008484000084
  763.       8400000000000000000000000000000000000000000000000000000000000000
  764.       00000000000000848400000000000000000084840000FFFF0000848400000000
  765.       0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF00FFFF
  766.       FF00000000000000000084000000000000000000000000000000000000000000
  767.       0000000000000000000000000000000000000000000000000000000000000000
  768.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  769.       FF00000000000084840000848400008484000084840000848400008484000084
  770.       8400008484000084840000000000000000000000000000000000008484000084
  771.       8400008484000084840000848400008484000084840000848400008484000084
  772.       84000084840000848400000000000000000084840000FFFFFF00848400008484
  773.       0000848400008484000084840000848400008484000084840000848400008484
  774.       0000848400008484000084000000000000000000000000000000000000000000
  775.       0000000000000000000000000000000000000000000000000000000000000000
  776.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  777.       FF0000FFFF000000000000000000000000000000000000000000000000000000
  778.       0000000000000000000000000000000000000000000000000000008484000084
  779.       8400000000000000000000000000000000000000000000000000000000000000
  780.       00000084840000848400000000000000000084840000FFFF0000848400000000
  781.       0000FFFFFF0000000000FFFFFF0000000000FFFFFF0000000000FFFFFF000000
  782.       0000FFFFFF000000000084000000000000000000000000000000000000000000
  783.       0000000000000000000000000000000000000000000000000000000000000000
  784.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  785.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00000000000000
  786.       0000000000000000000000000000000000000000000000000000008484000000
  787.       0000000000000000000000000000000000000000000000000000000000000000
  788.       00000000000000848400000000000000000084840000FFFFFF00848400008484
  789.       0000848400008484000084840000848400008484000084840000848400008484
  790.       0000848400008484000084000000000000000000000000000000000000000000
  791.       0000000000000000000000000000000000000000000000000000000000000000
  792.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  793.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF00000000000000
  794.       0000000000000000000000000000000000000000000000000000008484000000
  795.       0000000000000000000000000000000000000000000000000000000000000000
  796.       00000000000000848400000000000000000084840000FFFF0000000000000000
  797.       0000000000000000000000000000000000000000000000000000848400008484
  798.       0000848400008484000084000000000000000000000000000000000000000000
  799.       0000000000000000000000000000000000000000000000000000000000000000
  800.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  801.       FF00000000000000000000000000000000000000000000000000000000000000
  802.       0000000000000000000000000000000000000000000000000000008484000000
  803.       0000000000000000000000000000000000000000000000000000000000000000
  804.       00000000000000848400000000000000000084840000FFFFFF0000000000FFFF
  805.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000848400008484
  806.       0000848400008484000084000000000000000000000000000000000000000000
  807.       0000000000000000000000000000000000000000000000000000000000000000
  808.       0000000000000000000000000000000000000000000000000000000000000000
  809.       0000000000000000000000000000000000000000000000000000000000000000
  810.       0000000000000000000000000000000000000000000000000000008484000000
  811.       0000000000000000000000000000000000000000000000000000000000000000
  812.       00000000000000848400000000000000000084840000FFFF0000000000000000
  813.       0000000000000000000000000000000000000000000000000000848400008484
  814.       0000848400008484000084000000000000000000000000000000000000000000
  815.       0000000000000000000000000000000000000000000000000000000000000000
  816.       0000000000000000000000000000000000000000000000000000000000000000
  817.       0000000000000000000000000000000000000000000000000000000000000000
  818.       0000000000000000000000000000000000000000000000000000008484000000
  819.       0000000000000000000000000000000000000000000000000000000000000000
  820.       00000000000000000000000000000000000084840000FFFFFF00FFFF0000FFFF
  821.       FF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFFFF00FFFF0000FFFF
  822.       FF00FFFF0000FFFFFF0084840000000000000000000000000000000000000000
  823.       0000000000000000000000000000000000000000000000000000000000000000
  824.       0000000000000000000000000000000000000000000000000000000000000000
  825.       0000000000000000000000000000000000000000000000000000000000000000
  826.       0000000000000000000000000000000000000000000000000000008484000000
  827.       0000000000000000000000000000000000000000000000000000000000000000
  828.       0000000000000000000000000000000000000000000084840000848400008484
  829.       0000848400008484000084840000848400008484000084840000848400008484
  830.       0000848400008484000084840000000000000000000000000000000000000000
  831.       0000000000000000000000000000000000000000000000000000000000000000
  832.       0000000000000000000000000000000000000000000000000000000000000000
  833.       0000000000000000000000000000000000000000000000000000000000000000
  834.       0000000000000000000000000000000000000000000000000000000000000000
  835.       0000000000000000000000000000000000000000000000000000000000000000
  836.       0000000000000000000000000000000000000000000000000000000000000000
  837.       0000000000000000000000000000000000000000000000000000000000000000
  838.       0000000000000000000000000000000000000000000000000000000000000000
  839.       0000000000000000000000000000000000000000000000000000000000000000
  840.       0000000000000000000000000000000000000000000000000000000000000000
  841.       0000000000000000000000000000000000000000000000000000000000000000
  842.       0000000000000000000000000000000000000000000000000000000000000000
  843.       0000000000000000000000000000000000000000000000000000000000000000
  844.       0000000000000000000000000000000000000000000000000000000000000000
  845.       0000000000000000000000000000000000000000000000000000000000000000
  846.       0000000000000000000000000000000000000000000000000000000000000000
  847.       0000000000000000000000000000000000000000000000000000000000000000
  848.       000000000000000000000000000000000000424D3E000000000000003E000000
  849.       2800000040000000200000000100010000000000000100000000000000000000
  850.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  851.       0000000000000000000000000000000000000000000000000000000000000000
  852.       0000000000000000000000000000000000000000000000000000000000000000
  853.       0000000000000000000000000000000000000000000000000000000000000000
  854.       00000000000000000000000000000000FFFFFFFFFFFF0000FFFFC001FFFF0000
  855.       001F803180010000000F80310000000000078031000000000003800100080000
  856.       00018001000000000000800100000000001F8FF100000000001F8FF11FC00000
  857.       001F8FF1004000008FF18FF100000000FFF98FF100000000FF758FF580010000
  858.       FF8F8001FFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
  859.       000000000000}
  860.   end
  861.   object OpenDialogDataEdit: TOpenDialog
  862.     Options = [ofReadOnly, ofEnableSizing]
  863.     Left = 444
  864.     Top = 218
  865.   end
  866.   object PopupMenuImport: TPopupMenu
  867.     Images = ImageListOptions
  868.     Left = 258
  869.     Top = 202
  870.     object optImportData: TMenuItem
  871.       Caption = '&Import data'
  872.       ImageIndex = 0
  873.     end
  874.   end
  875.   object PopupMenuDataEditorToolbar: TPopupMenu
  876.     Left = 336
  877.     Top = 197
  878.     object mmToolbarDataEditorAtBottom: TMenuItem
  879.       Caption = 'Toolbar at bottom'
  880.       Checked = True
  881.       OnClick = mmToolbarDataEditorAtBottomClick
  882.     end
  883.   end
  884.   object ActionListDataEdit: TActionList
  885.     Left = 336
  886.     Top = 272
  887.     object ActionHelp: TAction
  888.       Caption = 'ActionHelp'
  889.       ShortCut = 112
  890.       OnExecute = ActionHelpExecute
  891.     end
  892.     object ActionRefresh: TAction
  893.       Caption = 'ActionRefresh'
  894.       ShortCut = 116
  895.       OnExecute = ActionRefreshExecute
  896.     end
  897.   end
  898.   object SaveDialogDataEdit: TSaveDialog
  899.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  900.     Left = 416
  901.     Top = 264
  902.   end
  903. end
  904.