mainform.dfm
来自「C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分」· DFM 代码 · 共 58 行
DFM
58 行
object Form1: TForm1
Left = 192
Top = 107
Width = 409
Height = 206
Caption = #32452#20214#25302#21160#25928#26524#32534#31243
Color = clBtnFace
DragMode = dmAutomatic
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 = 0
Top = 8
Width = 111
Height = 13
Caption = #24038#36793#25991#23383#32534#36753#26694#65306' '
end
object Label2: TLabel
Left = 200
Top = 8
Width = 108
Height = 13
Caption = #21491#36793#25991#23383#32534#36753#26694#65306' '
end
object Memo1: TMemo
Left = 0
Top = 24
Width = 195
Height = 145
DragMode = dmAutomatic
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
Lines.Strings = (
'Memo1')
TabOrder = 0
OnDragDrop = OnDragpDrop
OnDragOver = TextFromRightToLeft
end
object Memo2: TMemo
Left = 200
Top = 24
Width = 198
Height = 145
DragMode = dmAutomatic
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
Lines.Strings = (
'Memo1')
TabOrder = 1
OnDragDrop = TwoDrapDrop
OnDragOver = FromRightToLeftText
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?