mainform.dfm
来自「C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分」· DFM 代码 · 共 60 行
DFM
60 行
object Form1: TForm1
Left = 192
Top = 114
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #25511#21046'Memo'#32452#20214#36793#30028
ClientHeight = 202
ClientWidth = 361
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 345
Height = 185
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 42
Height = 13
Caption = #20869#23481#65306' '
end
object Edit1: TEdit
Left = 48
Top = 16
Width = 225
Height = 21
TabOrder = 0
Text = #30333#26085#20381#23665#23613#65292#40644#27827#20837#28023#27969#12290#27442#31351#21315#37324#30446#65292#26356#19978#19968#23618#27004
end
object Memo1: TMemo
Left = 8
Top = 40
Width = 329
Height = 137
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 275
Top = 16
Width = 59
Height = 22
Caption = #26174#31034
TabOrder = 2
OnClick = BitBtn1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?