⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ap_qry_invoicepay_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_InvoicePay_Condition: TFrm_Ap_Qry_InvoicePay_Condition
  Left = 252
  Top = 201
  Caption = '请输入筛选条件'
  ClientHeight = 218
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 16
    Top = 64
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label2: TLabel [1]
    Left = 16
    Top = 96
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Label3: TLabel [2]
    Left = 16
    Top = 128
    Width = 72
    Height = 12
    Caption = '付款日期从:'
  end
  object Label4: TLabel [3]
    Left = 184
    Top = 128
    Width = 12
    Height = 12
    Caption = '至'
  end
  object Lbl_VendorName: TLabel [4]
    Left = 88
    Top = 96
    Width = 84
    Height = 12
    Caption = 'Lbl_VendorName'
  end
  object Label5: TLabel [5]
    Left = 112
    Top = 24
    Width = 117
    Height = 12
    Caption = '付款明细表条件选择'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  inherited btn_ok: TButton
    Left = 155
    Top = 173
    ModalResult = 1
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Left = 264
    Top = 173
    TabOrder = 4
  end
  object Extedt_VendorCode: TExtEdit [8]
    Left = 88
    Top = 56
    Width = 89
    Height = 20
    TabOrder = 0
    Text = 'Extedt_VendorCode'
    OnExit = Extedt_VendorCodeExit
    OnKeyDown = VendorHint
    DispLabel = Lbl_VendorName
  end
  object Medt_begindate: TMaskEdit [9]
    Left = 88
    Top = 120
    Width = 89
    Height = 20
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = ' .  -  -  '
    OnExit = Medt_begindateExit
  end
  object Medt_Enddate: TMaskEdit [10]
    Left = 208
    Top = 120
    Width = 89
    Height = 20
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = ' .  -  -  '
    OnExit = Medt_EnddateExit
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 32
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -