object Form1: TForm1 Left = 200 Top = 116 Caption = 'Copy Transparent Selections - www.ImageEn.com' ClientHeight = 539 ClientWidth = 805 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ImageEnVect1: TImageEnVect Left = 0 Top = 0 Width = 676 Height = 539 Background = clBtnFace BorderStyle = bsNone EnableInteractionHints = True Align = alClient TabOrder = 0 end object Panel1: TPanel Left = 676 Top = 0 Width = 129 Height = 539 Align = alRight Alignment = taRightJustify TabOrder = 1 object Label1: TLabel Left = 10 Top = 3 Width = 85 Height = 13 Caption = '1. Open an image' end object Label2: TLabel Left = 11 Top = 64 Width = 84 Height = 13 Caption = '2. Select a region' end object Label3: TLabel Left = 8 Top = 164 Width = 98 Height = 13 Caption = '3. Copy and paste it' end object Label4: TLabel Left = 6 Top = 219 Width = 100 Height = 13 Caption = 'Move pasted regions' end object Label5: TLabel Left = 49 Top = 285 Width = 26 Height = 13 Caption = 'Zoom' end object Button1: TButton Left = 13 Top = 180 Width = 81 Height = 25 Caption = 'Copy/Paste' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 13 Top = 21 Width = 81 Height = 25 Caption = 'Open...' TabOrder = 1 OnClick = Button2Click end object Button3: TButton Left = 13 Top = 80 Width = 81 Height = 25 Caption = 'Select Polygon' TabOrder = 2 OnClick = Button3Click end object Button4: TButton Left = 13 Top = 104 Width = 81 Height = 25 Caption = 'Select Ellipse' TabOrder = 3 OnClick = Button4Click end object Button5: TButton Left = 5 Top = 238 Width = 105 Height = 25 Caption = 'Select/move objects' TabOrder = 4 OnClick = Button5Click end object Button7: TButton Left = 13 Top = 128 Width = 81 Height = 25 Caption = 'Select Rect' TabOrder = 5 OnClick = Button7Click end object TrackBar1: TTrackBar Left = 1 Top = 299 Width = 123 Height = 20 Max = 2000 Min = 1 Frequency = 100 Position = 100 TabOrder = 6 OnChange = TrackBar1Change end end end