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

📄 ap_qry_noinvoiceinbinbill_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_NoInvoiceInbInBill_Condition: TFrm_Ap_Qry_NoInvoiceInbInBill_Condition
  Caption = '请输入筛选条件'
  ClientHeight = 198
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 80
    Top = 16
    Width = 182
    Height = 12
    Caption = '供应商未开发票入库单条件选择'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel [1]
    Left = 32
    Top = 48
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label3: TLabel [2]
    Left = 32
    Top = 77
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Lbl_VendorName: TLabel [3]
    Left = 103
    Top = 77
    Width = 84
    Height = 12
    Caption = 'Lbl_VendorName'
  end
  object Label4: TLabel [4]
    Left = 31
    Top = 111
    Width = 72
    Height = 12
    Caption = '入库日期从:'
  end
  object Label5: TLabel [5]
    Left = 181
    Top = 111
    Width = 12
    Height = 12
    Caption = '到'
  end
  inherited btn_ok: TButton
    Left = 195
    Top = 152
    ModalResult = 1
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Top = 152
    TabOrder = 4
  end
  object Extedt_VendorCode: TExtEdit [8]
    Left = 103
    Top = 40
    Width = 121
    Height = 20
    TabOrder = 0
    Text = 'Extedt_VendorCode'
    OnExit = GetVendorName
    OnKeyDown = VendorHint
    DispLabel = Lbl_VendorName
  end
  object Medt_begindate: TMaskEdit [9]
    Left = 103
    Top = 103
    Width = 73
    Height = 20
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 1
    Text = ' .  -  -  '
  end
  object Medt_Enddate: TMaskEdit [10]
    Left = 199
    Top = 103
    Width = 73
    Height = 20
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 2
    Text = ' .  -  -  '
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 336
    Top = 160
  end
end

⌨️ 快捷键说明

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