📄 unit1.dfm
字号:
object Form1: TForm1
Left = 189
Top = 111
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 20
object RadioGroup1: TRadioGroup
Left = 0
Top = 24
Width = 201
Height = 137
Caption = '输入法'
ItemIndex = 0
Items.Strings = (
'智能ABC输入法'
'王码五笔型输入法86版'
'全拼输入法')
TabOrder = 0
OnClick = RadioGroup1Click
end
object GroupBox1: TGroupBox
Left = 0
Top = 192
Width = 201
Height = 145
Caption = '对齐方式'
TabOrder = 1
object RadioButton1: TRadioButton
Left = 8
Top = 32
Width = 113
Height = 17
Caption = '左对齐'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 8
Top = 72
Width = 113
Height = 17
Caption = '右对齐'
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 8
Top = 104
Width = 113
Height = 25
Caption = '居中'
TabOrder = 2
OnClick = RadioButton3Click
end
end
object Memo1: TMemo
Left = 280
Top = 32
Width = 209
Height = 121
Lines.Strings = (
'')
TabOrder = 2
end
object Button1: TButton
Left = 352
Top = 240
Width = 89
Height = 33
Caption = '打开'
TabOrder = 3
OnClick = Button1Click
end
object OpenDialog1: TOpenDialog
Left = 496
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -