57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
object MainForm: TMainForm
|
|
Left = 200
|
|
Top = 114
|
|
Width = 952
|
|
Height = 656
|
|
Caption = 'Images Differences - www.ImageEn.com'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsMDIForm
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object MainMenu1: TMainMenu
|
|
Left = 80
|
|
Top = 24
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object OpenImage11: TMenuItem
|
|
Caption = 'Open Image 1...'
|
|
OnClick = OpenImage11Click
|
|
end
|
|
object OpenImage21: TMenuItem
|
|
Caption = 'Open Image 2...'
|
|
OnClick = OpenImage21Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
object Windows1: TMenuItem
|
|
Caption = '&Windows'
|
|
object Cascade1: TMenuItem
|
|
Caption = '&Cascade'
|
|
OnClick = Cascade1Click
|
|
end
|
|
object File2: TMenuItem
|
|
Caption = '&Tile'
|
|
OnClick = File2Click
|
|
end
|
|
end
|
|
object test1: TMenuItem
|
|
Caption = 'Test'
|
|
OnClick = test1Click
|
|
end
|
|
end
|
|
end
|