50 lines
951 B
Plaintext
50 lines
951 B
Plaintext
object DlgPtrMkMain: TDlgPtrMkMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsSingle
|
|
Caption = 'PrintMark'
|
|
ClientHeight = 296
|
|
ClientWidth = 454
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
TextHeight = 15
|
|
object btnHook: TButton
|
|
Left = 8
|
|
Top = 16
|
|
Width = 113
|
|
Height = 25
|
|
Caption = 'APP '#51228#50612' '#49884#51089
|
|
TabOrder = 0
|
|
OnClick = btnHookClick
|
|
end
|
|
object Button2: TButton
|
|
Left = 184
|
|
Top = 25
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Button2'
|
|
TabOrder = 1
|
|
Visible = False
|
|
OnClick = Button2Click
|
|
end
|
|
object tMtx: TTimer
|
|
Enabled = False
|
|
Interval = 500
|
|
OnTimer = tMtxTimer
|
|
Left = 224
|
|
Top = 48
|
|
end
|
|
object tBlockOpen: TTimer
|
|
Enabled = False
|
|
Interval = 500
|
|
OnTimer = tBlockOpenTimer
|
|
Left = 304
|
|
Top = 48
|
|
end
|
|
end
|