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

📄 editortable.xfm

📁 功能强大的ER图建模工具的源代码。 可以代替ERWin了
💻 XFM
📖 第 1 页 / 共 5 页
字号:
        object Label5: TLabel
          Left = 21
          Top = 37
          Width = 125
          Height = 13
          Alignment = taRightJustify
          Caption = 'Password to encrypt table:'
        end
        object TblPasswordEd: TEdit
          Left = 149
          Top = 33
          Width = 75
          Height = 21
          TabOrder = 2
        end
        object PackKeysCBox: TCheckBox
          Left = 148
          Top = 87
          Width = 77
          Height = 19
          Caption = 'Pack Keys'
          TabOrder = 3
        end
        object GroupBox1: TGroupBox
          Left = 238
          Top = -2
          Width = 295
          Height = 127
          Caption = 'Row Settings'
          TabOrder = 4
          object Label7: TLabel
            Left = 30
            Top = 20
            Width = 95
            Height = 13
            Alignment = taRightJustify
            Caption = 'Average row length:'
          end
          object AverageRowLengthEd: TEdit
            Left = 128
            Top = 16
            Width = 75
            Height = 21
            TabOrder = 1
          end
          object RowChecksumCBox: TCheckBox
            Left = 214
            Top = 16
            Width = 73
            Height = 19
            Caption = 'Checksum'
            TabOrder = 2
          end
          object Label9: TLabel
            Left = 27
            Top = 68
            Width = 98
            Height = 13
            Alignment = taRightJustify
            Caption = 'Max number of rows:'
          end
          object MaxRowNumberEd: TEdit
            Left = 128
            Top = 64
            Width = 75
            Height = 21
            TabOrder = 4
          end
          object Label8: TLabel
            Left = 6
            Top = 44
            Width = 119
            Height = 13
            Alignment = taRightJustify
            Caption = 'Minimum number of rows:'
          end
          object MinRowNumberEd: TEdit
            Left = 128
            Top = 40
            Width = 75
            Height = 21
            TabOrder = 6
          end
          object RowFormatLU: TComboBox
            Left = 128
            Top = 92
            Width = 75
            Height = 21
            ItemHeight = 15
            Items.Strings = (
              'default'
              'dynamic'
              'fixed'
              'compressed')
            ItemIndex = 0
            TabOrder = 7
            Text = 'default'
          end
          object Label14: TLabel
            Left = 70
            Top = 96
            Width = 57
            Height = 13
            Alignment = taRightJustify
            Caption = 'Row format:'
          end
        end
        object DelayKeyTblUpdatesCBox: TCheckBox
          Left = 148
          Top = 65
          Width = 55
          Height = 19
          Caption = 'Delay'
          TabOrder = 5
        end
        object Label16: TLabel
          Left = 27
          Top = 68
          Width = 114
          Height = 13
          Alignment = taRightJustify
          Caption = 'Delay key table updates'
        end
      end
      object TabSheet1: TTabSheet
        Caption = 'TabSheet1'
        ImageIndex = 1
        object RaidPnl: TGroupBox
          Left = 249
          Top = -2
          Width = 283
          Height = 101
          Caption = 'RAID'
          TabOrder = 0
          object RaidTypeLU: TComboBox
            Left = 183
            Top = 16
            Width = 73
            Height = 21
            ItemHeight = 15
            Items.Strings = (
              'STRIPED')
            ItemIndex = 0
            TabOrder = 0
            Text = 'STRIPED'
          end
          object ChunksEd: TEdit
            Left = 183
            Top = 42
            Width = 73
            Height = 21
            TabOrder = 1
          end
          object ChunkSizeEd: TEdit
            Left = 183
            Top = 68
            Width = 73
            Height = 21
            TabOrder = 2
          end
          object ChunksLbl: TLabel
            Left = 87
            Top = 47
            Width = 91
            Height = 13
            Alignment = taRightJustify
            Caption = 'Number of Chunks:'
          end
          object ChunksizeLbl: TLabel
            Left = 127
            Top = 71
            Width = 52
            Height = 13
            Alignment = taRightJustify
            Caption = 'Chunksize:'
          end
          object UseRaidCBox: TCheckBox
            Left = 12
            Top = 19
            Width = 101
            Height = 17
            Caption = 'Use Table RAID'
            TabOrder = 5
          end
          object Label15: TLabel
            Left = 121
            Top = 21
            Width = 56
            Height = 13
            Alignment = taRightJustify
            Caption = 'RAID Type:'
          end
          object Label18: TLabel
            Left = 261
            Top = 72
            Width = 13
            Height = 13
            Caption = 'kB'
          end
        end
        object Label6: TLabel
          Left = 5
          Top = 14
          Width = 99
          Height = 13
          Alignment = taRightJustify
          Caption = 'Table Data directory:'
        end
        object TblDataDirEd: TEdit
          Left = 107
          Top = 10
          Width = 127
          Height = 21
          TabOrder = 2
        end
        object Label10: TLabel
          Left = 32
          Top = 40
          Width = 72
          Height = 13
          Alignment = taRightJustify
          Caption = 'Index directory:'
        end
        object TblIndexDirEd: TEdit
          Left = 107
          Top = 36
          Width = 127
          Height = 21
          TabOrder = 4
        end
        object TemporaryCBox: TCheckBox
          Left = 107
          Top = 66
          Width = 121
          Height = 19
          Caption = 'Temporary Table'
          TabOrder = 5
        end
      end
      object StdInsertsSheet: TTabSheet
        Caption = 'StdInsertsSheet'
        object StdInsertMemo: TMemo
          Left = 0
          Top = 0
          Width = 533
          Height = 127
          Align = alClient
          Font.CharSet = fcsLatin1
          Font.Color = clBlack
          Font.Height = 12
          Font.Name = 'Microsoft Sans Serif'
          Font.Pitch = fpVariable
          Font.Style = []
          Font.Weight = 40
          HMargin = 2
          ParentFont = False
          PopupMenu = StdInsertsPopupMenu
          ScrollBars = ssAutoBoth
          TabOrder = 0
          WantTabs = True
          WordWrap = False
          WrapMode = wmNone
        end
      end
      object CommentsSheet: TTabSheet
        Caption = 'CommentsSheet'
        ImageIndex = 4
        object CommentsMemo: TMemo
          Left = 0

⌨️ 快捷键说明

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