object MainForm: TMainForm Left = 244 Top = 143 Width = 952 Height = 656 Caption = 'Pixel View example' 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 ImageEnView1: TImageEnView Left = 0 Top = 41 Width = 944 Height = 581 ParentCtl3D = False OnPaint = ImageEnView1Paint ImageEnVersion = '4.0.0' EnableInteractionHints = True Align = alClient TabOrder = 0 OnMouseMove = ImageEnView1MouseMove end object Panel1: TPanel Left = 0 Top = 0 Width = 944 Height = 41 Align = alTop BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 129 Top = 15 Width = 27 Height = 13 Caption = 'Zoom' end object Label2: TLabel Left = 474 Top = 15 Width = 27 Height = 13 Caption = 'Color:' end object Label3: TLabel Left = 514 Top = 15 Width = 71 Height = 13 Caption = 'R: 0, G: 0, B: 0' end object Panel2: TShape Left = 650 Top = 8 Width = 65 Height = 25 end object TrackBar1: TTrackBar Left = 163 Top = 11 Width = 255 Height = 22 Max = 4000 Min = 1 Orientation = trHorizontal Frequency = 100 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TrackBar1Change end object Button1: TButton Left = 8 Top = 8 Width = 89 Height = 25 Caption = 'Open Image' TabOrder = 1 OnClick = Button1Click end end end