home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 1998 November (Bonus)
/
GAMESTAR11B.ISO
/
Diverses
/
SECK
/
_SETUP.1
/
Seck.exe
/
0
/
RCDATA
/
TINTERVALL
/
TINTERVALL.txt
Wrap
Text File
|
1998-03-15
|
3KB
|
150 lines
object Intervall: TIntervall
Left = 149
Top = 200
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Werte im Intervall suchen'
ClientHeight = 166
ClientWidth = 334
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poDefaultSizeOnly
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 22
Top = 14
Width = 294
Height = 20
Caption = 'Bitte Werte f�r die Savegames eingeben '
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 35
Top = 40
Width = 6
Height = 13
Caption = '1'
end
object Label3: TLabel
Left = 98
Top = 40
Width = 6
Height = 13
Caption = '2'
end
object Label4: TLabel
Left = 160
Top = 40
Width = 6
Height = 13
Caption = '3'
end
object Label5: TLabel
Left = 223
Top = 40
Width = 6
Height = 13
Caption = '4'
end
object Label6: TLabel
Left = 285
Top = 40
Width = 6
Height = 13
Caption = '5'
end
object Label7: TLabel
Left = 21
Top = 91
Width = 59
Height = 20
Caption = 'Intervall '
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 22
Top = 59
Width = 47
Height = 21
MaxLength = 3
TabOrder = 0
OnExit = Edit1Exit
end
object Edit2: TEdit
Left = 84
Top = 59
Width = 47
Height = 21
MaxLength = 3
TabOrder = 1
Text = ' '
OnExit = Edit2Exit
end
object Edit3: TEdit
Left = 145
Top = 59
Width = 47
Height = 21
MaxLength = 3
TabOrder = 2
Text = ' '
OnExit = Edit3Exit
end
object Edit4: TEdit
Left = 206
Top = 59
Width = 47
Height = 21
MaxLength = 3
TabOrder = 3
OnExit = Edit4Exit
end
object Edit5: TEdit
Left = 267
Top = 59
Width = 47
Height = 21
MaxLength = 3
TabOrder = 4
OnExit = Edit5Exit
end
object Button1: TButton
Left = 81
Top = 126
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 6
OnClick = Button1Click
end
object Button2: TButton
Left = 174
Top = 126
Width = 75
Height = 25
Caption = 'Abbruch'
TabOrder = 7
OnClick = Button2Click
end
object Edit6: TEdit
Left = 84
Top = 91
Width = 47
Height = 21
TabOrder = 5
OnExit = Edit6Exit
end
end