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

📄 synoptionsdlg.dfm

📁 用delphi写的delphi源代码 用delphi写的delphi源代码 用delphi写的delphi源代码 用delphi写的delphi源代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object SynOptionsForm: TSynOptionsForm
  Left = 362
  Top = 135
  BorderStyle = bsDialog
  Caption = #32534#36753#22120#36873#39033
  ClientHeight = 513
  ClientWidth = 466
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  DesignSize = (
    466
    513)
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 9
    Top = 8
    Width = 447
    Height = 457
    ActivePage = TabSheet1
    TabOrder = 3
    object TabSheet1: TTabSheet
      Caption = #32534#36753
      object Label1: TLabel
        Left = 31
        Top = 312
        Width = 86
        Height = 13
        Caption = #25163#21160#32553#36827#23485#24230'(&B)'
        FocusControl = sBlockWidth
      end
      object Label8: TLabel
        Left = 53
        Top = 279
        Width = 64
        Height = 13
        Caption = #36873#25321#27169#24335'(&M)'
        FocusControl = cbSelectmode
      end
      object Label2: TLabel
        Left = 232
        Top = 313
        Width = 99
        Height = 13
        Caption = #26368#22823#21487#25746#28040#27425#25968'(&U)'
        FocusControl = sMaxUndo
      end
      object Label6: TLabel
        Left = 232
        Top = 345
        Width = 97
        Height = 13
        Caption = #27599#34892#26368#38271#38271#24230#20026'(&L)'
        FocusControl = sMaxScroll
      end
      object Label3: TLabel
        Left = 31
        Top = 346
        Width = 86
        Height = 13
        Caption = #21046#34920#31526#30340#23485#24230'(&T)'
        FocusControl = sTabWidth
      end
      object sTabWidth: TEdit
        Left = 134
        Top = 342
        Width = 66
        Height = 21
        TabOrder = 0
        OnChange = sTabWidthChange
        OnKeyDown = sLineNumberStartKeyDown
      end
      object sBlockWidth: TEdit
        Left = 134
        Top = 309
        Width = 66
        Height = 21
        TabOrder = 1
        OnChange = sBlockWidthChange
        OnKeyDown = sLineNumberStartKeyDown
      end
      object cbSelectmode: TComboBox
        Left = 134
        Top = 276
        Width = 275
        Height = 21
        Style = csDropDownList
        ItemHeight = 13
        ItemIndex = 0
        TabOrder = 2
        Text = #27491#24120#36873#25321#27169#24335
        OnChange = cbSelectmodeChange
        Items.Strings = (
          #27491#24120#36873#25321#27169#24335
          #34892#36873#25321#27169#24335
          #21015#36873#25321#27169#24335)
      end
      object GroupBox4: TGroupBox
        Left = 21
        Top = 19
        Width = 389
        Height = 234
        Caption = #36873#39033
        TabOrder = 3
        object soAltSetsColumnMode: TCheckBox
          Left = 32
          Top = 24
          Width = 145
          Height = 17
          Caption = #25353#19979'Alt'#20026#21015#36873#25321#27169#24335'(&A)'
          TabOrder = 0
          OnClick = soAltSetsColumnModeClick
        end
        object soAutoIndent: TCheckBox
          Left = 32
          Top = 51
          Width = 134
          Height = 17
          Caption = #25442#34892#26102#33258#21160#32553#36827'(&U)'
          TabOrder = 1
          OnClick = soAutoIndentClick
        end
        object soDragDropEditing: TCheckBox
          Left = 32
          Top = 79
          Width = 113
          Height = 17
          Caption = #20801#35768#25302#21160#32534#36753'(&D)'
          TabOrder = 2
          OnClick = soDragDropEditingClick
        end
        object soDropFiles: TCheckBox
          Left = 32
          Top = 107
          Width = 134
          Height = 17
          Caption = #20801#35768#22806#37096#25991#20214#25302#25918'(&F)'
          TabOrder = 3
          OnClick = soDropFilesClick
        end
        object soGroupUndo: TCheckBox
          Left = 32
          Top = 134
          Width = 129
          Height = 17
          Caption = #32676#32452#25746#28040#25805#20316'(&G)'
          TabOrder = 4
          OnClick = soGroupUndoClick
        end
        object soShowSpecialChars: TCheckBox
          Left = 32
          Top = 162
          Width = 113
          Height = 17
          Caption = #26174#31034#29305#27530#23383#31526'(&S)'
          TabOrder = 5
          OnClick = soShowSpecialCharsClick
        end
        object soSmartTabs: TCheckBox
          Left = 215
          Top = 24
          Width = 97
          Height = 17
          Caption = #26234#33021'Tab(&M)'
          TabOrder = 6
          OnClick = soSmartTabsClick
        end
        object soSmartTabDelete: TCheckBox
          Left = 215
          Top = 51
          Width = 97
          Height = 17
          Caption = #26234#33021#21024#38500'Tab(&E)'
          TabOrder = 7
          OnClick = soSmartTabDeleteClick
        end
        object soTabIndent: TCheckBox
          Left = 215
          Top = 79
          Width = 97
          Height = 17
          Caption = #29992'Tab'#32553#36827'(&T)'
          TabOrder = 8
          OnClick = soTabIndentClick
        end
        object soTabsToSpace: TCheckBox
          Left = 215
          Top = 107
          Width = 129
          Height = 17
          Caption = 'Tab'#36716#25442#20026#31354#26684'(&P)'
          TabOrder = 9
          OnClick = soTabsToSpaceClick
        end
        object cbInsertMode: TCheckBox
          Left = 215
          Top = 134
          Width = 97
          Height = 17
          Caption = #25554#20837#27169#24335'(&I)'
          TabOrder = 10
          OnClick = cbInsertModeClick
        end
        object cbCodeFolding: TCheckBox
          Left = 215
          Top = 190
          Width = 129
          Height = 17
          Caption = #20801#35768#20195#30721#25240#21472'(&O)'
          TabOrder = 11
          Visible = False
          OnClick = cbCodeFoldingClick
        end
        object cbPastEol: TCheckBox
          Left = 32
          Top = 190
          Width = 147
          Height = 17
          Caption = #20801#35768#20809#26631#22312#34394#31354'(&T)'
          TabOrder = 12
          OnClick = cbPastEolClick
        end
        object CheckBox1: TCheckBox
          Left = 215
          Top = 162
          Width = 122
          Height = 17
          Caption = 'UE'#21015#32534#36753#26041#24335'(&R)'
          TabOrder = 13
          OnClick = CheckBox1Click
        end
      end
      object sMaxUndo: TEdit
        Left = 341
        Top = 309
        Width = 68
        Height = 21
        TabOrder = 4
        OnChange = sMaxUndoChange
        OnKeyDown = sLineNumberStartKeyDown
      end
      object sMaxScroll: TEdit
        Left = 341
        Top = 342
        Width = 68
        Height = 21
        TabOrder = 5
        OnChange = sMaxScrollChange
        OnKeyDown = sLineNumberStartKeyDown
      end
    end
    object TabSheet4: TTabSheet
      Caption = #35270#22270
      ImageIndex = 3
      object GroupBox6: TGroupBox
        Left = 21
        Top = 20
        Width = 393
        Height = 245
        Caption = #35270#22270
        TabOrder = 0
        object LabelRightEdgePos: TLabel
          Left = 208
          Top = 117
          Width = 38
          Height = 13
          Caption = #20301#32622'(&P)'
        end
        object LabelWordwrapStyle: TLabel
          Left = 32
          Top = 205
          Width = 40
          Height = 13
          Caption = #26041#24335'(&M)'
        end
        object LabelWordwrapPos: TLabel
          Left = 251
          Top = 205
          Width = 27
          Height = 13
          Caption = #22312'(&A)'
        end
        object sShowLineDivder: TCheckBox
          Left = 32
          Top = 87
          Width = 134
          Height = 17
          Caption = #26174#31034#34892#38388#20998#38548#32447'(&D)'
          TabOrder = 0
          OnClick = sShowLineDivderClick
        end
        object sShowActiveLine: TCheckBox
          Left = 32
          Top = 114
          Width = 129
          Height = 17
          Caption = #39640#20142#26174#31034#24403#21069#34892'(&C)'
          TabOrder = 1
          OnClick = sShowActiveLineClick
        end
        object sShowGutter: TCheckBox
          Left = 32
          Top = 34
          Width = 113
          Height = 17
          Caption = #26174#31034#34892#21495#21306'(&V)'
          TabOrder = 2
          OnClick = sShowGutterClick
        end
        object sShowRightEdge: TCheckBox
          Left = 208
          Top = 58
          Width = 94

⌨️ 快捷键说明

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