125 lines
2.2 KiB
Plaintext
125 lines
2.2 KiB
Plaintext
object Form1: TForm1
|
|
Left = 200
|
|
Top = 116
|
|
Caption = 'Resize Demo - www.ImageEn.com'
|
|
ClientHeight = 531
|
|
ClientWidth = 696
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 64
|
|
Height = 13
|
|
Caption = 'Source image'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 328
|
|
Width = 68
|
|
Height = 13
|
|
Caption = 'Resized image'
|
|
end
|
|
object ieSource: TImageEnView
|
|
Left = 8
|
|
Top = 24
|
|
Width = 681
|
|
Height = 177
|
|
AutoFit = True
|
|
EnableInteractionHints = True
|
|
TabOrder = 0
|
|
end
|
|
object ieDest: TImageEnView
|
|
Left = 8
|
|
Top = 344
|
|
Width = 681
|
|
Height = 177
|
|
EnableInteractionHints = True
|
|
TabOrder = 1
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 8
|
|
Top = 211
|
|
Width = 129
|
|
Height = 105
|
|
Caption = ' Horizontal Align '
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Left'
|
|
'Center'
|
|
'Right')
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
object RadioGroup2: TRadioGroup
|
|
Left = 152
|
|
Top = 211
|
|
Width = 129
|
|
Height = 105
|
|
Caption = ' Vertical Align '
|
|
ItemIndex = 0
|
|
Items.Strings = (
|
|
'Top'
|
|
'Center'
|
|
'Bottom')
|
|
TabOrder = 3
|
|
OnClick = Button1Click
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 304
|
|
Top = 211
|
|
Width = 129
|
|
Height = 105
|
|
Caption = ' Resize Window '
|
|
TabOrder = 4
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 24
|
|
Width = 28
|
|
Height = 13
|
|
Caption = 'Width'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Top = 56
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Height'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 46
|
|
Top = 21
|
|
Width = 59
|
|
Height = 21
|
|
TabOrder = 0
|
|
Text = '300'
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 46
|
|
Top = 53
|
|
Width = 59
|
|
Height = 21
|
|
TabOrder = 1
|
|
Text = '150'
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 464
|
|
Top = 251
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Resize'
|
|
TabOrder = 5
|
|
OnClick = Button1Click
|
|
end
|
|
end
|