object ShowCompilerOptionsDlg: TShowCompilerOptionsDlg ActiveControl = OkButton Caption = 'Compiler Options' ClientHeight = 194 ClientWidth = 390 OnCreate = FormCreate PixelsPerInch = 112 HorzScrollBar.Page = 389 VertScrollBar.Page = 193 Left = 358 Height = 194 Top = 337 Width = 390 object OkButton: TButton Anchors = [akBottom] BorderSpacing.InnerBorder = 4 Caption = 'Ok' OnClick = OkButtonCLICK TabOrder = 0 Left = 157 Height = 25 Top = 159 Width = 75 end object CmdLineGroupbox: TGroupBox Align = alTop Anchors = [akTop, akLeft, akBottom] Caption = 'Command line parameters' ClientHeight = 135 ClientWidth = 386 ParentCtl3D = False TabOrder = 1 Height = 152 Width = 390 object CmdLineMemo: TMemo Align = alClient Lines.Strings = ( 'CmdLineMemo' ) TabOrder = 0 Height = 135 Width = 386 end end object RelativePathsCheckBox: TCheckBox Anchors = [akLeft, akBottom] Caption = 'RelativePathsCheckBox' Checked = True OnChange = RelativePathsCheckBoxChange State = cbChecked TabOrder = 2 Left = 11 Height = 20 Top = 164 Width = 160 end end