72 lines
1.6 KiB
Plaintext
72 lines
1.6 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 243
|
|
Top = 121
|
|
Caption = 'Real Raw Demo - www.ImageEn.com'
|
|
ClientHeight = 597
|
|
ClientWidth = 936
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 936
|
|
Height = 597
|
|
Background = clBtnFace
|
|
ParentCtl3D = False
|
|
LegacyBitmap = False
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 50
|
|
Top = 34
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object OpenFile1: TMenuItem
|
|
Caption = 'Open File...'
|
|
OnClick = OpenFile1Click
|
|
end
|
|
object OpenRAW1: TMenuItem
|
|
Caption = 'Open RAW...'
|
|
OnClick = OpenRAW1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object SaveFile1: TMenuItem
|
|
Caption = 'Save File...'
|
|
OnClick = SaveFile1Click
|
|
end
|
|
object SaveRAW1: TMenuItem
|
|
Caption = 'Save RAW...'
|
|
OnClick = SaveRAW1Click
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
object Edit1: TMenuItem
|
|
Caption = '&Edit'
|
|
object ConvertPixelFormat1: TMenuItem
|
|
Caption = 'Convert Pixel Format...'
|
|
OnClick = ConvertPixelFormat1Click
|
|
end
|
|
end
|
|
end
|
|
end
|