82 lines
1.8 KiB
Plaintext
82 lines
1.8 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 120
|
|
Top = 206
|
|
Caption = 'Multi VNC Viewer (RFB protocol)'
|
|
ClientHeight = 331
|
|
ClientWidth = 1127
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
OnResize = FormResize
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object MultiViewer: TImageEnMView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 1127
|
|
Height = 290
|
|
Hint = 'Double click to control'
|
|
StoreType = ietThumb
|
|
ThumbWidth = 220
|
|
ThumbHeight = 220
|
|
Style = iemsFlat
|
|
ThumbnailsBorderColor = clBlack
|
|
ImageEnVersion = '3.1.2'
|
|
Align = alClient
|
|
ParentShowHint = False
|
|
ShowHint = True
|
|
TabOrder = 0
|
|
OnMouseDown = MultiViewerMouseDown
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 290
|
|
Width = 1127
|
|
Height = 41
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Label5: TLabel
|
|
Left = 464
|
|
Top = 16
|
|
Width = 309
|
|
Height = 13
|
|
Caption = 'Please disable EIERFBError exceptions from the Delphi debugger'
|
|
end
|
|
object NewConnectionButton: TButton
|
|
Left = 8
|
|
Top = 10
|
|
Width = 129
|
|
Height = 25
|
|
Caption = 'New Connection'
|
|
TabOrder = 0
|
|
OnClick = NewConnectionButtonClick
|
|
end
|
|
object DeleteConnectionButton: TButton
|
|
Left = 160
|
|
Top = 10
|
|
Width = 129
|
|
Height = 25
|
|
Caption = 'Delete Connection'
|
|
TabOrder = 1
|
|
OnClick = DeleteConnectionButtonClick
|
|
end
|
|
object HiQualityCheck: TCheckBox
|
|
Left = 352
|
|
Top = 14
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Hi Quality'
|
|
TabOrder = 2
|
|
OnClick = HiQualityCheckClick
|
|
end
|
|
end
|
|
end
|