34 lines
752 B
Plaintext
34 lines
752 B
Plaintext
object DlgInstMon: TDlgInstMon
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'InstMon'
|
|
ClientHeight = 108
|
|
ClientWidth = 266
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnDetectInst: TButton
|
|
Left = 32
|
|
Top = 41
|
|
Width = 201
|
|
Height = 25
|
|
Caption = #54532#47196#44536#47016' '#49444#52824' '#44048#51648' '#54980' '#49325#51228' '#49884#51089
|
|
TabOrder = 0
|
|
OnClick = btnDetectInstClick
|
|
end
|
|
object tInit: TTimer
|
|
Enabled = False
|
|
Interval = 100
|
|
OnTimer = tInitTimer
|
|
Left = 24
|
|
Top = 56
|
|
end
|
|
end
|