📄 pm_qry_printpo_c.dfm
字号:
inherited Frm_Pm_Qry_PrintPo_C: TFrm_Pm_Qry_PrintPo_C
Left = 251
Top = 258
Caption = '请输入筛选条件'
ClientHeight = 185
ClientWidth = 367
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 44
Top = 14
Width = 72
Height = 12
Caption = '供应商代号:'
end
object Label2: TLabel [1]
Left = 32
Top = 79
Width = 84
Height = 12
Caption = '下单开始日期:'
end
object Label3: TLabel [2]
Left = 32
Top = 112
Width = 84
Height = 12
Caption = '下单终止日期:'
end
object Lab_VendorName: TLabel [3]
Left = 117
Top = 47
Width = 6
Height = 12
end
object Label5: TLabel [4]
Left = 44
Top = 47
Width = 72
Height = 12
Caption = '供应商名称:'
end
object Edt_VendorCode: TExtEdit [7]
Left = 117
Top = 10
Width = 121
Height = 20
TabOrder = 2
OnExit = Edt_VendorCodeExit
OnKeyDown = Edt_VendorCodeKeyDown
DispLabel = Lab_VendorName
end
object MEdt_PoStArtDate: TMaskEdit [8]
Left = 117
Top = 75
Width = 121
Height = 20
EditMask = '!9999.99.99;1;_'
MaxLength = 10
TabOrder = 3
Text = ' . . '
end
object MEdt_PoendDate: TMaskEdit [9]
Left = 117
Top = 108
Width = 121
Height = 20
EditMask = '!9999.99.99;1;_'
MaxLength = 10
TabOrder = 4
Text = ' . . '
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -