object FrameViewerOptions: TFrameViewerOptions Left = 227 Top = 108 BorderStyle = bsNone Caption = 'Frame Viewer Options' ClientHeight = 314 ClientWidth = 347 Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object GroupBox1: TGroupBox Left = 4 Top = 40 Width = 340 Height = 40 Caption = 'Framerate' TabOrder = 0 object Label2: TLabel Left = 50 Top = 16 Width = 31 Height = 14 Alignment = taRightJustify Caption = 'Target' end object FrameRateUpDown: TUpDown Left = 172 Top = 13 Width = 25 Height = 20 Hint = 'Change target framerate' Min = 1 Max = 40 Position = 10 TabOrder = 0 Wrap = False OnClick = FrameRateUpDownClick end object FrameRatePanel: TPanel Left = 90 Top = 15 Width = 75 Height = 17 BevelOuter = bvLowered Caption = '40 fps' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end end object GroupBox2: TGroupBox Left = 4 Top = 0 Width = 340 Height = 40 Caption = 'Background Color' TabOrder = 1 object Label1: TLabel Left = 22 Top = 16 Width = 61 Height = 17 Alignment = taRightJustify Caption = 'Palette index' end object SelectColorBtn: TSpeedButton Left = 172 Top = 16 Width = 25 Height = 17 Hint = 'Select background color' Caption = '...' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False OnClick = SelectColorBtnClick end object BackgroundColorPanel: TPanel Left = 90 Top = 17 Width = 75 Height = 15 Hint = 'Change background color' BevelOuter = bvLowered Caption = '255' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end end object GroupBox3: TGroupBox Left = 4 Top = 80 Width = 340 Height = 81 Caption = 'Ground Plane' TabOrder = 2 object SpeedButton1: TSpeedButton Left = 172 Top = 56 Width = 25 Height = 17 Hint = 'Select ground plane color' Caption = '...' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False OnClick = SpeedButton1Click end object Label6: TLabel Left = 68 Top = 36 Width = 7 Height = 14 Alignment = taRightJustify Caption = 'Z' end object Label7: TLabel Left = 18 Top = 57 Width = 61 Height = 14 Alignment = taRightJustify Caption = 'Palette Index' end object ShowGroundPlaneCheck: TCheckBox Left = 44 Top = 16 Width = 59 Height = 17 Alignment = taLeftJustify Caption = 'Show' State = cbChecked TabOrder = 0 end object GroundPlaneZPanel: TPanel Left = 90 Top = 35 Width = 75 Height = 17 Hint = 'Change ground plane Z and change the models eye position too !' BevelOuter = bvLowered Caption = '-24' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 end object GroundPlaneZUpDown: TUpDown Left = 172 Top = 33 Width = 25 Height = 20 Hint = 'Change ground plane Z and change the models eye position too !' Min = -128 Max = 128 Position = -24 TabOrder = 2 Wrap = False OnClick = GroundPlaneZUpDownClick end object GroundPLaneColorPanel: TPanel Left = 90 Top = 57 Width = 75 Height = 15 Hint = 'Change ground plane color' BevelOuter = bvLowered Caption = '255' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 end end object GroupBox4: TGroupBox Left = 4 Top = 164 Width = 340 Height = 93 Caption = 'Vertex Grid' TabOrder = 3 object Label3: TLabel Left = 66 Top = 16 Width = 7 Height = 14 Alignment = taRightJustify Caption = 'X' end object Label4: TLabel Left = 66 Top = 44 Width = 8 Height = 14 Alignment = taRightJustify Caption = 'Y' end object Label5: TLabel Left = 66 Top = 68 Width = 7 Height = 14 Alignment = taRightJustify Caption = 'Z' end object GridXEdt: TEditReal Left = 90 Top = 13 Width = 75 Height = 22 Hint = 'Change the grid granularity for X coordinates' FormatString = '###.##;;0' MaxValue = 128.000000000000000000 MinValue = 0.010000000000000000 TabOrder = 0 Validate = True Value = 0.100000000000000000 end object GridYEdt: TEditReal Left = 90 Top = 39 Width = 75 Height = 22 Hint = 'Change the grid granularity for Y coordinates' FormatString = '###.##;;0' MaxValue = 128.000000000000000000 MinValue = 0.010000000000000000 TabOrder = 1 Validate = True Value = 0.100000000000000000 end object GridZEdt: TEditReal Left = 90 Top = 65 Width = 75 Height = 22 Hint = 'Change the grid granularity for Z coordinates' FormatString = '###.##;;0' MaxValue = 128.000000000000000000 MinValue = 0.010000000000000000 TabOrder = 2 Validate = True Value = 0.100000000000000000 end end end