📄 ychatu50.dfm
字号:
object Form46: TForm46
Left = 548
Top = 133
AutoScroll = False
BorderIcons = []
Caption = 'User Defined Button'
ClientHeight = 261
ClientWidth = 351
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 18
Top = 14
Width = 77
Height = 13
Caption = 'Label the button'
end
object Label2: TLabel
Left = 22
Top = 98
Width = 105
Height = 13
Caption = 'Contents of the button'
end
object Label3: TLabel
Left = 8
Top = 68
Width = 340
Height = 13
Caption =
'(To Reprogram this button, hold down Ctrl and Alt and Left Mouse' +
' Cllick)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 16
Top = 34
Width = 315
Height = 21
TabOrder = 0
end
object Memo1: TMemo
Left = 18
Top = 122
Width = 325
Height = 71
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 16
Top = 226
Width = 75
Height = 23
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 268
Top = 222
Width = 75
Height = 25
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkCancel
end
object CheckBox1: TCheckBox
Left = 104
Top = 228
Width = 149
Height = 17
Caption = 'Send Enter On Command'
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -