unit3.dfm
来自「该程序用Delphi实现了一个不错的3D动画播放」· DFM 代码 · 共 83 行
DFM
83 行
object Form3: TForm3
Left = 192
Top = 107
BorderStyle = bsToolWindow
Caption = 'You did it.'
ClientHeight = 116
ClientWidth = 224
Color = clWindowFrame
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 80
Height = 13
Caption = 'Enter your name:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 48
Width = 32
Height = 13
Caption = 'Label2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 8
Top = 72
Width = 32
Height = 13
Caption = 'Label3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object SpeedButton1: TSpeedButton
Left = 8
Top = 88
Width = 209
Height = 22
Caption = 'OK'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton1Click
end
object Edit1: TEdit
Left = 96
Top = 8
Width = 121
Height = 21
TabOrder = 0
OnKeyPress = Edit1KeyPress
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?