unit3.dfm
来自「用delphi编写的公寓管理系统」· DFM 代码 · 共 115 行
DFM
115 行
object Form3: TForm3
Left = 337
Top = 234
Width = 289
Height = 267
Caption = #20462#25913#23494#30721
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 Panel1: TPanel
Left = 8
Top = 16
Width = 265
Height = 97
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 36
Height = 16
Caption = #29992#25143#21517
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 56
Width = 36
Height = 16
Caption = #26087#23494#30721
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 80
Top = 16
Width = 129
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 80
Top = 52
Width = 129
Height = 21
TabOrder = 1
end
end
object Panel2: TPanel
Left = 8
Top = 128
Width = 265
Height = 97
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 1
object Label3: TLabel
Left = 16
Top = 24
Width = 36
Height = 16
Caption = #26032#23494#30721
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 64
Width = 60
Height = 16
Caption = #30830#35748#26032#23494#30721
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Edit3: TEdit
Left = 80
Top = 20
Width = 129
Height = 21
TabOrder = 0
end
object Edit4: TEdit
Left = 120
Top = 60
Width = 129
Height = 21
TabOrder = 1
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?