60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
object MainFrm: TMainFrm
|
|
Left = 301
|
|
Height = 154
|
|
Top = 148
|
|
Width = 397
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Wait DEMO'
|
|
ClientHeight = 154
|
|
ClientWidth = 397
|
|
Font.CharSet = RUSSIAN_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -15
|
|
Font.Name = 'Times New Roman'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
LCLVersion = '1.6.0.4'
|
|
object WaitingIntro: TLabel
|
|
Left = 10
|
|
Height = 17
|
|
Top = 10
|
|
Width = 377
|
|
Align = alTop
|
|
BorderSpacing.Around = 10
|
|
Caption = '&We waiting (sec):'
|
|
ParentColor = False
|
|
end
|
|
object WaitingSec: TLabel
|
|
Left = 10
|
|
Height = 72
|
|
Top = 37
|
|
Width = 377
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
BorderSpacing.Around = 10
|
|
Caption = '&Press "wait 5 sec"...'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -15
|
|
Font.Name = 'Old English Text MT'
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
Font.Style = [fsBold]
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object WaitBtn: TButton
|
|
Left = 10
|
|
Height = 25
|
|
Top = 119
|
|
Width = 377
|
|
Align = alBottom
|
|
BorderSpacing.Around = 10
|
|
Caption = '&Wait 5 sec'
|
|
OnClick = WaitBtnClick
|
|
TabOrder = 0
|
|
end
|
|
end
|