goodspriceadjustfm.dfm

来自「群星医药系统源码」· DFM 代码 · 共 668 行 · 第 1/2 页

DFM
668
字号
            Title.Alignment = taCenter
            Width = 46
          end
          item
            EditButtons = <>
            FieldName = 'PdcAddr'
            Footers = <>
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 104
          end
          item
            EditButtons = <>
            FieldName = 'Maker'
            Footers = <>
            ReadOnly = True
            Title.Alignment = taCenter
          end
          item
            EditButtons = <>
            FieldName = 'PriceModeNo'
            Footers = <>
            ReadOnly = True
            Title.Alignment = taCenter
            Width = 90
          end
          item
            EditButtons = <>
            FieldName = 'ModeName'
            Footers = <>
            ReadOnly = True
            Title.Alignment = taCenter
          end
          item
            EditButtons = <>
            FieldName = 'Remark'
            Footers = <>
            Title.Alignment = taCenter
          end>
      end
    end
    inherited plFooter: TRzPanel
      Top = 473
      Width = 778
      Height = 32
      object Label7: TLabel
        Left = 8
        Top = 12
        Width = 36
        Height = 12
        Caption = #22791#27880#65306
      end
      object Label8: TLabel
        Left = 260
        Top = 13
        Width = 60
        Height = 12
        Caption = #35843#20215#21697#31181#65306
      end
      object RzLabel7: TRzLabel
        Left = 460
        Top = 12
        Width = 48
        Height = 12
        Caption = #21019#24314#32773#65306
      end
      object RzDBLabel1: TRzDBLabel
        Left = 508
        Top = 11
        Width = 65
        Height = 15
        Font.Charset = GB2312_CHARSET
        Font.Color = clGreen
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        DataField = 'Creater'
        DataSource = DsGoodsPriceAdjust
      end
      object RzLabel16: TRzLabel
        Left = 600
        Top = 12
        Width = 60
        Height = 12
        Caption = #21019#24314#26085#26399#65306
      end
      object RzDBLabel2: TRzDBLabel
        Left = 660
        Top = 11
        Width = 100
        Height = 14
        Font.Charset = GB2312_CHARSET
        Font.Color = clGreen
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        DataField = 'CreatTime'
        DataSource = DsGoodsPriceAdjust
      end
      object RzDBEdit1: TRzDBEdit
        Left = 48
        Top = 8
        Width = 197
        Height = 20
        DataSource = DsGoodsPriceAdjust
        DataField = 'Remark'
        FrameHotStyle = fsFlat
        FrameVisible = True
        TabOrder = 0
      end
      object RzDBEdit2: TRzDBEdit
        Left = 325
        Top = 8
        Width = 100
        Height = 20
        DataSource = DsGoodsPriceAdjust
        DataField = 'GoodsCount'
        Alignment = taRightJustify
        FrameHotStyle = fsFlat
        FrameVisible = True
        TabOrder = 1
      end
    end
  end
  inherited TBBackground1: TTBBackground
    Left = 260
    Top = 120
  end
  inherited ImageList1: TImageList
    Left = 296
    Top = 48
  end
  inherited ActionList1: TActionList
    Left = 260
    Top = 84
    inherited ActRevert: TModlAction
      Visible = False
    end
    inherited ActFieldLayout: TModlAction
      OnExecute = ActFieldLayoutExecute
    end
    inherited ActDataExport: TModlAction
      OnExecute = ActDataExportExecute
    end
    inherited ActBillTurn: TModlAction
      Visible = False
    end
  end
  inherited pMenuOthers: TPopupMenu
    Left = 260
    Top = 48
  end
  inherited ImgPopMenu: TImageList
    Left = 296
    Top = 84
  end
  object DComConn: TDCOMConnection
    ServerGUID = '{1E937629-61E3-4EF1-8A46-849FEBEC9A91}'
    ServerName = 'CkGoodsPriceAdjustSvr.CKGoodsPriceAdjust'
    Left = 229
    Top = 238
  end
  object cdsGoodsPriceAdjust: TckClientDataSet
    Aggregates = <>
    FetchOnDemand = False
    Params = <
      item
        DataType = ftString
        Name = 'BillNo'
        ParamType = ptInput
        Value = ' '
      end>
    ProviderName = 'DspGoodsPriceAdjust'
    RemoteServer = DComConn
    AfterOpen = cdsGoodsPriceAdjustAfterOpen
    AfterScroll = cdsGoodsPriceAdjustAfterScroll
    OnNewRecord = cdsGoodsPriceAdjustNewRecord
    OnReconcileError = cdsGoodsPriceAdjustReconcileError
    Left = 357
    Top = 238
    object cdsGoodsPriceAdjustBillNo: TStringField
      DisplayLabel = #21333#21495
      FieldName = 'BillNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object cdsGoodsPriceAdjustFDate: TDateTimeField
      FieldName = 'FDate'
    end
    object cdsGoodsPriceAdjustApplyDate: TDateTimeField
      FieldName = 'ApplyDate'
    end
    object cdsGoodsPriceAdjustEmpNo: TStringField
      FieldName = 'EmpNo'
      Size = 8
    end
    object cdsGoodsPriceAdjustAudit: TStringField
      FieldName = 'Audit'
      Size = 8
    end
    object cdsGoodsPriceAdjustGoodsCount: TIntegerField
      FieldName = 'GoodsCount'
    end
    object cdsGoodsPriceAdjustRemark: TStringField
      FieldName = 'Remark'
      Size = 100
    end
    object cdsGoodsPriceAdjustTransfer: TBooleanField
      FieldName = 'Transfer'
    end
    object cdsGoodsPriceAdjustExecuted: TBooleanField
      FieldName = 'Executed'
    end
    object cdsGoodsPriceAdjustCreater: TStringField
      FieldName = 'Creater'
      Size = 8
    end
    object cdsGoodsPriceAdjustCreatTime: TDateTimeField
      FieldName = 'CreatTime'
    end
    object cdsGoodsPriceAdjustMender: TStringField
      FieldName = 'Mender'
      Size = 8
    end
    object cdsGoodsPriceAdjustUpdateTime: TDateTimeField
      FieldName = 'UpdateTime'
    end
    object cdsGoodsPriceAdjustGrup: TIntegerField
      FieldName = 'Grup'
    end
    object cdsGoodsPriceAdjustAdsGoodsPriceAdjustDtl: TDataSetField
      FieldName = 'AdsGoodsPriceAdjustDtl'
    end
  end
  object DsGoodsPriceAdjust: TDataSource
    DataSet = cdsGoodsPriceAdjust
    Left = 485
    Top = 234
  end
  object CdsGoodsPriceAdjustdtl: TckClientDataSet
    Aggregates = <>
    DataSetField = cdsGoodsPriceAdjustAdsGoodsPriceAdjustDtl
    FetchOnDemand = False
    Params = <>
    BeforeInsert = CdsGoodsPriceAdjustdtlBeforeInsert
    BeforePost = CdsGoodsPriceAdjustdtlBeforePost
    AfterPost = CdsGoodsPriceAdjustdtlAfterPost
    OnNewRecord = CdsGoodsPriceAdjustdtlNewRecord
    Left = 357
    Top = 302
    object CdsGoodsPriceAdjustdtlBillNo: TStringField
      DisplayLabel = #21333#21495
      FieldName = 'BillNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object CdsGoodsPriceAdjustdtlItemNo: TIntegerField
      DisplayLabel = #39033#27425
      FieldName = 'ItemNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object CdsGoodsPriceAdjustdtlGoodsID: TStringField
      FieldName = 'GoodsID'
      OnChange = CdsGoodsPriceAdjustdtlGoodsIDChange
      Size = 16
    end
    object CdsGoodsPriceAdjustdtlName: TStringField
      FieldName = 'Name'
      ProviderFlags = []
      Size = 24
    end
    object CdsGoodsPriceAdjustdtlSpecs: TStringField
      FieldName = 'Specs'
      ProviderFlags = []
    end
    object CdsGoodsPriceAdjustdtlAbcKind: TStringField
      FieldName = 'AbcKind'
      ProviderFlags = []
      Size = 1
    end
    object CdsGoodsPriceAdjustdtlPdcAddr: TStringField
      FieldName = 'PdcAddr'
      ProviderFlags = []
      Size = 12
    end
    object CdsGoodsPriceAdjustdtlMaker: TStringField
      FieldName = 'Maker'
      ProviderFlags = []
      Size = 12
    end
    object CdsGoodsPriceAdjustdtlPriceModeNo: TIntegerField
      FieldName = 'PriceModeNo'
    end
    object CdsGoodsPriceAdjustdtlModeName: TStringField
      FieldName = 'ModeName'
      ProviderFlags = []
      Size = 16
    end
    object CdsGoodsPriceAdjustdtlOldPrice1: TBCDField
      FieldName = 'OldPrice1'
      Precision = 19
    end
    object CdsGoodsPriceAdjustdtlOldPrice2: TBCDField
      FieldName = 'OldPrice2'
      Precision = 19
    end
    object CdsGoodsPriceAdjustdtlNewPrice1: TBCDField
      FieldName = 'NewPrice1'
      Precision = 19
    end
    object CdsGoodsPriceAdjustdtlNewPrice2: TBCDField
      FieldName = 'NewPrice2'
      Precision = 19
    end
    object CdsGoodsPriceAdjustdtlRemark: TStringField
      FieldName = 'Remark'
      Size = 40
    end
  end
  object DsGoodsPriceAdjustdtl: TDataSource
    DataSet = CdsGoodsPriceAdjustdtl
    Left = 481
    Top = 302
  end
  object cdsTemp: TckClientDataSet
    Aggregates = <>
    Params = <>
    ProviderName = 'DspGoodsPriceAdjust'
    RemoteServer = DComConn
    Left = 611
    Top = 296
  end
end

⌨️ 快捷键说明

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