object FBounds: TFBounds Left = 499 Top = 117 BorderStyle = bsToolWindow Caption = 'Bounds' ClientHeight = 142 ClientWidth = 215 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 109 Width = 215 Height = 33 Align = alBottom TabOrder = 0 object SpeedButton1: TSpeedButton Left = 4 Top = 4 Width = 9 Height = 25 OnClick = SpeedButton1Click end object BOk: TBitBtn Left = 72 Top = 4 Width = 75 Height = 25 Caption = 'Ok' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = BOkClick end end object Panel2: TPanel Left = 0 Top = 0 Width = 215 Height = 109 Align = alClient TabOrder = 1 object Label1: TLabel Left = 8 Top = 10 Width = 29 Height = 13 Caption = 'X min:' end object Label2: TLabel Left = 8 Top = 34 Width = 29 Height = 13 Caption = 'Y min:' end object Label3: TLabel Left = 8 Top = 58 Width = 32 Height = 13 Caption = 'X max:' end object Label4: TLabel Left = 8 Top = 82 Width = 32 Height = 13 Caption = 'Y max:' end object EXmin: TEdit Left = 88 Top = 8 Width = 121 Height = 21 TabOrder = 0 OnExit = EXminExit end object EYmin: TEdit Left = 88 Top = 32 Width = 121 Height = 21 TabOrder = 1 OnExit = EYminExit end object EXmax: TEdit Left = 88 Top = 56 Width = 121 Height = 21 TabOrder = 2 OnExit = EXmaxExit end object EYMax: TEdit Left = 88 Top = 80 Width = 121 Height = 21 TabOrder = 3 OnExit = EYMaxExit end end end