home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / THEXSUCH / THEXSUCH.txt
Text File  |  1998-03-15  |  3KB  |  138 lines

  1. object HexSuch: THexSuch
  2.   Left = 113
  3.   Top = 135
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK 2.40 "Little" Hex - Editor : Suchen'
  7.   ClientHeight = 161
  8.   ClientWidth = 447
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultSizeOnly
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 14
  19.     Top = 13
  20.     Width = 67
  21.     Height = 20
  22.     Caption = 'Bytefolge'
  23.     Font.Color = clBlack
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 14
  31.     Top = 42
  32.     Width = 30
  33.     Height = 20
  34.     Caption = 'Text'
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Edit1: TEdit
  42.     Left = 91
  43.     Top = 12
  44.     Width = 312
  45.     Height = 21
  46.     MaxLength = 59
  47.     TabOrder = 0
  48.     OnChange = Edit1Change
  49.     OnClick = Edit1Click
  50.     OnEnter = Edit1Enter
  51.     OnExit = Edit1Exit
  52.     OnKeyPress = Edit1KeyPress
  53.     OnKeyUp = Edit1KeyUp
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 17
  57.     Top = 73
  58.     Width = 137
  59.     Height = 73
  60.     Caption = 'Suchoptionen'
  61.     TabOrder = 2
  62.     object RadioButton1: TRadioButton
  63.       Left = 10
  64.       Top = 20
  65.       Width = 113
  66.       Height = 17
  67.       Caption = 'Ab Dateianfang'
  68.       Checked = True
  69.       TabOrder = 0
  70.       TabStop = True
  71.     end
  72.     object RadioButton2: TRadioButton
  73.       Left = 10
  74.       Top = 42
  75.       Width = 113
  76.       Height = 17
  77.       Caption = 'Ab Position'
  78.       TabOrder = 1
  79.     end
  80.   end
  81.   object Button1: TButton
  82.     Left = 333
  83.     Top = 81
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'Starten'
  87.     TabOrder = 4
  88.     OnClick = Button1Click
  89.   end
  90.   object Button2: TButton
  91.     Left = 333
  92.     Top = 117
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Abbruch'
  96.     TabOrder = 5
  97.     OnClick = Button2Click
  98.   end
  99.   object Edit2: TEdit
  100.     Left = 90
  101.     Top = 45
  102.     Width = 133
  103.     Height = 21
  104.     MaxLength = 20
  105.     TabOrder = 1
  106.     Text = ' '
  107.     OnChange = Edit2Change
  108.     OnEnter = Edit2Enter
  109.     OnKeyPress = Edit2KeyPress
  110.   end
  111.   object GroupBox2: TGroupBox
  112.     Left = 170
  113.     Top = 74
  114.     Width = 126
  115.     Height = 72
  116.     Caption = 'Nach Ende der Suche'
  117.     TabOrder = 3
  118.     object RadioButton3: TRadioButton
  119.       Left = 9
  120.       Top = 20
  121.       Width = 113
  122.       Height = 17
  123.       Caption = 'Zum Aufrufblock'
  124.       Checked = True
  125.       TabOrder = 0
  126.       TabStop = True
  127.     end
  128.     object RadioButton4: TRadioButton
  129.       Left = 9
  130.       Top = 42
  131.       Width = 113
  132.       Height = 17
  133.       Caption = 'aktueller Block'
  134.       TabOrder = 1
  135.     end
  136.   end
  137. end
  138.