overflowfrm.~dfm

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

~DFM
700
字号
      object Label11: TLabel
        Left = 580
        Top = 11
        Width = 60
        Height = 12
        Caption = #25253#28322#37329#39069#65306
      end
      object Label22: TLabel
        Left = 35
        Top = 11
        Width = 36
        Height = 12
        Caption = #22791#27880#65306
      end
      object Label9: TLabel
        Left = 408
        Top = 11
        Width = 60
        Height = 12
        Caption = #25253#28322#24635#25968#65306
      end
      object Label5: TLabel
        Left = 23
        Top = 40
        Width = 48
        Height = 12
        Caption = #21019#24314#32773#65306
      end
      object Label6: TLabel
        Left = 408
        Top = 40
        Width = 60
        Height = 12
        Caption = #21019#24314#26085#26399#65306
      end
      object RzDBLabel1: TRzDBLabel
        Left = 75
        Top = 34
        Width = 126
        Height = 20
        Font.Charset = GB2312_CHARSET
        Font.Color = clFuchsia
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        BorderInner = fsFlat
        DataField = 'Creater'
        DataSource = dsOverflow
      end
      object RzDBLabel2: TRzDBLabel
        Left = 469
        Top = 34
        Width = 148
        Height = 20
        Font.Charset = GB2312_CHARSET
        Font.Color = clFuchsia
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        BorderInner = fsFlat
        DataField = 'CreatTime'
        DataSource = dsOverflow
      end
      object RzDBEdit21: TRzDBEdit
        Tag = -1
        Left = 641
        Top = 6
        Width = 104
        Height = 20
        DataSource = dsOverflow
        DataField = 'GoodsSum'
        ReadOnly = True
        Alignment = taRightJustify
        Color = clWhite
        Ctl3D = True
        DisabledColor = clWhite
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        FrameHotStyle = fsFlat
        FrameVisible = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 0
      end
      object RzDBEdit10: TRzDBEdit
        Left = 75
        Top = 6
        Width = 310
        Height = 20
        DataSource = dsOverflow
        DataField = 'Remark'
        FrameHotStyle = fsFlat
        FrameVisible = True
        TabOrder = 1
      end
      object RzDBEdit4: TRzDBEdit
        Tag = -1
        Left = 469
        Top = 6
        Width = 96
        Height = 20
        DataSource = dsOverflow
        DataField = 'GoodsQty'
        ReadOnly = True
        Alignment = taRightJustify
        Color = clWhite
        Ctl3D = True
        DisabledColor = clWhite
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        FrameHotStyle = fsFlat
        FrameVisible = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 2
      end
    end
  end
  inherited TBBackground1: TTBBackground
    Left = 80
    Top = 224
  end
  inherited ImageList1: TImageList
    Left = 228
    Top = 200
  end
  inherited ActionList1: TActionList
    Top = 264
    inherited ActQuery: TModlAction
      OnExecute = ActQueryExecute
      ModuleFile = 'TFrmOverflowQuery'
    end
    inherited ActFieldLayout: TModlAction
      OnExecute = ActFieldLayoutExecute
    end
    inherited ActDataExport: TModlAction
      OnExecute = ActDataExportExecute
    end
    inherited ActBillTurn: TModlAction
      Visible = False
    end
  end
  inherited pMenuOthers: TPopupMenu
    Left = 292
    Top = 264
  end
  inherited ImgPopMenu: TImageList
    Left = 388
    Top = 248
  end
  object cdsOverflow: TckClientDataSet
    Aggregates = <>
    Params = <
      item
        DataType = ftString
        Name = 'BillNo'
        ParamType = ptInput
        Value = ' '
      end>
    ProviderName = 'dspOverflow'
    AfterScroll = cdsOverflowAfterScroll
    OnNewRecord = cdsOverflowNewRecord
    OnReconcileError = cdsOverflowReconcileError
    Left = 360
    Top = 320
    object cdsOverflowBillNo: TStringField
      FieldName = 'BillNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object cdsOverflowFDate: TDateTimeField
      FieldName = 'FDate'
    end
    object cdsOverflowDepotID: TIntegerField
      FieldName = 'DepotID'
    end
    object cdsOverflowDepotNo: TStringField
      FieldName = 'DepotNo'
      ProviderFlags = []
      OnChange = cdsOverflowDepotNoChange
      Size = 12
    end
    object cdsOverflowDepotName: TStringField
      FieldName = 'DepotName'
      ProviderFlags = []
    end
    object cdsOverflowInOutKind: TIntegerField
      FieldName = 'InOutKind'
    end
    object cdsOverflowEmpNo: TStringField
      FieldName = 'EmpNo'
      OnChange = cdsOverflowEmpNoChange
      Size = 8
    end
    object cdsOverflowName: TStringField
      FieldName = 'Name'
      ProviderFlags = []
      Size = 12
    end
    object cdsOverflowAudit: TStringField
      FieldName = 'Audit'
      Size = 8
    end
    object cdsOverflowGoodsQty: TBCDField
      FieldName = 'GoodsQty'
      Precision = 12
      Size = 3
    end
    object cdsOverflowGoodsSum: TBCDField
      FieldName = 'GoodsSum'
      Precision = 19
    end
    object cdsOverflowRemark: TStringField
      FieldName = 'Remark'
      Size = 40
    end
    object cdsOverflowTransfer: TBooleanField
      FieldName = 'Transfer'
    end
    object cdsOverflowCreater: TStringField
      FieldName = 'Creater'
      Size = 8
    end
    object cdsOverflowCreattime: TDateTimeField
      FieldName = 'Creattime'
    end
    object cdsOverflowMender: TStringField
      FieldName = 'Mender'
      Size = 8
    end
    object cdsOverflowGrup: TIntegerField
      FieldName = 'Grup'
    end
    object cdsOverflowadsOverflowDtl: TDataSetField
      FieldName = 'adsOverflowDtl'
    end
  end
  object cdsOverflowDtl: TckClientDataSet
    Aggregates = <>
    DataSetField = cdsOverflowadsOverflowDtl
    Params = <>
    BeforeInsert = cdsOverflowDtlBeforeInsert
    AfterPost = cdsOverflowDtlAfterPost
    AfterDelete = cdsOverflowDtlAfterPost
    OnNewRecord = cdsOverflowDtlNewRecord
    Left = 352
    Top = 384
    object cdsOverflowDtlBillNo: TStringField
      FieldName = 'BillNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object cdsOverflowDtlItemNo: TIntegerField
      FieldName = 'ItemNo'
      ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
    end
    object cdsOverflowDtlGoodsID: TStringField
      FieldName = 'GoodsID'
      OnChange = cdsOverflowDtlGoodsIDChange
      Size = 16
    end
    object cdsOverflowDtlName: TStringField
      FieldName = 'Name'
      ProviderFlags = []
      Size = 24
    end
    object cdsOverflowDtlSpecs: TStringField
      FieldName = 'Specs'
      ProviderFlags = []
    end
    object cdsOverflowDtlDoseType: TStringField
      FieldName = 'DoseType'
      ProviderFlags = []
      Size = 16
    end
    object cdsOverflowDtlPdcAddr: TStringField
      FieldName = 'PdcAddr'
      ProviderFlags = []
      Size = 12
    end
    object cdsOverflowDtlMaker: TStringField
      FieldName = 'Maker'
      ProviderFlags = []
      Size = 12
    end
    object cdsOverflowDtlUnit: TStringField
      FieldName = 'Unit'
      Size = 8
    end
    object cdsOverflowDtlQty: TBCDField
      FieldName = 'Qty'
      OnChange = cdsOverflowDtlPriceChange
      Precision = 12
      Size = 3
    end
    object cdsOverflowDtlPrice: TFloatField
      FieldName = 'Price'
      OnChange = cdsOverflowDtlPriceChange
      Precision = 19
      Size = 6
    end
    object cdsOverflowDtlAmount: TBCDField
      FieldName = 'Amount'
      Precision = 19
    end
    object cdsOverflowDtlBerthNo: TStringField
      FieldName = 'BerthNo'
      Size = 8
    end
    object cdsOverflowDtlGroupNo: TIntegerField
      FieldName = 'GroupNo'
    end
    object cdsOverflowDtlBatchNo: TStringField
      FieldName = 'BatchNo'
      Size = 12
    end
    object cdsOverflowDtlValidDate: TDateTimeField
      FieldName = 'ValidDate'
    end
    object cdsOverflowDtlProvNo: TStringField
      FieldName = 'ProvNo'
      Size = 8
    end
    object cdsOverflowDtlProvName: TStringField
      FieldName = 'ProvName'
      ProviderFlags = []
    end
    object cdsOverflowDtlQualityState: TStringField
      FieldName = 'QualityState'
      Size = 40
    end
  end
  object dsOverflowDtl: TDataSource
    DataSet = cdsOverflowDtl
    Left = 459
    Top = 376
  end
  object dsOverflow: TDataSource
    DataSet = cdsOverflow
    Left = 451
    Top = 304
  end
end

⌨️ 快捷键说明

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