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

📄 ap_qry_invoicepay.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_InvoicePay: TFrm_Ap_Qry_InvoicePay
  Left = 24
  Top = 101
  Caption = '供应商采购付款明细表'
  FormStyle = fsMDIChild
  Visible = True
  Windowstate = wsMaximized
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      Width = 115
      object ToolButton1: TToolButton
        Left = 23
        Top = 0
        Action = Act_Filter
      end
      object ToolButton4: TToolButton
        Left = 46
        Top = 0
        Action = Act_Preview
      end
      object ToolButton3: TToolButton
        Left = 69
        Top = 0
        Action = Act_Print
      end
      object ToolButton2: TToolButton
        Left = 92
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Title: TPanel
    Caption = '供应商采购付款明细表'
  end
  inherited Pnl_Head: TPanel
    object Lbl_begindate1: TLabel
      Left = 4
      Top = 8
      Width = 72
      Height = 12
      Caption = '付款日期从:'
    end
    object Lbl_begindate: TLabel
      Left = 76
      Top = 8
      Width = 78
      Height = 12
      Caption = 'Lbl_begindate'
    end
    object Lbl_zi: TLabel
      Left = 164
      Top = 8
      Width = 12
      Height = 12
      Caption = '至'
    end
    object Lbl_EndDate: TLabel
      Left = 188
      Top = 8
      Width = 66
      Height = 12
      Caption = 'Lbl_EndDate'
    end
  end
  inherited Pnl_Hint: TPanel
    Alignment = taLeftJustify
  end
  inherited Pnl_Body: TPanel
    object DBGridEh: TDBGridEh
      Left = 0
      Top = 0
      Width = 694
      Height = 314
      Align = alClient
      DataSource = DataSource
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.ChArset = GB2312_CHArSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      OnGetCellParams = DBGridEhGetCellParams
      Columns = <
        Item
          FieldName = 'VendorB'
          Title.Alignment = taCenter
          Title.Caption = '供应商标识'
          Width = 280
        end
        Item
          Alignment = tArightJustify
          FieldName = 'Paydate'
          Title.Alignment = taCenter
          Title.Caption = '付款日期'
          Width = 79
        end
        Item
          Alignment = tArightJustify
          FieldName = 'PayAmount'
          Title.Alignment = taCenter
          Title.Caption = '金额'
          Width = 83
        end
        Item
          Alignment = taCenter
          FieldName = 'PayModeB'
          Title.Alignment = taCenter
          Title.Caption = '付款标识'
          Width = 114
        end
        Item
          Alignment = tArightJustify
          FieldName = 'PayBillno'
          Title.Alignment = taCenter
          Title.Caption = '付款凭证号'
          Width = 101
        end
        Item
          FieldName = 'RemArkNo'
          Title.Alignment = taCenter
          Title.Caption = '参考号码'
          Width = 97
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 416
    Top = 368
  end
  inherited ActionList: TActionList
    Left = 288
    Top = 264
    inherited Act_Filter: TAction
      OnExecute = Act_FilterExecute
    end
    inherited Act_Print: TAction
      OnExecute = Act_PrintExecute
    end
    inherited Act_Preview: TAction
      OnExecute = Act_PreviewExecute
    end
  end
  object AdoQry_Main: TAdoQuery
    AfterOpen = AdoQueryAfterOpen
    EnableBCD = False
    Parameters = <>
    Left = 296
    Top = 217
  end
  object DataSource: TDataSource
    DataSet = AdoQry_Main
    Left = 344
    Top = 217
  end
  object ExtPrintReport: TExtPrintReport
    TopBOrdermm = 20
    BottomBOrdermm = 20
    LeftBOrdermm = 10
    RightBOrdermm = 10
    TitleFont.ChArset = DEFAULT_CHArSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -19
    TitleFont.Name = '宋体'
    TitleFont.Style = [fsBold]
    SubtitleFont.ChArset = DEFAULT_CHArSET
    SubtitleFont.Color = clWindowText
    SubtitleFont.Height = -13
    SubtitleFont.Name = '宋体'
    SubtitleFont.Style = [fsBold]
    ReportFont.ChArset = DEFAULT_CHArSET
    ReportFont.Color = clWindowText
    ReportFont.Height = -13
    ReportFont.Name = '宋体'
    ReportFont.Style = []
    FootFont.ChArset = DEFAULT_CHArSET
    FootFont.Color = clWindowText
    FootFont.Height = -13
    FootFont.Name = '宋体'
    FootFont.Style = [fsBold]
    NeedLine = False
    SumPerPage = True
    SumTotal = True
    PAperSet = [ptA3, ptA4, ptB4, ptB5, ptNArrow, ptWide]
    PAperOrientation = poPortrait
    ShowPrintRange = True
    PAperType = ptA4
    HeaderGroups = <>
    Headers = <>
    Left = 176
    Top = 169
  end
end

⌨️ 快捷键说明

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