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

📄 rectangleproperty.dfm

📁 A diagram edit component for delphi/c++ builder with full source included
💻 DFM
字号:
object RectanglePropertyForm: TRectanglePropertyForm
  Left = 405
  Top = 150
  BorderStyle = bsDialog
  Caption = 'Rectangle Properties'
  ClientHeight = 154
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 8
    Width = 28
    Height = 13
    Alignment = taRightJustify
    Caption = 'Name'
  end
  object Label2: TLabel
    Left = 37
    Top = 32
    Width = 31
    Height = 13
    Alignment = taRightJustify
    Caption = 'Shape'
  end
  object Label3: TLabel
    Left = 23
    Top = 56
    Width = 45
    Height = 13
    Alignment = taRightJustify
    Caption = 'Pen color'
  end
  object Label4: TLabel
    Left = 17
    Top = 104
    Width = 51
    Height = 13
    Alignment = taRightJustify
    Caption = 'Brush style'
  end
  object Label5: TLabel
    Left = 15
    Top = 128
    Width = 53
    Height = 13
    Alignment = taRightJustify
    Caption = 'Brush color'
  end
  object Label6: TLabel
    Left = 21
    Top = 80
    Width = 47
    Height = 13
    Alignment = taRightJustify
    Caption = 'Pen width'
  end
  object Shape1: TShape
    Left = 216
    Top = 88
    Width = 73
    Height = 49
    Brush.Color = clLime
  end
  object Edit1: TEdit
    Left = 72
    Top = 8
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 0
    Text = 'Edit1'
  end
  object DCBrushStyleEdit1: TDCBrushStyleEdit
    Left = 72
    Top = 104
    Width = 121
    Height = 21
    BrushStyle = bsSolid
    DropOnClick = True
    Flat = False
    ParentColor = False
    ReadOnly = False
    TabOrder = 1
    TabStop = True
    Text = 'bsSolid'
    OnChange = DCBrushStyleEdit1Change
    object TPopupBrushBox
      Left = 0
      Top = 0
      Width = 121
      Height = 82
      TabStop = False
      ItemHeight = 16
      DisplayNames = True
    end
  end
  object DCColorEdit1: TDCColorEdit
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    DropOnClick = True
    Flat = False
    ParentColor = False
    ReadOnly = False
    SelectedColor = clBlack
    TabOrder = 2
    TabStop = True
    Text = 'clBlack'
    OnChange = DCColorEdit1Change
    object TPopupColorBox
      Left = 0
      Top = 0
      Width = 121
      Height = 82
      TabStop = False
      ItemHeight = 16
      DisplayNames = True
    end
  end
  object DCColorEdit2: TDCColorEdit
    Left = 72
    Top = 128
    Width = 121
    Height = 21
    DropOnClick = True
    Flat = False
    ParentColor = False
    ReadOnly = False
    SelectedColor = clBlack
    TabOrder = 3
    TabStop = True
    Text = 'clBlack'
    OnChange = DCColorEdit2Change
    object TPopupColorBox
      Left = 0
      Top = 0
      Width = 121
      Height = 82
      TabStop = False
      ItemHeight = 16
      DisplayNames = True
    end
  end
  object BitBtn1: TBitBtn
    Left = 216
    Top = 8
    Width = 75
    Height = 25
    TabOrder = 4
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 40
    Width = 75
    Height = 25
    TabOrder = 5
    Kind = bkCancel
  end
  object JvComboBox1: TJvComboBox
    Left = 72
    Top = 32
    Width = 121
    Height = 21
    MaxPixel.Font.Charset = DEFAULT_CHARSET
    MaxPixel.Font.Color = clWindowText
    MaxPixel.Font.Height = -11
    MaxPixel.Font.Name = 'MS Sans Serif'
    MaxPixel.Font.Style = []
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 6
    OnChange = JvComboBox1Change
    Items.Strings = (
      '')
  end
  object JvSpinEdit1: TJvSpinEdit
    Left = 72
    Top = 80
    Width = 121
    Height = 21
    ReadOnly = False
    TabOrder = 7
    OnChange = JvSpinEdit1Change
  end
end

⌨️ 快捷键说明

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