unit3.dfm

来自「对于单个控件,COMPONET-->INSTALL COMPONENT..」· DFM 代码 · 共 73 行

DFM
73
字号
object Frame3: TFrame3
  Left = 0
  Top = 0
  Width = 303
  Height = 132
  PopupMenu = PopupMenu1
  TabOrder = 0
  object SpeedButton1: TSpeedButton
    Left = 16
    Top = 88
    Width = 41
    Height = 22
    Caption = '111'
  end
  object Button1: TButton
    Left = 104
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
  end
  object CheckBox1: TCheckBox
    Left = 32
    Top = 32
    Width = 89
    Height = 17
    Caption = 'CheckBox1'
    Checked = True
    State = cbChecked
    TabOrder = 1
  end
  object RadioButton1: TRadioButton
    Left = 152
    Top = 32
    Width = 113
    Height = 17
    Caption = 'RadioButton1'
    Checked = True
    TabOrder = 2
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 152
    Top = 56
    Width = 113
    Height = 17
    Caption = 'RadioButton2'
    TabOrder = 3
  end
  object CheckBox2: TCheckBox
    Left = 32
    Top = 56
    Width = 97
    Height = 17
    Caption = 'CheckBox2'
    TabOrder = 4
  end
  object PopupMenu1: TPopupMenu
    Left = 128
    Top = 16
    object N1111111: TMenuItem
      Caption = '111111'
    end
    object N222221: TMenuItem
      Caption = '22222'
    end
    object N3333331: TMenuItem
      Caption = '333333'
    end
  end
end

⌨️ 快捷键说明

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