unit1.dfm
来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 76 行
DFM
76 行
object Form1: TForm1
Left = 192
Top = 107
Width = 387
Height = 416
Caption = 'Open & Save Dialog'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 56
Top = 24
Width = 73
Height = 41
Caption = #25171#24320
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 24
Width = 73
Height = 41
Caption = #20445#23384
TabOrder = 1
OnClick = Button2Click
end
object Memo1: TMemo
Left = 24
Top = 88
Width = 329
Height = 257
Lines.Strings = (
'Memo1')
ScrollBars = ssVertical
TabOrder = 2
OnChange = Memo1Change
end
object Button3: TButton
Left = 264
Top = 24
Width = 73
Height = 41
Caption = #21478#23384#20026
TabOrder = 3
OnClick = Button3Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 368
Width = 379
Height = 21
Panels = <
item
Width = 50
end>
SimplePanel = False
end
object OpenDialog1: TOpenDialog
Left = 64
Top = 152
end
object SaveDialog1: TSaveDialog
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 128
Top = 152
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?