home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
tenpack.lzh
/
ALRMDEMO.DFM
/
ALRMDEMO.txt
next >
Wrap
Text File
|
1995-05-18
|
3KB
|
94 lines
object DemoAlarm: TDemoAlarm
Left = 178
Top = 144
BorderStyle = bsSingle
Caption = 'Alarm Component'
ClientHeight = 273
ClientWidth = 427
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Icon.Data = {<image000.ico>}
PixelsPerInch = 96
Position = poScreenCenter
Visible = True
TextHeight = 16
object Label1: TLabel
Left = 64
Top = 61
Width = 79
Height = 16
Caption = 'Set Alarm for:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 120
Top = 167
Width = 252
Height = 79
AutoSize = False
Caption =
'Get your users'#39' attention with the Alarm component. Just set th' +
'e Alarmtime property to the desired time, call the SetAlarm meth' +
'od and your done. The alarm '#39'goes off'#39' by triggering the AlarmN' +
'otify event. '
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object BitBtn1: TBitBtn
Left = 167
Top = 86
Width = 89
Height = 71
Caption = '&Set Alarm'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BitBtn1Click
Glyph.Data = {
78010000424D7801000000000000760000002800000020000000100000000100
04000000000000000000120B0000120B00000000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300130000031
00333773F77777FF7733331000909000133333377737F777FF33330098F0F890
0333337733F733F77F33370980FFF08907333373373F373373F33099FF0FFFF9
903337F3F373F33FF7F33090FFF0FF00903337F73337F37737F33099FFF0FFF9
9033373F33F7F3F33733370980F0F0890733337FF737F7337F33330098F0F890
03333F77FF3733377FFF000009999900000377777FFFFF77777F088700000008
77037F3377777773337F088887707888870373F3337773F33373307880707088
7033373FF737F73FF733337003303300733333777337FF777333333333000333
33333333337773333333333333333333333333333333333333330000}
NumGlyphs = 2
end
object Edit1: TEdit
Left = 152
Top = 57
Width = 121
Height = 24
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Alarm1: TAlarm
Enabled = False
Interval = 0
OnAlarmNotify = Alarm1AlarmNotify
Left = 95
Top = 25
end
end