📄 unit1.dfm
字号:
object Form1: TForm1
Left = 195
Top = 119
Width = 544
Height = 375
Caption = 'Form1'
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 Memo1: TMemo
Left = 16
Top = 16
Width = 337
Height = 273
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object ColorGrid1: TColorGrid
Left = 376
Top = 16
Width = 152
Height = 200
TabOrder = 1
OnChange = ColorGrid1Change
end
object Button1: TButton
Left = 384
Top = 224
Width = 129
Height = 25
Caption = #21069#26223#33394
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 384
Top = 256
Width = 129
Height = 25
Caption = #32972#26223#33394
TabOrder = 3
OnClick = Button2Click
end
object CheckBox1: TCheckBox
Left = 400
Top = 288
Width = 89
Height = 25
Caption = #38543#26426#21069#26223#33394
TabOrder = 4
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 400
Top = 312
Width = 97
Height = 25
Caption = #38543#26426#32972#26223#33394
TabOrder = 5
OnClick = CheckBox2Click
end
object Button3: TButton
Left = 16
Top = 312
Width = 113
Height = 25
Caption = #25171#24320#25991#20214
TabOrder = 6
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Top = 312
Width = 113
Height = 25
Caption = #20445#23384#25991#20214
TabOrder = 7
OnClick = Button4Click
end
object OpenDialog1: TOpenDialog
Left = 88
Top = 72
end
object SaveDialog1: TSaveDialog
Left = 152
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -