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

📄 treeshed.xfm

📁 BCB第三方组件
💻 XFM
📖 第 1 页 / 共 2 页
字号:
object NodeTreeEditor: TNodeTreeEditor
  Left = 352
  Top = 187
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Tree Node Editor'
  ClientHeight = 279
  ClientWidth = 379
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 379
    Height = 238
    ActivePage = TabFormat
    Align = alClient
    TabOrder = 0
    OnChange = PageControl1Change
    object TabFormat: TTabSheet
      Caption = 'Format'
      object Label2: TLabel
        Left = 27
        Top = 50
        Width = 27
        Height = 13
        Alignment = taRightJustify
        Caption = 'Color:'
      end
      object Label1: TLabel
        Left = 28
        Top = 10
        Width = 26
        Height = 13
        Alignment = taRightJustify
        Caption = '&Style:'
        FocusControl = CBStyle
      end
      object Label16: TLabel
        Left = 216
        Top = 134
        Width = 33
        Height = 13
        Alignment = taRightJustify
        Caption = 'C&ursor:'
        FocusControl = CBCursor
      end
      object Shape4: TShape
        Left = 58
        Top = 44
        Width = 25
        Height = 25
        Cursor = crHandPoint
        OnMouseUp = Shape4MouseUp
      end
      object Label20: TLabel
        Left = 216
        Top = 52
        Width = 49
        Height = 13
        Alignment = taRightJustify
        Caption = 'C&ross-box:'
        FocusControl = ComboBox5
      end
      object Shape5: TShape
        Left = 314
        Top = 6
        Width = 25
        Height = 25
        Cursor = crHandPoint
        OnMouseUp = Shape5MouseUp
      end
      object Label21: TLabel
        Left = 224
        Top = 103
        Width = 68
        Height = 13
        Alignment = taRightJustify
        Caption = 'T&ransparency:'
        FocusControl = ETransp
      end
      object Label22: TLabel
        Left = 18
        Top = 84
        Width = 103
        Height = 13
        Alignment = taRightJustify
        Caption = 'Children &Connections:'
        FocusControl = CBConnStyle
      end
      object LRoundSize: TLabel
        Left = 36
        Top = 152
        Width = 56
        Height = 13
        Alignment = taRightJustify
        Caption = 'Round si&ze:'
        FocusControl = ERoundSize
      end
      object CheckBox3: TCheckBox
        Left = 216
        Top = 78
        Width = 129
        Height = 17
        Caption = '&Transparent'
        TabOrder = 0
        OnClick = CheckBox3Click
      end
      object CBStyle: TComboFlat
        Left = 58
        Top = 7
        Width = 128
        DropDownCount = 12
        TabOrder = 1
        OnChange = CBStyleChange
        Items.Strings = (
          'Rectangle'
          'Circle'
          'Vertical Line'
          'Horizontal Line'
          'Line'
          'Inverted Line'
          'Diamond'
          'Triangle Top'
          'Triangle Bottom'
          'Triangle Left'
          'Triangle Right'
          'Round Rectangle'
          'Chamfer')
      end
      object Button1: TButton
        Left = 214
        Top = 6
        Width = 75
        Height = 25
        Caption = 'B&order...'
        TabOrder = 2
        OnClick = Button1Click
      end
      object CBCursor: TComboFlat
        Left = 256
        Top = 131
        Width = 89
        TabOrder = 3
        OnChange = CBCursorChange
      end
      object ComboBox5: TComboFlat
        Left = 271
        Top = 49
        Width = 74
        TabOrder = 4
        OnChange = ComboBox5Change
        Items.Strings = (
          'Auto'
          'Always'
          'Never')
      end
      object Button2: TButton
        Left = 96
        Top = 44
        Width = 75
        Height = 25
        Caption = '&Pattern...'
        TabOrder = 5
        OnClick = Button2Click
      end
      object BBackColor: TButtonColor
        Left = 16
        Top = 113
        Caption = 'B&ack...'
        TabOrder = 6
        OnClick = BBackColorClick
      end
      object ETransp: TEdit
        Left = 296
        Top = 100
        Width = 33
        Height = 21
        TabOrder = 7
        Text = '0'
        OnChange = ETranspChange
      end
      object UDTransp: TUpDown
        Left = 329
        Top = 100
        Width = 15
        Height = 21
        Associate = ETransp
        Increment = 5
        TabOrder = 8
      end
      object CheckBox8: TCheckBox
        Left = 112
        Top = 116
        Width = 97
        Height = 17
        Caption = 'Clip Text'
        TabOrder = 9
        OnClick = CheckBox8Click
      end
      object CBConnStyle: TComboFlat
        Left = 125
        Top = 81
        Width = 70
        TabOrder = 10
        OnChange = CBConnStyleChange
        Items.Strings = (
          'Auto'
          'Line'
          'Sides'
          'Curve')
      end
      object ERoundSize: TEdit
        Left = 96
        Top = 149
        Width = 33
        Height = 21
        TabOrder = 11
        Text = '0'
        OnChange = ERoundSizeChange
      end
      object UDRound: TUpDown
        Left = 129
        Top = 149
        Width = 15
        Height = 21
        Associate = ERoundSize
        Max = 10000
        TabOrder = 12
      end
    end
    object TabText: TTabSheet
      Caption = 'Text'
    end
    object TabImage: TTabSheet
      Caption = 'Image'
      object Label6: TLabel
        Left = 24
        Top = 124
        Width = 26
        Height = 13
        Alignment = taRightJustify
        Caption = '&Align:'
        FocusControl = ComboBox4
      end
      object Image1: TImage
        Left = 190
        Top = 52
        Width = 49
        Height = 49
        Stretch = True
      end
      object Bevel1: TBevel
        Left = 188
        Top = 49
        Width = 54
        Height = 54
      end
      object Label18: TLabel
        Left = 24
        Top = 20
        Width = 68
        Height = 13
        Alignment = taRightJustify
        Caption = '&Default image:'
        FocusControl = ComboBox3
      end
      object Label3: TLabel
        Left = 288
        Top = 56
        Width = 31
        Height = 13
        Caption = '&Width:'
        FocusControl = Edit5
      end
      object Label19: TLabel
        Left = 288
        Top = 104
        Width = 34
        Height = 13
        Caption = '&Height:'
        FocusControl = Edit6
      end
      object ComboBox4: TComboFlat
        Left = 56
        Top = 120
        Width = 105
        DropDownCount = 12
        TabOrder = 0
        OnChange = ComboBox4Change
        Items.Strings = (
          'Automatic'
          'Left Top'
          'Right Bottom'
          'Left Bottom'
          'Right Top'
          'Left'
          'Top'
          'Right'
          'Bottom'
          'Center')
      end
      object Button5: TButton
        Left = 56
        Top = 48
        Width = 121
        Height = 25
        Caption = 'Button5'
        TabOrder = 1
        OnClick = Button5Click
      end
      object ComboBox3: TComboFlat
        Left = 104
        Top = 16
        Width = 139
        TabOrder = 2
        OnChange = ComboBox3Change
        Items.Strings = (
          'None'
          'Closed folder'
          'Open folder'
          'Desktop'
          'MyPC'
          'Network'
          'Floppy 3'
          'Recycle Bin'
          'Hard Disk'
          'Net Share'
          'Computer'
          'World'
          'Folder open and close'
          'Checked closed folder'
          'Unchecked closed folder'
          'Checked'
          'Unchecked'
          'Radio checked'
          'Radio unChecked'
          'Radio checked folder'
          'Radio unchecked folder')
      end
      object Edit5: TEdit
        Left = 288
        Top = 72
        Width = 33
        Height = 21
        TabOrder = 3
        Text = '0'
        OnChange = Edit5Change
      end
      object UpDown5: TUpDown
        Left = 321
        Top = 72
        Width = 15
        Height = 21
        Associate = Edit5
        Max = 10000
        TabOrder = 4
      end
      object Edit6: TEdit
        Left = 288
        Top = 120
        Width = 33
        Height = 21
        TabOrder = 5
        Text = '0'
        OnChange = Edit5Change
      end
      object UpDown6: TUpDown

⌨️ 快捷键说明

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