frmxfcprate.dfm
来自「一个小型餐饮管理系统,可支持小票打印.还存在一些小问题,希望朋友们帮助完成. 」· DFM 代码 · 共 90 行
DFM
90 行
object frm_XfCpRate: Tfrm_XfCpRate
Left = 260
Top = 105
Width = 467
Height = 192
ActiveControl = ed_rate
Caption = #25240#25187#29575#31383#21475
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 64
Width = 54
Height = 12
Caption = #25171' '#25240' '#29575':'
end
object Label2: TLabel
Left = 24
Top = 32
Width = 54
Height = 12
Caption = #33756#21697#21517#31216':'
end
object lab_cpname: TLabel
Left = 88
Top = 32
Width = 54
Height = 12
Caption = #33756#21697#21517#31216':'
end
object Label4: TLabel
Left = 264
Top = 32
Width = 54
Height = 12
Caption = #33756#21697#21333#20215':'
end
object Label5: TLabel
Left = 264
Top = 64
Width = 54
Height = 12
Caption = #25240#21518#21333#20215':'
end
object lab_money: TLabel
Left = 328
Top = 32
Width = 54
Height = 12
Caption = #33756#21697#21333#20215':'
end
object lab_rate_money: TLabel
Left = 328
Top = 64
Width = 54
Height = 12
Caption = #25240#21518#21333#20215':'
end
object Button1: TButton
Left = 176
Top = 120
Width = 75
Height = 25
Caption = #30830' '#23450
TabOrder = 0
OnClick = Button1Click
end
object ed_rate: TRzNumericEdit
Left = 88
Top = 60
Width = 65
Height = 20
ImeMode = imClose
TabOrder = 1
OnChange = ed_rateChange
IntegersOnly = False
Value = 1.000000000000000000
DisplayFormat = '0.00;'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?