24 lines
481 B
Plaintext
24 lines
481 B
Plaintext
object DlgAssistHookMain: TDlgAssistHookMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'assist'
|
|
ClientHeight = 134
|
|
ClientWidth = 185
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
TextHeight = 13
|
|
object tCheckMutex: TTimer
|
|
Enabled = False
|
|
Interval = 500
|
|
OnTimer = tCheckMutexTimer
|
|
Left = 120
|
|
Top = 88
|
|
end
|
|
end
|