mirror of
https://github.com/barkeser2002/rdpwrap.git
synced 2026-09-25 11:25:54 +03:00
29 lines
668 B
ObjectPascal
29 lines
668 B
ObjectPascal
object Frm: TFrm
|
|
Left = 0
|
|
Top = 0
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Local RDP Checker by sebaxakerhtc'
|
|
ClientHeight = 600
|
|
ClientWidth = 800
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Position = poDesktopCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object RDP: TMsRdpClient7NotSafeForScripting
|
|
Left = 0
|
|
Top = 0
|
|
Width = 800
|
|
Height = 600
|
|
TabOrder = 0
|
|
ControlData = {0008000008000200000000000B0000000B000000}
|
|
end
|
|
end
|