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

📄 options.dfm

📁 MysqlFront的源码
💻 DFM
字号:
object optionsform: Toptionsform
  Left = 547
  Top = 163
  BorderStyle = bsDialog
  BorderWidth = 5
  Caption = 'Preferences'
  ClientHeight = 288
  ClientWidth = 417
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 417
    Height = 249
    ActivePage = TabSheet1
    Align = alTop
    TabIndex = 0
    TabOrder = 3
    object TabSheet1: TTabSheet
      Caption = 'Miscellaneous'
      object Label4: TLabel
        Left = 16
        Top = 117
        Width = 37
        Height = 13
        Caption = 'Log last'
      end
      object Label5: TLabel
        Left = 128
        Top = 117
        Width = 95
        Height = 13
        Caption = 'Lines in SQL-History'
      end
      object Label19: TLabel
        Left = 16
        Top = 144
        Width = 172
        Height = 13
        Caption = 'Maximum column-width in data-grids:'
      end
      object Label20: TLabel
        Left = 256
        Top = 144
        Width = 70
        Height = 13
        Caption = '(0 = automatic)'
      end
      object Label26: TLabel
        Left = 256
        Top = 88
        Width = 35
        Height = 13
        Caption = 'records'
      end
      object CheckBoxAutoReconnect: TCheckBox
        Left = 16
        Top = 16
        Width = 297
        Height = 17
        Caption = 'Automatically reconnect to last session-account on startup'
        TabOrder = 0
        OnClick = Modified
      end
      object SpinEditLogSQL: TSpinEdit
        Left = 64
        Top = 112
        Width = 57
        Height = 22
        MaxValue = 9999
        MinValue = 1
        TabOrder = 1
        Value = 300
        OnChange = Modified
      end
      object CheckBoxConvertHTMLEntities: TCheckBox
        Left = 16
        Top = 40
        Width = 305
        Height = 17
        Caption = 'Convert HTML-entities when copying/saving data (<, >)'
        Checked = True
        State = cbChecked
        TabOrder = 2
        OnClick = Modified
      end
      object SpinEditDefaultColWidth: TSpinEdit
        Left = 197
        Top = 140
        Width = 49
        Height = 22
        MaxValue = 999
        MinValue = 0
        TabOrder = 3
        Value = 100
        OnChange = Modified
      end
      object CheckBoxNativeFieldTypes: TCheckBox
        Left = 16
        Top = 64
        Width = 321
        Height = 17
        Caption = 'Show native field-contents for Text- and BLOB-Fields'
        TabOrder = 4
        OnClick = Modified
      end
      object CheckBoxlimit: TCheckBox
        Left = 16
        Top = 88
        Width = 169
        Height = 17
        Caption = 'View data by default limited to'
        Checked = True
        State = cbChecked
        TabOrder = 5
        OnClick = CheckBoxlimitClick
      end
      object UpDownLimit: TUpDown
        Left = 225
        Top = 85
        Width = 16
        Height = 21
        Associate = EditLimit
        Min = 0
        Max = 32767
        Position = 0
        TabOrder = 6
        Wrap = False
        OnChanging = UpDownLimitChanging
      end
      object EditLimit: TEdit
        Left = 184
        Top = 85
        Width = 41
        Height = 21
        TabOrder = 7
        Text = '0'
        OnChange = Modified
      end
    end
    object TabSheet2: TTabSheet
      BorderWidth = 5
      Caption = 'SQL-Appearance'
      ImageIndex = 1
      object PageControl2: TPageControl
        Left = 0
        Top = 0
        Width = 399
        Height = 211
        ActivePage = TabSheet3
        Align = alClient
        TabIndex = 0
        TabOrder = 0
        object TabSheet3: TTabSheet
          Caption = 'Font'
          object Label2: TLabel
            Left = 156
            Top = 60
            Width = 28
            Height = 13
            Caption = 'points'
          end
          object Label1: TLabel
            Left = 16
            Top = 59
            Width = 23
            Height = 13
            Caption = 'Size:'
          end
          object Label3: TLabel
            Left = 16
            Top = 32
            Width = 24
            Height = 13
            Caption = 'Font:'
          end
          object Label25: TLabel
            Left = 16
            Top = 96
            Width = 37
            Height = 13
            Caption = 'Pattern:'
          end
          object Panel1: TPanel
            Left = 93
            Top = 96
            Width = 193
            Height = 41
            BevelOuter = bvLowered
            Caption = 'Aa Bb Cc 123'
            TabOrder = 0
          end
          object ComboBoxFonts: TComboBox
            Left = 93
            Top = 29
            Width = 193
            Height = 21
            Style = csDropDownList
            ItemHeight = 0
            TabOrder = 1
            OnChange = FontsChange
          end
          object EditFontSize: TEdit
            Left = 93
            Top = 56
            Width = 41
            Height = 21
            TabOrder = 2
            Text = '9'
            OnChange = FontsChange
          end
          object UpDownFontSize: TUpDown
            Left = 134
            Top = 56
            Width = 16
            Height = 21
            Associate = EditFontSize
            Min = 0
            Position = 9
            TabOrder = 3
            Wrap = False
          end
        end
        object TabSheet4: TTabSheet
          Caption = 'Color-Coding'
          ImageIndex = 1
          object Label6: TLabel
            Left = 16
            Top = 27
            Width = 49
            Height = 13
            Caption = 'Keywords:'
          end
          object Label7: TLabel
            Left = 16
            Top = 61
            Width = 49
            Height = 13
            Caption = 'Functions:'
          end
          object Label8: TLabel
            Left = 192
            Top = 27
            Width = 77
            Height = 13
            Caption = 'Numeric Values:'
          end
          object Label9: TLabel
            Left = 16
            Top = 94
            Width = 58
            Height = 13
            Caption = 'Data Types:'
          end
          object Label10: TLabel
            Left = 192
            Top = 61
            Width = 65
            Height = 13
            Caption = 'String Values:'
          end
          object Label11: TLabel
            Left = 192
            Top = 94
            Width = 52
            Height = 13
            Caption = 'Comments:'
          end
          object Panel2: TPanel
            Left = 104
            Top = 24
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 0
            OnClick = CallColorDialog
          end
          object Panel3: TPanel
            Left = 104
            Top = 56
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 1
            OnClick = CallColorDialog
          end
          object Panel4: TPanel
            Left = 104
            Top = 88
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 2
            OnClick = CallColorDialog
          end
          object Panel5: TPanel
            Left = 296
            Top = 24
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 3
            OnClick = CallColorDialog
          end
          object Panel6: TPanel
            Left = 296
            Top = 56
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 4
            OnClick = CallColorDialog
          end
          object Panel7: TPanel
            Left = 296
            Top = 88
            Width = 25
            Height = 25
            Cursor = crHandPoint
            BevelOuter = bvLowered
            TabOrder = 5
            OnClick = CallColorDialog
          end
        end
      end
    end
    object TabSheet7: TTabSheet
      BorderWidth = 5
      Caption = 'Data-Appearance'
      ImageIndex = 4
      object Label27: TLabel
        Left = 8
        Top = 64
        Width = 167
        Height = 13
        Caption = 'Background-color for NULL-values:'
      end
      object Label28: TLabel
        Left = 8
        Top = 40
        Width = 48
        Height = 13
        Caption = 'Encoding:'
      end
      object GroupBox2: TGroupBox
        Left = 0
        Top = 96
        Width = 399
        Height = 115
        Align = alBottom
        Caption = 
          'Change this font in order to view special language characters in' +
          ' data-grids:'
        TabOrder = 0
        object Label21: TLabel
          Left = 20
          Top = 24
          Width = 24
          Height = 13
          Caption = 'Font:'
        end
        object Label23: TLabel
          Left = 20
          Top = 51
          Width = 23
          Height = 13
          Caption = 'Size:'
        end
        object Label24: TLabel
          Left = 20
          Top = 80
          Width = 37
          Height = 13
          Caption = 'Pattern:'
        end
        object Label22: TLabel
          Left = 160
          Top = 52
          Width = 28
          Height = 13
          Caption = 'points'
        end
        object Panel8: TPanel
          Left = 97
          Top = 80
          Width = 193
          Height = 25
          BevelOuter = bvLowered
          Caption = 'Aa Bb Cc 123'
          TabOrder = 0
        end
        object ComboBoxDataFonts: TComboBox
          Left = 97
          Top = 21
          Width = 193
          Height = 21
          Style = csDropDownList
          ItemHeight = 0
          TabOrder = 1
          OnChange = DataFontsChange
        end
        object Edit4: TEdit
          Left = 97
          Top = 48
          Width = 41
          Height = 21
          TabOrder = 2
          Text = '8'
          OnChange = DataFontsChange
        end
        object UpDownDataFontSize: TUpDown
          Left = 138
          Top = 48
          Width = 16
          Height = 21
          Associate = Edit4
          Min = 0
          Position = 8
          TabOrder = 3
          Wrap = False
        end
      end
      object CheckBoxDataAlwaysEditMode: TCheckBox
        Left = 8
        Top = 16
        Width = 337
        Height = 17
        Caption = 'Data-grid always in editor-mode'
        Checked = True
        State = cbChecked
        TabOrder = 1
        OnClick = Modified
      end
      object Panel9: TPanel
        Left = 192
        Top = 59
        Width = 25
        Height = 25
        Cursor = crHandPoint
        BevelOuter = bvLowered
        Color = clAqua
        TabOrder = 2
        OnClick = CallColorDialog
      end
      object ComboBoxEncoding: TComboBox
        Left = 192
        Top = 35
        Width = 145
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        TabOrder = 3
        OnChange = Modified
        Items.Strings = (
          'None'
          'Cp1250'
          'Cp1251'
          'Iso88592'
          'Koi8r'
          'Koi8u')
      end
    end
    object TabSheet5: TTabSheet
      BorderWidth = 5
      Caption = 'CSV-Options'
      ImageIndex = 2
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 399
        Height = 211
        Align = alClient
        Caption = 'CSV-Strings for copying/saving CSV-data'
        TabOrder = 0
        object Label12: TLabel
          Left = 16
          Top = 32
          Width = 94
          Height = 13
          Caption = 'Fields separated by:'
        end
        object Label13: TLabel
          Left = 16
          Top = 82
          Width = 94
          Height = 13
          Caption = 'Lines terminated by:'
        end
        object Label14: TLabel
          Left = 16
          Top = 58
          Width = 90
          Height = 13
          Caption = 'Fields enclosed by:'
        end
        object Label15: TLabel
          Left = 248
          Top = 120
          Width = 95
          Height = 13
          Caption = '\r  =  Carriage return'
        end
        object Label16: TLabel
          Left = 248
          Top = 136
          Width = 70
          Height = 13
          Caption = '\n  =  New line'
        end
        object Label17: TLabel
          Left = 248
          Top = 152
          Width = 45
          Height = 13
          Caption = '\t  =  Tab'
        end
        object Label18: TLabel
          Left = 16
          Top = 120
          Width = 218
          Height = 13
          Caption = 'Note: You can use these escaped characters:'
        end
        object Edit1: TEdit
          Left = 120
          Top = 30
          Width = 57
          Height = 21
          MaxLength = 10
          TabOrder = 0
          Text = 'Edit1'
          OnChange = Modified
        end
        object Edit2: TEdit
          Left = 120
          Top = 54
          Width = 57
          Height = 21
          MaxLength = 10
          TabOrder = 1
          Text = 'Edit2'
          OnChange = Modified
        end
        object Edit3: TEdit
          Left = 120
          Top = 79
          Width = 57
          Height = 21
          MaxLength = 10
          TabOrder = 2
          Text = 'Edit3'
          OnChange = Modified
        end
      end
    end
  end
  object ButtonCancel: TButton
    Left = 262
    Top = 256
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = ButtonCancelClick
  end
  object ButtonOK: TButton
    Left = 182
    Top = 256
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    TabOrder = 0
    OnClick = ButtonOKClick
  end
  object ButtonApply: TButton
    Left = 342
    Top = 256
    Width = 75
    Height = 25
    Caption = 'Apply'
    Enabled = False
    TabOrder = 2
    OnClick = Apply
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Options = [cdFullOpen, cdSolidColor]
    Left = 109
    Top = 229
  end
end

⌨️ 快捷键说明

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