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

📄 ap_qry_apdetail_condition.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_ApDetail_Condition: TFrm_Ap_Qry_ApDetail_Condition
  Left = 280
  Top = 174
  Caption = '请输入筛选条件'
  ClientHeight = 206
  ClientWidth = 385
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 121
    Top = 14
    Width = 143
    Height = 12
    Caption = '应付帐款明细帐条件选择'
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel [1]
    Left = 24
    Top = 115
    Width = 48
    Height = 12
    Caption = '月份从:'
  end
  object Label6: TLabel [2]
    Left = 130
    Top = 115
    Width = 12
    Height = 12
    Caption = '至'
  end
  object Label2: TLabel [3]
    Left = 24
    Top = 56
    Width = 66
    Height = 12
    Caption = '供应商代码:'
  end
  object Label3: TLabel [4]
    Left = 24
    Top = 86
    Width = 66
    Height = 12
    Caption = '供应商名称:'
  end
  object Lbl_VendorName: TLabel [5]
    Left = 94
    Top = 87
    Width = 84
    Height = 12
    Caption = 'Lbl_VendorName'
  end
  inherited btn_ok: TButton
    Left = 165
    Top = 156
    ModalResult = 1
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Left = 274
    Top = 156
    TabOrder = 4
  end
  object Medt_beginMonth: TMaskEdit [8]
    Left = 72
    Top = 108
    Width = 52
    Height = 20
    EditMask = '!9999/99;1;_'
    MaxLength = 7
    TabOrder = 1
    Text = ' -  .  '
    OnExit = Medt_beginMonthExit
  end
  object Medt_EndMonth: TMaskEdit [9]
    Left = 146
    Top = 108
    Width = 52
    Height = 20
    EditMask = '!9999/99;1;_'
    MaxLength = 7
    TabOrder = 2
    Text = ' -  .  '
    OnExit = Medt_EndMonthExit
  end
  object Edt_VendorCode: TEdit [10]
    Left = 93
    Top = 49
    Width = 98
    Height = 20
    TabOrder = 0
    Text = 'Edt_VendorCode'
    OnExit = Edt_VendorCodeExit
  end
  object ActionList1: TActionList
    Left = 272
    Top = 80
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 120
      OnExecute = Action1Execute
    end
  end
end

⌨️ 快捷键说明

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