customizeform.dfm
来自「本人用BCB编写的扫雷小游戏」· DFM 代码 · 共 125 行
DFM
125 行
object LevelForm: TLevelForm
Left = 568
Top = 213
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = #33258#23450#20041#38647#21306
ClientHeight = 123
ClientWidth = 217
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 Label1: TLabel
Left = 16
Top = 32
Width = 49
Height = 17
AutoSize = False
Caption = #39640#24230'(&H)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 56
Width = 49
Height = 17
AutoSize = False
Caption = #23485#24230'(&W)'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 80
Width = 49
Height = 17
AutoSize = False
Caption = #38647#25968'(&M)'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Button_OK: TButton
Left = 136
Top = 24
Width = 65
Height = 25
Caption = #30830#23450
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button_OKClick
OnKeyDown = Button_OKKeyDown
end
object Button_Cancel: TButton
Left = 136
Top = 72
Width = 65
Height = 25
Caption = #21462#28040
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button_CancelClick
OnKeyDown = Button_CancelKeyDown
end
object Edit_Height: TEdit
Left = 72
Top = 25
Width = 49
Height = 19
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
OnKeyDown = Edit_HeightKeyDown
end
object Edit_Width: TEdit
Left = 72
Top = 51
Width = 49
Height = 19
Ctl3D = False
ParentCtl3D = False
TabOrder = 3
OnKeyDown = Edit_WidthKeyDown
end
object Edit_Mines: TEdit
Left = 72
Top = 78
Width = 49
Height = 19
Ctl3D = False
ParentCtl3D = False
TabOrder = 4
OnKeyDown = Edit_MinesKeyDown
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?