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

📄 ap_qry_balance.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Ap_Qry_Balance: TFrm_Ap_Qry_Balance
  Left = 76
  Top = 158
  Caption = '应付帐款期初余额查询'
  ClientHeight = 427
  FormStyle = fsMDIChild
  Visible = True
  Windowstate = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      Width = 147
      object ToolButton3: TToolButton
        Left = 23
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 12
        Style = tbsSeparator
      end
      object ToolButton1: TToolButton
        Left = 31
        Top = 0
        Action = Act_Excel
      end
      object ToolButton6: TToolButton
        Left = 54
        Top = 0
        Width = 8
        Caption = 'ToolButton6'
        ImageIndex = 12
        Style = tbsSeparator
      end
      object ToolButton5: TToolButton
        Left = 62
        Top = 0
        Action = Act_Preview
      end
      object ToolButton8: TToolButton
        Left = 85
        Top = 0
        Width = 8
        Caption = 'ToolButton8'
        ImageIndex = 12
        Style = tbsSeparator
      end
      object ToolButton7: TToolButton
        Left = 93
        Top = 0
        Action = Act_Print
      end
      object ToolButton2: TToolButton
        Left = 116
        Top = 0
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 44
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 124
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Title: TPanel
    BevelOuter = bvRaised
    Caption = '应付帐款期初余额查询'
    inherited Image2: TImage
      Left = 1
      Top = 1
      Width = 692
      Height = 25
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 401
  end
  inherited Pnl_Body: TPanel
    Height = 312
    inherited Image3: TImage
      Height = 312
    end
    object DBGridEh1: TDBGridEh
      Left = 0
      Top = 0
      Width = 694
      Height = 312
      Align = alClient
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.ChArset = GB2312_CHArSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      Columns = <
        Item
          FieldName = 'ApBalanceMonth'
          Title.Alignment = taCenter
          Title.Caption = '月份'
          Width = 49
        end
        Item
          FieldName = 'VendorCodeName'
          Title.Alignment = taCenter
          Title.Caption = '供应商标识'
          Width = 257
        end
        Item
          FieldName = 'CurrencyCodeName'
          Title.Alignment = taCenter
          Title.Caption = '货币标识'
          Width = 57
        end
        Item
          Alignment = tArightJustify
          FieldName = 'InvoiceBalance'
          Title.Alignment = taCenter
          Title.Caption = '有票应付期初余额'
          Width = 117
        end
        Item
          Alignment = tArightJustify
          FieldName = 'NoInviceBalance'
          Title.Alignment = taCenter
          Title.Caption = '未开票应付期初余额'
          Width = 124
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 328
    Top = 0
  end
  inherited ActionList: TActionList
    Left = 432
    Top = 0
    inherited Act_Print: TAction
      OnExecute = Act_PrintExecute
    end
    inherited Act_Preview: TAction
      OnExecute = Act_PreviewExecute
    end
    inherited Act_Excel: TAction
      OnExecute = Act_ExcelExecute
    end
  end
  object DataSource1: TDataSource
    DataSet = AdoQry_Main
    Left = 226
    Top = 2
  end
  object ExtPrintReport1: 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 = 482
    Top = 10
  end
  object AdoQry_Main: TAdoQuery
    Parameters = <>
    Left = 274
    Top = 2
  end
end

⌨️ 快捷键说明

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