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

📄 prerb.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
字号:
inherited frmPreRb: TfrmPreRb
  Left = 34
  Top = 42
  Width = 729
  Height = 553
  Caption = '客户预收单'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 485
    Width = 721
  end
  inherited CoolBar1: TCoolBar
    Width = 721
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 721
      end>
    inherited tbMainBar: TToolBar
      Width = 708
      inherited tbCheck: TToolButton
        Visible = True
      end
    end
  end
  object sgPreRb: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 317
    Height = 409
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgPreRbClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '收款单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '客户'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '日期'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      79
      129
      84)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 317
    Top = 39
    Width = 404
    Height = 409
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 27
      Top = 17
      Width = 60
      Height = 12
      Caption = '预收单号:'
    end
    object Label2: TLabel
      Left = 27
      Top = 45
      Width = 60
      Height = 12
      Caption = '财务月份:'
    end
    object Label3: TLabel
      Left = 22
      Top = 340
      Width = 48
      Height = 12
      Caption = '备  注:'
    end
    object Label5: TLabel
      Left = 27
      Top = 73
      Width = 48
      Height = 12
      Caption = '日  期:'
    end
    object Label6: TLabel
      Left = 27
      Top = 97
      Width = 60
      Height = 12
      Caption = '客户名称:'
    end
    object Label20: TLabel
      Left = 231
      Top = 16
      Width = 60
      Height = 12
      Caption = '来源类型:'
    end
    object sePreRbCode: TSDEdit
      Left = 89
      Top = 13
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'sePreRbCode'
      OnExit = sePreRbCodeExit
      SplitSymbol = ' | '
    end
    object memPreRbDesc: TMemo
      Left = 20
      Top = 355
      Width = 365
      Height = 42
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memPreRbDesc')
      ParentCtl3D = False
      TabOrder = 8
    end
    object scPreRbClient: TSDComboBox
      Left = 93
      Top = 90
      Width = 220
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 4
      OnChange = scPreRbClientChange
      KeyItem = cbItem2
    end
    object sePreRbFmonth: TSDEdit
      Left = 91
      Top = 38
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'sePreRbFmonth'
      SplitSymbol = ' | '
    end
    object dePreRbDate: TDateEdit
      Left = 93
      Top = 68
      Width = 133
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-07'
      InitDate = '2003-04-07 14:28:44'
      ModalResult = 0
      TabOrder = 3
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object GroupBox1: TGroupBox
      Left = 20
      Top = 123
      Width = 364
      Height = 49
      Caption = '来源出纳账'
      TabOrder = 5
      object Label12: TLabel
        Left = 6
        Top = 22
        Width = 60
        Height = 12
        Caption = '出纳账号:'
      end
      object Label13: TLabel
        Left = 198
        Top = 22
        Width = 48
        Height = 12
        Caption = '流水号:'
      end
      object sePreRbFbbCac: TSDEdit
        Left = 68
        Top = 16
        Width = 113
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
        Text = 'sePreRbFbbCac'
        CharType = ctMathematic
        OnButtonClick = sePreRbFbbCacButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object sePreRbFbbNo: TSDEdit
        Left = 252
        Top = 16
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 1
        Text = 'sePreRbFbbNo'
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
    end
    object scPreRbFrom: TSDComboBox
      Left = 291
      Top = 9
      Width = 102
      Height = 20
      TabStop = False
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      OnClick = scPreRbFromClick
      KeyItem = cbItem2
    end
    object GroupBox2: TGroupBox
      Left = 20
      Top = 282
      Width = 364
      Height = 49
      Caption = '参考金额'
      Enabled = False
      TabOrder = 7
      object Label21: TLabel
        Left = 6
        Top = 24
        Width = 60
        Height = 12
        Caption = '核销金额:'
        Enabled = False
      end
      object Label22: TLabel
        Left = 188
        Top = 24
        Width = 60
        Height = 12
        Caption = '退款金额:'
        Enabled = False
      end
      object sePreRbCAmt: TSDEdit
        Left = 68
        Top = 18
        Width = 113
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = 'sePreRbCAmt'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object sePreRbBAmt: TSDEdit
        Left = 252
        Top = 18
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'sePreRbBAmt'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
    end
    object GroupBox3: TGroupBox
      Left = 20
      Top = 180
      Width = 364
      Height = 92
      Caption = '收款详细资料'
      TabOrder = 6
      object Label11: TLabel
        Left = 6
        Top = 20
        Width = 60
        Height = 12
        Caption = '预收金额:'
      end
      object Label10: TLabel
        Left = 197
        Top = 64
        Width = 48
        Height = 12
        Caption = '结算号:'
      end
      object Label8: TLabel
        Left = 197
        Top = 42
        Width = 48
        Height = 12
        Caption = '汇  率:'
      end
      object Label9: TLabel
        Left = 6
        Top = 65
        Width = 60
        Height = 12
        Caption = '结算方式:'
      end
      object Label7: TLabel
        Left = 7
        Top = 42
        Width = 48
        Height = 12
        Caption = '币  种:'
      end
      object sePreRbAmt: TSDEdit
        Left = 67
        Top = 17
        Width = 111
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = 'sePreRbAmt'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object sePreRbEnrate: TSDEdit
        Left = 251
        Top = 36
        Width = 92
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'sePreRbEnrate'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object sePreRbSettleCode: TSDEdit
        Left = 251
        Top = 58
        Width = 92
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        Text = 'sePreRbSettleCode'
        SplitSymbol = ' | '
      end
      object scPreRbCurrency: TSDComboBox
        Left = 71
        Top = 36
        Width = 109
        Height = 20
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 3
        OnClick = scPreRbCurrencyClick
        KeyItem = cbItem2
      end
      object scPreRbSettleMode: TSDComboBox
        Left = 71
        Top = 59
        Width = 109
        Height = 20
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 4
        KeyItem = cbItem2
      end
    end
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 448
    Width = 721
    Height = 37
    Align = alBottom
    Color = clWhite
    Enabled = False
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label16: TLabel
      Left = 408
      Top = 7
      Width = 36
      Height = 12
      Caption = '状态:'
    end
    object Label17: TLabel
      Left = 108
      Top = 7
      Width = 48
      Height = 12
      Caption = '审核人:'
    end
    object Label18: TLabel
      Left = 578
      Top = 7
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object Label19: TLabel
      Left = 231
      Top = 7
      Width = 60
      Height = 12
      Caption = '审核日期:'
    end
    object lblPreRbChecker: TLabel
      Left = 155
      Top = 7
      Width = 73
      Height = 12
      AutoSize = False
      Caption = 'lblPreRbChecker'
    end
    object lblPreRbCheckDate: TLabel
      Left = 291
      Top = 6
      Width = 102
      Height = 12
      AutoSize = False
      Caption = 'lblPreRbCheckDate'
    end
    object lblPreRbUser: TLabel
      Left = 625
      Top = 7
      Width = 85
      Height = 12
      AutoSize = False
      Caption = 'lblPreRbUser'
    end
    object scPreRbState: TSDComboBox
      Left = 459
      Top = 4
      Width = 107
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      KeyItem = cbItem2
    end
    object chkPreRbCheck: TCheckBox
      Left = 27
      Top = 7
      Width = 65
      Height = 17
      Caption = '单已审核'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 666
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 633
    Top = 2
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 563
    Top = 65535
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 595
    Top = 65535
  end
end

⌨️ 快捷键说明

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