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

  1. object Intervall: TIntervall
  2.   Left = 149
  3.   Top = 200
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Werte im Intervall suchen'
  7.   ClientHeight = 166
  8.   ClientWidth = 334
  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 = 22
  19.     Top = 14
  20.     Width = 294
  21.     Height = 20
  22.     Caption = 'Bitte Werte f∩┐╜r die Savegames  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 = 35
  31.     Top = 40
  32.     Width = 6
  33.     Height = 13
  34.     Caption = '1'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 98
  38.     Top = 40
  39.     Width = 6
  40.     Height = 13
  41.     Caption = '2'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 160
  45.     Top = 40
  46.     Width = 6
  47.     Height = 13
  48.     Caption = '3'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 223
  52.     Top = 40
  53.     Width = 6
  54.     Height = 13
  55.     Caption = '4'
  56.   end
  57.   object Label6: TLabel
  58.     Left = 285
  59.     Top = 40
  60.     Width = 6
  61.     Height = 13
  62.     Caption = '5'
  63.   end
  64.   object Label7: TLabel
  65.     Left = 21
  66.     Top = 91
  67.     Width = 59
  68.     Height = 20
  69.     Caption = 'Intervall '
  70.     Font.Color = clBlack
  71.     Font.Height = -16
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object Edit1: TEdit
  77.     Left = 22
  78.     Top = 59
  79.     Width = 47
  80.     Height = 21
  81.     MaxLength = 3
  82.     TabOrder = 0
  83.     OnExit = Edit1Exit
  84.   end
  85.   object Edit2: TEdit
  86.     Left = 84
  87.     Top = 59
  88.     Width = 47
  89.     Height = 21
  90.     MaxLength = 3
  91.     TabOrder = 1
  92.     Text = ' '
  93.     OnExit = Edit2Exit
  94.   end
  95.   object Edit3: TEdit
  96.     Left = 145
  97.     Top = 59
  98.     Width = 47
  99.     Height = 21
  100.     MaxLength = 3
  101.     TabOrder = 2
  102.     Text = ' '
  103.     OnExit = Edit3Exit
  104.   end
  105.   object Edit4: TEdit
  106.     Left = 206
  107.     Top = 59
  108.     Width = 47
  109.     Height = 21
  110.     MaxLength = 3
  111.     TabOrder = 3
  112.     OnExit = Edit4Exit
  113.   end
  114.   object Edit5: TEdit
  115.     Left = 267
  116.     Top = 59
  117.     Width = 47
  118.     Height = 21
  119.     MaxLength = 3
  120.     TabOrder = 4
  121.     OnExit = Edit5Exit
  122.   end
  123.   object Button1: TButton
  124.     Left = 81
  125.     Top = 126
  126.     Width = 75
  127.     Height = 25
  128.     Caption = 'OK'
  129.     TabOrder = 6
  130.     OnClick = Button1Click
  131.   end
  132.   object Button2: TButton
  133.     Left = 174
  134.     Top = 126
  135.     Width = 75
  136.     Height = 25
  137.     Caption = 'Abbruch'
  138.     TabOrder = 7
  139.     OnClick = Button2Click
  140.   end
  141.   object Edit6: TEdit
  142.     Left = 84
  143.     Top = 91
  144.     Width = 47
  145.     Height = 21
  146.     TabOrder = 5
  147.     OnExit = Edit6Exit
  148.   end
  149. end
  150.