📄 unit1.dfm
字号:
object Form1: TForm1
Left = 236
Top = 175
Width = 433
Height = 372
Caption = 'DrawLine'
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 GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 409
Height = 273
Caption = #32472#22270#21306#22495
TabOrder = 0
object Image1: TImage
Left = 8
Top = 16
Width = 393
Height = 249
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
OnMouseUp = Image1MouseUp
end
end
object Button1: TButton
Left = 144
Top = 304
Width = 75
Height = 33
Caption = #24320#22987
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 304
Width = 75
Height = 33
Caption = #32467#26463
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 336
Top = 304
Width = 75
Height = 33
Caption = #28165#31354
TabOrder = 3
OnClick = Button3Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -