unit1.dfm
来自「好东西,自己看,要慢慢品味,适用于学生搞各种设计,有立体效果,效果特棒」· DFM 代码 · 共 54 行
DFM
54 行
object MainForm: TMainForm
Left = 235
Top = 135
Width = 812
Height = 612
BorderWidth = 1
Caption = #20809#20449#20013#27861'0402'#29677' '#21016#23567#36196' 012004014511'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Times New Roman'
Font.Style = [fsItalic]
OldCreateOrder = False
OnCreate = FormCreate
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnMouseWheelDown = FormMouseWheelDown
OnMouseWheelUp = FormMouseWheelUp
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 21
object Control_Zone: TPanel
Left = 423
Top = 0
Width = 202
Height = 410
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 40
Width = 120
Height = 21
Caption = #32418#23453#30707#28608#20809#22120
end
object Button1: TButton
Left = 40
Top = 144
Width = 113
Height = 49
Caption = #27169#24335#20999#25442
TabOrder = 0
OnClick = Button1Click
end
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 376
Top = 120
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?