object MainForm: TMainForm Left = 117 Top = 83 Width = 1185 Height = 710 Caption = 'ProjectDraw Demo - www.ImageEn.com' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object ImageEnView1: TImageEnView Left = 0 Top = 73 Width = 1177 Height = 603 ParentCtl3D = False EnableInteractionHints = True Align = alClient TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 0 Width = 1177 Height = 73 Align = alTop BevelOuter = bvNone TabOrder = 1 object Test1Button: TSpeedButton Left = 24 Top = 16 Width = 81 Height = 33 AllowAllUp = True GroupIndex = 1 Caption = 'Demo 1' OnClick = Test1ButtonClick end object Test2Button: TSpeedButton Left = 136 Top = 16 Width = 81 Height = 33 AllowAllUp = True GroupIndex = 1 Caption = 'Demo 2' OnClick = Test2ButtonClick end object Label1: TLabel Left = 288 Top = 28 Width = 22 Height = 13 Caption = 'Step' end object UpDown1: TUpDown Left = 360 Top = 24 Width = 16 Height = 21 Associate = Edit1 Min = 0 Position = 2 TabOrder = 0 Wrap = False end object Edit1: TEdit Left = 320 Top = 24 Width = 40 Height = 21 TabOrder = 1 Text = '2' end end end