cai_jia_print.dfm
来自「采购管理系统:delphi+sql实现了企业采购自动化作业流程」· DFM 代码 · 共 91 行
DFM
91 行
object cai_jia_prin: Tcai_jia_prin
Left = 18
Top = 111
AutoScroll = False
BorderIcons = [biSystemMenu, biMinimize]
Caption = #25505#36092#20215#26684#34920#21015#21360
ClientHeight = 233
ClientWidth = 287
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 32
Width = 12
Height = 13
Caption = #24478
end
object Label2: TLabel
Left = 188
Top = 32
Width = 12
Height = 13
Caption = #21040
end
object Label3: TLabel
Left = 112
Top = 24
Width = 32
Height = 13
Caption = 'Label3'
end
object Button1: TButton
Left = 70
Top = 119
Width = 150
Height = 25
Caption = #21015#21360
TabOrder = 0
OnClick = Button1Click
end
object Button3: TButton
Left = 70
Top = 186
Width = 150
Height = 25
Caption = #21462#28040
TabOrder = 1
OnClick = Button3Click
end
object t1: TMaskEdit
Left = 16
Top = 59
Width = 94
Height = 21
EditMask = '9999/99/99;1;_'
MaxLength = 10
TabOrder = 2
Text = ' / / '
OnKeyPress = t1KeyPress
end
object t2: TMaskEdit
Left = 160
Top = 59
Width = 94
Height = 21
EditMask = '9999/99/99;1;_'
MaxLength = 10
TabOrder = 3
Text = ' / / '
OnKeyPress = t2KeyPress
end
object Button2: TButton
Left = 71
Top = 152
Width = 150
Height = 25
Caption = #36681'EXCEL'#25991#27284
TabOrder = 4
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?