76 lines
1.5 KiB
Plaintext
76 lines
1.5 KiB
Plaintext
object Form1: TForm1
|
|
Left = 545
|
|
Top = 136
|
|
Caption = 'ImageEn Cropping Demo - www.ImageEn.com'
|
|
ClientHeight = 549
|
|
ClientWidth = 568
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Shell Dlg 2'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 389
|
|
Top = 520
|
|
Width = 30
|
|
Height = 13
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Zoom:'
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 8
|
|
Top = 8
|
|
Width = 550
|
|
Height = 499
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
EnableInteractionHints = True
|
|
TabOrder = 0
|
|
end
|
|
object BitBtn_OpenImage: TBitBtn
|
|
Left = 8
|
|
Top = 514
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Open Image'
|
|
TabOrder = 1
|
|
OnClick = BitBtn_OpenImageClick
|
|
end
|
|
object BitBtn_crop: TBitBtn
|
|
Left = 88
|
|
Top = 514
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Crop'
|
|
TabOrder = 2
|
|
OnClick = BitBtn_cropClick
|
|
end
|
|
object CheckBox_fit: TCheckBox
|
|
Left = 325
|
|
Top = 518
|
|
Width = 33
|
|
Height = 17
|
|
Anchors = [akRight, akBottom]
|
|
Caption = 'Fit'
|
|
TabOrder = 3
|
|
OnClick = CheckBox_fitClick
|
|
end
|
|
object TrackBar_ImageEn_Zoom: TTrackBar
|
|
Left = 421
|
|
Top = 516
|
|
Width = 145
|
|
Height = 25
|
|
Anchors = [akRight, akBottom]
|
|
Max = 100
|
|
TabOrder = 4
|
|
TickStyle = tsNone
|
|
OnChange = TrackBar_ImageEn_ZoomChange
|
|
end
|
|
end
|