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

📄 pdykcx1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
📖 第 1 页 / 共 2 页
字号:
      Top = 40
      Width = 121
      Height = 20
      TabOrder = 4
    end
    object Edit4: TEdit
      Left = 260
      Top = 40
      Width = 121
      Height = 20
      TabOrder = 5
    end
    object Button3: TButton
      Left = 518
      Top = 38
      Width = 58
      Height = 25
      Caption = 'Excel'
      TabOrder = 6
      OnClick = Button3Click
    end
  end
  object Query1: TADOQuery
    Connection = MainForm.ADOConnection1
    CursorType = ctStatic
    Parameters = <
      item
        Name = 'spname'
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 50
        Value = '%'
      end
      item
        Name = 'spcode'
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 15
        Value = '%'
      end
      item
        Name = 'ckcode'
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 5
        Value = '%'
      end
      item
        Name = 'barcode'
        Attributes = [paNullable]
        DataType = ftString
        NumericScale = 255
        Precision = 255
        Size = 20
        Value = '%'
      end>
    SQL.Strings = (
      'select * from pdykcx_v'
      'where spname like :spname'
      'and spcode like :spcode'
      'and ckcode like :ckcode'
      'and barcode like :barcode')
    Left = 168
    Top = 160
    object Query1ckcode: TStringField
      DisplayLabel = '仓库编码'
      FieldName = 'ckcode'
      Size = 5
    end
    object Query1ckname: TStringField
      DisplayLabel = '仓库名称'
      FieldName = 'ckname'
      Size = 200
    end
    object Query1spcode: TStringField
      DisplayLabel = '商品编码'
      FieldName = 'spcode'
      Size = 15
    end
    object Query1spname: TStringField
      DisplayLabel = '商品名称'
      FieldName = 'spname'
      Size = 50
    end
    object Query1jldw: TStringField
      DisplayLabel = '单位'
      FieldName = 'jldw'
      Size = 10
    end
    object Query1lb: TStringField
      DisplayLabel = '类别'
      FieldName = 'lb'
    end
    object Query1bzgg: TBCDField
      DisplayLabel = '包装'
      FieldName = 'bzgg'
      Precision = 18
      Size = 0
    end
    object Query1barcode: TStringField
      DisplayLabel = '条形码'
      FieldName = 'barcode'
    end
    object Query1zcsl: TBCDField
      DisplayLabel = '账存数量'
      FieldName = 'zcsl'
      Precision = 18
      Size = 0
    end
    object Query1zcje: TBCDField
      DisplayLabel = '账存金额'
      FieldName = 'zcje'
      ReadOnly = True
      Precision = 32
      Size = 2
    end
    object Query1spsl: TBCDField
      DisplayLabel = '实盘数量'
      FieldName = 'spsl'
      Precision = 18
      Size = 0
    end
    object Query1spje: TBCDField
      DisplayLabel = '实盘金额'
      FieldName = 'spje'
      ReadOnly = True
      Precision = 32
      Size = 2
    end
    object Query1yksl: TBCDField
      DisplayLabel = '盈亏数量'
      FieldName = 'yksl'
      Precision = 18
      Size = 0
    end
    object Query1ykje: TBCDField
      DisplayLabel = '盈亏金额'
      FieldName = 'ykje'
      ReadOnly = True
      Precision = 32
      Size = 2
    end
    object Query1jhj: TBCDField
      DisplayLabel = '成本价'
      FieldName = 'jhj'
      Precision = 18
      Size = 2
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 208
    Top = 136
  end
  object dxComponentPrinter1: TdxComponentPrinter
    CurrentLink = dxComponentPrinter1Link1
    DateFormat = 2
    PreviewOptions.Caption = '盘点盈亏表'
    PreviewOptions.RegistryPath = 'Software\Developer Express\PrintingSystem\DesignTime'
    PreviewOptions.WindowState = wsMaximized
    PrintTitle = '盘点盈亏表'
    Left = 304
    Top = 248
    object dxComponentPrinter1Link1: TdxDBGridReportLink
      Active = True
      Component = dxDBGrid1
      DateTime = 37791.5457819444
      DesignerHelpContext = 0
      PrinterPage.CenterOnPageH = True
      PrinterPage.DMPaper = 256
      PrinterPage.Footer = 6350
      PrinterPage.Header = 6350
      PrinterPage.Margins.Bottom = 12700
      PrinterPage.Margins.Left = 12700
      PrinterPage.Margins.Right = 12700
      PrinterPage.Margins.Top = 12700
      PrinterPage.PageFooter.Font.Charset = DEFAULT_CHARSET
      PrinterPage.PageFooter.Font.Color = clWindowText
      PrinterPage.PageFooter.Font.Height = -11
      PrinterPage.PageFooter.Font.Name = 'Tahoma'
      PrinterPage.PageFooter.Font.Style = []
      PrinterPage.PageHeader.Font.Charset = DEFAULT_CHARSET
      PrinterPage.PageHeader.Font.Color = clWindowText
      PrinterPage.PageHeader.Font.Height = -11
      PrinterPage.PageHeader.Font.Name = 'Tahoma'
      PrinterPage.PageHeader.Font.Style = []
      PrinterPage.PageHeader.LeftTitle.Strings = (
        '【思微软件】')
      PrinterPage.PageHeader.RightTitle.Strings = (
        '第[Page #]页共[Total Pages]页')
      PrinterPage.PageSize.X = 215900
      PrinterPage.PageSize.Y = 279400
      PrinterPage.ScaleMode = smFit
      PrinterPage._dxMeasurementUnits_ = 0
      PrinterPage._dxLastMU_ = 2
      ReportTitle.Font.Charset = GB2312_CHARSET
      ReportTitle.Font.Color = clWindowText
      ReportTitle.Font.Height = -19
      ReportTitle.Font.Name = '宋体'
      ReportTitle.Font.Style = [fsBold, fsUnderline]
      ReportTitle.Text = '盘点盈亏表'
      ShrinkToPageWidth = True
      AutoNodesExpand = True
      BandFont.Charset = DEFAULT_CHARSET
      BandFont.Color = clWindowText
      BandFont.Height = -11
      BandFont.Name = 'Times New Roman'
      BandFont.Style = []
      Color = 12639424
      EvenColor = 10930928
      EvenFont.Charset = DEFAULT_CHARSET
      EvenFont.Color = clWindowText
      EvenFont.Height = -11
      EvenFont.Name = 'Times New Roman'
      EvenFont.Style = []
      FixedTransparent = True
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Times New Roman'
      Font.Style = []
      FooterFont.Charset = DEFAULT_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -11
      FooterFont.Name = 'Times New Roman'
      FooterFont.Style = []
      GroupNodeFont.Charset = DEFAULT_CHARSET
      GroupNodeFont.Color = clWindowText
      GroupNodeFont.Height = -11
      GroupNodeFont.Name = 'Times New Roman'
      GroupNodeFont.Style = []
      HeaderFont.Charset = DEFAULT_CHARSET
      HeaderFont.Color = clWindowText
      HeaderFont.Height = -11
      HeaderFont.Name = 'Times New Roman'
      HeaderFont.Style = []
      OddColor = 12639424
      OddFont.Charset = DEFAULT_CHARSET
      OddFont.Color = clWindowText
      OddFont.Height = -11
      OddFont.Name = 'Times New Roman'
      OddFont.Style = []
      Options = [tlpoBands, tlpoHeaders, tlpoFooters, tlpoRowFooters, tlpoPreview, tlpoPreviewGrid, tlpoGrid, tlpoFlatCheckMarks, tlpoSoft3D, tlpoRowFooterGrid]
      PreviewFont.Charset = DEFAULT_CHARSET
      PreviewFont.Color = clWindowText
      PreviewFont.Height = -11
      PreviewFont.Name = 'Times New Roman'
      PreviewFont.Style = []
      RowFooterFont.Charset = DEFAULT_CHARSET
      RowFooterFont.Color = clWindowText
      RowFooterFont.Height = -11
      RowFooterFont.Name = 'Times New Roman'
      RowFooterFont.Style = []
    end
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'xls'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 136
    Top = 176
  end
end

⌨️ 快捷键说明

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