home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 January / GSSH0104TT.iso / Programme / Seck / _SETUP.1 / Seck.exe / 0 / RCDATA / THEXEDIT / THEXEDIT.txt
Text File  |  1998-03-15  |  10KB  |  491 lines

  1. object Hexedit: THexedit
  2.   Left = 26
  3.   Top = 13
  4.   HelpContext = 200
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'SECK 4.00  "Little" Hex - Editor'
  8.   ClientHeight = 383
  9.   ClientWidth = 586
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poDefaultSizeOnly
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 22
  21.     Top = 12
  22.     Width = 57
  23.     Height = 13
  24.     Caption = 'Dateiname :'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 22
  28.     Top = 41
  29.     Width = 57
  30.     Height = 13
  31.     Caption = 'Dateil∩┐╜nge :'
  32.   end
  33.   object Label4: TLabel
  34.     Left = 195
  35.     Top = 12
  36.     Width = 25
  37.     Height = 13
  38.     Caption = 'Hex :'
  39.   end
  40.   object Label5: TLabel
  41.     Left = 195
  42.     Top = 41
  43.     Width = 26
  44.     Height = 13
  45.     Caption = 'Dec :'
  46.   end
  47.   object Label6: TLabel
  48.     Left = 292
  49.     Top = 12
  50.     Width = 80
  51.     Height = 13
  52.     Caption = 'Aktueller Block : '
  53.   end
  54.   object Label7: TLabel
  55.     Left = 292
  56.     Top = 41
  57.     Width = 83
  58.     Height = 13
  59.     Caption = 'Maximaler Block :'
  60.   end
  61.   object Label3: TLabel
  62.     Left = 454
  63.     Top = 10
  64.     Width = 67
  65.     Height = 13
  66.     Caption = 'Dateiposition :'
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 18
  70.     Top = 334
  71.     Width = 561
  72.     Height = 39
  73.     TabOrder = 17
  74.   end
  75.   object Button1: TButton
  76.     Left = 28
  77.     Top = 342
  78.     Width = 55
  79.     Height = 25
  80.     Hint = 'Eine Datei in den Hex-Editor einlesen'
  81.     Caption = 'Laden'
  82.     ParentShowHint = False
  83.     ShowHint = True
  84.     TabOrder = 0
  85.     OnClick = Button1Click
  86.   end
  87.   object Button2: TButton
  88.     Left = 206
  89.     Top = 342
  90.     Width = 56
  91.     Height = 25
  92.     Hint = 'Block speichern'
  93.     Caption = 'Speichern'
  94.     Enabled = False
  95.     ParentShowHint = False
  96.     ShowHint = True
  97.     TabOrder = 1
  98.     OnClick = Button2Click
  99.   end
  100.   object Button3: TButton
  101.     Left = 145
  102.     Top = 342
  103.     Width = 56
  104.     Height = 25
  105.     Hint = 'Originalzustand des Blocks wieder herstellen'
  106.     Caption = 'Undo'
  107.     Enabled = False
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 2
  111.     OnClick = Button3Click
  112.   end
  113.   object Button4: TButton
  114.     Left = 265
  115.     Top = 342
  116.     Width = 55
  117.     Height = 25
  118.     Hint = 'Bytefolge oder Text suchen'
  119.     Caption = 'Suchen'
  120.     Enabled = False
  121.     ParentShowHint = False
  122.     ShowHint = True
  123.     TabOrder = 3
  124.     OnClick = Button4Click
  125.   end
  126.   object Button5: TButton
  127.     Left = 384
  128.     Top = 342
  129.     Width = 53
  130.     Height = 25
  131.     Hint = 'Zu einem bestimmten Block wechseln'
  132.     Caption = 'Gehe zu'
  133.     Enabled = False
  134.     ParentShowHint = False
  135.     ShowHint = True
  136.     TabOrder = 4
  137.     OnClick = Button5Click
  138.   end
  139.   object MaskEdit1: TMaskEdit
  140.     Left = 105
  141.     Top = 302
  142.     Width = 339
  143.     Height = 22
  144.     EditMask = '>AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA;1; '
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'Courier New'
  148.     Font.Style = []
  149.     MaxLength = 47
  150.     ParentFont = False
  151.     TabOrder = 5
  152.     Text = '                                               '
  153.     OnChange = MaskEdit1Change
  154.     OnEnter = MaskEdit1Enter
  155.     OnKeyUp = MaskEdit1KeyUp
  156.   end
  157.   object ListBox1: TListBox
  158.     Left = 23
  159.     Top = 64
  160.     Width = 73
  161.     Height = 230
  162.     Font.Color = clBlack
  163.     Font.Height = -11
  164.     Font.Name = 'Courier New'
  165.     Font.Style = []
  166.     ItemHeight = 14
  167.     Items.Strings = (
  168.       ''
  169.       ''
  170.       ''
  171.       ''
  172.       ''
  173.       ''
  174.       ''
  175.       ''
  176.       ''
  177.       ''
  178.       ''
  179.       ''
  180.       ''
  181.       ''
  182.       ''
  183.       '')
  184.     ParentFont = False
  185.     TabOrder = 6
  186.     OnEnter = ListBox1Enter
  187.   end
  188.   object ListBox2: TListBox
  189.     Left = 107
  190.     Top = 64
  191.     Width = 338
  192.     Height = 230
  193.     Font.Color = clBlack
  194.     Font.Height = -11
  195.     Font.Name = 'Courier New'
  196.     Font.Style = []
  197.     ItemHeight = 14
  198.     Items.Strings = (
  199.       '                                                             '
  200.       '                                                               '
  201.       '                                                             '
  202.       '                                                            '
  203.       '                 SECK 4.00 '
  204.       ''
  205.       '      Savegame Editor Construction Kit '
  206.       ''
  207.       '   (C) 1997 Advanced Digital Technologies'
  208.       ' '
  209.       '            "LITTLE" HEX-EDITOR '
  210.       ''
  211.       ''
  212.       ''
  213.       ''
  214.       '')
  215.     ParentFont = False
  216.     TabOrder = 7
  217.     OnDblClick = ListBox2DblClick
  218.     OnKeyDown = ListBox2KeyDown
  219.     OnKeyUp = ListBox2KeyUp
  220.     OnMouseDown = ListBox2MouseDown
  221.     OnMouseMove = ListBox2MouseMove
  222.     OnMouseUp = ListBox2MouseUp
  223.   end
  224.   object ListBox3: TListBox
  225.     Left = 453
  226.     Top = 64
  227.     Width = 120
  228.     Height = 230
  229.     Font.Color = clBlack
  230.     Font.Height = -11
  231.     Font.Name = 'Courier New'
  232.     Font.Style = []
  233.     ItemHeight = 14
  234.     Items.Strings = (
  235.       ''
  236.       ''
  237.       ''
  238.       ''
  239.       ''
  240.       ''
  241.       ''
  242.       ''
  243.       ''
  244.       ''
  245.       ''
  246.       ''
  247.       ''
  248.       ''
  249.       ''
  250.       '')
  251.     ParentFont = False
  252.     TabOrder = 8
  253.     OnEnter = ListBox3Enter
  254.   end
  255.   object MaskEdit2: TMaskEdit
  256.     Left = 453
  257.     Top = 302
  258.     Width = 120
  259.     Height = 22
  260.     EditMask = 'AAAAAAAAAAAAAAAA;1; '
  261.     Font.Color = clBlack
  262.     Font.Height = -11
  263.     Font.Name = 'Courier New'
  264.     Font.Style = []
  265.     MaxLength = 16
  266.     ParentFont = False
  267.     TabOrder = 9
  268.     Text = '                '
  269.     OnEnter = MaskEdit2Enter
  270.   end
  271.   object Edit1: TEdit
  272.     Left = 86
  273.     Top = 4
  274.     Width = 90
  275.     Height = 21
  276.     TabOrder = 10
  277.     OnEnter = Edit1Enter
  278.   end
  279.   object Edit2: TEdit
  280.     Left = 86
  281.     Top = 33
  282.     Width = 90
  283.     Height = 21
  284.     TabOrder = 11
  285.     OnEnter = Edit2Enter
  286.   end
  287.   object Edit3: TEdit
  288.     Left = 230
  289.     Top = 4
  290.     Width = 35
  291.     Height = 21
  292.     TabOrder = 12
  293.     OnEnter = Edit3Enter
  294.   end
  295.   object Edit4: TEdit
  296.     Left = 230
  297.     Top = 33
  298.     Width = 35
  299.     Height = 21
  300.     TabOrder = 13
  301.     Text = ' '
  302.     OnEnter = Edit4Enter
  303.   end
  304.   object Edit6: TEdit
  305.     Left = 383
  306.     Top = 4
  307.     Width = 55
  308.     Height = 21
  309.     TabOrder = 14
  310.     Text = ' '
  311.     OnEnter = Edit6Enter
  312.   end
  313.   object Edit7: TEdit
  314.     Left = 383
  315.     Top = 33
  316.     Width = 55
  317.     Height = 21
  318.     TabOrder = 15
  319.     Text = ' '
  320.     OnEnter = Edit7Enter
  321.   end
  322.   object MaskEdit3: TMaskEdit
  323.     Left = 22
  324.     Top = 302
  325.     Width = 74
  326.     Height = 22
  327.     EditMask = 'AAAAAAAAAAAAAAAA;1; '
  328.     Font.Color = clBlack
  329.     Font.Height = -11
  330.     Font.Name = 'Courier New'
  331.     Font.Style = []
  332.     MaxLength = 16
  333.     ParentFont = False
  334.     TabOrder = 16
  335.     Text = '                '
  336.     OnEnter = MaskEdit3Enter
  337.   end
  338.   object Button7: TButton
  339.     Left = 324
  340.     Top = 342
  341.     Width = 54
  342.     Height = 25
  343.     Hint = 'Text in den aktuellen Block schreiben'
  344.     Caption = 'Text'
  345.     Enabled = False
  346.     ParentShowHint = False
  347.     ShowHint = True
  348.     TabOrder = 18
  349.     OnClick = Button7Click
  350.   end
  351.   object Edit5: TEdit
  352.     Left = 453
  353.     Top = 34
  354.     Width = 115
  355.     Height = 21
  356.     TabOrder = 19
  357.     OnEnter = Edit5Enter
  358.   end
  359.   object Button9: TButton
  360.     Left = 507
  361.     Top = 342
  362.     Width = 61
  363.     Height = 25
  364.     Hint = 'Zum n∩┐╜chsten Block wechseln'
  365.     Caption = 'N∩┐╜chster'
  366.     Enabled = False
  367.     ParentShowHint = False
  368.     ShowHint = True
  369.     TabOrder = 20
  370.     OnClick = Button9Click
  371.   end
  372.   object Button8: TButton
  373.     Left = 441
  374.     Top = 342
  375.     Width = 61
  376.     Height = 25
  377.     Hint = 'Zum vorherigen Block wechseln'
  378.     Caption = 'Vorheriger'
  379.     Enabled = False
  380.     ParentShowHint = False
  381.     ShowHint = True
  382.     TabOrder = 21
  383.     OnClick = Button8Click
  384.   end
  385.   object Button6: TButton
  386.     Left = 86
  387.     Top = 342
  388.     Width = 55
  389.     Height = 25
  390.     Hint = 'Ge∩┐╜ffnete Datei wieder schlie∩┐╜en'
  391.     Caption = 'Schlie∩┐╜en'
  392.     Enabled = False
  393.     ParentShowHint = False
  394.     ShowHint = True
  395.     TabOrder = 22
  396.     OnClick = Button6Click
  397.   end
  398.   object OpenDialog1: TOpenDialog
  399.     FileEditStyle = fsEdit
  400.     Options = [ofHideReadOnly]
  401.     Title = 'Datei ∩┐╜ffnen'
  402.     Left = 535
  403.     Top = 2
  404.   end
  405.   object MainMenu1: TMainMenu
  406.     Left = 65534
  407.     Top = 65535
  408.     object Datei1: TMenuItem
  409.       Caption = '&Datei'
  410.       ShortCut = 0
  411.       object Laden1: TMenuItem
  412.         Caption = '&Laden'
  413.         ShortCut = 0
  414.         OnClick = Laden1Click
  415.       end
  416.       object Speichern1: TMenuItem
  417.         Caption = '&Speichern'
  418.         Enabled = False
  419.         ShortCut = 0
  420.         OnClick = Speichern1Click
  421.       end
  422.       object Schlieen1: TMenuItem
  423.         Caption = 'S&chlie∩┐╜en'
  424.         Enabled = False
  425.         ShortCut = 0
  426.         OnClick = Schlieen1Click
  427.       end
  428.       object Rckgngig1: TMenuItem
  429.         Caption = '&R∩┐╜ckg∩┐╜ngig'
  430.         Enabled = False
  431.         ShortCut = 0
  432.         OnClick = Rckgngig1Click
  433.       end
  434.     end
  435.     object Bearbeiten1: TMenuItem
  436.       Caption = '&Bearbeiten'
  437.       Enabled = False
  438.       ShortCut = 0
  439.       object Suchen1: TMenuItem
  440.         Caption = '&Suchen'
  441.         ShortCut = 0
  442.         OnClick = Suchen1Click
  443.       end
  444.       object Texteinfgen1: TMenuItem
  445.         Caption = '&Text einf∩┐╜gen'
  446.         ShortCut = 0
  447.         OnClick = Texteinfgen1Click
  448.       end
  449.     end
  450.     object Blcke1: TMenuItem
  451.       Caption = '&Bl∩┐╜cke'
  452.       Enabled = False
  453.       ShortCut = 0
  454.       object Erster1: TMenuItem
  455.         Caption = '&Erster'
  456.         ShortCut = 0
  457.         OnClick = Erster1Click
  458.       end
  459.       object Letzter1: TMenuItem
  460.         Caption = '&Letzter'
  461.         ShortCut = 0
  462.         OnClick = Letzter1Click
  463.       end
  464.       object Gehezu1: TMenuItem
  465.         Caption = '&Gehe zu...'
  466.         ShortCut = 0
  467.         OnClick = Gehezu1Click
  468.       end
  469.     end
  470.     object Hilfe1: TMenuItem
  471.       Caption = '&Hilfe'
  472.       ShortCut = 0
  473.       object Inhalt1: TMenuItem
  474.         Caption = '&Inhalt'
  475.         ShortCut = 0
  476.         OnClick = Inhalt1Click
  477.       end
  478.       object Info1: TMenuItem
  479.         Caption = 'In&fo...'
  480.         ShortCut = 0
  481.         OnClick = Info1Click
  482.       end
  483.     end
  484.     object Beenden1: TMenuItem
  485.       Caption = 'B&eenden'
  486.       ShortCut = 0
  487.       OnClick = Beenden1Click
  488.     end
  489.   end
  490. end
  491.