📄 buybillform.~dfm
字号:
inherited frmBuyBill: TfrmBuyBill
Left = 259
Top = 150
Width = 292
Height = 234
Caption = '结帐'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
Width = 284
object Label1: TLabel
Left = 48
Top = 40
Width = 55
Height = 13
Caption = '当前余额:'
end
object Label2: TLabel
Left = 59
Top = 81
Width = 45
Height = 13
Caption = '提取额:'
end
object Edit1: TEdit
Left = 120
Top = 32
Width = 121
Height = 21
Enabled = False
TabOrder = 0
Text = '20.00'
end
object Edit2: TEdit
Left = 120
Top = 72
Width = 121
Height = 21
TabOrder = 1
Text = '20.00'
end
end
inherited bbnOk: TBitBtn
Left = 120
end
inherited bbnCancel: TBitBtn
Left = 200
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -