object OptionsFrm: TOptionsFrm Left = 189 Height = 383 Top = 95 Width = 441 Caption = 'Options' ClientHeight = 383 ClientWidth = 441 OnShow = FormShow LCLVersion = '0.9.28.2' object Label1: TLabel Left = 9 Height = 14 Top = 280 Width = 98 Caption = 'Default File Location' ParentColor = False end object FractionTypeGrp: TRadioGroup Left = 9 Height = 61 Top = 16 Width = 414 AutoFill = True Caption = 'Decimal Fraction Usage' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 43 ClientWidth = 410 ItemIndex = 0 Items.Strings = ( 'English (default) period separator' 'European (comma) separator' ) OnClick = FractionTypeGrpClick TabOrder = 0 end object MissValsGrp: TRadioGroup Left = 9 Height = 98 Top = 88 Width = 409 AutoFill = True Caption = 'Default Missing Values' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 80 ClientWidth = 405 ItemIndex = 3 Items.Strings = ( 'Blank ' 'Period ' 'Zero (0) ' '99999' ) OnClick = MissValsGrpClick TabOrder = 1 end object JustificationGrp: TRadioGroup Left = 9 Height = 68 Top = 200 Width = 407 AutoFill = True Caption = 'Justification' ChildSizing.LeftRightSpacing = 6 ChildSizing.TopBottomSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 1 ClientHeight = 50 ClientWidth = 403 ItemIndex = 2 Items.Strings = ( 'Left' 'Center' 'Right' ) OnClick = JustificationGrpClick TabOrder = 2 end object FilePathEdit: TEdit Left = 10 Height = 21 Top = 296 Width = 404 TabOrder = 3 end object CancelBtn: TButton Left = 216 Height = 28 Top = 336 Width = 82 Cancel = True Caption = 'Cancel' OnClick = CancelBtnClick TabOrder = 4 end object SaveBtn: TButton Left = 328 Height = 28 Top = 336 Width = 78 Caption = 'Save' ModalResult = 1 OnClick = SaveBtnClick TabOrder = 5 end object BrowseBtn: TButton Left = 112 Height = 28 Top = 336 Width = 76 Caption = 'Browse...' OnClick = BrowseBtnClick TabOrder = 6 end object HelpBtn: TButton Tag = 135 Left = 10 Height = 28 Top = 336 Width = 81 Caption = 'Help' OnClick = HelpBtnClick TabOrder = 7 end object SelDir: TSelectDirectoryDialog left = 408 top = 264 end end