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

📄 unit1.nfm

📁 kbmMemTable v5.50 (Dec. 12 2005)内存表控件
💻 NFM
📖 第 1 页 / 共 3 页
字号:
            Height = 19
            OnClick = Button4Click
          end
          object Button5: TButton
            Caption = 'Set CommaText'
            TabOrder = 1
            Left = 124
            Top = 85
            Width = 91
            Height = 20
            OnClick = Button5Click
          end
          object Memo1: TMemo
            Align = alBottom
            TabOrder = 2
            Left = 0
            Top = 222
            Width = 219
            Height = 132
          end
        end
      end
      object Panel4: TPanel
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 1
        Left = 0
        Top = 0
        Width = 227
        Height = 72
        object Label21: TLabel
          AutoSize = False
          Caption = 
            'Remember to check this before loading from a compressed file or ' +
            'before saving to a file with compression.'
          WordWrap = True
          Left = 7
          Top = 23
          Width = 215
          Height = 43
        end
        object LZHCompressed: TCheckBox
          Caption = '(De)Compress CSV file/CommaText'
          TabOrder = 0
          Left = 6
          Top = 3
          Width = 204
          Height = 17
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Sorting/Searching'
      OnEnter = TabSheet3Enter
      object Label10: TLabel
        AutoSize = False
        Caption = 'Sort the table on'
        WordWrap = True
        Left = 7
        Top = 1
        Width = 124
        Height = 13
      end
      object Label12: TLabel
        AutoSize = False
        Caption = 'What to search for'
        WordWrap = True
        Left = 7
        Top = 100
        Width = 137
        Height = 20
      end
      object Label13: TLabel
        AutoSize = False
        Caption = 'Locate for PERIOD'
        WordWrap = True
        Left = 7
        Top = 126
        Width = 91
        Height = 26
      end
      object Label14: TLabel
        AutoSize = False
        Caption = 'Locate for VALUE. If sorted will do binary locate.'
        WordWrap = True
        Left = 7
        Top = 163
        Width = 91
        Height = 40
      end
      object Label15: TLabel
        AutoSize = False
        Caption = 'Locate for CALC'
        WordWrap = True
        Left = 7
        Top = 214
        Width = 91
        Height = 26
      end
      object Label16: TLabel
        AutoSize = False
        Caption = 'Lookup for PERIOD'
        WordWrap = True
        Left = 7
        Top = 307
        Width = 91
        Height = 27
      end
      object Label17: TLabel
        AutoSize = False
        Caption = 'What has been looked up'
        WordWrap = True
        Left = 7
        Top = 340
        Width = 137
        Height = 20
      end
      object Label24: TLabel
        Caption = 'FindNearest VALUE'
        Left = 8
        Top = 248
        Width = 95
        Height = 13
      end
      object Label47: TLabel
        Caption = 'FindKey VALUE'
        Left = 8
        Top = 280
        Width = 76
        Height = 13
      end
      object Button11: TButton
        Caption = 'Sort'
        TabOrder = 0
        Left = 152
        Top = 15
        Width = 61
        Height = 20
        OnClick = Button11Click
      end
      object btnLocatePeriod: TButton
        Caption = 'Locate Period'
        TabOrder = 5
        Left = 111
        Top = 125
        Width = 102
        Height = 21
        OnClick = btnLocatePeriodClick
      end
      object eSearch: TEdit
        TabOrder = 4
        Left = 156
        Top = 100
        Width = 57
        Height = 21
      end
      object btnLocateValue: TButton
        Caption = 'Locate Value'
        TabOrder = 6
        Left = 111
        Top = 169
        Width = 102
        Height = 22
        OnClick = btnLocateValueClick
      end
      object chbCaseInsensitive: TCheckBox
        Caption = 'CaseInsensitive'
        TabOrder = 2
        Left = 7
        Top = 54
        Width = 162
        Height = 17
      end
      object chbPartialKey: TCheckBox
        Caption = 'PartialKey'
        Checked = True
        State = cbChecked
        TabOrder = 3
        Left = 7
        Top = 74
        Width = 97
        Height = 17
      end
      object btnLookupCalc: TButton
        Caption = 'Period->Calc'
        TabOrder = 8
        Left = 111
        Top = 305
        Width = 102
        Height = 22
        OnClick = btnLookupCalcClick
      end
      object btnLocateCalc: TButton
        Caption = 'Locate CALC'
        TabOrder = 7
        Left = 111
        Top = 206
        Width = 102
        Height = 21
        OnClick = btnLocateCalcClick
      end
      object eResult: TEdit
        TabOrder = 9
        Left = 156
        Top = 333
        Width = 57
        Height = 21
      end
      object chbDescending: TCheckBox
        Caption = 'Descending'
        TabOrder = 1
        Left = 7
        Top = 39
        Width = 78
        Height = 14
      end
      object cbSortField: TComboBox
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 10
        Left = 7
        Top = 13
        Width = 91
        Height = 21
      end
      object btnFindNearest: TButton
        Caption = 'FindNearest'
        TabOrder = 11
        Left = 111
        Top = 240
        Width = 102
        Height = 21
        OnClick = btnFindNearestClick
      end
      object Button23: TButton
        Caption = 'FindKey'
        TabOrder = 12
        Left = 111
        Top = 272
        Width = 102
        Height = 21
        OnClick = Button23Click
      end
    end
    object TabSheet4: TTabSheet
      Caption = 'Master/Detail'
      object DBGrid2: TDBGrid
        Align = alClient
        DataSource = dsMaster
        Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
        TabOrder = 0
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -10
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        Left = 0
        Top = 144
        Width = 227
        Height = 264
      end
      object Panel3: TPanel
        Align = alTop
        BevelOuter = bvLowered
        TabOrder = 1
        Left = 0
        Top = 0
        Width = 227
        Height = 144
        object Label18: TLabel
          AutoSize = False
          Caption = 
            'This shows masterdetail relations, by using a TTable as master, ' +
            'and copying the contents of another TTable into the memory table' +
            ' and then specifying mastersource/fields and indexfields on the ' +
            'memory table.'
          WordWrap = True
          Left = 7
          Top = 7
          Width = 215
          Height = 91
        end
        object Button12: TButton
          Caption = 'Open Master/Detail'
          TabOrder = 0
          Left = 39
          Top = 111
          Width = 150
          Height = 20
          OnClick = Button12Click
        end
      end
      object Panel5: TPanel
        Align = alBottom
        BevelOuter = bvLowered
        TabOrder = 2
        Left = 0
        Top = 433
        Width = 227
        Height = 19
        object Label27: TLabel
          Caption = 'Rec.no'
          Left = 8
          Top = 4
          Width = 35
          Height = 13
        end
        object lMasterRecNo: TLabel
          Caption = '-'
          Left = 88
          Top = 4
          Width = 3
          Height = 13
        end
      end
      object DBNavigator2: TDBNavigator
        DataSource = dsMaster
        Align = alBottom
        TabOrder = 3
        Left = 0
        Top = 408
        Width = 227
        Height = 25
      end
    end
    object TabSheet7: TTabSheet
      Caption = 'Bookmarks'
      ImageIndex = 4
      object Label11: TLabel
        AutoSize = False
        Caption = 
          'Gets a bookmark which can be used to reposition to the same plac' +
          'e later'
        WordWrap = True
        Left = 104
        Top = 0
        Width = 121
        Height = 57
      end
      object Label29: TLabel
        AutoSize = False
        Caption = 'Goto the bookmark retrieved by Get Bookmark'
        WordWrap = True
        Left = 104
        Top = 56
        Width = 121
        Height = 65
      end
      object btnGetBookmark: TButton
        Caption = 'Get bookmark'
        TabOrder = 0
        Left = 8
        Top = 8
        Width = 89
        Height = 25
        OnClick = btnGetBookmarkClick
      end
      object btnGotoBookmark: TButton
        Caption = 'Goto bookmark'
        TabOrder = 1
        Left = 8
        Top = 56
        Width = 89
        Height = 25
        OnClick = btnGotoBookmarkClick
      end
    end
    object TabSheet8: TTabSheet
      Caption = 'Indexes'
      ImageIndex = 5
      OnEnter = TabSheet8Enter
      object Label30: TLabel
        AutoSize = False
        Caption = 'Rebuild all defined indexes.'
        WordWrap = True
        Left = 104
        Top = 16
        Width = 113
        Height = 25
      end
      object Label31: TLabel
        AutoSize = False
        Caption = 'Specify index to use.'
        WordWrap = True
        Left = 8
        Top = 56
        Width = 121
        Height = 17
      end
      object Label32: TLabel
        AutoSize = False
        Caption = 'Add COLOR index.'
        WordWrap = True
        Left = 120
        Top = 160
        Width = 105
        Height = 17
      end
      object Label33: TLabel
        AutoSize = False
        Caption = 'Delete COLOR index.'
        WordWrap = True
        Left = 120
        Top = 224
        Width = 105
        Height = 17
      end
      object Label48: TLabel
        AutoSize = False
        Caption = 'Add index Period<70'
        WordWrap = True
        Left = 120
        Top = 192
        Width = 105
        Height = 17
      end
      object btnRebuildIdx: TButton
        Caption = 'Rebuild'
        TabOrder = 0
        Left = 8
        Top = 16
        Width = 75
        Height = 25
        OnClick = btnRebuildIdxClick
      end
      object cbIndexes: TComboBox
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 1
        Left = 8
        Top = 72
        Width = 201
        Height = 21
        OnChange = cbIndexesChange
      end
      object btnAddIndex: TButton
        Caption = 'Add Index'
        TabOrder = 2
        Left = 8
        Top = 152
        Width = 75
        Height = 25
        OnClick = btnAddIndexClick
      end
      object btnDeleteIndex: TButton
        Caption = 'Delete Index'
        TabOrder = 3
        Left = 8
        Top = 216
        Width = 75
        Height = 25
        OnClick = btnDeleteIndexClick
      end
      object chbColorUnique: TCheckBox
        Caption = 'Unique index'
        Checked = True
        State = cbChecked
        TabOrder = 4
        Left = 8
        Top = 104
        Width = 97
        Height = 17
      end

⌨️ 快捷键说明

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