home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
prctvb25.lzh
/
DELPHI.ZIP
/
UNIT1.DFM
/
UNIT1.txt
Wrap
Text File
|
1996-01-20
|
3KB
|
162 lines
object Form1: TForm1
Left = 487
Top = 247
Width = 536
Height = 426
Caption = 'Delphi Percentage Examples'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
PixelsPerInch = 96
OnShow = FormShow
TextHeight = 16
object Label1: TLabel
Left = 208
Top = 176
Width = 216
Height = 49
Alignment = taCenter
Caption = 'These examples demonstrate the use of PRCNT25.VBX in Delphi.'
end
object Label2: TLabel
Left = 280
Top = 72
Width = 53
Height = 16
Caption = 'Percent:'
end
object Label3: TLabel
Left = 80
Top = 256
Width = 40
Height = 16
Caption = 'Value:'
end
object Label4: TLabel
Left = 320
Top = 96
Width = 94
Height = 16
Caption = '(Range: 0-100)'
end
object Label5: TLabel
Left = 112
Top = 280
Width = 86
Height = 16
Caption = '(Range: 0-50)'
end
object Prcnt1: TPrcnt
Left = 8
Top = 8
Width = 409
Height = 57
TabOrder = 0
TabStop = True
BevelWidth = 2
BevelInner = 1
BevelOuter = 2
BorderWidth = 2
Max = 50.000000000000000000
Value = 5.875000000000000000
BackColor = clSilver
OnColor = 7208960
OffColor = clWhite
BarBorder = 0.100000001490116100
BarInner = 0.200000002980232200
BarOuter = 0.800000011920929000
Orientation = 0
Direction = 0
MouseControl = True
Percent = 11.750000000000000000
PercentColor = clBlack
PercentStyle = 0
PercentFontID = 0
ShapeStyle = 0
DisplayMode = 0
Captions = 0
CaptionID = 0
AutoRedraw = True
FontID = 0
OnChange = Prcnt1Change
AVersion = 1075843170
Caption_Data = {}
CaptionX_Data = {}
CaptionY_Data = {}
CaptionColor_Data = {}
CaptionFontID_Data = {}
ZLoad = {
D4DC000000000100F3FF0000000000009001000000010000000053797374656D
0000000000000000000000000000000000000000000000000000}
end
object Prcnt2: TPrcnt
Left = 8
Top = 72
Width = 193
Height = 177
TabOrder = 1
TabStop = True
BevelWidth = 2
BevelInner = 1
BevelOuter = 2
BorderWidth = 2
Max = 50.000000000000000000
Value = 14.000000000000000000
BackColor = clSilver
OnColor = 7208960
OffColor = clWhite
BarBorder = 0.100000001490116100
BarInner = 0.200000002980232200
BarOuter = 0.800000011920929000
Orientation = 1
Direction = 1
MouseControl = True
Percent = 28.000000000000000000
PercentColor = clBlack
PercentStyle = 0
PercentFontID = 0
ShapeStyle = 1
DisplayMode = 1
Captions = 0
CaptionID = 0
AutoRedraw = True
FontID = 0
OnChange = Prcnt2Change
AVersion = 1075843170
Caption_Data = {}
CaptionX_Data = {}
CaptionY_Data = {}
CaptionColor_Data = {}
CaptionFontID_Data = {}
ZLoad = {
D4DC000000000100F3FF0000000000009001000000010000000053797374656D
0000000000000000000000000000000000000000000000000000}
end
object Edit1: TEdit
Left = 128
Top = 256
Width = 73
Height = 17
TabOrder = 2
OnChange = Edit1Change
end
object Edit2: TEdit
Left = 344
Top = 72
Width = 73
Height = 17
TabOrder = 3
OnChange = Edit2Change
end
object MainMenu1: TMainMenu
Left = 208
Top = 216
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
end