BSOne.SFC/Tocsg.Module/TocsgDRM/EXE_TocsgDRM/DTgDrmMain.dfm

76 lines
1.5 KiB
Plaintext

object DlgTgDrmMain: TDlgTgDrmMain
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'TocsgDRM'
ClientHeight = 179
ClientWidth = 316
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
TextHeight = 15
object pnTop: TPanel
Left = 0
Top = 0
Width = 316
Height = 41
Align = alTop
BevelOuter = bvNone
TabOrder = 0
ExplicitWidth = 312
object btnHook: TButton
Left = 3
Top = 8
Width = 113
Height = 25
Caption = 'DRM '#51228#50612' '#49884#51089
TabOrder = 0
OnClick = btnHookClick
end
object Button2: TButton
Left = 168
Top = 10
Width = 75
Height = 25
Caption = 'Button2'
Enabled = False
TabOrder = 1
Visible = False
OnClick = Button2Click
end
end
object pnClient: TPanel
Left = 0
Top = 41
Width = 316
Height = 138
Align = alClient
BevelOuter = bvNone
TabOrder = 1
ExplicitWidth = 312
ExplicitHeight = 137
object GroupBox2: TGroupBox
Left = 3
Top = 6
Width = 310
Height = 123
Caption = #51228#50612' '#45824#49345' APP'
TabOrder = 0
object mmTgApp: TMemo
Left = 10
Top = 24
Width = 287
Height = 87
Lines.Strings = (
'winword.exe|excel.exe|notepad.exe')
ScrollBars = ssVertical
TabOrder = 0
end
end
end
end