41 lines
850 B
Plaintext
41 lines
850 B
Plaintext
object fAdjustFrameRect: TfAdjustFrameRect
|
|
Left = 514
|
|
Top = 339
|
|
Width = 499
|
|
Height = 374
|
|
Caption = 'fAdjustFrameRect'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 491
|
|
Height = 22
|
|
Align = alTop
|
|
Alignment = taCenter
|
|
AutoSize = False
|
|
Caption = 'Please select the capture rectangle'
|
|
Layout = tlCenter
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 22
|
|
Width = 491
|
|
Height = 318
|
|
ParentCtl3D = False
|
|
MouseInteract = [miSelect]
|
|
SelectionBase = iesbBitmap
|
|
ImageEnVersion = '4.0.0'
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
end
|