home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1996 June
/
CLUB_0696.BIN
/
share95
/
webpagec
/
wpc.exe
/
0
/
RCDATA
/
TINTEGERINPUT
/
TINTEGERINPUT.txt
Wrap
Text File
|
1996-04-05
|
3KB
|
148 lines
object IntegerInput: TIntegerInput
Left = 344
Top = 125
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Integer Input'
ClientHeight = 288
ClientWidth = 353
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
TextHeight = 20
object Label1: TLabel
Left = 103
Top = 20
Width = 50
Height = 20
Alignment = taRightJustify
Caption = 'Name:'
Font.Color = clBlue
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 57
Top = 70
Width = 96
Height = 20
Alignment = taRightJustify
Caption = 'Initial Value:'
Font.Color = clBlue
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 116
Top = 120
Width = 37
Height = 20
Alignment = taRightJustify
Caption = 'Size:'
Font.Color = clBlue
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 15
Top = 170
Width = 138
Height = 20
Alignment = taRightJustify
Caption = 'Maximum Length:'
Font.Color = clBlue
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 160
Top = 15
Width = 171
Height = 30
Color = clSilver
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object Edit2: TEdit
Left = 160
Top = 65
Width = 171
Height = 30
Color = clSilver
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object SpinEdit1: TSpinEdit
Left = 160
Top = 115
Width = 61
Height = 39
Color = clSilver
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
MaxLength = 2
MaxValue = 0
MinValue = 0
ParentFont = False
TabOrder = 2
Value = 0
end
object SpinEdit2: TSpinEdit
Left = 160
Top = 165
Width = 61
Height = 39
Color = clSilver
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'System'
Font.Style = [fsBold]
MaxLength = 2
MaxValue = 0
MinValue = 0
ParentFont = False
TabOrder = 3
Value = 0
end
object BitBtn1: TBitBtn
Left = 40
Top = 224
Width = 111
Height = 41
TabOrder = 4
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 200
Top = 224
Width = 111
Height = 41
TabOrder = 5
OnClick = BitBtn2Click
Kind = bkCancel
end
end