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

  1. object HexText: THexText
  2.   Left = 134
  3.   Top = 54
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'SECK 2.40 - "Little Hex-Editor"  Text eingeben '
  7.   ClientHeight = 326
  8.   ClientWidth = 357
  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 = 26
  19.     Top = 11
  20.     Width = 176
  21.     Height = 20
  22.     Caption = 'Bitte den Text eingeben !'
  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 = 179
  31.     Top = 41
  32.     Width = 98
  33.     Height = 20
  34.     Caption = 'Speichern ab '
  35.     Font.Color = clBlack
  36.     Font.Height = -16
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 179
  43.     Top = 67
  44.     Width = 67
  45.     Height = 20
  46.     Caption = 'Adresse :'
  47.     Font.Color = clBlack
  48.     Font.Height = -16
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 180
  55.     Top = 94
  56.     Width = 4
  57.     Height = 20
  58.     Font.Color = clGreen
  59.     Font.Height = -16
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Panel1: TPanel
  65.     Left = 179
  66.     Top = 123
  67.     Width = 94
  68.     Height = 79
  69.     TabOrder = 3
  70.   end
  71.   object Memo1: TMemo
  72.     Left = 29
  73.     Top = 40
  74.     Width = 136
  75.     Height = 278
  76.     Font.Color = clBlack
  77.     Font.Height = -13
  78.     Font.Name = 'Courier New'
  79.     Font.Style = []
  80.     Lines.Strings = (
  81.       ''
  82.       ''
  83.       ''
  84.       ''
  85.       ''
  86.       ''
  87.       ''
  88.       ''
  89.       ''
  90.       ''
  91.       ''
  92.       ''
  93.       ''
  94.       ''
  95.       '')
  96.     ParentFont = False
  97.     TabOrder = 0
  98.     OnChange = Memo1Change
  99.   end
  100.   object Button1: TButton
  101.     Left = 187
  102.     Top = 133
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'OK'
  106.     TabOrder = 1
  107.     OnClick = Button1Click
  108.   end
  109.   object Button2: TButton
  110.     Left = 186
  111.     Top = 164
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'Abbruch'
  115.     TabOrder = 2
  116.     OnClick = Button2Click
  117.   end
  118.   object GroupBox1: TGroupBox
  119.     Left = 179
  120.     Top = 213
  121.     Width = 167
  122.     Height = 86
  123.     Caption = 'Optionen'
  124.     TabOrder = 4
  125.     object Label5: TLabel
  126.       Left = 25
  127.       Top = 37
  128.       Width = 46
  129.       Height = 13
  130.       Caption = 'speichern'
  131.     end
  132.     object RadioButton1: TRadioButton
  133.       Left = 9
  134.       Top = 57
  135.       Width = 133
  136.       Height = 17
  137.       Caption = 'Sofort speichern'
  138.       TabOrder = 0
  139.     end
  140.     object RadioButton2: TRadioButton
  141.       Left = 9
  142.       Top = 21
  143.       Width = 149
  144.       Height = 17
  145.       Caption = 'Im Hex-Editor per Auswahl'
  146.       Checked = True
  147.       TabOrder = 1
  148.       TabStop = True
  149.     end
  150.   end
  151. end
  152.