56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 192
|
|
Top = 135
|
|
Width = 863
|
|
Height = 545
|
|
Caption = 'Loading and Saving of Twain Properties - www.ImageEn.com'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 145
|
|
Height = 511
|
|
Align = alLeft
|
|
BevelOuter = bvNone
|
|
TabOrder = 0
|
|
object Button1: TButton
|
|
Left = 14
|
|
Top = 12
|
|
Width = 113
|
|
Height = 25
|
|
Caption = 'Set Twain Settings'
|
|
TabOrder = 0
|
|
OnClick = Button1Click
|
|
end
|
|
object Button4: TButton
|
|
Left = 14
|
|
Top = 52
|
|
Width = 113
|
|
Height = 25
|
|
Caption = 'Acquire'
|
|
TabOrder = 1
|
|
OnClick = Button4Click
|
|
end
|
|
end
|
|
object ImageEnView1: TImageEnView
|
|
Left = 145
|
|
Top = 0
|
|
Width = 710
|
|
Height = 511
|
|
ParentCtl3D = False
|
|
ImageEnVersion = '4.0.0'
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 1
|
|
end
|
|
end
|