object optionform: Toptionform Left = 35 Top = 189 BorderStyle = bsDialog Caption = 'Program Options' ClientHeight = 209 ClientWidth = 561 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object okbutton: TButton Left = 8 Top = 176 Width = 75 Height = 25 Caption = 'Save' Default = True ModalResult = 1 TabOrder = 0 OnClick = okbuttonClick end object okcenterbutton: TButton Left = 88 Top = 176 Width = 193 Height = 25 Caption = 'Save and Center Program Window' ModalResult = 1 TabOrder = 1 OnClick = okcenterbuttonClick end object cancelbutton: TButton Left = 480 Top = 176 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Panel1: TPanel Left = 8 Top = 8 Width = 545 Height = 161 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 object deftitleLabel: TLabel Left = 8 Top = 12 Width = 57 Height = 13 Caption = 'Default Title' end object defheadingLabel: TLabel Left = 8 Top = 36 Width = 77 Height = 13 Caption = 'Default Heading' end object deffilenameLabel: TLabel Left = 8 Top = 60 Width = 79 Height = 13 Caption = 'Default Filename' end object defbrowserLabel: TLabel Left = 8 Top = 92 Width = 77 Height = 13 Caption = 'Internet Browser' end object deftitleEdit: TEdit Left = 96 Top = 8 Width = 297 Height = 21 TabOrder = 0 end object defheadingEdit: TEdit Left = 96 Top = 32 Width = 297 Height = 21 TabOrder = 1 end object deffilenameEdit: TEdit Left = 96 Top = 56 Width = 185 Height = 21 TabOrder = 2 end object resetbutton: TButton Left = 288 Top = 56 Width = 105 Height = 25 Caption = 'Reset to Default' TabOrder = 3 OnClick = resetbuttonClick end object defbrowserEdit: TEdit Left = 96 Top = 88 Width = 297 Height = 21 TabOrder = 4 end object browsersearchButton: TButton Left = 328 Top = 112 Width = 67 Height = 25 Caption = 'Search...' TabOrder = 5 OnClick = browsersearchButtonClick end object playsoundCheck: TCheckBox Left = 8 Top = 136 Width = 209 Height = 17 Alignment = taLeftJustify Caption = 'Play Sound after Creation of Document' State = cbChecked TabOrder = 6 end object standardbrowsercheck: TCheckBox Left = 96 Top = 112 Width = 137 Height = 17 Caption = 'Use Standard Browser' TabOrder = 7 OnClick = standardbrowserCheckClick end object defaultcolorGroupBox: TGroupBox Left = 400 Top = 8 Width = 137 Height = 145 Caption = 'Default Document Colors' TabOrder = 8 object defaultbgcolorbutton: TButton Left = 8 Top = 16 Width = 81 Height = 25 Caption = 'Background' TabOrder = 0 OnClick = defaultbgcolorbuttonClick end object defaultlinkcolorbutton: TButton Left = 8 Top = 48 Width = 81 Height = 25 Caption = 'Links' TabOrder = 1 OnClick = defaultlinkcolorbuttonClick end object defaultvlinkcolorbutton: TButton Left = 8 Top = 80 Width = 81 Height = 25 Caption = 'Visited Links' TabOrder = 2 OnClick = defaultvlinkcolorbuttonClick end object defaulttextcolorbutton: TButton Left = 8 Top = 112 Width = 81 Height = 25 Caption = 'Text' TabOrder = 3 OnClick = defaulttextcolorbuttonClick end object defaultbgcolorpanel: TPanel Left = 104 Top = 16 Width = 25 Height = 25 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 4 OnClick = defaultbgcolorpanelClick end object defaultlinkcolorpanel: TPanel Left = 104 Top = 48 Width = 25 Height = 25 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 5 OnClick = defaultlinkcolorpanelClick end object defaultvlinkcolorpanel: TPanel Left = 104 Top = 80 Width = 25 Height = 25 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 6 OnClick = defaultvlinkcolorpanelClick end object defaulttextcolorpanel: TPanel Left = 104 Top = 112 Width = 25 Height = 25 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 7 OnClick = defaulttextcolorpanelClick end end end object browsersearchDialog: TOpenDialog FileEditStyle = fsEdit Filter = 'Executables (*.exe)|*.exe|All Files (*.*)|*.*' Left = 288 Top = 176 end object defaultbgColorDialog: TColorDialog Ctl3D = True Left = 328 Top = 176 end object defaultlinkColorDialog: TColorDialog Ctl3D = True Left = 360 Top = 176 end object defaultvlinkColorDialog: TColorDialog Ctl3D = True Left = 392 Top = 176 end object defaulttextColorDialog: TColorDialog Ctl3D = True Left = 424 Top = 176 end end