?? unboundmodedemocustomfield.dfm
字號(hào):
object UnboundModeDemoCustomFieldForm: TUnboundModeDemoCustomFieldForm
Left = 290
Top = 153
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = 'Custom Field'
ClientHeight = 161
ClientWidth = 253
Color = 15451300
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
TextHeight = 13
object lbHeight: TLabel
Left = 24
Top = 37
Width = 31
Height = 13
Caption = 'Height'
end
object lbWidth: TLabel
Left = 24
Top = 69
Width = 28
Height = 13
Caption = 'Width'
end
object lbMineCount: TLabel
Left = 26
Top = 102
Width = 28
Height = 13
Caption = 'Mines'
end
object edtHeight: TEdit
Left = 64
Top = 32
Width = 41
Height = 21
Color = 16247513
MaxLength = 5
TabOrder = 0
OnKeyPress = edtKeyPress
end
object edtWidth: TEdit
Left = 64
Top = 64
Width = 41
Height = 21
Color = 16247513
MaxLength = 5
TabOrder = 1
OnKeyPress = edtKeyPress
end
object edtMineCount: TEdit
Left = 64
Top = 96
Width = 41
Height = 21
Color = 16247513
MaxLength = 5
TabOrder = 2
OnKeyPress = edtKeyPress
end
object btnOK: TcxButton
Left = 144
Top = 32
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
LookAndFeel.NativeStyle = True
end
object bntCancel: TcxButton
Left = 144
Top = 72
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
LookAndFeel.NativeStyle = True
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -