unit7.dfm
来自「本系统是一个房屋出租方面的管理系统」· DFM 代码 · 共 69 行
DFM
69 行
object FormFWXXSC: TFormFWXXSC
Left = 353
Top = 240
Width = 244
Height = 174
Caption = 'FormFWXXSC'
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 Panel1: TPanel
Left = 0
Top = 0
Width = 236
Height = 140
Align = alClient
Color = clSkyBlue
TabOrder = 0
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 217
Height = 129
Caption = #35831#36755#20837#35201#21024#38500#30340#25151#23627#32534#21495#65306
TabOrder = 0
object Label2: TLabel
Left = 16
Top = 48
Width = 60
Height = 13
Caption = #25151#23627#32534#21495'= '
end
object Edit1: TEdit
Left = 80
Top = 40
Width = 113
Height = 21
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 16
Top = 88
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 120
Top = 88
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?