BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/ImageEditing/RotateLayers/umain.dfm

130 lines
3.0 KiB
Plaintext

object MainForm: TMainForm
Left = 244
Top = 112
Caption = 'Rotate Layers Demo - www.ImageEn.com'
ClientHeight = 581
ClientWidth = 854
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 0
Width = 854
Height = 24
Align = alTop
AutoSize = False
Caption =
' Click and drag to add an image layer. Then select Layers > Ro' +
'tate Layer to Rotate'
Layout = tlCenter
end
object ImageEnView1: TImageEnView
Left = 0
Top = 24
Width = 854
Height = 557
Background = clBtnFace
LegacyBitmap = False
MouseInteract = [miMoveLayers, miResizeLayers]
EnableInteractionHints = True
Align = alClient
TabOrder = 0
end
object MainMenu1: TMainMenu
Left = 80
Top = 87
object File1: TMenuItem
Caption = 'File'
object Open1: TMenuItem
Caption = '&Open...'
OnClick = Open1Click
end
object Save1: TMenuItem
Caption = '&Save..'
OnClick = Save1Click
end
object N1: TMenuItem
Caption = '-'
end
object Exit1: TMenuItem
Caption = '&Exit'
OnClick = Exit1Click
end
end
object Edit1: TMenuItem
Caption = 'Edit'
object Finalizerotation1: TMenuItem
Caption = 'Finalize Rotation'
OnClick = Finalizerotation1Click
end
end
object Layers1: TMenuItem
Caption = 'Layers'
object Add1: TMenuItem
Caption = 'Add Image Layer'
Checked = True
GroupIndex = 1
RadioItem = True
OnClick = Add1Click
end
object Rotate1: TMenuItem
Caption = 'Rotate Layer'
GroupIndex = 1
RadioItem = True
OnClick = Rotate1Click
end
object MoveResize1: TMenuItem
Caption = 'Move/Resize'
GroupIndex = 1
RadioItem = True
OnClick = MoveResize1Click
end
end
object View1: TMenuItem
Caption = 'View'
object PreviewQu1: TMenuItem
Caption = 'Preview Quality'
object Standard1: TMenuItem
Caption = 'Standard'
GroupIndex = 3
RadioItem = True
OnClick = Standard1Click
end
object HighDelayed1: TMenuItem
Caption = 'High (Delayed)'
GroupIndex = 3
RadioItem = True
OnClick = HighDelayed1Click
end
object High1: TMenuItem
Caption = 'High'
GroupIndex = 3
RadioItem = True
OnClick = High1Click
end
end
object N2: TMenuItem
Caption = '-'
end
object Fit1: TMenuItem
Caption = 'Fit to Window'
OnClick = Fit1Click
end
object Actualsize1: TMenuItem
Caption = '100% Zoom'
OnClick = Actualsize1Click
end
end
end
end