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

📄 ba230report.dfm

📁 利用delhpi 开发的一个关于零售业进销管理系统
💻 DFM
字号:
inherited qrBA230: TqrBA230
  Functions.DATA = (
    '0'
    '0'
    #39#39)
  Page.Values = (
    50
    2970
    50
    2100
    50
    50
    0)
  inherited bdPageHeader: TQRBand
    Size.Values = (
      280.458333333333
      2000.25)
    inherited CompanyName: TQRLabel
      Size.Values = (
        66.1458333333333
        838.729166666667
        0
        322.791666666667)
      FontSize = 16
    end
    inherited QRSysData1: TQRSysData
      Width = 71
      Size.Values = (
        44.9791666666667
        1778
        52.9166666666667
        187.854166666667)
      FontSize = 10
    end
    inherited QRSysData2: TQRSysData
      Width = 8
      Size.Values = (
        44.9791666666667
        1778
        105.833333333333
        21.1666666666667)
      FontSize = 10
    end
    inherited QRLabel1: TQRLabel
      Size.Values = (
        44.9791666666667
        1598.08333333333
        52.9166666666667
        158.75)
      FontSize = 10
    end
    inherited QRLabel2: TQRLabel
      Size.Values = (
        44.9791666666667
        1598.08333333333
        105.833333333333
        89.9583333333333)
      FontSize = 10
    end
    inherited ReportName: TQRLabel
      Left = 272
      Width = 211
      Size.Values = (
        58.2083333333333
        719.666666666667
        63.5
        558.270833333333)
      Caption = #20379#25033#21830#39006#21029#32232#34399#23565#29031#34920
      FontSize = 16
    end
    inherited QRLabel4: TQRLabel
      Size.Values = (
        44.9791666666667
        1598.08333333333
        0
        150.8125)
      FontSize = 10
    end
    inherited QRLabel5: TQRLabel
      Width = 40
      Size.Values = (
        44.9791666666667
        1778
        0
        105.833333333333)
      Caption = 'BA230'
      FontSize = 10
    end
    object QRLabel6: TQRLabel
      Left = 4
      Top = 84
      Width = 92
      Height = 17
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Size.Values = (
        44.9791666666667
        10.5833333333333
        222.25
        243.416666666667)
      Alignment = taLeftJustify
      AlignToBand = False
      AutoSize = True
      AutoStretch = False
      Caption = #20379#25033#21830#39006#21029#32232#34399
      Color = clWhite
      Transparent = False
      WordWrap = True
      FontSize = 10
    end
    object QRLabel7: TQRLabel
      Left = 104
      Top = 84
      Width = 92
      Height = 17
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Size.Values = (
        44.9791666666667
        275.166666666667
        222.25
        243.416666666667)
      Alignment = taLeftJustify
      AlignToBand = False
      AutoSize = True
      AutoStretch = False
      Caption = #20379#25033#21830#39006#21029#21517#31281
      Color = clWhite
      Transparent = False
      WordWrap = True
      FontSize = 10
    end
  end
  inherited bgDetail: TQRBand
    Size.Values = (
      60.8541666666667
      2000.25)
    object QRDBText1: TQRDBText
      Left = 4
      Top = 4
      Width = 88
      Height = 17
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Size.Values = (
        44.9791666666667
        10.5833333333333
        10.5833333333333
        232.833333333333)
      Alignment = taLeftJustify
      AlignToBand = False
      AutoSize = True
      AutoStretch = False
      Color = clWhite
      DataSet = qyReport
      DataField = 'SupplierTypeID'
      Transparent = False
      WordWrap = True
      FontSize = 10
    end
    object QRDBText2: TQRDBText
      Left = 104
      Top = 4
      Width = 110
      Height = 17
      Frame.Color = clBlack
      Frame.DrawTop = False
      Frame.DrawBottom = False
      Frame.DrawLeft = False
      Frame.DrawRight = False
      Size.Values = (
        44.9791666666667
        275.166666666667
        10.5833333333333
        291.041666666667)
      Alignment = taLeftJustify
      AlignToBand = False
      AutoSize = True
      AutoStretch = False
      Color = clWhite
      DataSet = qyReport
      DataField = 'SupplierTypeName'
      Transparent = False
      WordWrap = True
      FontSize = 10
    end
  end
  inherited bdPageFooter: TQRBand
    Size.Values = (
      105.833333333333
      2000.25)
    inherited QRLabel3: TQRLabel
      Size.Values = (
        44.9791666666667
        1651
        52.9166666666667
        82.0208333333333)
      FontSize = 10
    end
    inherited UserName: TQRLabel
      Size.Values = (
        44.9791666666667
        1746.25
        52.9166666666667
        164.041666666667)
      FontSize = 10
    end
  end
  inherited qyReport: TQuery
    BeforeOpen = qyReportBeforeOpen
    SQL.Strings = (
      'SELECT SupplierTypeID, SupplierTypeName'
      'FROM SupplierType'
      'WHERE CompanyID = :CompanyID'
      'AND SupplierTypeID >= :BeginSupplierTypeID'
      'AND SupplierTypeID <= :EndSupplierTypeID'
      'ORDER BY SupplierTypeID')
    ParamData = <
      item
        DataType = ftString
        Name = 'CompanyID'
        ParamType = ptUnknown
      end
      item
        DataType = ftString
        Name = 'BeginSupplierTypeID'
        ParamType = ptUnknown
      end
      item
        DataType = ftString
        Name = 'EndSupplierTypeID'
        ParamType = ptUnknown
      end>
    object qyReportSupplierTypeID: TStringField
      FieldName = 'SupplierTypeID'
      Origin = 'KINGSBYPRG.SupplierType.SupplierTypeID'
      FixedChar = True
      Size = 2
    end
    object qyReportSupplierTypeName: TStringField
      FieldName = 'SupplierTypeName'
      Origin = 'KINGSBYPRG.SupplierType.SupplierTypeName'
      FixedChar = True
      Size = 10
    end
  end
end

⌨️ 快捷键说明

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