unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 63 行
DFM
63 行
object Form1: TForm1
Left = 296
Top = 206
Width = 426
Height = 361
Caption = 'Execute'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 64
Top = 264
Width = 105
Height = 33
Caption = #36830#25509
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 264
Width = 105
Height = 33
Caption = #25171#24320
TabOrder = 1
OnClick = Button2Click
end
object RadioGroup1: TRadioGroup
Left = 40
Top = 32
Width = 161
Height = 201
Caption = #35831#36873#25321#30456#20851#38142#25509#65306
Items.Strings = (
#25628#29392#32593#31449
#27700#26408#28165#21326'BBS'
'ftp://166.111.136.3/'
#32473#25105#20889#20449
#27983#35272#24403#21069#25991#20214#22841)
TabOrder = 2
end
object RadioGroup2: TRadioGroup
Left = 224
Top = 32
Width = 153
Height = 201
Caption = #35831#36873#25321#24212#29992#31243#24207#65306
Items.Strings = (
#35760#20107#26412
#35745#31639#22120
#25195#38647
#30011#22270
#21629#20196#25552#31034#31526)
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?