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

📄 dfwsplitesu.dfm

📁 dfw控件组V0.62
💻 DFM
字号:
object Form1: TForm1
  Left = 365
  Top = 208
  BorderStyle = bsDialog
  Caption = 'TDFWSplites'
  ClientHeight = 249
  ClientWidth = 460
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DFWSplites1: TDFWSplites
    Left = 185
    Top = 0
    Width = 10
    Height = 249
    Cursor = crHSplit
    ResizeStyle = rsLine
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 185
    Height = 249
    Align = alLeft
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 195
    Top = 0
    Width = 265
    Height = 249
    Align = alClient
    Caption = 'Options'
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 56
      Width = 54
      Height = 13
      Caption = 'ArrowPlace'
    end
    object Label2: TLabel
      Left = 8
      Top = 128
      Width = 55
      Height = 13
      Caption = 'ResizeStyle'
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 24
      Width = 97
      Height = 17
      Caption = 'ArrowBackGr'
      Checked = True
      State = cbChecked
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object CheckBox2: TCheckBox
      Left = 8
      Top = 80
      Width = 97
      Height = 17
      Caption = 'AutoSnap'
      Checked = True
      State = cbChecked
      TabOrder = 1
      OnClick = CheckBox2Click
    end
    object CheckBox3: TCheckBox
      Left = 8
      Top = 104
      Width = 97
      Height = 17
      Caption = 'Beveled'
      TabOrder = 2
      OnClick = CheckBox3Click
    end
    object ComboBox1: TComboBox
      Left = 80
      Top = 56
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 3
      OnChange = ComboBox1Change
      Items.Strings = (
        'apLeftOrTop'
        'apCenter'
        'apRightOrBottom')
    end
    object ComboBox2: TComboBox
      Left = 80
      Top = 120
      Width = 145
      Height = 21
      Style = csDropDownList
      ItemHeight = 13
      TabOrder = 4
      OnChange = ComboBox2Change
      Items.Strings = (
        'rsLine'
        'rsNone'
        'rsPattern'
        'rsUpdate')
    end
  end
end

⌨️ 快捷键说明

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