unit1~2.~df
来自「该程序用Delphi实现了一个不错的3D动画播放」· ~DF 代码 · 共 34 行
~DF
34 行
object Form1: TForm1
Left = 202
Top = 116
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 330
ClientWidth = 542
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 105
Height = 105
OnMouseDown = Image1MouseDown
OnMouseMove = Image1MouseMove
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 16
Top = 32
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?