object Form1: TForm1 Left = 197 Top = 160 ActiveControl = ImageEnView1 Caption = 'Magnify with layers - www.ImageEn.com' ClientHeight = 617 ClientWidth = 936 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 751 Top = 0 Width = 185 Height = 617 Align = alRight BevelOuter = bvNone TabOrder = 0 object Label4: TLabel Left = 8 Top = 256 Width = 26 Height = 13 Caption = 'Zoom' end object GroupBox1: TGroupBox Left = 8 Top = 44 Width = 167 Height = 193 Caption = ' Options ' Enabled = False TabOrder = 0 object Label1: TLabel Left = 8 Top = 56 Width = 30 Height = 13 Caption = 'Shape' end object Label2: TLabel Left = 8 Top = 96 Width = 23 Height = 13 Caption = 'Rate' end object Label3: TLabel Left = 8 Top = 136 Width = 66 Height = 13 Caption = 'Transparency' end object CheckBox1: TCheckBox Left = 8 Top = 24 Width = 97 Height = 17 Caption = 'Show borders' Checked = True State = cbChecked TabOrder = 0 OnClick = CheckBox1Click end object ComboBox1: TComboBox Left = 53 Top = 51 Width = 93 Height = 21 Style = csDropDownList TabOrder = 1 OnChange = ComboBox1Change Items.Strings = ( 'Rectangle' 'Ellipse') end object TrackBar1: TTrackBar Left = 47 Top = 93 Width = 108 Height = 20 LineSize = 10 Max = 1000 Min = 10 Frequency = 100 Position = 20 TabOrder = 2 OnChange = TrackBar1Change end object TrackBar2: TTrackBar Left = 8 Top = 152 Width = 153 Height = 27 Max = 255 Frequency = 16 Position = 255 TabOrder = 3 OnChange = TrackBar2Change end end object TrackBar3: TTrackBar Left = 9 Top = 272 Width = 165 Height = 30 Max = 10000 Min = 1 Frequency = 100 Position = 1 TabOrder = 1 OnChange = TrackBar3Change end object Button1: TButton Left = 8 Top = 8 Width = 89 Height = 25 Caption = 'Open Image...' TabOrder = 2 OnClick = Button1Click end end object ImageEnView1: TImageEnView Left = 0 Top = 0 Width = 751 Height = 617 Background = clBtnFace Ctl3D = False ParentCtl3D = False EnableInteractionHints = True Align = alClient TabOrder = 1 end end