object dlgOptions: TdlgOptions Left = 377 Top = 201 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 401 ClientWidth = 418 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 401 Height = 345 Shape = bsFrame end object Label3: TLabel Left = 32 Top = 208 Width = 107 Height = 13 Caption = 'Default Save Directory' end object Label5: TLabel Left = 32 Top = 256 Width = 111 Height = 13 Caption = 'Default Image Directory' end object Label6: TLabel Left = 32 Top = 304 Width = 140 Height = 13 Caption = 'Default Background Directory' end object BitBtn1: TBitBtn Left = 192 Top = 360 Width = 97 Height = 33 Caption = 'O&K' TabOrder = 7 Kind = bkOK end object BitBtn2: TBitBtn Left = 304 Top = 360 Width = 105 Height = 33 Caption = '&Cancel' TabOrder = 8 Kind = bkCancel end object GroupBox1: TGroupBox Left = 24 Top = 24 Width = 145 Height = 89 Caption = 'Default Banner Size' TabOrder = 0 object Label1: TLabel Left = 8 Top = 58 Width = 31 Height = 13 Caption = 'Height' end object Label2: TLabel Left = 8 Top = 28 Width = 28 Height = 13 Caption = 'Width' end object Edit1: TEdit Left = 48 Top = 56 Width = 57 Height = 21 TabOrder = 1 OnExit = Edit1Exit end object Edit2: TEdit Left = 48 Top = 24 Width = 57 Height = 21 TabOrder = 0 OnExit = Edit2Change end end object GroupBox2: TGroupBox Left = 24 Top = 136 Width = 145 Height = 57 Caption = 'Default Font Size' TabOrder = 1 object Label4: TLabel Left = 8 Top = 28 Width = 20 Height = 13 Caption = 'Size' end object Edit3: TEdit Left = 48 Top = 24 Width = 57 Height = 21 TabOrder = 0 OnExit = Edit3Exit end end object DirectoryEdit1: TDirectoryEdit Left = 24 Top = 224 Width = 377 Height = 21 NumGlyphs = 1 TabOrder = 2 OnExit = DirectoryEdit1Exit end object DirectoryEdit2: TDirectoryEdit Left = 24 Top = 272 Width = 377 Height = 21 NumGlyphs = 1 TabOrder = 3 OnExit = DirectoryEdit2Exit end object DirectoryEdit3: TDirectoryEdit Left = 24 Top = 320 Width = 377 Height = 21 NumGlyphs = 1 TabOrder = 4 OnExit = DirectoryEdit3Exit end object CheckBox1: TCheckBox Left = 192 Top = 24 Width = 161 Height = 17 Caption = 'Show Font Style on Font List' Checked = True State = cbChecked TabOrder = 5 end object RadioGroup1: TRadioGroup Left = 192 Top = 56 Width = 201 Height = 137 Caption = 'Default Graphic File Format (Extension)' ItemIndex = 0 Items.Strings = ( 'JPEG' 'JPG' 'GIF' 'BMP' 'TIFF') TabOrder = 6 end end