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

📄 main.dfm

📁 AbsDataBase5.16 最新版
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Width = 592
          Height = 5
          Cursor = crVSplit
          Align = alTop
          Beveled = True
        end
        object pcSQL: TPageControl
          Left = 0
          Top = 248
          Width = 592
          Height = 147
          ActivePage = tsLog
          Align = alClient
          Constraints.MinHeight = 100
          Constraints.MinWidth = 440
          TabOrder = 0
          OnChange = pcTablesChange
          object tsData: TTabSheet
            Caption = 'Data'
            object dbgQuery: TDBGrid
              Left = 0
              Top = 30
              Width = 584
              Height = 86
              Align = alClient
              DataSource = dsQuery
              Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
              TabOrder = 0
              TitleFont.Charset = DEFAULT_CHARSET
              TitleFont.Color = clWindowText
              TitleFont.Height = -11
              TitleFont.Name = 'MS Sans Serif'
              TitleFont.Style = []
              OnDblClick = dbgTableDataDblClick
            end
            object Panel10: TPanel
              Left = 0
              Top = 0
              Width = 584
              Height = 30
              Align = alTop
              BevelOuter = bvNone
              TabOrder = 1
              DesignSize = (
                584
                30)
              object Label6: TLabel
                Left = 36
                Top = 6
                Width = 68
                Height = 13
                Caption = 'Record count:'
              end
              object lSQLRecordCount: TLabel
                Left = 108
                Top = 6
                Width = 8
                Height = 13
                Caption = '0'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clBlack
                Font.Height = -11
                Font.Name = 'MS Sans Serif'
                Font.Style = [fsBold]
                ParentFont = False
              end
              object lReadOnly: TLabel
                Left = 265
                Top = 7
                Width = 56
                Height = 13
                Caption = 'ReadOnly'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clBlack
                Font.Height = -11
                Font.Name = 'MS Sans Serif'
                Font.Style = [fsBold]
                ParentFont = False
              end
              object DBNavigator2: TDBNavigator
                Left = 327
                Top = 1
                Width = 240
                Height = 25
                DataSource = dsQuery
                Anchors = [akTop, akRight]
                TabOrder = 0
              end
            end
            object ToolBar1: TToolBar
              Left = 1
              Top = 3
              Width = 27
              Height = 25
              Align = alNone
              Caption = 'ToolBar1'
              EdgeBorders = []
              EdgeInner = esNone
              EdgeOuter = esNone
              Flat = True
              Images = ilActions
              TabOrder = 2
              Transparent = False
              object ToolButton1: TToolButton
                Left = 0
                Top = 0
                Action = aExportToExcel
              end
            end
          end
          object tsLog: TTabSheet
            Caption = 'Log'
            ImageIndex = 1
            object reLog: TRichEdit
              Left = 0
              Top = 0
              Width = 584
              Height = 119
              Align = alClient
              PlainText = True
              ScrollBars = ssVertical
              TabOrder = 0
            end
          end
        end
        object pnlQuery: TPanel
          Left = 0
          Top = 0
          Width = 592
          Height = 243
          Align = alTop
          BevelOuter = bvNone
          Constraints.MinHeight = 60
          TabOrder = 1
          object Splitter4: TSplitter
            Left = 586
            Top = 24
            Width = 5
            Height = 203
            Align = alRight
            Beveled = True
          end
          object reSQL: TRichEdit
            Left = 0
            Top = 24
            Width = 586
            Height = 203
            Align = alClient
            Font.Charset = RUSSIAN_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = 'Courier New'
            Font.Style = []
            ParentFont = False
            PlainText = True
            PopupMenu = pmSQL
            ScrollBars = ssBoth
            TabOrder = 0
            WordWrap = False
            OnChange = reSQLChange
            OnKeyDown = reSQLKeyDown
            OnKeyPress = reSQLKeyPress
            OnSelectionChange = reSQLSelectionChange
          end
          object Panel9: TPanel
            Left = 0
            Top = 227
            Width = 592
            Height = 16
            Align = alBottom
            BevelOuter = bvNone
            TabOrder = 1
            DesignSize = (
              592
              16)
            object cbRequestLive: TCheckBox
              Left = 144
              Top = -1
              Width = 89
              Height = 17
              Anchors = [akLeft, akBottom]
              Caption = 'RequestLive'
              Checked = True
              State = cbChecked
              TabOrder = 1
            end
            object cbHighlighting: TCheckBox
              Left = 264
              Top = -1
              Width = 111
              Height = 17
              Action = aSyntaxHighlighting
              Anchors = [akLeft, akBottom]
              TabOrder = 2
            end
            object Panel6: TPanel
              Left = 59
              Top = 1
              Width = 74
              Height = 15
              Anchors = [akLeft, akBottom]
              BevelOuter = bvLowered
              TabOrder = 3
              object Label14: TLabel
                Left = 3
                Top = 1
                Width = 38
                Height = 13
                Caption = 'Column:'
              end
              object lColumn: TLabel
                Left = 44
                Top = 1
                Width = 8
                Height = 13
                Caption = '0'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clWindowText
                Font.Height = -11
                Font.Name = 'MS Sans Serif'
                Font.Style = [fsBold]
                ParentFont = False
              end
            end
            object Panel5: TPanel
              Left = 1
              Top = 1
              Width = 57
              Height = 15
              Anchors = [akLeft, akBottom]
              BevelOuter = bvLowered
              TabOrder = 4
              object Label12: TLabel
                Left = 3
                Top = 1
                Width = 23
                Height = 13
                Caption = 'Line:'
              end
              object lLine: TLabel
                Left = 28
                Top = 1
                Width = 8
                Height = 13
                Caption = '0'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clWindowText
                Font.Height = -11
                Font.Name = 'MS Sans Serif'
                Font.Style = [fsBold]
                ParentFont = False
              end
            end
            object reTemp: TRichEdit
              Left = 384
              Top = 8
              Width = 0
              Height = 0
              Anchors = [akLeft, akTop, akRight, akBottom]
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -13
              Font.Name = 'Courier New'
              Font.Style = []
              ParentFont = False
              PlainText = True
              TabOrder = 0
              Visible = False
              WordWrap = False
            end
          end
          object Panel1: TPanel
            Left = 0
            Top = 0
            Width = 592
            Height = 24
            Align = alTop
            BevelOuter = bvNone
            TabOrder = 2
            object SpeedButton1: TSpeedButton
              Left = 288
              Top = 0
              Width = 129
              Height = 22
              Action = aSqlOptimization
              Flat = True
              Glyph.Data = {
                36040000424D3604000000000000360000002800000010000000100000000100
                2000000000000004000000000000000000000000000000000000FF00FF00FF00
                FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
                FF00FF00FF0000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
                FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
                FF000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
                FF00FF00FF007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B007B7B7B000000
                000000FFFF00000000007B7B7B00FF00FF00FF00FF00FF00FF00FF00FF00FF00
                FF0000000000000000000000000000000000000000000000000000000000FFFF
                FF00FFFFFF0000000000000000007B7B7B00FF00FF00FF00FF00FF00FF000000
                0000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
                FF00FFFFFF00FFFFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000
                0000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF007B0000007B000000FFFF
                FF00FFFFFF0000FFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000
                0000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FF
                FF00FFFFFF00FFFFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000
                0000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF007B0000007B7B7B00FFFF
                FF00FFFFFF0000FFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000
                0000FFFFFF00FFFFFF00FFFFFF0000FFFF00FFFFFF007B7B7B007B000000FF00
                FF00FFFFFF00FFFFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000
                0000FFFFFF0000FFFF00FFFFFF00FFFFFF00FFFFFF0000FFFF007B7B7B007B00
                00007B7B7B0000FFFF00FFFFFF00000000007B7B7B00FF00FF00FF00FF000000

⌨️ 快捷键说明

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