35 lines
689 B
Plaintext
35 lines
689 B
Plaintext
object DlgDrmAssistorMain: TDlgDrmAssistorMain
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = 'DrmAssistor'
|
|
ClientHeight = 223
|
|
ClientWidth = 256
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
Visible = True
|
|
TextHeight = 15
|
|
object Button1: TButton
|
|
Left = 64
|
|
Top = 72
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #50676#44592
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object tAtiveV: TTimer
|
|
Enabled = False
|
|
Interval = 500
|
|
OnTimer = tAtiveVTimer
|
|
Left = 160
|
|
Top = 112
|
|
end
|
|
end
|