je.dfm
来自「详细说明:毕业论文中关于小型宾馆管理系统的详细设计毕 业论文中关于小型宾馆...」· DFM 代码 · 共 99 行
DFM
99 行
object frmje: Tfrmje
Left = 353
Top = 109
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '物品列表'
ClientHeight = 179
ClientWidth = 349
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 Label1: TLabel
Left = 44
Top = 16
Width = 53
Height = 13
AutoSize = False
Caption = '品名'
end
object Label2: TLabel
Left = 44
Top = 48
Width = 53
Height = 13
AutoSize = False
Caption = '规格'
end
object Label3: TLabel
Left = 44
Top = 80
Width = 53
Height = 13
AutoSize = False
Caption = '数量'
end
object Label4: TLabel
Left = 44
Top = 112
Width = 53
Height = 13
AutoSize = False
Caption = '金额'
end
object pm: TEdit
Left = 104
Top = 12
Width = 209
Height = 21
TabOrder = 0
end
object gg: TEdit
Left = 104
Top = 43
Width = 105
Height = 21
TabOrder = 1
end
object sl: TEdit
Left = 104
Top = 74
Width = 142
Height = 21
TabOrder = 2
Text = '0'
end
object je: TEdit
Left = 104
Top = 105
Width = 142
Height = 21
TabOrder = 3
Text = '0'
end
object BitBtn1: TBitBtn
Left = 171
Top = 144
Width = 75
Height = 25
Caption = '确认'
TabOrder = 4
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 259
Top = 144
Width = 75
Height = 25
Caption = '放弃'
TabOrder = 5
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?