object Form1: TForm1 Left = 301 Top = 154 Width = 923 Height = 767 Caption = 'Adjustable Display' 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 = 0 Width = 658 Height = 688 Background = clBtnFace ParentCtl3D = False LegacyBitmap = False MouseInteract = [miSelect] OnSelectionChange = ImageEnView1SelectionChange EnableInteractionHints = True Align = alClient TabOrder = 0 end object Panel1: TPanel Left = 658 Top = 0 Width = 249 Height = 688 Align = alRight BevelOuter = bvNone TabOrder = 1 object GroupBox2: TGroupBox Left = 9 Top = 42 Width = 232 Height = 61 Caption = ' Contrast ' TabOrder = 1 object TrackBar1: TTrackBar Left = 8 Top = 19 Width = 177 Height = 32 Max = 100 Frequency = 10 TabOrder = 0 OnChange = TrackBar1Change end object Button2: TButton Left = 192 Top = 16 Width = 33 Height = 33 Caption = 'Fix' TabOrder = 1 OnClick = Button2Click end end object GroupBox3: TGroupBox Left = 9 Top = 289 Width = 232 Height = 166 Caption = ' Channels Offset ' TabOrder = 2 object Label2: TLabel Left = 8 Top = 27 Width = 19 Height = 13 Caption = 'Red' end object Label3: TLabel Left = 8 Top = 64 Width = 29 Height = 13 Caption = 'Green' end object Label4: TLabel Left = 8 Top = 95 Width = 20 Height = 13 Caption = 'Blue' end object TrackBar2: TTrackBar Left = 43 Top = 23 Width = 186 Height = 45 Max = 255 Min = -255 Frequency = 16 TabOrder = 0 OnChange = TrackBar2Change end object TrackBar3: TTrackBar Left = 43 Top = 59 Width = 186 Height = 37 Max = 255 Min = -255 Frequency = 16 TabOrder = 1 OnChange = TrackBar3Change end object TrackBar4: TTrackBar Left = 43 Top = 91 Width = 186 Height = 33 Max = 255 Min = -255 Frequency = 16 TabOrder = 2 OnChange = TrackBar4Change end object Button3: TButton Left = 120 Top = 125 Width = 33 Height = 30 Caption = 'Fix' TabOrder = 3 OnClick = Button3Click end end object GroupBox4: TGroupBox Left = 9 Top = 462 Width = 231 Height = 104 Caption = ' Show ' TabOrder = 3 object CheckBox1: TCheckBox Left = 7 Top = 17 Width = 80 Height = 26 Alignment = taLeftJustify Caption = 'Red' Checked = True State = cbChecked TabOrder = 0 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 7 Top = 45 Width = 80 Height = 26 Alignment = taLeftJustify Caption = 'Green' Checked = True State = cbChecked TabOrder = 1 OnClick = CheckBox2Click end object CheckBox3: TCheckBox Left = 7 Top = 72 Width = 80 Height = 26 Alignment = taLeftJustify Caption = 'Blue' Checked = True State = cbChecked TabOrder = 2 OnClick = CheckBox3Click end end object GroupBox1: TGroupBox Left = 9 Top = 572 Width = 230 Height = 100 Caption = ' Zoom ' TabOrder = 4 object TrackBar5: TTrackBar Left = 8 Top = 24 Width = 209 Height = 45 Max = 1000 Min = 1 Frequency = 100 Position = 100 TabOrder = 0 OnChange = TrackBar5Change end object CheckBox4: TCheckBox Left = 16 Top = 72 Width = 97 Height = 17 Caption = 'Fit' TabOrder = 1 OnClick = CheckBox4Click end end object GroupBox5: TGroupBox Left = 10 Top = 106 Width = 232 Height = 58 Caption = ' Brightness ' TabOrder = 5 object TrackBar6: TTrackBar Left = 8 Top = 18 Width = 209 Height = 31 Max = 255 Min = -255 Frequency = 16 TabOrder = 0 OnChange = TrackBar6Change end end object GroupBox6: TGroupBox Left = 10 Top = 167 Width = 232 Height = 118 Caption = ' Black/White range' TabOrder = 6 object Label1: TLabel Left = 8 Top = 28 Width = 24 Height = 13 Caption = 'Black' end object Label5: TLabel Left = 8 Top = 60 Width = 28 Height = 13 Caption = 'White' end object TrackBar7: TTrackBar Left = 43 Top = 20 Width = 186 Height = 30 Max = 65535 Frequency = 1024 TabOrder = 0 OnChange = TrackBar7Change end object TrackBar8: TTrackBar Left = 43 Top = 56 Width = 186 Height = 33 Max = 65535 Frequency = 1024 Position = 65535 TabOrder = 1 OnChange = TrackBar7Change end object Button4: TButton Left = 96 Top = 80 Width = 33 Height = 29 Caption = 'Fix' TabOrder = 2 OnClick = Button4Click end end object Button1: TButton Left = 8 Top = 8 Width = 105 Height = 25 Caption = 'Open Image' TabOrder = 0 OnClick = Button1Click end end object Panel2: TPanel Left = 0 Top = 688 Width = 907 Height = 41 Align = alBottom TabOrder = 2 object SpeedButtonSelRect: TSpeedButton Left = 44 Top = 4 Width = 61 Height = 25 AllowAllUp = True GroupIndex = 1 Down = True Caption = 'Rectangle' OnClick = SelectModeClick end object Label6: TLabel Left = 8 Top = 9 Width = 29 Height = 13 Caption = 'Select' end object SpeedButtonSelEllipse: TSpeedButton Left = 108 Top = 4 Width = 61 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = 'Ellipse' OnClick = SelectModeClick end object SpeedButtonSelPoly: TSpeedButton Left = 172 Top = 4 Width = 61 Height = 25 AllowAllUp = True GroupIndex = 1 Caption = 'Polygon' OnClick = SelectModeClick end end end