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

📄 salesinfocenter.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
📖 第 1 页 / 共 5 页
字号:
              Style = csDropDownList
              Color = clWhite
              Ctl3D = False
              ItemHeight = 0
              ParentCtl3D = False
              TabOrder = 3
              KeyItem = cbItem2
            end
          end
          object GroupBox4: TGroupBox
            Left = 13
            Top = 18
            Width = 249
            Height = 114
            Caption = '财务信息'
            TabOrder = 0
            object Label32: TLabel
              Left = 8
              Top = 58
              Width = 48
              Height = 12
              Caption = '税务号:'
            end
            object Label33: TLabel
              Left = 8
              Top = 32
              Width = 36
              Height = 12
              Caption = '税码:'
            end
            object Label34: TLabel
              Left = 8
              Top = 84
              Width = 48
              Height = 12
              Caption = '主币种:'
            end
            object scClientTaxCode: TSDComboBox
              Left = 53
              Top = 25
              Width = 161
              Height = 20
              Color = clWhite
              Ctl3D = False
              Font.Charset = GB2312_CHARSET
              Font.Color = clBlack
              Font.Height = -12
              Font.Name = '宋体'
              Font.Style = []
              ItemHeight = 0
              ParentCtl3D = False
              ParentFont = False
              TabOrder = 0
              Text = 'scClientTaxCode'
              KeyItem = cbItem2
            end
            object seClientTaxNo: TSDEdit
              Left = 53
              Top = 52
              Width = 161
              Height = 18
              Ctl3D = False
              Font.Charset = GB2312_CHARSET
              Font.Color = clBlack
              Font.Height = -12
              Font.Name = '宋体'
              Font.Style = []
              MaxLength = 30
              ParentColor = True
              ParentCtl3D = False
              ParentFont = False
              TabOrder = 1
              Text = 'seClientTaxNo'
              SplitSymbol = ' | '
            end
            object seClientCurrency: TSDEdit
              Left = 53
              Top = 79
              Width = 161
              Height = 18
              Ctl3D = False
              Font.Charset = GB2312_CHARSET
              Font.Color = clBlack
              Font.Height = -12
              Font.Name = '宋体'
              Font.Style = []
              MaxLength = 17
              ParentColor = True
              ParentCtl3D = False
              ParentFont = False
              TabOrder = 2
              Text = 'seClientCurrency'
              KeyItem = cbItem2
              DispItem = cbItem1
              SplitSymbol = ' | '
            end
          end
        end
        object FloatPanel3: TFloatPanel
          Left = 558
          Top = 0
          Width = 215
          Height = 414
          Align = alRight
          Color = clWhite
          Caption = 'FloatPanel3'
          ParentColor = False
          TabOrder = 2
          object Label35: TLabel
            Left = 15
            Top = 177
            Width = 84
            Height = 12
            Caption = '最后交易日期:'
          end
          object deClientLtDate: TLabel
            Left = 105
            Top = 176
            Width = 84
            Height = 12
            Caption = 'deClientLtDate'
          end
          object lbClientLtAmt: TLabel
            Left = 105
            Top = 206
            Width = 78
            Height = 12
            Caption = 'lbClientLtAmt'
          end
          object Label36: TLabel
            Left = 15
            Top = 205
            Width = 84
            Height = 12
            Caption = '最后交易金额:'
          end
          object Label37: TLabel
            Left = 15
            Top = 235
            Width = 84
            Height = 12
            Caption = '最后付款日期:'
          end
          object Label38: TLabel
            Left = 15
            Top = 265
            Width = 84
            Height = 12
            Caption = '最后付款金额:'
          end
          object lbClientLrAmt: TLabel
            Left = 105
            Top = 265
            Width = 78
            Height = 12
            Caption = 'lbClientLrAmt'
          end
          object deClientLrDate: TLabel
            Left = 105
            Top = 236
            Width = 84
            Height = 12
            Caption = 'deClientLrDate'
          end
          object Label39: TLabel
            Left = 15
            Top = 295
            Width = 84
            Height = 12
            Caption = '最大拖欠天数:'
          end
          object lbClientLmDays: TLabel
            Left = 105
            Top = 295
            Width = 84
            Height = 12
            Caption = 'lbClientLmDays'
          end
          object Label40: TLabel
            Left = 15
            Top = 71
            Width = 60
            Height = 12
            Caption = '交易次数:'
          end
          object lbClientFreq: TLabel
            Left = 105
            Top = 72
            Width = 72
            Height = 12
            Caption = 'lbClientFreq'
          end
          object lbClientAreaCode: TLabel
            Left = 105
            Top = 26
            Width = 96
            Height = 12
            Caption = 'lbClientAreaCode'
          end
          object Label41: TLabel
            Left = 15
            Top = 25
            Width = 60
            Height = 12
            Caption = '地区代码:'
          end
          object Label42: TLabel
            Left = 15
            Top = 114
            Width = 72
            Height = 12
            Caption = '应收款余额:'
          end
          object lbClientArAmt: TLabel
            Left = 105
            Top = 114
            Width = 78
            Height = 12
            Caption = 'lbClientArAmt'
          end
          object Shape1: TShape
            Left = 11
            Top = 149
            Width = 188
            Height = 2
          end
          object Shape2: TShape
            Left = 11
            Top = 97
            Width = 188
            Height = 2
          end
          object Shape3: TShape
            Left = 11
            Top = 45
            Width = 188
            Height = 2
          end
        end
      end
    end
  end
  inherited sbBar: TStatusBar
    Top = 513
    Width = 781
    Height = 19
  end
  object GroupBox1: TGroupBox
    Left = 6
    Top = 20
    Width = 770
    Height = 64
    Anchors = [akLeft, akTop, akRight]
    TabOrder = 2
    object Label1: TLabel
      Left = 7
      Top = 21
      Width = 60
      Height = 12
      Caption = '客户编码:'
    end
    object Label2: TLabel
      Left = 201
      Top = 20
      Width = 60
      Height = 12
      Caption = '客户名称:'
    end
    object Label5: TLabel
      Left = 201
      Top = 45
      Width = 60
      Height = 12
      Caption = '客户分类:'
    end
    object Label6: TLabel
      Left = 17
      Top = 45
      Width = 48
      Height = 12
      Caption = '主币种:'
    end
    object Label8: TLabel
      Left = 597
      Top = 45
      Width = 48
      Height = 12
      Caption = '订单量:'
    end
    object Label10: TLabel
      Left = 590
      Top = 18
      Width = 60
      Height = 12
      Caption = '销售类型:'
    end
    object Label3: TLabel
      Left = 394
      Top = 44
      Width = 84
      Height = 12
      Caption = '结束单据日期:'
    end
    object Label4: TLabel
      Left = 393
      Top = 17
      Width = 84
      Height = 12
      Caption = '起始单据日期:'
    end
    object seClientCode: TSDEdit
      Left = 67
      Top = 13
      Width = 126
      Height = 20
      Color = clWhite
      TabOrder = 0
      OnExit = seClientCodeExit
      SplitSymbol = ' | '
    end
    object seClientName: TSDEdit
      Left = 257
      Top = 14
      Width = 129
      Height = 20
      Color = clWhite
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object seClientType: TSDEdit
      Left = 257
      Top = 41
      Width = 130
      Height = 20
      Color = clWhite
      ReadOnly = True
      TabOrder = 2
      SplitSymbol = ' | '
    end
    object seMainCurrency: TSDEdit
      Left = 67
      Top = 41
      Width = 127
      Height = 20
      Color = clWhite
      ReadOnly = True
      TabOrder = 3
      DigLen = 4
      CharType = ctNumeric
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object seClientSmode: TSDEdit
      Left = 648
      Top = 14
      Width = 113
      Height = 20
      Color = clWhite
      ReadOnly = True
      TabOrder = 4
      DigLen = 4
      CharType = ctNumeric
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object seMaccFopQty: TSDEdit
      Left = 648
      Top = 40
      Width = 113
      Height = 20
      Color = clWhite
      ReadOnly = True
      TabOrder = 5
      DigLen = 4
      CharType = ctNumeric
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object deEBillDate: TDateEdit
      Left = 475
      Top = 41
      Width = 109
      Height = 18
      LineOffset = 2
      LineColor = clBlack
      LineVisible = False
      DefaultToday = True
      CDate = '2003-03-19'
      InitDate = '2003-03-19'
      ModalResult = 0
      ReadOnly = True
      TabOrder = 6
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
      OnChange = deEBillDateChange
      CanEnterTab = False
    end
    object deSBillDate: TDateEdit
      Left = 474
      Top = 14
      Width = 109
      Height = 18
      LineOffset = 2
      LineColor = clBlack
      LineVisible = False
      DefaultToday = True
      CDate = '2003-03-19'
      InitDate = '2003-03-19'
      ModalResult = 0
      ReadOnly = True
      TabOrder = 7
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
      OnChange = deSBillDateChange
      CanEnterTab = False
    end
  end
end

⌨️ 快捷键说明

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