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

📄 teeedigene.xfm

📁 BCB第三方组件
💻 XFM
字号:
object FormTeeGeneral: TFormTeeGeneral
  Left = 180
  Top = 163
  AutoScroll = False
  BorderIcons = [biSystemMenu]
  ClientHeight = 232
  ClientWidth = 372
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnDeactivate = FormDeactivate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 372
    Height = 232
    ActivePage = TabSheet1
    Align = alClient
    HotTrack = True
    TabOrder = 0
    OnChange = PageControl1Change
    object TabSheet1: TTabSheet
      Caption = 'Zoom'
      object LSteps: TLabel
        Left = 120
        Top = 26
        Width = 30
        Height = 13
        Alignment = taRightJustify
        Caption = '&Steps:'
        FocusControl = SEAniZoomSteps
      end
      object Label1: TLabel
        Left = 16
        Top = 86
        Width = 112
        Height = 18
        Alignment = taRightJustify
        AutoSize = False
        Caption = '&Minimum pixels:'
        FocusControl = EMinPix
      end
      object Label2: TLabel
        Left = 16
        Top = 115
        Width = 45
        Height = 13
        Alignment = taRightJustify
        Caption = '&Direction:'
        FocusControl = CBDir
      end
      object Label3: TLabel
        Left = 24
        Top = 140
        Width = 69
        Height = 13
        Alignment = taRightJustify
        Caption = 'M&ouse Button:'
        FocusControl = CBZoomMouse
      end
      object CBAllowZoom: TCheckBox
        Left = 8
        Top = 3
        Width = 123
        Height = 18
        HelpContext = 44
        Caption = '&Allow'
        TabOrder = 0
        OnClick = CBAllowZoomClick
      end
      object CBAnimatedZoom: TCheckBox
        Left = 8
        Top = 25
        Width = 91
        Height = 17
        HelpContext = 48
        Caption = 'An&imated'
        TabOrder = 1
        OnClick = CBAnimatedZoomClick
      end
      object SEAniZoomSteps: TEdit
        Left = 152
        Top = 23
        Width = 27
        Height = 21
        HelpContext = 49
        TabOrder = 2
        Text = '8'
        OnChange = SEAniZoomStepsChange
      end
      object UDAniZoomSteps: TUpDown
        Left = 179
        Top = 23
        Width = 15
        Height = 21
        Associate = SEAniZoomSteps
        Position = 8
        TabOrder = 3
      end
      object BZoomPen: TButtonPen
        Left = 16
        Top = 50
        HelpContext = 1454
        Caption = 'P&en...'
        TabOrder = 4
      end
      object BZoomColor: TButton
        Left = 104
        Top = 50
        Width = 75
        Height = 25
        HelpContext = 1449
        Caption = 'P&attern...'
        TabOrder = 5
        OnClick = BZoomColorClick
      end
      object EMinPix: TEdit
        Left = 131
        Top = 83
        Width = 32
        Height = 21
        HelpContext = 1452
        TabOrder = 6
        Text = '16'
        OnChange = EMinPixChange
      end
      object UDMinPix: TUpDown
        Left = 163
        Top = 83
        Width = 15
        Height = 21
        Associate = EMinPix
        Position = 16
        TabOrder = 7
      end
      object CBDir: TComboFlat
        Left = 64
        Top = 111
        Width = 117
        HelpContext = 1450
        TabOrder = 8
        OnChange = CBDirChange
        Items.Strings = (
          'Horizontal'
          'Vertical'
          'Both')
      end
      object CBZoomMouse: TComboFlat
        Left = 95
        Top = 136
        Width = 86
        HelpContext = 1453
        TabOrder = 9
        OnChange = CBZoomMouseChange
        Items.Strings = (
          'Left'
          'Right'
          'Middle')
      end
      object CBUpLeft: TCheckBox
        Left = 3
        Top = 165
        Width = 197
        Height = 17
        Caption = 'Zoom on &Up Left drag'
        TabOrder = 10
        OnClick = CBUpLeftClick
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'Scroll'
      object Label4: TLabel
        Left = 25
        Top = 144
        Width = 69
        Height = 13
        Alignment = taRightJustify
        Caption = '&Mouse Button:'
        FocusControl = CBScrollMouse
      end
      object RGPanning: TRadioGroup
        Left = 24
        Top = 12
        Width = 161
        Height = 117
        HelpContext = 358
        Caption = 'Allow Scroll:'
        Items.Strings = (
          '&None'
          '&Horizontal'
          '&Vertical'
          '&Both')
        TabOrder = 0
        OnClick = RGPanningClick
      end
      object CBScrollMouse: TComboFlat
        Left = 99
        Top = 140
        Width = 87
        HelpContext = 1455
        TabOrder = 1
        OnChange = CBScrollMouseChange
        Items.Strings = (
          'Left'
          'Right'
          'Middle')
      end
    end
    object TabCursor: TTabSheet
      Caption = 'Cursor'
      ImageIndex = 2
      object Label6: TLabel
        Left = 10
        Top = 10
        Width = 33
        Height = 13
        Alignment = taRightJustify
        Caption = '&Cursor:'
      end
      object CBCursor: TComboFlat
        Left = 8
        Top = 26
        Width = 105
        ItemHeight = 0
        Sorted = True
        TabOrder = 0
        OnChange = CBCursorChange
      end
      object GroupBox1: TGroupBox
        Left = 8
        Top = 56
        Width = 105
        Height = 89
        Caption = 'Preview:'
        TabOrder = 1
        object ImageCursor: TImage
          Left = 8
          Top = 16
          Width = 89
          Height = 65
          Center = True
          Transparent = True
        end
      end
      object BLoad: TButton
        Left = 128
        Top = 64
        Width = 75
        Height = 25
        Caption = '&Load...'
        TabOrder = 2
        Visible = False
        OnClick = BLoadClick
      end
    end
    object TabFont: TTabSheet
      Caption = 'Fonts'
      ImageIndex = 3
      object Splitter1: TSplitter
        Left = 133
        Top = 0
        Height = 204
      end
      object LBFonts: TListBox
        Left = 4
        Top = 0
        Width = 129
        Height = 204
        Align = alLeft

        ItemHeight = 13
        MultiSelect = True

        Sorted = True
        TabOrder = 0
        OnClick = LBFontsClick
        OnKeyDown = LBFontsKeyDown
      end
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 4
        Height = 204
        Align = alLeft
        BevelOuter = bvNone
        TabOrder = 1
      end
      object PanelFont: TPanel
        Left = 136
        Top = 0
        Width = 228
        Height = 204
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 2
      end
    end
  end
  object OpenDialog1: TOpenDialog
    Filter = 'Cursor files (*.cur)|*.cur|Animated Cursor files (*.ani)|*.ani'
    FilterIndex = 0
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 140
    Top = 128
  end
end

⌨️ 快捷键说明

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