unit2.dfm
来自「一个动画抽奖程序」· DFM 代码 · 共 57 行
DFM
57 行
object Form2: TForm2
Left = 265
Top = 134
BorderStyle = bsDialog
ClientHeight = 204
ClientWidth = 417
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 29
object Label1: TLabel
Left = 16
Top = 16
Width = 353
Height = 29
AutoSize = False
end
object Label2: TLabel
Left = 0
Top = 64
Width = 409
Height = 49
Alignment = taCenter
AutoSize = False
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
Transparent = False
end
object cxButton1: TcxButton
Left = 145
Top = 160
Width = 128
Height = 37
Caption = #30830#23450
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #40657#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = cxButton1Click
LookAndFeel.Kind = lfOffice11
LookAndFeel.NativeStyle = True
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?