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

📄 teedrawlineeditor.xfm

📁 第三方控件:PaintGrid.pas 网格型仪表控件源文件 Mymeter.pas 圆型仪表控件源文件 Project1是这两个控件的使用范例。 该
💻 XFM
字号:
inherited DrawLineEdit: TDrawLineEdit
  Left = 192
  Top = 107
  ClientHeight = 206
  ClientWidth = 232
  PixelsPerInch = 96
  TextHeight = 13
  inherited Label1: TLabel
    Left = 28
  end
  object Label11: TLabel [1]
    Left = 8
    Top = 32
    Width = 76
    Height = 25
    Alignment = taRightJustify
    AutoSize = False
    Caption = '&Mouse button:'
    FocusControl = CBButton
  end
  object Label2: TLabel [2]
    Left = 16
    Top = 147
    Width = 73
    Height = 13
    Caption = 'Click &tolerance:'
    FocusControl = EPixels
  end
  object Label3: TLabel [3]
    Left = 149
    Top = 147
    Width = 26
    Height = 13
    Caption = 'pixels'
  end
  inherited CBSeries: TComboFlat
    Left = 64
    Width = 129
    TabOrder = 2
  end
  object CBButton: TComboFlat
    Left = 96
    Top = 29
    Width = 73
    HelpContext = 1142
    TabOrder = 0
    OnChange = CBButtonChange
    Items.Strings = (
      'Left'
      'Right'
      'Middle')
  end
  object BPen: TButtonPen
    Left = 21
    Top = 64
    HelpContext = 1145
    Caption = '&Pen...'
    TabOrder = 1
  end
  object CBEnable: TCheckBox
    Left = 24
    Top = 96
    Width = 139
    Height = 17
    HelpContext = 1143
    Caption = '&Enable drawing'
    TabOrder = 3
    OnClick = CBEnableClick
  end
  object CBSelect: TCheckBox
    Left = 24
    Top = 120
    Width = 139
    Height = 17
    HelpContext = 1144
    Caption = 'E&nable Select'
    TabOrder = 4
    OnClick = CBSelectClick
  end
  object EPixels: TEdit
    Left = 96
    Top = 144
    Width = 33
    Height = 21
    TabOrder = 5
    Text = '0'
    OnChange = EPixelsChange
  end
  object UDClick: TUpDown
    Left = 129
    Top = 144
    Width = 15
    Height = 21
    Associate = EPixels
    Max = 1000
    TabOrder = 6
  end
  object CBSelectNew: TCheckBox
    Left = 24
    Top = 170
    Width = 153
    Height = 17
    Caption = 'Select ne&w lines'
    TabOrder = 7
    OnClick = CBSelectNewClick
  end
end

⌨️ 快捷键说明

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