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

📄 uformviewoptions.dfm

📁 支持版本:Delphi 5-2009, C++Builder 5-2009 ATViewer特性: Text, Binary, Hex, Unicode:所有文件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object FormViewOptions: TFormViewOptions
  Left = 253
  Top = 152
  BorderStyle = bsDialog
  Caption = 'Universal Viewer settings'
  ClientHeight = 395
  ClientWidth = 569
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object btnOk: TButton
    Left = 392
    Top = 364
    Width = 81
    Height = 23
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
  object btnCancel: TButton
    Left = 480
    Top = 364
    Width = 81
    Height = 23
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 553
    Height = 349
    ActivePage = tabIntf
    TabOrder = 0
    object tabIntf: TTabSheet
      Caption = 'Interface'
      object boxIntf: TGroupBox
        Left = 8
        Top = 4
        Width = 449
        Height = 213
        Caption = 'Interface'
        TabOrder = 0
        object labLang: TLabel
          Left = 8
          Top = 20
          Width = 51
          Height = 13
          Caption = 'Language:'
          FocusControl = edLang
        end
        object labIcon: TLabel
          Left = 8
          Top = 44
          Width = 30
          Height = 13
          Caption = 'Icons:'
          FocusControl = edIcon
        end
        object edLang: TComboBox
          Left = 88
          Top = 16
          Width = 153
          Height = 21
          Style = csDropDownList
          DropDownCount = 10
          ItemHeight = 13
          TabOrder = 0
          OnChange = edLangChange
        end
        object chkShell: TCheckBox
          Left = 8
          Top = 172
          Width = 320
          Height = 17
          Caption = 'Explorer context menu item'
          TabOrder = 8
        end
        object chkToolbar: TCheckBox
          Left = 8
          Top = 116
          Width = 320
          Height = 17
          Caption = 'Show toolbar'
          TabOrder = 5
        end
        object chkBorder: TCheckBox
          Left = 8
          Top = 132
          Width = 320
          Height = 17
          Caption = 'Show border'
          TabOrder = 6
        end
        object chkSingleInst: TCheckBox
          Left = 8
          Top = 188
          Width = 320
          Height = 17
          Caption = 'Run single instance only'
          TabOrder = 9
        end
        object chkMenu: TCheckBox
          Left = 8
          Top = 84
          Width = 320
          Height = 17
          Caption = 'Show menu'
          TabOrder = 3
        end
        object chkStatusBar: TCheckBox
          Left = 8
          Top = 148
          Width = 320
          Height = 17
          Caption = 'Show status bar'
          TabOrder = 7
        end
        object chkNav: TCheckBox
          Left = 8
          Top = 68
          Width = 320
          Height = 17
          Caption = 'Show navigation panel'
          TabOrder = 2
        end
        object chkMenuIcons: TCheckBox
          Left = 8
          Top = 100
          Width = 320
          Height = 17
          Caption = 'Show icons in menu'
          TabOrder = 4
        end
        object edIcon: TComboBox
          Left = 88
          Top = 40
          Width = 153
          Height = 21
          Style = csDropDownList
          DropDownCount = 10
          ItemHeight = 13
          TabOrder = 1
          OnChange = edIconChange
        end
        object Panel1: TPanel
          Left = 248
          Top = 32
          Width = 129
          Height = 33
          TabOrder = 10
          Visible = False
          object Image1: TImage
            Left = 1
            Top = 1
            Width = 127
            Height = 31
            Align = alClient
          end
        end
      end
    end
    object tabFile: TTabSheet
      Caption = 'File types'
      ImageIndex = 5
      object boxExt: TGroupBox
        Left = 8
        Top = 4
        Width = 345
        Height = 141
        Caption = 'File extensions'
        TabOrder = 0
        object labText: TLabel
          Left = 8
          Top = 20
          Width = 26
          Height = 13
          Caption = 'Text:'
          FocusControl = edText
        end
        object labImages: TLabel
          Left = 8
          Top = 44
          Width = 39
          Height = 13
          Caption = 'Images:'
          FocusControl = edImages
        end
        object labMedia: TLabel
          Left = 8
          Top = 68
          Width = 32
          Height = 13
          Caption = 'Media:'
          FocusControl = edMedia
        end
        object labInternet: TLabel
          Left = 8
          Top = 92
          Width = 44
          Height = 13
          Caption = 'Internet:'
          FocusControl = edInternet
        end
        object labRTF: TLabel
          Left = 8
          Top = 116
          Width = 23
          Height = 13
          Caption = 'RTF:'
          FocusControl = edRTF
        end
        object edText: TEdit
          Left = 96
          Top = 16
          Width = 233
          Height = 21
          TabOrder = 0
        end
        object edImages: TEdit
          Left = 96
          Top = 40
          Width = 233
          Height = 21
          TabOrder = 1
        end
        object edMedia: TEdit
          Left = 96
          Top = 64
          Width = 233
          Height = 21
          TabOrder = 2
        end
        object edInternet: TEdit
          Left = 96
          Top = 88
          Width = 233
          Height = 21
          TabOrder = 3
        end
        object edRTF: TEdit
          Left = 96
          Top = 112
          Width = 233
          Height = 21
          TabOrder = 4
        end
      end
      object btnTextOptions: TButton
        Left = 8
        Top = 152
        Width = 161
        Height = 21
        Caption = 'Auto-detection...'
        TabOrder = 1
        OnClick = btnTextOptionsClick
      end
      object btnImageOptions: TButton
        Left = 8
        Top = 178
        Width = 161
        Height = 21
        Caption = 'Libraries...'
        TabOrder = 2
        OnClick = btnImageOptionsClick
      end
    end
    object tabText: TTabSheet
      Caption = 'Text'
      ImageIndex = 3
      object boxText: TGroupBox
        Left = 276
        Top = 4
        Width = 262
        Height = 197
        Caption = 'Text'
        TabOrder = 1
        object labTextFixedWidth: TLabel
          Left = 48
          Top = 126
          Width = 115
          Height = 13
          Caption = 'Binary mode fixed width'
          FocusControl = edTextWidth
        end
        object labTabSize: TLabel
          Left = 48
          Top = 170
          Width = 39
          Height = 13
          Caption = 'Tab size'
          FocusControl = edTextTabSize
        end
        object labTextLength: TLabel
          Left = 48
          Top = 148
          Width = 90
          Height = 13
          Caption = 'Maximal line length'
          FocusControl = edTextLength
        end
        object edTextWidth: TEdit
          Left = 8
          Top = 124
          Width = 33
          Height = 19
          AutoSize = False
          TabOrder = 6
        end
        object chkTextWidthFit: TCheckBox
          Left = 8
          Top = 104
          Width = 250
          Height = 17
          Caption = 'Binary mode fit width'
          TabOrder = 5
          OnClick = chkTextWidthFitClick
        end
        object chkTextAutoCopy: TCheckBox
          Left = 8
          Top = 88
          Width = 250
          Height = 17
          Caption = 'Auto-copy to clipboard'
          TabOrder = 4
        end
        object edTextTabSize: TEdit
          Left = 8
          Top = 168
          Width = 33
          Height = 19
          AutoSize = False
          TabOrder = 8
        end
        object edTextLength: TEdit
          Left = 8
          Top = 146
          Width = 33
          Height = 19
          AutoSize = False
          TabOrder = 7
        end
        object chkTextWrap: TCheckBox
          Left = 8
          Top = 40
          Width = 250
          Height = 17
          Caption = 'Wrap'
          TabOrder = 1
        end
        object chkTextNonPrint: TCheckBox
          Left = 8
          Top = 72
          Width = 250
          Height = 17
          Caption = 'Non-print'
          TabOrder = 3
        end
        object btnGutterOptions: TButton
          Left = 8
          Top = 16
          Width = 201
          Height = 21
          Caption = 'Gutter && line numbers'
          TabOrder = 0
          OnClick = btnGutterOptionsClick
        end
        object chkTextURLs: TCheckBox
          Left = 8
          Top = 56
          Width = 249
          Height = 17
          Caption = 'Hilight URLs'
          TabOrder = 2
        end
      end
      object boxTextFont: TGroupBox
        Left = 8
        Top = 4
        Width = 262
        Height = 105
        Caption = 'Font'
        TabOrder = 0
        object labTextFont1: TLabel
          Left = 8
          Top = 19
          Width = 26
          Height = 13
          Caption = 'Font:'
          FocusControl = btnTextFont
        end
        object labTextFontShow: TLabel
          Left = 104
          Top = 19
          Width = 22
          Height = 13
          Caption = 'Font'
        end
        object labTextColors: TLabel
          Left = 8
          Top = 40
          Width = 34
          Height = 13
          Caption = 'Colors:'
          FocusControl = btnTextColor
        end
        object labTextFontShowOEM: TLabel
          Left = 104
          Top = 81
          Width = 22
          Height = 13
          Caption = 'Font'
        end
        object btnTextFont: TButton
          Left = 64
          Top = 16
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 0
          OnClick = btnTextFontClick
        end
        object btnTextColor: TButton
          Left = 64
          Top = 38
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 1
          OnClick = btnTextColorClick
        end
        object btnTextColorHexBack: TButton
          Left = 96
          Top = 38
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 2
          OnClick = btnTextColorHexBackClick
        end
        object btnTextColorHex1: TButton
          Left = 128
          Top = 38
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 3
          OnClick = btnTextColorHex1Click
        end
        object btnTextColorHex2: TButton
          Left = 160
          Top = 38
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 4
          OnClick = btnTextColorHex2Click
        end
        object btnTextColorGutter: TButton
          Left = 192
          Top = 38
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 5
          OnClick = btnTextColorGutterClick
        end
        object chkTextOemSpecial: TCheckBox
          Left = 8
          Top = 60
          Width = 241
          Height = 17
          Caption = 'Use special OEM font'
          TabOrder = 7
          OnClick = chkTextOemSpecialClick
        end
        object btnTextFontOEM: TButton
          Left = 64
          Top = 78
          Width = 33
          Height = 21
          Caption = '...'
          TabOrder = 8
          OnClick = btnTextFontOEMClick
        end
        object btnTextColorURL: TButton
          Left = 224
          Top = 38
          Width = 33
          Height = 21
          Hint = 'URL'
          Caption = '...'
          TabOrder = 6
          OnClick = btnTextColorURLClick
        end
      end
      object boxTextSearch: TGroupBox
        Left = 8
        Top = 188
        Width = 262
        Height = 81
        Caption = 'Search'

⌨️ 快捷键说明

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