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

  1. object main: Tmain
  2.   Left = 0
  3.   Top = 0
  4.   HelpContext = 100
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Savegame Editor Construction Kit (SECK)  V 4.00'
  8.   ClientHeight = 413
  9.   ClientWidth = 639
  10.   Font.Color = clBlack
  11.   Font.Height = -24
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poDefaultSizeOnly
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 29
  21.   object Label8: TLabel
  22.     Left = 56
  23.     Top = 144
  24.     Width = 77
  25.     Height = 16
  26.     Caption = 'Savegame 1'
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label9: TLabel
  34.     Left = 168
  35.     Top = 144
  36.     Width = 77
  37.     Height = 16
  38.     Caption = 'Savegame 2'
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label10: TLabel
  46.     Left = 280
  47.     Top = 144
  48.     Width = 77
  49.     Height = 16
  50.     Caption = 'Savegame 3'
  51.     Font.Color = clBlack
  52.     Font.Height = -13
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object Label11: TLabel
  58.     Left = 384
  59.     Top = 144
  60.     Width = 77
  61.     Height = 16
  62.     Caption = 'Savegame 4'
  63.     Font.Color = clBlack
  64.     Font.Height = -13
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = []
  67.     ParentFont = False
  68.   end
  69.   object Label12: TLabel
  70.     Left = 496
  71.     Top = 144
  72.     Width = 77
  73.     Height = 16
  74.     Caption = 'Savegame 5'
  75.     Font.Color = clBlack
  76.     Font.Height = -13
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object Label20: TLabel
  82.     Left = 3
  83.     Top = 1
  84.     Width = 638
  85.     Height = 24
  86.     Caption = 
  87.       '                                Savegame Editor Construction Kit' +
  88.       ' V 4.00'
  89.     Color = clLime
  90.     Font.Color = clBlue
  91.     Font.Height = -19
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ParentColor = False
  95.     ParentFont = False
  96.   end
  97.   object editoren: TPageControl
  98.     Left = -1
  99.     Top = 27
  100.     Width = 639
  101.     Height = 386
  102.     HelpContext = 100
  103.     ActivePage = TabSheet2
  104.     Font.Color = clBlack
  105.     Font.Height = -13
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 0
  110.     OnChanging = editorenChanging
  111.     object TabSheet2: TTabSheet
  112.       Caption = 'Savegames vergleichen'
  113.       object Label18: TLabel
  114.         Left = 349
  115.         Top = 215
  116.         Width = 77
  117.         Height = 16
  118.         Caption = 'Savegame 3'
  119.       end
  120.       object Label1: TLabel
  121.         Left = 148
  122.         Top = 5
  123.         Width = 7
  124.         Height = 24
  125.         Font.Color = clBlack
  126.         Font.Height = -19
  127.         Font.Name = 'MS Sans Serif'
  128.         Font.Style = [fsBold]
  129.         ParentFont = False
  130.         Visible = False
  131.       end
  132.       object Label4: TLabel
  133.         Left = 276
  134.         Top = 10
  135.         Width = 77
  136.         Height = 16
  137.         Caption = 'Savegame 3'
  138.       end
  139.       object Label5: TLabel
  140.         Left = 387
  141.         Top = 10
  142.         Width = 77
  143.         Height = 16
  144.         Caption = 'Savegame 4'
  145.       end
  146.       object Label6: TLabel
  147.         Left = 165
  148.         Top = 9
  149.         Width = 77
  150.         Height = 16
  151.         Caption = 'Savegame 2'
  152.       end
  153.       object Label7: TLabel
  154.         Left = 500
  155.         Top = 10
  156.         Width = 77
  157.         Height = 16
  158.         Caption = 'Savegame 5'
  159.       end
  160.       object Adresse: TLabel
  161.         Left = 69
  162.         Top = 216
  163.         Width = 51
  164.         Height = 16
  165.         Caption = 'Adresse'
  166.       end
  167.       object Label16: TLabel
  168.         Left = 165
  169.         Top = 215
  170.         Width = 77
  171.         Height = 16
  172.         Caption = 'Savegame 1'
  173.       end
  174.       object Label17: TLabel
  175.         Left = 257
  176.         Top = 215
  177.         Width = 77
  178.         Height = 16
  179.         Caption = 'Savegame 2'
  180.       end
  181.       object Label19: TLabel
  182.         Left = 443
  183.         Top = 215
  184.         Width = 77
  185.         Height = 16
  186.         Caption = 'Savegame 4'
  187.       end
  188.       object Label15: TLabel
  189.         Left = 535
  190.         Top = 215
  191.         Width = 77
  192.         Height = 16
  193.         Caption = 'Savegame 5'
  194.       end
  195.       object Label3: TLabel
  196.         Left = 46
  197.         Top = 10
  198.         Width = 77
  199.         Height = 16
  200.         Caption = 'Savegame 1'
  201.       end
  202.       object Label2: TLabel
  203.         Left = 317
  204.         Top = 170
  205.         Width = 284
  206.         Height = 13
  207.         Caption = 'Um Positionen in die Liste zu ∩┐╜bernehmen, mit der Maus auf '
  208.         Font.Color = clGreen
  209.         Font.Height = -11
  210.         Font.Name = 'MS Sans Serif'
  211.         Font.Style = []
  212.         ParentFont = False
  213.       end
  214.       object Label22: TLabel
  215.         Left = 318
  216.         Top = 183
  217.         Width = 259
  218.         Height = 13
  219.         Caption = 'die Adresse zeigen und die rechte Maustaste bet∩┐╜tigen'
  220.         Font.Color = clGreen
  221.         Font.Height = -11
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = []
  224.         ParentFont = False
  225.       end
  226.       object Gauge1: TGauge
  227.         Left = 40
  228.         Top = 335
  229.         Width = 100
  230.         Height = 14
  231.         ForeColor = clBlue
  232.         MaxValue = 20
  233.         Progress = 0
  234.       end
  235.       object Label25: TLabel
  236.         Left = 167
  237.         Top = 344
  238.         Width = 56
  239.         Height = 13
  240.         Caption = 'Gefunden : '
  241.         Font.Color = clBlack
  242.         Font.Height = -11
  243.         Font.Name = 'MS Sans Serif'
  244.         Font.Style = []
  245.         ParentFont = False
  246.         Visible = False
  247.       end
  248.       object Label26: TLabel
  249.         Left = 13
  250.         Top = 338
  251.         Width = 17
  252.         Height = 13
  253.         Alignment = taCenter
  254.         AutoSize = False
  255.         Caption = '0'
  256.         Font.Color = clRed
  257.         Font.Height = -11
  258.         Font.Name = 'MS Sans Serif'
  259.         Font.Style = []
  260.         ParentFont = False
  261.       end
  262.       object Label27: TLabel
  263.         Left = 316
  264.         Top = 192
  265.         Width = 3
  266.         Height = 13
  267.         Font.Color = clGreen
  268.         Font.Height = -11
  269.         Font.Name = 'MS Sans Serif'
  270.         Font.Style = []
  271.         ParentFont = False
  272.       end
  273.       object GroupBox4: TGroupBox
  274.         Left = 4
  275.         Top = 234
  276.         Width = 33
  277.         Height = 100
  278.         TabOrder = 41
  279.       end
  280.       object Panel4: TPanel
  281.         Left = 158
  282.         Top = 233
  283.         Width = 467
  284.         Height = 109
  285.         BevelInner = bvLowered
  286.         TabOrder = 36
  287.       end
  288.       object Panel2: TPanel
  289.         Left = 6
  290.         Top = 208
  291.         Width = 59
  292.         Height = 30
  293.         BevelInner = bvRaised
  294.         BevelOuter = bvLowered
  295.         TabOrder = 35
  296.       end
  297.       object Panel1: TPanel
  298.         Left = 26
  299.         Top = 165
  300.         Width = 281
  301.         Height = 36
  302.         TabOrder = 34
  303.       end
  304.       object GroupBox1: TGroupBox
  305.         Left = 26
  306.         Top = 57
  307.         Width = 583
  308.         Height = 102
  309.         TabOrder = 8
  310.       end
  311.       object b_hinzu: TButton
  312.         Left = 34
  313.         Top = 173
  314.         Width = 86
  315.         Height = 21
  316.         Hint = 'Savegames zum Vergleich ausw∩┐╜hlen'
  317.         Caption = 'Hinzuf∩┐╜gen'
  318.         ParentShowHint = False
  319.         ShowHint = True
  320.         TabOrder = 0
  321.         OnClick = b_hinzuClick
  322.       end
  323.       object b_entf: TButton
  324.         Left = 121
  325.         Top = 173
  326.         Width = 86
  327.         Height = 21
  328.         Hint = 'Savegames vom Vergleich wieder ausschlie∩┐╜en'
  329.         Caption = 'Entfernen'
  330.         ParentShowHint = False
  331.         ShowHint = True
  332.         TabOrder = 1
  333.         OnClick = b_entfClick
  334.       end
  335.       object Edit1: TEdit
  336.         Left = 35
  337.         Top = 29
  338.         Width = 105
  339.         Height = 21
  340.         Cursor = crArrow
  341.         Font.Color = clBlack
  342.         Font.Height = -11
  343.         Font.Name = 'MS Sans Serif'
  344.         Font.Style = []
  345.         ParentFont = False
  346.         ReadOnly = True
  347.         TabOrder = 3
  348.         OnEnter = Edit1Enter
  349.       end
  350.       object Edit2: TEdit
  351.         Left = 150
  352.         Top = 30
  353.         Width = 105
  354.         Height = 21
  355.         Cursor = crArrow
  356.         Font.Color = clBlack
  357.         Font.Height = -11
  358.         Font.Name = 'MS Sans Serif'
  359.         Font.Style = []
  360.         ParentFont = False
  361.         ReadOnly = True
  362.         TabOrder = 4
  363.         OnEnter = Edit2Enter
  364.       end
  365.       object Edit3: TEdit
  366.         Left = 262
  367.         Top = 30
  368.         Width = 105
  369.         Height = 21
  370.         Cursor = crArrow
  371.         Font.Color = clBlack
  372.         Font.Height = -11
  373.         Font.Name = 'MS Sans Serif'
  374.         Font.Style = []
  375.         ParentFont = False
  376.         ReadOnly = True
  377.         TabOrder = 5
  378.         OnEnter = Edit3Enter
  379.       end
  380.       object Edit4: TEdit
  381.         Left = 374
  382.         Top = 30
  383.         Width = 105
  384.         Height = 21
  385.         Cursor = crArrow
  386.         Font.Color = clBlack
  387.         Font.Height = -11
  388.         Font.Name = 'MS Sans Serif'
  389.         Font.Style = []
  390.         ParentFont = False
  391.         ReadOnly = True
  392.         TabOrder = 6
  393.         OnEnter = Edit4Enter
  394.       end
  395.       object Edit5: TEdit
  396.         Left = 487
  397.         Top = 30
  398.         Width = 105
  399.         Height = 21
  400.         Cursor = crArrow
  401.         Font.Color = clBlack
  402.         Font.Height = -11
  403.         Font.Name = 'MS Sans Serif'
  404.         Font.Style = []
  405.         ParentFont = False
  406.         ReadOnly = True
  407.         TabOrder = 7
  408.         OnEnter = Edit5Enter
  409.       end
  410.       object RadioButton1: TRadioButton
  411.         Left = 35
  412.         Top = 71
  413.         Width = 129
  414.         Height = 17
  415.         Caption = 'Allgemeine ∩┐╜nderung'
  416.         Checked = True
  417.         Font.Color = clBlack
  418.         Font.Height = -11
  419.         Font.Name = 'MS Sans Serif'
  420.         Font.Style = []
  421.         ParentFont = False
  422.         TabOrder = 9
  423.         TabStop = True
  424.       end
  425.       object RadioButton2: TRadioButton
  426.         Left = 35
  427.         Top = 88
  428.         Width = 129
  429.         Height = 17
  430.         Caption = 'Kleinere Werte suchen'
  431.         Font.Color = clBlack
  432.         Font.Height = -11
  433.         Font.Name = 'MS Sans Serif'
  434.         Font.Style = []
  435.         ParentFont = False
  436.         TabOrder = 10
  437.       end
  438.       object RadioButton3: TRadioButton
  439.         Left = 35
  440.         Top = 104
  441.         Width = 129
  442.         Height = 17
  443.         Caption = 'Gr∩┐╜∩┐╜ere Werte suchen'
  444.         Font.Color = clBlack
  445.         Font.Height = -11
  446.         Font.Name = 'MS Sans Serif'
  447.         Font.Style = []
  448.         ParentFont = False
  449.         TabOrder = 11
  450.       end
  451.       object RadioButton4: TRadioButton
  452.         Left = 35
  453.         Top = 120
  454.         Width = 129
  455.         Height = 17
  456.         Caption = 'Schalter 0/1'
  457.         Font.Color = clBlack
  458.         Font.Height = -11
  459.         Font.Name = 'MS Sans Serif'
  460.         Font.Style = []
  461.         ParentFont = False
  462.         TabOrder = 12
  463.       end
  464.       object RadioButton5: TRadioButton
  465.         Left = 35
  466.         Top = 136
  467.         Width = 129
  468.         Height = 17
  469.         Caption = 'Andere Schalter'
  470.         Font.Color = clBlack
  471.         Font.Height = -11
  472.         Font.Name = 'MS Sans Serif'
  473.         Font.Style = []
  474.         ParentFont = False
  475.         TabOrder = 13
  476.       end
  477.       object RadioButton6: TRadioButton
  478.         Left = 211
  479.         Top = 72
  480.         Width = 129
  481.         Height = 13
  482.         Caption = 'Differenz  - 1'
  483.         Font.Color = clBlack
  484.         Font.Height = -11
  485.         Font.Name = 'MS Sans Serif'
  486.         Font.Style = []
  487.         ParentFont = False
  488.         TabOrder = 14
  489.       end
  490.       object RadioButton8: TRadioButton
  491.         Left = 211
  492.         Top = 103
  493.         Width = 161
  494.         Height = 17
  495.         Caption = 'Automatische Werte - Suche'
  496.         Font.Color = clBlack
  497.         Font.Height = -11
  498.         Font.Name = 'MS Sans Serif'
  499.         Font.Style = []
  500.         ParentFont = False
  501.         TabOrder = 16
  502.       end
  503.       object RadioButton9: TRadioButton
  504.         Left = 211
  505.         Top = 120
  506.         Width = 161
  507.         Height = 17
  508.         Caption = 'Automatische Balken - Suche'
  509.         Font.Color = clBlack
  510.         Font.Height = -11
  511.         Font.Name = 'MS Sans Serif'
  512.         Font.Style = []
  513.         ParentFont = False
  514.         TabOrder = 17
  515.       end
  516.       object RadioButton10: TRadioButton
  517.         Left = 211
  518.         Top = 136
  519.         Width = 177
  520.         Height = 17
  521.         Caption = 'Werte bis 2.000.000.000 suchen'
  522.         Font.Color = clBlack
  523.         Font.Height = -11
  524.         Font.Name = 'MS Sans Serif'
  525.         Font.Style = []
  526.         ParentFont = False
  527.         TabOrder = 18
  528.       end
  529.       object RadioButton11: TRadioButton
  530.         Left = 411
  531.         Top = 72
  532.         Width = 161
  533.         Height = 17
  534.         Caption = 'Halbierte Werte suchen'
  535.         Font.Color = clBlack
  536.         Font.Height = -11
  537.         Font.Name = 'MS Sans Serif'
  538.         Font.Style = []
  539.         ParentFont = False
  540.         TabOrder = 19
  541.       end
  542.       object RadioButton12: TRadioButton
  543.         Left = 411
  544.         Top = 88
  545.         Width = 161
  546.         Height = 17
  547.         Caption = 'Alternierende Werte suchen'
  548.         Font.Color = clBlack
  549.         Font.Height = -11
  550.         Font.Name = 'MS Sans Serif'
  551.         Font.Style = []
  552.         ParentFont = False
  553.         TabOrder = 20
  554.       end
  555.       object RadioButton13: TRadioButton
  556.         Left = 411
  557.         Top = 104
  558.         Width = 161
  559.         Height = 17
  560.         Caption = 'Werte im Intervall suchen'
  561.         Font.Color = clBlack
  562.         Font.Height = -11
  563.         Font.Name = 'MS Sans Serif'
  564.         Font.Style = []
  565.         ParentFont = False
  566.         TabOrder = 21
  567.       end
  568.       object RadioButton14: TRadioButton
  569.         Left = 411
  570.         Top = 120
  571.         Width = 161
  572.         Height = 17
  573.         Caption = 'Gegenst∩┐╜nde als Bits suchen'
  574.         Font.Color = clBlack
  575.         Font.Height = -11
  576.         Font.Name = 'MS Sans Serif'
  577.         Font.Style = []
  578.         ParentFont = False
  579.         TabOrder = 22
  580.       end
  581.       object RadioButton15: TRadioButton
  582.         Left = 411
  583.         Top = 136
  584.         Width = 193
  585.         Height = 17
  586.         Caption = 'Master - Search ! (12 Savegames !)'
  587.         Font.Color = clBlack
  588.         Font.Height = -11
  589.         Font.Name = 'MS Sans Serif'
  590.         Font.Style = []
  591.         ParentFont = False
  592.         TabOrder = 23
  593.       end
  594.       object Button3: TButton
  595.         Left = 209
  596.         Top = 173
  597.         Width = 92
  598.         Height = 21
  599.         Hint = 'Ausgew∩┐╜hlte Suche beginnen'
  600.         Caption = 'Suche starten'
  601.         ParentShowHint = False
  602.         ShowHint = True
  603.         TabOrder = 2
  604.         OnClick = Button3Click
  605.       end
  606.       object Memo3: TMemo
  607.         Left = 40
  608.         Top = 243
  609.         Width = 104
  610.         Height = 90
  611.         Cursor = crArrow
  612.         Color = clBlack
  613.         Ctl3D = True
  614.         Font.Color = clWhite
  615.         Font.Height = -13
  616.         Font.Name = 'MS Sans Serif'
  617.         Font.Style = []
  618.         Lines.Strings = (
  619.           '')
  620.         ParentCtl3D = False
  621.         ParentFont = False
  622.         PopupMenu = Adressenpopup
  623.         ReadOnly = True
  624.         TabOrder = 24
  625.         OnDblClick = Memo3DblClick
  626.         OnEnter = Memo3Enter
  627.         OnMouseDown = Memo3MouseDown
  628.         OnMouseUp = Memo3MouseUp
  629.       end
  630.       object Memo4: TMemo
  631.         Left = 166
  632.         Top = 242
  633.         Width = 82
  634.         Height = 92
  635.         Cursor = crArrow
  636.         Color = clWhite
  637.         Ctl3D = True
  638.         Lines.Strings = (
  639.           ''
  640.           '')
  641.         ParentCtl3D = False
  642.         ReadOnly = True
  643.         TabOrder = 25
  644.         OnEnter = Memo4Enter
  645.       end
  646.       object Memo5: TMemo
  647.         Left = 259
  648.         Top = 242
  649.         Width = 82
  650.         Height = 92
  651.         Cursor = crArrow
  652.         Color = clWhite
  653.         Ctl3D = True
  654.         Lines.Strings = (
  655.           '')
  656.         ParentCtl3D = False
  657.         ReadOnly = True
  658.         TabOrder = 26
  659.         OnEnter = Memo5Enter
  660.       end
  661.       object Memo6: TMemo
  662.         Left = 350
  663.         Top = 242
  664.         Width = 82
  665.         Height = 92
  666.         Cursor = crArrow
  667.         Color = clWhite
  668.         Ctl3D = True
  669.         Lines.Strings = (
  670.           ''
  671.           '')
  672.         ParentCtl3D = False
  673.         ReadOnly = True
  674.         TabOrder = 27
  675.         OnEnter = Memo6Enter
  676.       end
  677.       object Memo7: TMemo
  678.         Left = 441
  679.         Top = 242
  680.         Width = 82
  681.         Height = 92
  682.         Cursor = crArrow
  683.         Color = clWhite
  684.         Ctl3D = True
  685.         Lines.Strings = (
  686.           '')
  687.         ParentCtl3D = False
  688.         ReadOnly = True
  689.         TabOrder = 28
  690.         OnEnter = Memo7Enter
  691.       end
  692.       object Memo8: TMemo
  693.         Left = 533
  694.         Top = 242
  695.         Width = 82
  696.         Height = 92
  697.         Cursor = crArrow
  698.         Color = clWhite
  699.         Ctl3D = True
  700.         Lines.Strings = (
  701.           '')
  702.         ParentCtl3D = False
  703.         ReadOnly = True
  704.         TabOrder = 29
  705.         OnEnter = Memo8Enter
  706.       end
  707.       object Button5: TButton
  708.         Left = 2
  709.         Top = -5
  710.         Width = 24
  711.         Height = 18
  712.         Caption = '<'
  713.         Enabled = False
  714.         TabOrder = 30
  715.         Visible = False
  716.         OnClick = Button5Click
  717.       end
  718.       object Button6: TButton
  719.         Left = 26
  720.         Top = -5
  721.         Width = 23
  722.         Height = 18
  723.         Caption = '>'
  724.         Enabled = False
  725.         TabOrder = 31
  726.         Visible = False
  727.         OnClick = Button6Click
  728.       end
  729.       object Button7: TButton
  730.         Left = 11
  731.         Top = 215
  732.         Width = 23
  733.         Height = 18
  734.         Hint = 'Zur ersten Position wechseln'
  735.         Caption = '<<'
  736.         ParentShowHint = False
  737.         ShowHint = True
  738.         TabOrder = 32
  739.         OnClick = Button7Click
  740.       end
  741.       object Button8: TButton
  742.         Left = 34
  743.         Top = 215
  744.         Width = 23
  745.         Height = 18
  746.         Hint = 'Zur letzten Position wechseln'
  747.         Caption = '>>'
  748.         ParentShowHint = False
  749.         ShowHint = True
  750.         TabOrder = 33
  751.         OnClick = Button8Click
  752.       end
  753.       object RadioButton7: TRadioButton
  754.         Left = 211
  755.         Top = 87
  756.         Width = 129
  757.         Height = 16
  758.         Caption = 'Andere Differenz'
  759.         Font.Color = clBlack
  760.         Font.Height = -11
  761.         Font.Name = 'MS Sans Serif'
  762.         Font.Style = []
  763.         ParentFont = False
  764.         TabOrder = 15
  765.       end
  766.       object Button22: TButton
  767.         Left = 9
  768.         Top = 247
  769.         Width = 23
  770.         Height = 21
  771.         Hint = '5 Positionen r∩┐╜ckw∩┐╜rts'
  772.         Caption = '-5'
  773.         Font.Color = clBlack
  774.         Font.Height = -11
  775.         Font.Name = 'MS Sans Serif'
  776.         Font.Style = []
  777.         ParentFont = False
  778.         ParentShowHint = False
  779.         ShowHint = True
  780.         TabOrder = 37
  781.         OnClick = Button22Click
  782.       end
  783.       object Button23: TButton
  784.         Left = 9
  785.         Top = 267
  786.         Width = 23
  787.         Height = 21
  788.         Hint = '1 Position r∩┐╜ckw∩┐╜rts'
  789.         Caption = '-1'
  790.         Font.Color = clBlack
  791.         Font.Height = -11
  792.         Font.Name = 'MS Sans Serif'
  793.         Font.Style = []
  794.         ParentFont = False
  795.         ParentShowHint = False
  796.         ShowHint = True
  797.         TabOrder = 38
  798.         OnClick = Button23Click
  799.       end
  800.       object Button24: TButton
  801.         Left = 9
  802.         Top = 287
  803.         Width = 23
  804.         Height = 21
  805.         Hint = '1 Position vorw∩┐╜rts'
  806.         Caption = '+1'
  807.         Font.Color = clBlack
  808.         Font.Height = -11
  809.         Font.Name = 'MS Sans Serif'
  810.         Font.Style = []
  811.         ParentFont = False
  812.         ParentShowHint = False
  813.         ShowHint = True
  814.         TabOrder = 39
  815.         OnClick = Button24Click
  816.       end
  817.       object Button25: TButton
  818.         Left = 9
  819.         Top = 307
  820.         Width = 23
  821.         Height = 21
  822.         Hint = '5 Positionen vorw∩┐╜rts'
  823.         Caption = '+5'
  824.         Font.Color = clBlack
  825.         Font.Height = -11
  826.         Font.Name = 'MS Sans Serif'
  827.         Font.Style = []
  828.         ParentFont = False
  829.         ParentShowHint = False
  830.         ShowHint = True
  831.         TabOrder = 40
  832.         OnClick = Button25Click
  833.       end
  834.       object ScrollBar1: TScrollBar
  835.         Left = 146
  836.         Top = 243
  837.         Width = 10
  838.         Height = 90
  839.         Kind = sbVertical
  840.         Max = 0
  841.         TabOrder = 42
  842.         OnChange = ScrollBar1Change
  843.       end
  844.     end
  845.     object TabSheet1: TTabSheet
  846.       Caption = 'Patchen, Liste der Werte'
  847.       object Label13: TLabel
  848.         Left = 195
  849.         Top = 13
  850.         Width = 197
  851.         Height = 16
  852.         Caption = 'Kommentar, Wirkung der Position'
  853.       end
  854.       object Label14: TLabel
  855.         Left = 115
  856.         Top = 13
  857.         Width = 57
  858.         Height = 16
  859.         Caption = 'Adresse'
  860.       end
  861.       object Label21: TLabel
  862.         Left = 2
  863.         Top = 225
  864.         Width = 110
  865.         Height = 80
  866.         Caption = 
  867.           'Weitere Optionen : Adresse mit Maus ausw∩┐╜hlen und rechte Maustas' +
  868.           'te bet∩┐╜tigen'
  869.         Font.Color = clGreen
  870.         Font.Height = -13
  871.         Font.Name = 'MS Sans Serif'
  872.         Font.Style = []
  873.         ParentFont = False
  874.       end
  875.       object Label29: TLabel
  876.         Left = 8
  877.         Top = 13
  878.         Width = 91
  879.         Height = 16
  880.         Caption = 'Aktuelle Seite : '
  881.       end
  882.       object Label30: TLabel
  883.         Left = 36
  884.         Top = 37
  885.         Width = 10
  886.         Height = 24
  887.         Caption = '1'
  888.         Font.Color = clBlack
  889.         Font.Height = -19
  890.         Font.Name = 'MS Sans Serif'
  891.         Font.Style = []
  892.         ParentFont = False
  893.       end
  894.       object Panel3: TPanel
  895.         Left = 3
  896.         Top = 308
  897.         Width = 620
  898.         Height = 41
  899.         TabOrder = 11
  900.       end
  901.       object Memo1: TMemo
  902.         Left = 193
  903.         Top = 39
  904.         Width = 409
  905.         Height = 267
  906.         Enabled = False
  907.         Lines.Strings = (
  908.           ''
  909.           ''
  910.           ''
  911.           ''
  912.           ''
  913.           ''
  914.           ''
  915.           ''
  916.           ''
  917.           ''
  918.           ''
  919.           ''
  920.           ''
  921.           '')
  922.         ReadOnly = True
  923.         TabOrder = 0
  924.         Visible = False
  925.         OnChange = Memo1Change
  926.         OnDblClick = Memo1DblClick
  927.         OnEnter = Memo1Enter
  928.         OnMouseUp = Memo1MouseUp
  929.       end
  930.       object Memo2: TMemo
  931.         Left = 112
  932.         Top = 41
  933.         Width = 76
  934.         Height = 266
  935.         Cursor = crArrow
  936.         Enabled = False
  937.         Lines.Strings = (
  938.           ''
  939.           ''
  940.           ''
  941.           ''
  942.           ''
  943.           ''
  944.           ''
  945.           ''
  946.           ''
  947.           ''
  948.           ''
  949.           ''
  950.           ''
  951.           '')
  952.         PopupMenu = Listenpopup
  953.         ReadOnly = True
  954.         TabOrder = 1
  955.         Visible = False
  956.         OnEnter = Memo2Enter
  957.         OnMouseDown = Memo2MouseDown
  958.       end
  959.       object Button10: TButton
  960.         Left = 418
  961.         Top = 7
  962.         Width = 23
  963.         Height = 24
  964.         Hint = 'Seite 1 der Liste'
  965.         Caption = '1'
  966.         ParentShowHint = False
  967.         ShowHint = True
  968.         TabOrder = 2
  969.         OnClick = Button10Click
  970.       end
  971.       object Button11: TButton
  972.         Left = 451
  973.         Top = 7
  974.         Width = 25
  975.         Height = 24
  976.         Hint = 'Seite 2 der Liste'
  977.         Caption = '2'
  978.         ParentShowHint = False
  979.         ShowHint = True
  980.         TabOrder = 3
  981.         OnClick = Button11Click
  982.       end
  983.       object Button12: TButton
  984.         Left = 487
  985.         Top = 7
  986.         Width = 25
  987.         Height = 24
  988.         Hint = 'Seite 3 der Liste'
  989.         Caption = '3'
  990.         ParentShowHint = False
  991.         ShowHint = True
  992.         TabOrder = 4
  993.         OnClick = Button12Click
  994.       end
  995.       object Button13: TButton
  996.         Left = 522
  997.         Top = 6
  998.         Width = 24
  999.         Height = 24
  1000.         Hint = 'Seite 4 der Liste'
  1001.         Caption = '4'
  1002.         ParentShowHint = False
  1003.         ShowHint = True
  1004.         TabOrder = 5
  1005.         OnClick = Button13Click
  1006.       end
  1007.       object Button14: TButton
  1008.         Left = 556
  1009.         Top = 7
  1010.         Width = 25
  1011.         Height = 24
  1012.         Hint = 'Seite 5 der Liste'
  1013.         Caption = '5'
  1014.         ParentShowHint = False
  1015.         ShowHint = True
  1016.         TabOrder = 6
  1017.         OnClick = Button14Click
  1018.       end
  1019.       object Button4: TButton
  1020.         Left = 88
  1021.         Top = 317
  1022.         Width = 75
  1023.         Height = 25
  1024.         Hint = 'Liste speichern'
  1025.         Caption = 'Speichern'
  1026.         ParentShowHint = False
  1027.         ShowHint = True
  1028.         TabOrder = 7
  1029.         OnClick = Button4Click
  1030.       end
  1031.       object Button15: TButton
  1032.         Left = 164
  1033.         Top = 317
  1034.         Width = 75
  1035.         Height = 25
  1036.         Hint = 'Liste laden'
  1037.         Caption = 'Laden'
  1038.         ParentShowHint = False
  1039.         ShowHint = True
  1040.         TabOrder = 8
  1041.         OnClick = Button15Click
  1042.       end
  1043.       object Button2: TButton
  1044.         Left = 239
  1045.         Top = 317
  1046.         Width = 75
  1047.         Height = 25
  1048.         Hint = 'Aktuelle Liste drucken'
  1049.         Caption = 'Drucken'
  1050.         ParentShowHint = False
  1051.         ShowHint = True
  1052.         TabOrder = 9
  1053.         OnClick = Button2Click
  1054.       end
  1055.       object Button1: TButton
  1056.         Left = 12
  1057.         Top = 317
  1058.         Width = 75
  1059.         Height = 25
  1060.         Hint = 'Eine Adresse manuell in die Liste einf∩┐╜gen'
  1061.         Caption = 'Hinzuf∩┐╜gen'
  1062.         ParentShowHint = False
  1063.         ShowHint = True
  1064.         TabOrder = 10
  1065.         OnClick = Button1Click
  1066.       end
  1067.       object Button16: TButton
  1068.         Left = 391
  1069.         Top = 317
  1070.         Width = 75
  1071.         Height = 25
  1072.         Hint = 'Aktuelle Liste leeren'
  1073.         Caption = 'L∩┐╜schen'
  1074.         ParentShowHint = False
  1075.         ShowHint = True
  1076.         TabOrder = 12
  1077.         OnClick = Button16Click
  1078.       end
  1079.       object Button9: TButton
  1080.         Left = 315
  1081.         Top = 317
  1082.         Width = 75
  1083.         Height = 25
  1084.         Hint = 'Vorherige Patchaktionen r∩┐╜ckg∩┐╜ngig machen'
  1085.         Caption = '"Undo"'
  1086.         ParentShowHint = False
  1087.         ShowHint = True
  1088.         TabOrder = 13
  1089.         OnClick = Button9Click
  1090.       end
  1091.       object ListBox2: TListBox
  1092.         Left = 114
  1093.         Top = 42
  1094.         Width = 74
  1095.         Height = 247
  1096.         ItemHeight = 16
  1097.         Items.Strings = (
  1098.           ''
  1099.           ''
  1100.           ''
  1101.           ''
  1102.           ''
  1103.           ''
  1104.           ''
  1105.           ''
  1106.           ''
  1107.           ''
  1108.           ''
  1109.           ''
  1110.           ''
  1111.           ''
  1112.           '')
  1113.         PopupMenu = Listenpopup
  1114.         TabOrder = 14
  1115.         OnEnter = ListBox2Enter
  1116.         OnKeyDown = ListBox2KeyDown
  1117.         OnMouseDown = ListBox2MouseDown
  1118.         OnMouseMove = ListBox2MouseMove
  1119.       end
  1120.       object ListBox3: TListBox
  1121.         Left = 196
  1122.         Top = 42
  1123.         Width = 409
  1124.         Height = 247
  1125.         ItemHeight = 16
  1126.         Items.Strings = (
  1127.           
  1128.             '                                                                ' +
  1129.             '            '
  1130.           
  1131.             '                                                                ' +
  1132.             '            '
  1133.           
  1134.             '                                                                ' +
  1135.             '            '
  1136.           
  1137.             '                                                                ' +
  1138.             '            '
  1139.           
  1140.             '                                                                ' +
  1141.             '            '
  1142.           
  1143.             '                                                                ' +
  1144.             '            '
  1145.           
  1146.             '                                                                ' +
  1147.             '            '
  1148.           
  1149.             '                                                                ' +
  1150.             '            '
  1151.           
  1152.             '                                                                ' +
  1153.             '            '
  1154.           
  1155.             '                                                                ' +
  1156.             '            '
  1157.           
  1158.             '                                                                ' +
  1159.             '            '
  1160.           
  1161.             '                                                                ' +
  1162.             '            '
  1163.           
  1164.             '                                                                ' +
  1165.             '            '
  1166.           
  1167.             '                                                                ' +
  1168.             '            '
  1169.           '')
  1170.         PopupMenu = Listenpopup
  1171.         TabOrder = 15
  1172.         OnDblClick = ListBox3DblClick
  1173.         OnEnter = ListBox3Enter
  1174.         OnKeyDown = ListBox3KeyDown
  1175.         OnMouseDown = ListBox3MouseDown
  1176.         OnMouseMove = ListBox3MouseMove
  1177.         OnMouseUp = ListBox3MouseUp
  1178.       end
  1179.       object Button26: TButton
  1180.         Left = 466
  1181.         Top = 317
  1182.         Width = 75
  1183.         Height = 25
  1184.         Caption = 'Patchen'
  1185.         TabOrder = 16
  1186.         OnClick = Button26Click
  1187.       end
  1188.       object Button27: TButton
  1189.         Left = 542
  1190.         Top = 317
  1191.         Width = 75
  1192.         Height = 25
  1193.         Caption = 'Bearbeiten'
  1194.         TabOrder = 17
  1195.         OnClick = Button27Click
  1196.       end
  1197.     end
  1198.     object TabSheet3: TTabSheet
  1199.       Caption = 'Savegame Editoren'
  1200.       object GroupBox3: TGroupBox
  1201.         Left = 36
  1202.         Top = 28
  1203.         Width = 253
  1204.         Height = 187
  1205.         Caption = 'Savegame Editor ausf∩┐╜hren '
  1206.         Font.Color = clBlack
  1207.         Font.Height = -16
  1208.         Font.Name = 'MS Sans Serif'
  1209.         Font.Style = []
  1210.         ParentFont = False
  1211.         TabOrder = 0
  1212.         object Button20: TButton
  1213.           Left = 25
  1214.           Top = 106
  1215.           Width = 201
  1216.           Height = 25
  1217.           Hint = 'Savegame Editor ausf∩┐╜hren'
  1218.           Caption = 'Ausf∩┐╜hren'
  1219.           ParentShowHint = False
  1220.           ShowHint = True
  1221.           TabOrder = 0
  1222.           OnClick = Button20Click
  1223.         end
  1224.         object Button18: TButton
  1225.           Left = 25
  1226.           Top = 146
  1227.           Width = 201
  1228.           Height = 25
  1229.           Hint = 'Screen-Editor zum Bearbeiten von Savegame Editoren starten'
  1230.           Caption = 'Savegame Screen-Editor'
  1231.           ParentShowHint = False
  1232.           ShowHint = True
  1233.           TabOrder = 1
  1234.           OnClick = Button18Click
  1235.         end
  1236.         object Edit6: TEdit
  1237.           Left = 25
  1238.           Top = 30
  1239.           Width = 202
  1240.           Height = 28
  1241.           MaxLength = 80
  1242.           TabOrder = 2
  1243.           OnEnter = Edit6Enter
  1244.         end
  1245.         object Button21: TButton
  1246.           Left = 25
  1247.           Top = 69
  1248.           Width = 201
  1249.           Height = 25
  1250.           Hint = 'Savegame Editor zum Ausf∩┐╜hren ausw∩┐╜hlen'
  1251.           Caption = 'Auswahl'
  1252.           ParentShowHint = False
  1253.           ShowHint = True
  1254.           TabOrder = 3
  1255.           OnClick = Button21Click
  1256.         end
  1257.       end
  1258.       object GroupBox2: TGroupBox
  1259.         Left = 315
  1260.         Top = 29
  1261.         Width = 267
  1262.         Height = 186
  1263.         Caption = '.exe Savegame Editor erstellen'
  1264.         Font.Color = clBlack
  1265.         Font.Height = -16
  1266.         Font.Name = 'MS Sans Serif'
  1267.         Font.Style = []
  1268.         ParentFont = False
  1269.         TabOrder = 1
  1270.         object Label24: TLabel
  1271.           Left = 18
  1272.           Top = 29
  1273.           Width = 78
  1274.           Height = 20
  1275.           Caption = 'Dateiname'
  1276.         end
  1277.         object Label28: TLabel
  1278.           Left = 22
  1279.           Top = 142
  1280.           Width = 237
  1281.           Height = 20
  1282.           Caption = 'Nur in der "Professional" Version !'
  1283.           Font.Color = clRed
  1284.           Font.Height = -16
  1285.           Font.Name = 'MS Sans Serif'
  1286.           Font.Style = []
  1287.           ParentFont = False
  1288.           Visible = False
  1289.         end
  1290.         object Button19: TButton
  1291.           Left = 20
  1292.           Top = 107
  1293.           Width = 230
  1294.           Height = 25
  1295.           Hint = 'Lauff∩┐╜hige .exe Savegame Editoren erstellen'
  1296.           Caption = '.exe Savegame-Editor erstellen'
  1297.           Font.Color = clBlack
  1298.           Font.Height = -16
  1299.           Font.Name = 'MS Sans Serif'
  1300.           Font.Style = []
  1301.           ParentFont = False
  1302.           ParentShowHint = False
  1303.           ShowHint = True
  1304.           TabOrder = 0
  1305.           OnClick = Button19Click
  1306.         end
  1307.         object Edit7: TEdit
  1308.           Left = 19
  1309.           Top = 65
  1310.           Width = 211
  1311.           Height = 28
  1312.           TabOrder = 1
  1313.         end
  1314.       end
  1315.       object Memo9: TMemo
  1316.         Left = 58
  1317.         Top = 226
  1318.         Width = 206
  1319.         Height = 89
  1320.         Cursor = crArrow
  1321.         BorderStyle = bsNone
  1322.         Color = clBtnFace
  1323.         Font.Color = clGreen
  1324.         Font.Height = -13
  1325.         Font.Name = 'MS Sans Serif'
  1326.         Font.Style = []
  1327.         Lines.Strings = (
  1328.           'Mit dieser Option k∩┐╜nnen Sie sich '
  1329.           'ihre eigenen und individuellen '
  1330.           'Savegame-Editoren (Trainer) f∩┐╜r '
  1331.           'Ihre Spiele erstellen und aufrufen.')
  1332.         ParentFont = False
  1333.         ReadOnly = True
  1334.         TabOrder = 2
  1335.         OnEnter = Memo9Enter
  1336.       end
  1337.       object Memo10: TMemo
  1338.         Left = 322
  1339.         Top = 227
  1340.         Width = 218
  1341.         Height = 57
  1342.         Cursor = crArrow
  1343.         BorderStyle = bsNone
  1344.         Color = clBtnFace
  1345.         Font.Color = clGreen
  1346.         Font.Height = -13
  1347.         Font.Name = 'MS Sans Serif'
  1348.         Font.Style = []
  1349.         Lines.Strings = (
  1350.           'In der Professional Version entsteht'
  1351.           'durch Knopfdruck ein ausf∩┐╜hrbarer'
  1352.           'Windows .exe Savegame - Editor.')
  1353.         ParentFont = False
  1354.         ReadOnly = True
  1355.         TabOrder = 3
  1356.         OnEnter = Memo9Enter
  1357.       end
  1358.       object Button28: TButton
  1359.         Left = 64
  1360.         Top = 302
  1361.         Width = 75
  1362.         Height = 25
  1363.         Caption = 'EDE 2'
  1364.         Enabled = False
  1365.         TabOrder = 4
  1366.         Visible = False
  1367.         OnClick = Button28Click
  1368.       end
  1369.     end
  1370.     object TabSheet4: TTabSheet
  1371.       Caption = 'Theorie'
  1372.       object Label23: TLabel
  1373.         Left = 213
  1374.         Top = 8
  1375.         Width = 174
  1376.         Height = 20
  1377.         Caption = 'Bitte Thema ausw∩┐╜hlen !'
  1378.         Font.Color = clBlack
  1379.         Font.Height = -16
  1380.         Font.Name = 'MS Sans Serif'
  1381.         Font.Style = []
  1382.         ParentFont = False
  1383.       end
  1384.       object ListBox1: TListBox
  1385.         Left = 31
  1386.         Top = 42
  1387.         Width = 560
  1388.         Height = 152
  1389.         ItemHeight = 16
  1390.         Items.Strings = (
  1391.           'Was sind Savegames ? '
  1392.           'Wie ver∩┐╜ndert man Savegames ? '
  1393.           'Welche Rolle spielt SECK dabei ?'
  1394.           'Wie findet man Werte aus einem Spiel in Savegames ? '
  1395.           'Wie findet man "Energiebalken" in Savegames ? '
  1396.           'Spiel erkennt modifizierte Savegames - Was nun ? '
  1397.           ''
  1398.           ''
  1399.           '')
  1400.         TabOrder = 0
  1401.         OnDblClick = ListBox1DblClick
  1402.       end
  1403.       object Button17: TButton
  1404.         Left = 32
  1405.         Top = 202
  1406.         Width = 75
  1407.         Height = 25
  1408.         Hint = 'Gew∩┐╜hltes Thema anzeigen'
  1409.         Caption = 'Anzeigen'
  1410.         ParentShowHint = False
  1411.         ShowHint = True
  1412.         TabOrder = 1
  1413.         OnClick = Button17Click
  1414.       end
  1415.       object Memo11: TMemo
  1416.         Left = 34
  1417.         Top = 240
  1418.         Width = 505
  1419.         Height = 54
  1420.         Cursor = crArrow
  1421.         BorderStyle = bsNone
  1422.         Color = clBtnFace
  1423.         Font.Color = clGreen
  1424.         Font.Height = -13
  1425.         Font.Name = 'MS Sans Serif'
  1426.         Font.Style = []
  1427.         Lines.Strings = (
  1428.           
  1429.             'Dieser Bereich soll vor allem Einsteigern einen ∩┐╜berblick ∩┐╜ber d' +
  1430.             'ie Savegame-'
  1431.           
  1432.             'Analyse im Allgemeinen und mit Hilfe von SECK 4.00 im Speziellen' +
  1433.             ' bieten.')
  1434.         ParentFont = False
  1435.         ReadOnly = True
  1436.         TabOrder = 2
  1437.         OnEnter = Memo11Enter
  1438.       end
  1439.     end
  1440.   end
  1441.   object RichEdit2: TRichEdit
  1442.     Left = 7
  1443.     Top = 72
  1444.     Width = 19
  1445.     Height = 35
  1446.     Lines.Strings = (
  1447.       '')
  1448.     TabOrder = 1
  1449.     Visible = False
  1450.   end
  1451.   object MainMenu1: TMainMenu
  1452.     Left = 38
  1453.     Top = 65535
  1454.     object Savegames1: TMenuItem
  1455.       Caption = '&Savegames'
  1456.       ShortCut = 16449
  1457.       object Hinzufgen1: TMenuItem
  1458.         Caption = '&Hinzuf∩┐╜gen'
  1459.         ShortCut = 16456
  1460.         OnClick = Hinzufgen1Click
  1461.       end
  1462.       object Entfernen1: TMenuItem
  1463.         Caption = '&Entfernen'
  1464.         ShortCut = 16453
  1465.         OnClick = Entfernen1Click
  1466.       end
  1467.       object SucheStarten1: TMenuItem
  1468.         Caption = 'Suche &Starten...'
  1469.         ShortCut = 16467
  1470.         OnClick = SucheStarten1Click
  1471.       end
  1472.       object N2: TMenuItem
  1473.         Caption = '-'
  1474.         ShortCut = 0
  1475.       end
  1476.       object SECK400beenden1: TMenuItem
  1477.         Caption = 'SECK 4.00 beenden'
  1478.         ShortCut = 0
  1479.         OnClick = SECK400beenden1Click
  1480.       end
  1481.     end
  1482.     object Patchen1: TMenuItem
  1483.       Caption = '&Patchen'
  1484.       ShortCut = 0
  1485.       object Hinzufgen2: TMenuItem
  1486.         Caption = '&Hinzuf∩┐╜gen'
  1487.         ShortCut = 0
  1488.         OnClick = Hinzufgen2Click
  1489.       end
  1490.       object Speichern1: TMenuItem
  1491.         Caption = 'S&peichern'
  1492.         ShortCut = 0
  1493.         OnClick = Speichern1Click
  1494.       end
  1495.       object Laden1: TMenuItem
  1496.         Caption = '&Laden'
  1497.         ShortCut = 0
  1498.         OnClick = Laden1Click
  1499.       end
  1500.       object Drucken1: TMenuItem
  1501.         Caption = '&Drucken'
  1502.         ShortCut = 0
  1503.         OnClick = Drucken1Click
  1504.       end
  1505.       object Rckgngig1: TMenuItem
  1506.         Caption = '&R∩┐╜ckg∩┐╜ngig'
  1507.         ShortCut = 0
  1508.         OnClick = Rckgngig1Click
  1509.       end
  1510.       object Lschen1: TMenuItem
  1511.         Caption = 'L&∩┐╜schen'
  1512.         ShortCut = 0
  1513.         OnClick = Lschen1Click
  1514.       end
  1515.     end
  1516.     object Tools: TMenuItem
  1517.       Caption = '&Tools'
  1518.       ShortCut = 16452
  1519.       object HexEditor1: TMenuItem
  1520.         Caption = 'Hex-Editor'
  1521.         ShortCut = 16472
  1522.         OnClick = HexEditor1Click
  1523.       end
  1524.       object HexDecUmwandler1: TMenuItem
  1525.         Caption = 'Hex-Dec-Umwandler'
  1526.         ShortCut = 16469
  1527.         OnClick = HexDecUmwandler1Click
  1528.       end
  1529.       object ScreenEditor1: TMenuItem
  1530.         Caption = 'Screen-Editor'
  1531.         ShortCut = 16451
  1532.         OnClick = ScreenEditor1Click
  1533.       end
  1534.     end
  1535.     object Hilfe1: TMenuItem
  1536.       Caption = '&Hilfe'
  1537.       ShortCut = 0
  1538.       object Inhalt1: TMenuItem
  1539.         Caption = '&Inhalt'
  1540.         ShortCut = 0
  1541.         OnClick = Inhalt1Click
  1542.       end
  1543.       object Suchen1: TMenuItem
  1544.         Caption = '&Suchen'
  1545.         ShortCut = 0
  1546.         OnClick = Suchen1Click
  1547.       end
  1548.       object Hilfebenutzen1: TMenuItem
  1549.         Caption = '&Hilfe benutzen'
  1550.         ShortCut = 0
  1551.         OnClick = Hilfebenutzen1Click
  1552.       end
  1553.       object N1: TMenuItem
  1554.         Caption = '-'
  1555.         ShortCut = 0
  1556.       end
  1557.       object SECK400Tutor1: TMenuItem
  1558.         Caption = 'SECK 4.00 Tutor'
  1559.         ShortCut = 0
  1560.         OnClick = SECK400Tutor1Click
  1561.       end
  1562.       object LittleQuickTutor1: TMenuItem
  1563.         Caption = 'Little Quick Tutor'
  1564.         ShortCut = 0
  1565.         OnClick = LittleQuickTutor1Click
  1566.       end
  1567.     end
  1568.     object Info2: TMenuItem
  1569.       Caption = 'Info'
  1570.       ShortCut = 0
  1571.       object berSECK4001: TMenuItem
  1572.         Caption = '∩┐╜ber SECK 4.00'
  1573.         ShortCut = 0
  1574.         OnClick = berSECK4001Click
  1575.       end
  1576.       object N3: TMenuItem
  1577.         Caption = '-'
  1578.         ShortCut = 0
  1579.       end
  1580.       object Internet1: TMenuItem
  1581.         Caption = 'Internet'
  1582.         ShortCut = 0
  1583.         OnClick = Internet1Click
  1584.       end
  1585.     end
  1586.     object Beenden: TMenuItem
  1587.       Caption = '&Beenden'
  1588.       ShortCut = 0
  1589.       Visible = False
  1590.       OnClick = BeendenClick
  1591.     end
  1592.     object SECKbestellen1: TMenuItem
  1593.       Caption = 'SECK BESTELLEN'
  1594.       Enabled = False
  1595.       ShortCut = 0
  1596.       Visible = False
  1597.       OnClick = SECKbestellen1Click
  1598.     end
  1599.   end
  1600.   object Listenpopup: TPopupMenu
  1601.     Left = 6
  1602.     Top = 1
  1603.     object Popitem1: TMenuItem
  1604.       Caption = 'Text an aktueller Adresse bearbeiten'
  1605.       ShortCut = 0
  1606.       OnClick = Popitem1Click
  1607.     end
  1608.     object PopItem3: TMenuItem
  1609.       Caption = 'Savegame an Adresse patchen'
  1610.       ShortCut = 0
  1611.       OnClick = PopItem3Click
  1612.     end
  1613.     object Popitem2: TMenuItem
  1614.       Caption = 'Aktuelle Adresse l∩┐╜schen'
  1615.       ShortCut = 0
  1616.       OnClick = Popitem2Click
  1617.     end
  1618.   end
  1619.   object SaveDialog1: TSaveDialog
  1620.     DefaultExt = 'lst'
  1621.     FileEditStyle = fsEdit
  1622.     Filter = 'Listendateien|.lst'
  1623.     Options = [ofOverwritePrompt, ofHideReadOnly]
  1624.     Title = 'Liste speichern'
  1625.     Left = 69
  1626.   end
  1627.   object OpenDialog1: TOpenDialog
  1628.     DefaultExt = 'lst'
  1629.     FileEditStyle = fsEdit
  1630.     Filter = 'SECK 400 Listendateien|.lst'
  1631.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofNoReadOnlyReturn]
  1632.     Title = 'SECK 4.00 Liste laden'
  1633.     Left = 101
  1634.   end
  1635.   object Adressenpopup: TPopupMenu
  1636.     Left = 133
  1637.     Top = 65535
  1638.     object AdresseindieListebernehmen1: TMenuItem
  1639.       Caption = 'Adresse in die Liste ∩┐╜bernehmen'
  1640.       ShortCut = 0
  1641.       OnClick = AdresseindieListebernehmen1Click
  1642.     end
  1643.     object SavegameandieserAdressepatchen1: TMenuItem
  1644.       Caption = 'Savegame an dieser Adresse patchen'
  1645.       ShortCut = 0
  1646.       OnClick = SavegameandieserAdressepatchen1Click
  1647.     end
  1648.   end
  1649.   object Openeditor: TOpenDialog
  1650.     DefaultExt = 'id2'
  1651.     FileEditStyle = fsEdit
  1652.     Filter = 'SECK4.00 individuelle Editoren|*.id2'
  1653.     Options = [ofHideReadOnly]
  1654.     Title = 'Individuellen Savegame Editor ∩┐╜ffnen'
  1655.     Left = 515
  1656.   end
  1657. end
  1658.