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

📄 dfm_sstoin.dfm

📁 仓库管理系统 仓库管理系统
💻 DFM
📖 第 1 页 / 共 3 页
字号:
            Title.Caption = #36827#36135#21333#21495
          end
          item
            EditButtons = <>
            FieldName = 'spbh'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #21830#21697#32534#30721
            Width = 84
          end
          item
            EditButtons = <>
            FieldName = 'sl'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #25968#37327
          end
          item
            EditButtons = <>
            FieldName = 'cname'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #36135#21697#21517#31216
            Width = 165
          end
          item
            EditButtons = <>
            FieldName = 'cinceptbra'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #25910#36135#37096#38376
            Width = 76
          end
          item
            EditButtons = <>
            FieldName = 'csendbra'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #21457#36135#37096#38376
            Width = 79
          end
          item
            EditButtons = <>
            FieldName = 'cdate'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #26085#26399
            Width = 79
          end
          item
            EditButtons = <>
            FieldName = 'cuser'
            Footers = <>
            Title.Alignment = taCenter
            Title.Caption = #25805#20316#21592
          end>
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 240
    Top = 72
  end
  object ADOQuery1: TADOQuery
    Connection = dmRainbowMIS.adopos
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from t_stoin')
    Left = 272
    Top = 72
  end
  object ADOTable1: TADOTable
    Connection = dmRainbowMIS.adopos
    TableName = 't_branch'
    Left = 368
    Top = 72
  end
  object ADOTable2: TADOTable
    Connection = dmRainbowMIS.adopos
    TableName = 't_label'
    Left = 400
    Top = 72
  end
  object DataSource2: TDataSource
    DataSet = Aqrystinno
    Left = 240
    Top = 128
  end
  object Aqrystinno: TADOQuery
    Active = True
    Connection = dmRainbowMIS.adopos
    CursorType = ctStatic
    Parameters = <
      item
        Name = 'vstinno'
        Attributes = [paNullable]
        DataType = ftFixedChar
        NumericScale = 255
        Precision = 255
        Size = 510
        Value = Null
      end>
    SQL.Strings = (
      
        'SELECT t_stoin.cstinno, t_stoin.cdate, t_stoin.csendbra, t_stoin' +
        '.cinceptbra, t_stoin.spbh, t_stoin.sl, t_stoin.cuser, t_ware.lsj' +
        ', t_spec.cname'
      
        'FROM t_stoin INNER JOIN (t_spec INNER JOIN t_ware ON (t_spec.cla' +
        'bel = t_ware.clabel) AND (t_spec.cstyle = t_ware.flh)) ON t_stoi' +
        'n.spbh = t_ware.spbh'
      'where t_stoin.cstinno=:vstinno')
    Left = 272
    Top = 128
  end
  object ppDBPipeline1: TppDBPipeline
    DataSource = DataSource2
    UserName = 'DBPipeline1'
    Left = 368
    Top = 128
    object ppDBPipeline1ppField1: TppField
      FieldAlias = 'cstinno'
      FieldName = 'cstinno'
      FieldLength = 0
      DisplayWidth = 0
      Position = 0
    end
    object ppDBPipeline1ppField2: TppField
      FieldAlias = 'cdate'
      FieldName = 'cdate'
      FieldLength = 0
      DataType = dtDateTime
      DisplayWidth = 18
      Position = 1
    end
    object ppDBPipeline1ppField3: TppField
      FieldAlias = 'csendbra'
      FieldName = 'csendbra'
      FieldLength = 6
      DisplayWidth = 6
      Position = 2
    end
    object ppDBPipeline1ppField4: TppField
      FieldAlias = 'cinceptbra'
      FieldName = 'cinceptbra'
      FieldLength = 6
      DisplayWidth = 6
      Position = 3
    end
    object ppDBPipeline1ppField5: TppField
      FieldAlias = 'spbh'
      FieldName = 'spbh'
      FieldLength = 23
      DisplayWidth = 23
      Position = 4
    end
    object ppDBPipeline1ppField6: TppField
      Alignment = taRightJustify
      FieldAlias = 'sl'
      FieldName = 'sl'
      FieldLength = 0
      DataType = dtInteger
      DisplayWidth = 10
      Position = 5
    end
    object ppDBPipeline1ppField7: TppField
      FieldAlias = 'cuser'
      FieldName = 'cuser'
      FieldLength = 10
      DisplayWidth = 10
      Position = 6
    end
    object ppDBPipeline1ppField8: TppField
      Alignment = taRightJustify
      FieldAlias = 'lsj'
      FieldName = 'lsj'
      FieldLength = 4
      DataType = dtDouble
      DisplayWidth = 20
      Position = 7
    end
    object ppDBPipeline1ppField9: TppField
      FieldAlias = 'cname'
      FieldName = 'cname'
      FieldLength = 20
      DisplayWidth = 20
      Position = 8
    end
  end
  object ppReport1: TppReport
    AutoStop = False
    DataPipeline = ppDBPipeline1
    PrinterSetup.BinName = 'Default'
    PrinterSetup.DocumentName = 'Report'
    PrinterSetup.PaperName = 'Letter'
    PrinterSetup.PrinterName = 'Default'
    PrinterSetup.mmMarginBottom = 6350
    PrinterSetup.mmMarginLeft = 6350
    PrinterSetup.mmMarginRight = 6350
    PrinterSetup.mmMarginTop = 6350
    PrinterSetup.mmPaperHeight = 279401
    PrinterSetup.mmPaperWidth = 215900
    PrinterSetup.PaperSize = 1
    DeviceType = 'Screen'
    Left = 400
    Top = 128
    Version = '6.02'
    mmColumnWidth = 0
    DataPipelineName = 'ppDBPipeline1'
    object ppHeaderBand1: TppHeaderBand
      mmBottomOffset = 0
      mmHeight = 27781
      mmPrintPosition = 0
      object ppLabel1: TppLabel
        UserName = 'Label1'
        Caption = #20837#24211#21333
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 16
        Font.Style = [fsBold]
        TextAlignment = taCentered
        Transparent = True
        mmHeight = 6350
        mmLeft = 91281
        mmTop = 2117
        mmWidth = 18521
        BandType = 0
      end
      object ppSystemVariable1: TppSystemVariable
        UserName = 'SystemVariable1'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 147902
        mmTop = 15875
        mmWidth = 22225
        BandType = 0
      end
      object ppLabel2: TppLabel
        UserName = 'Label2'
        Caption = #25171#21360#26085#26399#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 127794
        mmTop = 15875
        mmWidth = 19579
        BandType = 0
      end
      object ppLabel5: TppLabel
        UserName = 'Label5'
        Caption = #20837#24211#21333#21495#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 7673
        mmTop = 10319
        mmWidth = 19579
        BandType = 0
      end
      object ppLabel6: TppLabel
        UserName = 'Label6'
        Caption = #21457#36135#37096#38376#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 55298
        mmTop = 15875
        mmWidth = 19579
        BandType = 0
      end
      object ppLabel7: TppLabel
        UserName = 'Label7'
        Caption = #25910#36135#37096#38376#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 7408
        mmTop = 16140
        mmWidth = 19579
        BandType = 0
      end
      object ppShape1: TppShape
        UserName = 'Shape1'
        mmHeight = 6615
        mmLeft = 5027
        mmTop = 21167
        mmWidth = 167746
        BandType = 0
      end
      object ppLabel8: TppLabel
        UserName = 'Label8'
        Caption = #20837#24211#26085#26399#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4445
        mmLeft = 127529
        mmTop = 9790
        mmWidth = 19473
        BandType = 0
      end
      object ppLabel9: TppLabel
        UserName = 'Label9'
        Caption = #21830#21697#32534#30721
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 13494
        mmTop = 22490
        mmWidth = 15610
        BandType = 0
      end
      object ppLabel10: TppLabel
        UserName = 'Label10'
        Caption = #25968#37327
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 40481
        mmTop = 22225
        mmWidth = 7673
        BandType = 0
      end
      object ppLabel11: TppLabel
        UserName = 'Label11'
        Caption = #38646#21806#20215
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 59796
        mmTop = 22490
        mmWidth = 11642
        BandType = 0
      end
      object ppLabel12: TppLabel
        UserName = 'Label12'
        Caption = #21830#21697#21517#31216
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Name = #23435#20307
        Font.Size = 11
        Font.Style = []
        Transparent = True
        mmHeight = 4498
        mmLeft = 92604
        mmTop = 22490
        mmWidth = 15610
        BandType = 0
      end
      object ppLabel13: TppLabel

⌨️ 快捷键说明

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