object TraceOptions: TTraceOptions Left = 245 Top = 128 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Trace Options' ClientHeight = 320 ClientWidth = 279 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 28 Top = 286 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 112 Top = 286 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 196 Top = 286 Width = 75 Height = 25 Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object OptionsPageControl: TPageControl Left = 4 Top = 7 Width = 271 Height = 272 ActivePage = BufferPage TabOrder = 3 object CategoryPage: TTabSheet Caption = 'Categories' object TraceCategories: TGroupBox Left = 14 Top = 8 Width = 236 Height = 222 Caption = 'Trace Categories' TabOrder = 0 object DBPrepared: TCheckBox Tag = 1 Left = 18 Top = 20 Width = 209 Height = 17 Caption = '&Prepared Query Statements' State = cbChecked TabOrder = 0 end object CBExecuted: TCheckBox Tag = 2 Left = 18 Top = 42 Width = 209 Height = 17 Caption = '&Executed Query Statements' State = cbChecked TabOrder = 1 end object CBVendorErr: TCheckBox Tag = 4 Left = 18 Top = 174 Width = 209 Height = 17 Caption = '&Vendor Errors' State = cbChecked TabOrder = 7 end object CBStatement: TCheckBox Tag = 8 Left = 18 Top = 64 Width = 209 Height = 17 Caption = '&Statement Operations' State = cbChecked TabOrder = 2 end object CBConnect: TCheckBox Tag = 16 Left = 18 Top = 86 Width = 209 Height = 17 Caption = '&Connect / Disconnect' State = cbChecked TabOrder = 3 end object CBTransaction: TCheckBox Tag = 32 Left = 18 Top = 108 Width = 209 Height = 17 Caption = '&Transactions' State = cbChecked TabOrder = 4 end object CBMisc: TCheckBox Tag = 128 Left = 18 Top = 152 Width = 209 Height = 17 Caption = '&Miscellaneous' State = cbChecked TabOrder = 6 end object CBBlob: TCheckBox Tag = 64 Left = 18 Top = 130 Width = 209 Height = 17 Caption = 'B&lob I/O' State = cbChecked TabOrder = 5 end object CBVendor: TCheckBox Tag = 256 Left = 18 Top = 196 Width = 209 Height = 17 Caption = 'Ve&ndor Calls' State = cbChecked TabOrder = 8 end end end object BufferPage: TTabSheet Caption = 'Buffer' object Label1: TLabel Left = 19 Top = 21 Width = 70 Height = 13 Alignment = taRightJustify Caption = 'Buffer &Size (K):' FocusControl = BufferSizeEdit end object BufferOptions: TGroupBox Left = 12 Top = 59 Width = 237 Height = 135 Caption = 'Buffer Management' TabOrder = 0 object FileNameLabel: TLabel Left = 18 Top = 49 Width = 48 Height = 13 Caption = '&File name:' FocusControl = SpoolFileEdit end object CircularButton: TRadioButton Left = 17 Top = 23 Width = 81 Height = 17 Caption = '&Circular' Checked = True TabOrder = 0 TabStop = True OnClick = EnableControls end object SpoolButton: TRadioButton Left = 126 Top = 23 Width = 92 Height = 17 Caption = '&Page to disk' TabOrder = 1 OnClick = EnableControls end object SpoolFileEdit: TEdit Left = 17 Top = 68 Width = 201 Height = 21 TabOrder = 2 end object BrowseButton: TButton Left = 144 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '&Browse...' TabOrder = 3 OnClick = BrowseButtonClick end end object BufferSizeEdit: TEdit Left = 95 Top = 17 Width = 89 Height = 21 TabOrder = 1 end end end object FileSaveDialog: TSaveDialog FileEditStyle = fsEdit Filter = 'Text Files (*.txt)|*.txt' Options = [ofOverwritePrompt, ofHideReadOnly] Title = 'Paging filename' Left = 1 Top = 292 end end