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

📄 options.xfm

📁 功能强大的ER图建模工具的源代码。 可以代替ERWin了
💻 XFM
📖 第 1 页 / 共 3 页
字号:
object OptionsForm: TOptionsForm
  Left = 210
  Top = 220
  ActiveControl = PageControl
  AutoScroll = False
  BorderStyle = fbsToolWindow
  Caption = 'DBDesigner Options'
  ClientHeight = 342
  ClientWidth = 744
  Color = clBackground
  FormStyle = fsStayOnTop
  Position = poMainFormCenter
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  object PageControlTitleShape: TShape
    Left = 169
    Top = 14
    Width = 555
    Height = 23
    Brush.Color = clBackground
    Brush.Style = bsClear
  end
  object PageControl: TPageControl
    Left = 164
    Top = 40
    Width = 563
    Height = 263
    ActivePage = DBOptionsSheet
    Style = tsNoTabs
    TabOrder = 0
    OnChange = PageControlChange
    object GenOptSheet: TTabSheet
      Caption = 'GenOptSheet'
      object GroupBox4: TGroupBox
        Left = 2
        Top = 0
        Width = 223
        Height = 107
        Caption = 'Startup'
        TabOrder = 0
        object Label2: TLabel
          Left = 21
          Top = 26
          Width = 102
          Height = 13
          Alignment = taRightJustify
          Caption = 'Splash Screen Delay:'
        end
        object SplashScreenDelayEd: TEdit
          Left = 128
          Top = 22
          Width = 61
          Height = 21
          TabOrder = 1
        end
        object Label3: TLabel
          Left = 194
          Top = 26
          Width = 13
          Height = 13
          Caption = 'ms'
        end
        object ReopenLastFileCBox: TCheckBox
          Left = 22
          Top = 75
          Width = 191
          Height = 21
          Caption = 'Reopen Last File'
          TabOrder = 3
        end
        object ShowTipsOnStartupCBox: TCheckBox
          Left = 22
          Top = 49
          Width = 191
          Height = 21
          Caption = 'Show tips on startup'
          TabOrder = 4
        end
      end
      object Various: TGroupBox
        Left = 242
        Top = 0
        Width = 313
        Height = 255
        Caption = 'Various'
        TabOrder = 1
        object LimitUndoCBox: TCheckBox
          Left = 22
          Top = 21
          Width = 199
          Height = 21
          Caption = 'Limit the number of Undo Actions to'
          TabOrder = 0
        end
        object UndoLimitEd: TEdit
          Left = 216
          Top = 21
          Width = 45
          Height = 21
          TabOrder = 1
          Text = '99'
        end
        object EditorsFloatOnTopCBox: TCheckBox
          Left = 22
          Top = 50
          Width = 269
          Height = 21
          Caption = 'Normalize Editors when Application loses the Focus'
          TabOrder = 2
        end
        object MinimizeOnCtrlShiftCCBox: TCheckBox
          Left = 22
          Top = 78
          Width = 269
          Height = 21
          Caption = 'Minimize on [Ctrl+Shift+C] Copy Command'
          TabOrder = 3
        end
        object HTMLBrowserCBox: TCheckBox
          Left = 22
          Top = 108
          Width = 153
          Height = 21
          Hint = 'Enable this option to user a Browser different to IE/Konquerior'
          Caption = 'Use other HTML Browser:'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 4
          OnClick = HTMLBrowserCBoxClick
        end
        object HTMLBrowserEd: TEdit
          Left = 176
          Top = 108
          Width = 119
          Height = 21
          Hint = 
            'Enter the browsers filename. When this file is not in the Path, ' +
            'include the Path Information also.'
          Enabled = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 5
        end
        object UseSQLSyntaxHighlightingCBox: TCheckBox
          Left = 22
          Top = 138
          Width = 267
          Height = 21
          Hint = 'This option enables syntax Highlighting in the Query Mode'
          Caption = 'Use SQL Syntax Highlighting'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 6
          OnClick = HTMLBrowserCBoxClick
        end
        object IgnoreSQLHistoryChangeCBox: TCheckBox
          Left = 22
          Top = 168
          Width = 277
          Height = 21
          Hint = 
            'If you don'#39't want to be asked to save your model after SQL Execu' +
            'te commands activate this option'
          Caption = 'New SQL History entry causes model to be changed'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 7
          OnClick = HTMLBrowserCBoxClick
        end
        object ActivateNewXMLParserCBox: TCheckBox
          Left = 22
          Top = 196
          Width = 277
          Height = 21
          Hint = 'Deactivate this option if you have troubles opening old models.'
          Caption = 'Activate new XML Parser'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 8
          OnClick = HTMLBrowserCBoxClick
        end
        object OutputLinuxStyleLineBreaksCBox: TCheckBox
          Left = 22
          Top = 224
          Width = 277
          Height = 21
          Hint = 'Used when exporting SQL Scripts'
          Caption = 'Use Linux style linebreaks'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 9
          OnClick = HTMLBrowserCBoxClick
        end
      end
      object GroupBox5: TGroupBox
        Left = 2
        Top = 116
        Width = 223
        Height = 59
        Caption = 'Program Language'
        TabOrder = 2
        object Label12: TLabel
          Left = 14
          Top = 26
          Width = 51
          Height = 13
          Caption = 'Language:'
        end
        object LanguageCBox: TComboBox
          Left = 72
          Top = 22
          Width = 131
          Height = 21
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 1
          OnCloseUp = LanguageCBoxCloseUp
        end
      end
      object GroupBox8: TGroupBox
        Left = 2
        Top = 184
        Width = 223
        Height = 59
        Caption = 'Settings'
        TabOrder = 3
        object ResetPersonalSettingsBtn: TBitBtn
          Left = 16
          Top = 22
          Width = 187
          Height = 22
          Hint = 
            'Use this function to reset your local personal settings to the d' +
            'efaults.'
          Caption = 'Reset Personal Settings'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          OnClick = ResetPersonalSettingsBtnClick
        end
      end
    end
    object VisualOptSheet: TTabSheet
      Caption = 'VisualOptSheet'
      ImageIndex = 1
      object SelectFontBtn: TSpeedButton
        Left = 210
        Top = 8
        Width = 17
        Height = 21
        Caption = '...'
        OnClick = SelectFontBtnClick
      end
      object Label1: TLabel
        Left = 290
        Top = 6
        Width = 106
        Height = 13
        Caption = 'Default Region Colors:'
      end
      object RegionColorsMemo: TMemo
        Left = 290
        Top = 20
        Width = 247
        Height = 95
        ScrollBars = ssVertical
        TabOrder = 1
      end
      object Label4: TLabel
        Left = 290
        Top = 116
        Width = 153
        Height = 13
        Caption = '(Format: Colorname=#RRGGBB)'
        Color = clBackground
        Font.Color = clGray
        Font.Height = 11
        Font.Name = 'MS Shell Dlg'
        Font.Pitch = fpVariable
        Font.Style = []
        Font.Weight = 40
        ParentColor = False
        ParentFont = False
      end
      object Label13: TLabel
        Left = 4
        Top = 12
        Width = 79
        Height = 13
        Alignment = taRightJustify
        Caption = 'Application Font:'
      end
      object FontEdit: TEdit
        Left = 88
        Top = 8
        Width = 121
        Height = 21
        TabOrder = 4
      end
      object GroupBox7: TGroupBox
        Left = 2
        Top = 40
        Width = 263
        Height = 139
        Caption = 'Table Headers'
        TabOrder = 5
        object TblHeaderPreviewPnl: TPanel
          Left = 18
          Top = 68
          Width = 221
          Height = 53
          BevelOuter = bvLowered
          Color = clWhite
          TabOrder = 0
          object TblBorderPnl: TPanel
            Left = 15
            Top = 13
            Width = 187
            Height = 40
            BevelOuter = bvNone
            Color = clGray
            TabOrder = 1
            object TblColumnsPnl: TPanel
              Left = 1
              Top = 26
              Width = 185
              Height = 20
              BevelOuter = bvNone
              Color = clWhite
              TabOrder = 0
            end
          end
          object TblHeaderBGPnl: TPanel
            Left = 16
            Top = 14
            Width = 185
            Height = 24
            BevelOuter = bvNone
            Color = clSilver
            TabOrder = 0
            object TblHeaderBGImg: TImage
              Left = 134
              Top = 0
              Width = 51
              Height = 24
              Align = alRight
              AutoSize = True
            end
          end
          object TblShadowPnl: TPanel
            Left = 202
            Top = 15
            Width = 2
            Height = 41
            BevelOuter = bvNone
            Bitmap.Data = {
              EA010000424DE60100000000000036000000280000000C0000000C0000000100
              180000000000B0010000120B0000120B00000000000000000000FFFFFF848484
              FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF8484848484
              84FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FF
              FFFFFFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484
              FFFFFF848484848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF8484
              84FFFFFF848484FFFFFFFFFFFF848484FFFFFF848484FFFFFF848484FFFFFF84
              8484FFFFFF848484FFFFFF848484848484FFFFFF848484FFFFFF848484FFFFFF
              848484FFFFFF848484FFFFFF848484FFFFFFFFFFFF848484FFFFFF848484FFFF
              FF848484FFFFFF848484FFFFFF848484FFFFFF848484848484FFFFFF848484FF
              FFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFFFFFFFF848484
              FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF8484848484
              84FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FF
              FFFFFFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF848484
              FFFFFF848484848484FFFFFF848484FFFFFF848484FFFFFF848484FFFFFF8484
              84FFFFFF848484FFFFFF}
            TabOrder = 2
          end
        end
        object Label6: TLabel
          Left = 18
          Top = 54
          Width = 76

⌨️ 快捷键说明

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