home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / SQLMON.EXE / 0 / RCDATA / TTRACEOPTIONS / TTRACEOPTIONS.txt
Text File  |  1997-01-16  |  5KB  |  237 lines

  1. object TraceOptions: TTraceOptions
  2.   Left = 245
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Trace Options'
  7.   ClientHeight = 320
  8.   ClientWidth = 279
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKButton: TButton
  19.     Left = 28
  20.     Top = 286
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object CancelButton: TButton
  29.     Left = 112
  30.     Top = 286
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object HelpButton: TButton
  39.     Left = 196
  40.     Top = 286
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 2
  45.     OnClick = HelpButtonClick
  46.   end
  47.   object OptionsPageControl: TPageControl
  48.     Left = 4
  49.     Top = 7
  50.     Width = 271
  51.     Height = 272
  52.     ActivePage = BufferPage
  53.     TabOrder = 3
  54.     object CategoryPage: TTabSheet
  55.       Caption = 'Categories'
  56.       object TraceCategories: TGroupBox
  57.         Left = 14
  58.         Top = 8
  59.         Width = 236
  60.         Height = 222
  61.         Caption = 'Trace Categories'
  62.         TabOrder = 0
  63.         object DBPrepared: TCheckBox
  64.           Tag = 1
  65.           Left = 18
  66.           Top = 20
  67.           Width = 209
  68.           Height = 17
  69.           Caption = '&Prepared Query Statements'
  70.           State = cbChecked
  71.           TabOrder = 0
  72.         end
  73.         object CBExecuted: TCheckBox
  74.           Tag = 2
  75.           Left = 18
  76.           Top = 42
  77.           Width = 209
  78.           Height = 17
  79.           Caption = '&Executed Query Statements'
  80.           State = cbChecked
  81.           TabOrder = 1
  82.         end
  83.         object CBVendorErr: TCheckBox
  84.           Tag = 4
  85.           Left = 18
  86.           Top = 174
  87.           Width = 209
  88.           Height = 17
  89.           Caption = '&Vendor Errors'
  90.           State = cbChecked
  91.           TabOrder = 7
  92.         end
  93.         object CBStatement: TCheckBox
  94.           Tag = 8
  95.           Left = 18
  96.           Top = 64
  97.           Width = 209
  98.           Height = 17
  99.           Caption = '&Statement Operations'
  100.           State = cbChecked
  101.           TabOrder = 2
  102.         end
  103.         object CBConnect: TCheckBox
  104.           Tag = 16
  105.           Left = 18
  106.           Top = 86
  107.           Width = 209
  108.           Height = 17
  109.           Caption = '&Connect / Disconnect'
  110.           State = cbChecked
  111.           TabOrder = 3
  112.         end
  113.         object CBTransaction: TCheckBox
  114.           Tag = 32
  115.           Left = 18
  116.           Top = 108
  117.           Width = 209
  118.           Height = 17
  119.           Caption = '&Transactions'
  120.           State = cbChecked
  121.           TabOrder = 4
  122.         end
  123.         object CBMisc: TCheckBox
  124.           Tag = 128
  125.           Left = 18
  126.           Top = 152
  127.           Width = 209
  128.           Height = 17
  129.           Caption = '&Miscellaneous'
  130.           State = cbChecked
  131.           TabOrder = 6
  132.         end
  133.         object CBBlob: TCheckBox
  134.           Tag = 64
  135.           Left = 18
  136.           Top = 130
  137.           Width = 209
  138.           Height = 17
  139.           Caption = 'B&lob I/O'
  140.           State = cbChecked
  141.           TabOrder = 5
  142.         end
  143.         object CBVendor: TCheckBox
  144.           Tag = 256
  145.           Left = 18
  146.           Top = 196
  147.           Width = 209
  148.           Height = 17
  149.           Caption = 'Ve&ndor Calls'
  150.           State = cbChecked
  151.           TabOrder = 8
  152.         end
  153.       end
  154.     end
  155.     object BufferPage: TTabSheet
  156.       Caption = 'Buffer'
  157.       object Label1: TLabel
  158.         Left = 19
  159.         Top = 21
  160.         Width = 70
  161.         Height = 13
  162.         Alignment = taRightJustify
  163.         Caption = 'Buffer &Size (K):'
  164.         FocusControl = BufferSizeEdit
  165.       end
  166.       object BufferOptions: TGroupBox
  167.         Left = 12
  168.         Top = 59
  169.         Width = 237
  170.         Height = 135
  171.         Caption = 'Buffer Management'
  172.         TabOrder = 0
  173.         object FileNameLabel: TLabel
  174.           Left = 18
  175.           Top = 49
  176.           Width = 48
  177.           Height = 13
  178.           Caption = '&File name:'
  179.           FocusControl = SpoolFileEdit
  180.         end
  181.         object CircularButton: TRadioButton
  182.           Left = 17
  183.           Top = 23
  184.           Width = 81
  185.           Height = 17
  186.           Caption = '&Circular'
  187.           Checked = True
  188.           TabOrder = 0
  189.           TabStop = True
  190.           OnClick = EnableControls
  191.         end
  192.         object SpoolButton: TRadioButton
  193.           Left = 126
  194.           Top = 23
  195.           Width = 92
  196.           Height = 17
  197.           Caption = '&Page to disk'
  198.           TabOrder = 1
  199.           OnClick = EnableControls
  200.         end
  201.         object SpoolFileEdit: TEdit
  202.           Left = 17
  203.           Top = 68
  204.           Width = 201
  205.           Height = 21
  206.           TabOrder = 2
  207.         end
  208.         object BrowseButton: TButton
  209.           Left = 144
  210.           Top = 96
  211.           Width = 75
  212.           Height = 25
  213.           Cancel = True
  214.           Caption = '&Browse...'
  215.           TabOrder = 3
  216.           OnClick = BrowseButtonClick
  217.         end
  218.       end
  219.       object BufferSizeEdit: TEdit
  220.         Left = 95
  221.         Top = 17
  222.         Width = 89
  223.         Height = 21
  224.         TabOrder = 1
  225.       end
  226.     end
  227.   end
  228.   object FileSaveDialog: TSaveDialog
  229.     FileEditStyle = fsEdit
  230.     Filter = 'Text Files (*.txt)|*.txt'
  231.     Options = [ofOverwritePrompt, ofHideReadOnly]
  232.     Title = 'Paging filename'
  233.     Left = 1
  234.     Top = 292
  235.   end
  236. end
  237.