⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 optdlg.dfm

📁 jvcl driver development envionment
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Left = 94
          Top = 38
          Width = 71
          Height = 13
          Caption = 'SQL text &font:  '
        end
        object MaxHistoryEdit: TJvValidateEdit
          Left = 220
          Top = 13
          Width = 65
          Height = 21
          AutoSize = False
          CheckChars = '01234567890'
          CriticalPoints.CheckPoints = cpNone
          CriticalPoints.ColorAbove = clBlue
          CriticalPoints.ColorBelow = clRed
          EditText = '0'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'Courier'
          Font.Pitch = fpFixed
          Font.Style = []
          ParentFont = False
          PasswordChar = #0
          ReadOnly = True
          TabOrder = 0
          Text = '0'
          Value = 0
        end
        object UpDown: TUpDown
          Left = 285
          Top = 13
          Width = 15
          Height = 21
          Associate = MaxHistoryEdit
          Min = 0
          Max = 200
          Position = 0
          TabOrder = 1
          Thousands = False
          Wrap = False
          OnChanging = UpDownChanging
        end
        object SQLMemo: TMemo
          Left = 96
          Top = 56
          Width = 137
          Height = 49
          Lines.Strings = (
            'SELECT * FROM TABLE')
          TabOrder = 2
        end
        object SQLFontBtn: TButton
          Left = 248
          Top = 80
          Width = 50
          Height = 21
          Caption = 'Font...'
          TabOrder = 3
          OnClick = SQLFontBtnClick
        end
      end
      object GroupBox5: TGroupBox
        Left = 8
        Top = 120
        Width = 309
        Height = 111
        Caption = ' Query Options '
        TabOrder = 1
        object Image5: TImage
          Left = 12
          Top = 20
          Width = 32
          Height = 32
          AutoSize = True
          Picture.Data = {
            055449636F6E0000010001002020100000000000E80200001600000028000000
            2000000040000000010004000000000000020000000000000000000000000000
            0000000000000000000080000080000000808000800000008000800080800000
            C0C0C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
            FFFFFF0000000000C0C0C0C00000C00000000000000C000C0C0C0C0C0C0C0C00
            0000000000C0C0C0C0C0C0C0C0C0C0C0000000000C0C0C0C0C0C0C0C000C0C00
            00000000C0C0C000000000C00800C0C000000000000C00877777780087700C0C
            0C0C00000C000877777777087770C0C0C0C0C0000CC0877777778087770C0C0C
            0C0C0C000CCC07778000087770000000000000C00CCCC0780000877700999999
            99990C0C0CCCCC000008777000099999999990C00CCCCCC00000770077099999
            999999000CCCCCCC00000008778099000000000000CCCCCCC000000077709900
            000000000000CCCCCC0000008778090000CC8000000000CCCCC0000007770990
            00CC80000000040CCCCC000008778090008CC00000000000CCCCC0000077709C
            CCCCCCCC000000000CCCCC0000777099CCCCCCCC0000000000CCCC0007777099
            900CCC00000000000CCCC087777780999000CC80000000CCCCCC077777770999
            9900CCC000000CCCCCC008777778099999000000000CCCCCCC00000000000099
            99900000000CCCCCC00000000000009999900000000CCCCCCC00000000000009
            999900000000CCCCCCCC00000000000999990000000000CCCCCCC00000000000
            9999900000000000CCCCC00000000000009990000000000000CCC00000000000
            00009900000000000000C0000000000000000000000000000000000000000000
            00000000FF55F7FFEEAAABFFD55555FFAAAAABFF540115FF28000AAF10000557
            00000AAB000000050060000200C0000100E0000100700001003E01FFC01E01C7
            F00F00C7F80700C7FE038000FF018000FF800023FE000031F8000011E000001F
            C018080FC03FF80FC00FFC07E003FC07F003FE03FC03FF03FF03FFC1FFC3FFF1
            FFF3FFFFF7BD}
        end
        object LiveQueryBtn: TCheckBox
          Left = 58
          Top = 16
          Width = 99
          Height = 17
          Caption = ' &Live queries  '
          TabOrder = 0
          OnClick = OptionsChanged
        end
        object AbortQueryBtn: TCheckBox
          Left = 58
          Top = 35
          Width = 137
          Height = 17
          Caption = ' Allow &query abort'
          TabOrder = 1
          OnClick = OptionsChanged
        end
        object ShowTimeBtn: TCheckBox
          Left = 58
          Top = 53
          Width = 239
          Height = 17
          Caption = ' &Show query execution time'
          TabOrder = 2
          OnClick = OptionsChanged
        end
        object QueryInThreadBtn: TCheckBox
          Left = 58
          Top = 72
          Width = 239
          Height = 17
          Caption = ' &Execute queries in separate threads'
          TabOrder = 3
          OnClick = OptionsChanged
        end
        object SQLCountBtn: TCheckBox
          Left = 58
          Top = 90
          Width = 200
          Height = 17
          Caption = ' &Calculate SQL query record count '
          TabOrder = 4
          OnClick = OptionsChanged
        end
      end
    end
    object TTabPage
      Left = 4
      Top = 24
      Caption = 'Trace'
      object Label9: TLabel
        Left = 129
        Top = 217
        Width = 70
        Height = 13
        Alignment = taRightJustify
        Caption = 'Buffer &Size (K):'
        FocusControl = BufferSizeEdit
      end
      object TraceCategories: TGroupBox
        Left = 16
        Top = 8
        Width = 295
        Height = 197
        Caption = 'Trace Categories'
        TabOrder = 0
        object CBPrepared: TCheckBox
          Tag = 1
          Left = 22
          Top = 19
          Width = 209
          Height = 17
          Caption = '&Prepared Query Statements'
          TabOrder = 0
          OnClick = OptionsChanged
        end
        object CBExecuted: TCheckBox
          Tag = 2
          Left = 22
          Top = 38
          Width = 209
          Height = 17
          Caption = '&Executed Query Statements'
          TabOrder = 1
          OnClick = OptionsChanged
        end
        object CBVendorErr: TCheckBox
          Tag = 4
          Left = 22
          Top = 152
          Width = 209
          Height = 17
          Caption = '&Vendor Errors'
          TabOrder = 7
          OnClick = OptionsChanged
        end
        object CBStatement: TCheckBox
          Tag = 8
          Left = 22
          Top = 57
          Width = 209
          Height = 17
          Caption = '&Statement Operations'
          TabOrder = 2
          OnClick = OptionsChanged
        end
        object CBConnect: TCheckBox
          Tag = 16
          Left = 22
          Top = 76
          Width = 209
          Height = 17
          Caption = '&Connect / Disconnect'
          TabOrder = 3
          OnClick = OptionsChanged
        end
        object CBTransaction: TCheckBox
          Tag = 32
          Left = 22
          Top = 95
          Width = 209
          Height = 17
          Caption = '&Transactions'
          TabOrder = 4
          OnClick = OptionsChanged
        end
        object CBMisc: TCheckBox
          Tag = 128
          Left = 22
          Top = 133
          Width = 209
          Height = 17
          Caption = '&Miscellaneous'
          TabOrder = 6
          OnClick = OptionsChanged
        end
        object CBBlob: TCheckBox
          Tag = 64
          Left = 22
          Top = 114
          Width = 209
          Height = 17
          Caption = 'B&lob I/O'
          TabOrder = 5
          OnClick = OptionsChanged
        end
        object CBVendor: TCheckBox
          Tag = 256
          Left = 22
          Top = 171
          Width = 209
          Height = 17
          Caption = 'Ve&ndor Calls'
          TabOrder = 8
          OnClick = OptionsChanged
        end
      end
      object BufferSizeEdit: TJvValidateEdit
        Left = 210
        Top = 212
        Width = 101
        Height = 21
        AutoSize = False
        CheckChars = '01234567890'
        CriticalPoints.CheckPoints = cpNone
        CriticalPoints.ColorAbove = clBlue
        CriticalPoints.ColorBelow = clRed
        EditText = '0'
        PasswordChar = #0
        TabOrder = 1
        Text = '0'
        Value = 0
      end
    end
  end
  object FontDialog: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 40
    Top = 56
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -