35 lines
647 B
Plaintext
35 lines
647 B
Plaintext
object DlgPcInfoMain: TDlgPcInfoMain
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'PcInfo'
|
|
ClientHeight = 441
|
|
ClientWidth = 624
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
TextHeight = 15
|
|
object mmInfo: TMemo
|
|
Left = 80
|
|
Top = 48
|
|
Width = 473
|
|
Height = 265
|
|
Lines.Strings = (
|
|
'mmInfo')
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
object btnGetInfo: TButton
|
|
Left = 216
|
|
Top = 344
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'btnGetInfo'
|
|
TabOrder = 1
|
|
OnClick = btnGetInfoClick
|
|
end
|
|
end
|