📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 496
Height = 476
Caption = 'Form1'
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 LabeledEdit1: TLabeledEdit
Left = 16
Top = 32
Width = 377
Height = 21
EditLabel.Width = 80
EditLabel.Height = 16
EditLabel.Caption = #26032#22686#30340#23383#20018
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #26032#32048#26126#39636
EditLabel.Font.Style = []
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 0
end
object LabeledEdit2: TLabeledEdit
Left = 16
Top = 80
Width = 377
Height = 21
EditLabel.Width = 96
EditLabel.Height = 16
EditLabel.Caption = #27442#21034#38500#30340#34892#25976
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #26032#32048#26126#39636
EditLabel.Font.Style = []
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 1
end
object LabeledEdit3: TLabeledEdit
Left = 16
Top = 128
Width = 97
Height = 21
EditLabel.Width = 96
EditLabel.Height = 16
EditLabel.Caption = #27442#25554#20837#30340#34892#25976
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #26032#32048#26126#39636
EditLabel.Font.Style = []
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 2
end
object LabeledEdit4: TLabeledEdit
Left = 120
Top = 128
Width = 273
Height = 21
EditLabel.Width = 96
EditLabel.Height = 16
EditLabel.Caption = #27442#25554#20837#30340#23383#20018
EditLabel.Font.Charset = ANSI_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -16
EditLabel.Font.Name = #26032#32048#26126#39636
EditLabel.Font.Style = []
EditLabel.ParentFont = False
LabelPosition = lpAbove
LabelSpacing = 3
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 400
Top = 32
Width = 75
Height = 25
Caption = 'New'
TabOrder = 4
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 400
Top = 80
Width = 75
Height = 25
Caption = 'Delete'
TabOrder = 5
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 400
Top = 128
Width = 75
Height = 25
Caption = 'Insert'
TabOrder = 6
OnClick = BitBtn3Click
end
object RichEdit1: TRichEdit
Left = 16
Top = 160
Width = 457
Height = 281
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 7
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -