print_unit.~dfm
来自「餐营的数据核算,模拟入库,出库,库存.对餐营的流程详细叙述」· ~DFM 代码 · 共 61 行
~DFM
61 行
object Print_Form: TPrint_Form
Left = 348
Top = 291
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #25171#21360#31383#20307
ClientHeight = 132
ClientWidth = 226
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 33
Top = 13
Width = 156
Height = 13
Caption = #35831#36873#25321#25152#35201#25171#21360#30340#25253#34920#21517#31216
end
object FlatComboBox1: TFlatComboBox
Left = 40
Top = 40
Width = 145
Height = 21
Style = csDropDownList
Color = clWindow
ItemHeight = 13
Items.Strings = (
'')
TabOrder = 0
ItemIndex = -1
end
object BitBtn1: TBitBtn
Left = 24
Top = 80
Width = 75
Height = 25
Caption = #25171#21360
TabOrder = 1
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 128
Top = 80
Width = 75
Height = 25
Caption = #35774#32622
TabOrder = 2
OnClick = BitBtn2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?