28 lines
575 B
Plaintext
28 lines
575 B
Plaintext
|
|
object FormImg: TFormImg
|
||
|
|
Left = 448
|
||
|
|
Top = 308
|
||
|
|
BorderIcons = [biSystemMenu]
|
||
|
|
BorderStyle = bsDialog
|
||
|
|
Caption = 'Image Viewer'
|
||
|
|
ClientHeight = 274
|
||
|
|
ClientWidth = 352
|
||
|
|
Color = clBtnFace
|
||
|
|
Font.Charset = DEFAULT_CHARSET
|
||
|
|
Font.Color = clWindowText
|
||
|
|
Font.Height = -11
|
||
|
|
Font.Name = 'MS Sans Serif'
|
||
|
|
Font.Style = []
|
||
|
|
OldCreateOrder = False
|
||
|
|
Position = poScreenCenter
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
object Image1: TImage
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 352
|
||
|
|
Height = 274
|
||
|
|
Align = alClient
|
||
|
|
AutoSize = True
|
||
|
|
end
|
||
|
|
end
|