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

📄 ap_qry_subap_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_SubAp_Condition: TFrm_Ap_Qry_SubAp_Condition
  Left = 285
  Top = 201
  Caption = '帐龄分析条件选择'
  ClientHeight = 197
  ClientWidth = 413
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 158
    Top = 14
    Width = 96
    Height = 12
    Caption = '帐龄分析条件选择'
  end
  object Label2: TLabel [1]
    Left = 24
    Top = 56
    Width = 72
    Height = 12
    Caption = '供应商代码:'
  end
  object Label3: TLabel [2]
    Left = 24
    Top = 89
    Width = 72
    Height = 12
    Caption = '供应商名称:'
  end
  object Lbl_VendorName: TLabel [3]
    Left = 97
    Top = 88
    Width = 84
    Height = 12
    Caption = 'Lbl_VendorName'
  end
  inherited btn_ok: TButton
    Left = 195
    Top = 157
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 304
    Top = 157
  end
  object CkBx_Include: TCheckBox [6]
    Left = 24
    Top = 121
    Width = 145
    Height = 17
    Caption = '是否包含未票应付款'
    TabOrder = 2
  end
  object ExtEdt_VendorCode: TExtEdit [7]
    Left = 97
    Top = 48
    Width = 121
    Height = 20
    TabOrder = 3
    Text = 'ExtEdt_VendorCode'
    OnExit = GetVendorName
    OnKeyDown = VendorHint
    DispLabel = Lbl_VendorName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 328
  end
  object ActionList1: TActionList
    Left = 272
    Top = 72
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 120
      OnExecute = Action1Execute
    end
  end
end

⌨️ 快捷键说明

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