frame.dfm
来自「C++Builder程序员编程手记《配书光盘》」· DFM 代码 · 共 96 行
DFM
96 行
object Frame2: TFrame2
Left = 0
Top = 0
Width = 320
Height = 264
TabOrder = 0
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 305
Height = 185
Caption = 'GroupBox1'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 24
Top = 24
Width = 113
Height = 17
Caption = 'RadioButton1'
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 24
Top = 61
Width = 113
Height = 17
Caption = 'RadioButton2'
TabOrder = 1
end
object RadioButton3: TRadioButton
Left = 24
Top = 99
Width = 113
Height = 17
Caption = 'RadioButton3'
TabOrder = 2
end
object RadioButton4: TRadioButton
Left = 24
Top = 136
Width = 113
Height = 17
Caption = 'RadioButton4'
TabOrder = 3
end
object RadioButton5: TRadioButton
Left = 176
Top = 24
Width = 113
Height = 17
Caption = 'RadioButton5'
TabOrder = 4
end
object RadioButton6: TRadioButton
Left = 176
Top = 61
Width = 113
Height = 17
Caption = 'RadioButton6'
TabOrder = 5
end
object RadioButton7: TRadioButton
Left = 176
Top = 99
Width = 113
Height = 17
Caption = 'RadioButton7'
TabOrder = 6
end
object RadioButton8: TRadioButton
Left = 176
Top = 136
Width = 113
Height = 17
Caption = 'RadioButton8'
TabOrder = 7
end
end
object Button1: TButton
Left = 64
Top = 216
Width = 75
Height = 25
Caption = '确定'
TabOrder = 1
end
object Button2: TButton
Left = 192
Top = 216
Width = 75
Height = 25
Caption = '退出'
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?