BSOne.SFC/Tocsg.Module/CheckRDP/DCheckRDP.dfm

35 lines
664 B
Plaintext

object DlgCheckRDP: TDlgCheckRDP
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'CheckRDP'
ClientHeight = 265
ClientWidth = 439
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
TextHeight = 15
object btnCheck: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'CheckRDP'
TabOrder = 0
OnClick = btnCheckClick
end
object mmInfo: TMemo
Left = 8
Top = 39
Width = 337
Height = 178
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end