📄 ap_qry_vendorinvoice_condition.dfm
字号:
inherited Frm_Ap_Qry_VendorInvoice_Condition: TFrm_Ap_Qry_VendorInvoice_Condition
Left = 313
Top = 212
Caption = '请输入筛选条件'
ClientHeight = 203
ClientWidth = 339
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 24
Top = 16
Width = 66
Height = 12
Caption = '供应商代码:'
end
object Label2: TLabel [1]
Left = 24
Top = 48
Width = 60
Height = 12
Caption = '供应商名称'
end
object Lbl_VendorName: TLabel [2]
Left = 96
Top = 48
Width = 84
Height = 12
Caption = 'Lbl_VendorName'
end
object Label4: TLabel [3]
Left = 24
Top = 80
Width = 72
Height = 12
Caption = '发票日期从:'
end
object Label3: TLabel [4]
Left = 174
Top = 80
Width = 12
Height = 12
Caption = '到'
end
object Label5: TLabel [5]
Left = 24
Top = 120
Width = 72
Height = 12
Caption = '记帐日期从:'
end
object Label6: TLabel [6]
Left = 174
Top = 120
Width = 12
Height = 12
Caption = '到'
end
inherited btn_ok: TButton
Left = 152
Top = 167
ModalResult = 1
TabOrder = 5
end
inherited btn_Cancel: TButton
Left = 245
Top = 167
TabOrder = 6
end
object Extedt_VendorCode: TExtEdit [9]
Left = 96
Top = 8
Width = 100
Height = 20
TabOrder = 0
Text = 'Extedt_VendorCode'
OnExit = Extedt_VendorCodeExit
OnKeyDown = VendorHint
DispLabel = Lbl_VendorName
end
object Medt_begindate: TMaskEdit [10]
Left = 96
Top = 72
Width = 73
Height = 20
EditMask = '!9999/99/00;1;_'
MaxLength = 10
TabOrder = 1
Text = ' . - - '
OnExit = DateCheck
end
object Medt_Enddate: TMaskEdit [11]
Left = 192
Top = 72
Width = 73
Height = 20
EditMask = '!9999/99/00;1;_'
MaxLength = 10
TabOrder = 2
Text = ' . - - '
OnExit = DateCheck
end
object Medt_begindate1: TMaskEdit [12]
Left = 96
Top = 112
Width = 73
Height = 20
EditMask = '!9999/99/00;1;_'
MaxLength = 10
TabOrder = 3
Text = ' . - - '
OnExit = DateCheck
end
object Medt_Enddate1: TMaskEdit [13]
Left = 192
Top = 112
Width = 73
Height = 20
EditMask = '!9999/99/00;1;_'
MaxLength = 10
TabOrder = 4
Text = ' . - - '
OnExit = DateCheck
end
inherited AdoQry_Tmp: TAdoQuery
Left = 328
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -