object AdvGridHTMLSettingsForm: TAdvGridHTMLSettingsForm Left = 223 Top = 221 BorderStyle = bsDialog Caption = 'HTML Settings' ClientHeight = 254 ClientWidth = 426 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object CellsGroupBox: TGroupBox Left = 0 Top = 104 Width = 201 Height = 113 Caption = 'Cells:' TabOrder = 1 object BorderSizeLabel: TLabel Left = 37 Top = 21 Width = 57 Height = 13 Caption = '&Border Size:' FocusControl = BorderSizeSpinEdit end object CellSpacingLabel: TLabel Left = 32 Top = 54 Width = 62 Height = 13 Caption = 'Ce&ll Spacing:' FocusControl = CellSpacingSpinEdit end object Label1: TLabel Left = 32 Top = 87 Width = 62 Height = 13 Caption = 'Cell &Padding:' FocusControl = CellPaddingSpinEdit end object BorderSizeSpinEdit: TAdvSpinEdit Left = 112 Top = 16 Width = 49 Height = 22 Direction = spVertical ReturnIsTab = False Precision = 0 SpinType = sptNormal Value = 1 FloatValue = 1.000000000000000000 TimeValue = 0.041666666666666660 HexValue = 0 SpinFlat = False MaxValue = 10 MinValue = 0 MaxFloatValue = 100.000000000000000000 TabOrder = 0 end object CellSpacingSpinEdit: TAdvSpinEdit Left = 112 Top = 50 Width = 49 Height = 22 Direction = spVertical ReturnIsTab = False Precision = 0 SpinType = sptNormal Value = 0 DateValue = 36835.501307025460000000 HexValue = 0 SpinFlat = False MaxValue = 10 MinValue = 0 MaxFloatValue = 100.000000000000000000 TabOrder = 1 end object CellPaddingSpinEdit: TAdvSpinEdit Left = 112 Top = 83 Width = 49 Height = 22 Direction = spVertical ReturnIsTab = False Precision = 0 SpinType = sptNormal Value = 0 DateValue = 36835.501307025460000000 HexValue = 0 SpinFlat = False MaxValue = 10 MinValue = 0 MaxFloatValue = 100.000000000000000000 TabOrder = 2 end end object TagsGroupBox: TGroupBox Left = 208 Top = 0 Width = 217 Height = 97 Caption = 'Tags:' TabOrder = 2 object PrefixLabel: TLabel Left = 40 Top = 20 Width = 56 Height = 13 Caption = '&Prefix Tags:' FocusControl = PrefixEdit end object SuffixLabel: TLabel Left = 40 Top = 44 Width = 56 Height = 13 Caption = '&Suffix Tags:' FocusControl = SuffixEdit end object TableStyleLabel: TLabel Left = 10 Top = 68 Width = 86 Height = 13 Caption = 'Table St&yle Tags::' FocusControl = TableStyleEdit end object PrefixEdit: TEdit Left = 104 Top = 16 Width = 89 Height = 21 TabOrder = 0 end object SuffixEdit: TEdit Left = 104 Top = 40 Width = 89 Height = 21 TabOrder = 1 end object TableStyleEdit: TEdit Left = 104 Top = 64 Width = 89 Height = 21 TabOrder = 2 end end object FilesGroupBox: TGroupBox Left = 208 Top = 104 Width = 217 Height = 113 Caption = 'Files:' TabOrder = 3 object HeaderLabel: TLabel Left = 31 Top = 20 Width = 38 Height = 13 Caption = '&Header:' FocusControl = HeaderEdit end object FooterLabel: TLabel Left = 36 Top = 54 Width = 33 Height = 13 Caption = 'F&ooter:' FocusControl = FooterEdit end object HeaderEdit: TEdit Left = 80 Top = 16 Width = 89 Height = 21 TabOrder = 0 end object FooterEdit: TEdit Left = 80 Top = 50 Width = 89 Height = 21 TabOrder = 2 end object HeaderButton: TButton Left = 176 Top = 16 Width = 25 Height = 21 Caption = '. . .' TabOrder = 1 OnClick = HeaderButtonClick end object FooterButton: TButton Left = 176 Top = 50 Width = 25 Height = 21 Caption = '. . .' TabOrder = 3 OnClick = HeaderButtonClick end end object GeneralGroupBox: TGroupBox Left = 0 Top = 0 Width = 201 Height = 97 Caption = 'General:' TabOrder = 0 object TableWidthLabel: TLabel Left = 8 Top = 24 Width = 117 Height = 13 Caption = 'Table &Width (in percent):' FocusControl = TableWidthSpinEdit end object TableColorsCheckBox: TCheckBox Left = 16 Top = 48 Width = 113 Height = 17 Caption = 'Use Table'#39's &Colors' TabOrder = 1 end object TableFontsCheckBox: TCheckBox Left = 16 Top = 72 Width = 113 Height = 17 Caption = 'Use Table'#39's &Fonts' TabOrder = 2 end object TableWidthSpinEdit: TAdvSpinEdit Left = 136 Top = 19 Width = 49 Height = 22 Direction = spVertical ReturnIsTab = False Precision = 0 SpinType = sptNormal Value = 100 FloatValue = 100.000000000000000000 HexValue = 0 SpinFlat = False MaxValue = 100 MinValue = 0 MaxFloatValue = 100.000000000000000000 TabOrder = 0 end end object OKButton: TBitBtn Left = 127 Top = 224 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 NumGlyphs = 2 end object CancelButton: TBitBtn Left = 223 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 NumGlyphs = 2 end object Preview: TButton Left = 1 Top = 224 Width = 75 Height = 25 Caption = 'Preview' TabOrder = 6 OnClick = PreviewClick end object OpenDialog: TOpenDialog DefaultExt = '.htm' Filter = 'HTML Files (*.htm, *.html)|*.htm;*.html|All Files (*.*)|*.*' Left = 216 Top = 152 end end