refund.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 559 行

DFM
559
字号
inherited frmRefund: TfrmRefund
  Left = 63
  Top = 156
  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 sgRefund: 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 = sgRefundClick
    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 = 237
      Top = 96
      Width = 36
      Height = 12
      Caption = '客户:'
    end
    object Label20: TLabel
      Left = 234
      Top = 16
      Width = 60
      Height = 12
      Caption = '来源类型:'
    end
    object Label4: TLabel
      Left = 26
      Top = 121
      Width = 60
      Height = 12
      Caption = '退款原因:'
    end
    object Label14: TLabel
      Left = 26
      Top = 96
      Width = 60
      Height = 12
      Caption = '收款单号:'
    end
    object seRefundCode: TSDEdit
      Left = 89
      Top = 13
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seRefundCode'
      OnExit = seRefundCodeExit
      SplitSymbol = ' | '
    end
    object memRefundDesc: TMemo
      Left = 20
      Top = 355
      Width = 365
      Height = 42
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memRefundDesc')
      ParentCtl3D = False
      TabOrder = 10
    end
    object scRefundClient: TSDComboBox
      Left = 276
      Top = 91
      Width = 117
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 5
      OnChange = scRefundClientChange
      KeyItem = cbItem2
    end
    object seRefundFmonth: TSDEdit
      Left = 91
      Top = 38
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seRefundFmonth'
      SplitSymbol = ' | '
    end
    object deRefundDate: TDateEdit
      Left = 93
      Top = 68
      Width = 133
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-04'
      InitDate = '2003-04-04 15:20:37'
      ModalResult = 0
      TabOrder = 3
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object GroupBox1: TGroupBox
      Left = 20
      Top = 142
      Width = 364
      Height = 49
      Caption = '来源出纳账'
      TabOrder = 7
      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 seRefundFbbCac: TSDEdit
        Left = 68
        Top = 16
        Width = 113
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
        Text = 'seRefundFbbCac'
        CharType = ctMathematic
        OnButtonClick = seRefundFbbCacButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seRefundFbbNo: TSDEdit
        Left = 252
        Top = 16
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 1
        Text = 'seRefundFbbNo'
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
    end
    object scRefundFrom: TSDComboBox
      Left = 294
      Top = 9
      Width = 98
      Height = 20
      TabStop = False
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      OnClick = scRefundFromClick
      KeyItem = cbItem2
    end
    object GroupBox2: TGroupBox
      Left = 20
      Top = 289
      Width = 364
      Height = 49
      Caption = '参考金额'
      Enabled = False
      TabOrder = 9
      object Label21: TLabel
        Left = 6
        Top = 24
        Width = 60
        Height = 12
        Caption = '核销金额:'
        Enabled = False
      end
      object seRefundCAmt: TSDEdit
        Left = 68
        Top = 18
        Width = 113
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = 'seRefundCAmt'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
    end
    object GroupBox3: TGroupBox
      Left = 20
      Top = 196
      Width = 364
      Height = 85
      Caption = '退款详细资料'
      TabOrder = 8
      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 seRefundAmt: TSDEdit
        Left = 67
        Top = 17
        Width = 111
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = 'seRefundAmt'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object seRefundEnrate: TSDEdit
        Left = 251
        Top = 36
        Width = 92
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'seRefundEnrate'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object seRefundSettleCode: TSDEdit
        Left = 251
        Top = 58
        Width = 92
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        Text = 'seRefundSettleCode'
        SplitSymbol = ' | '
      end
      object scRefundCurrency: TSDComboBox
        Left = 71
        Top = 36
        Width = 109
        Height = 20
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 3
        OnClick = scRefundCurrencyClick
        KeyItem = cbItem2
      end
      object scRefundSettleMode: TSDComboBox
        Left = 71
        Top = 59
        Width = 109
        Height = 20
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 4
        KeyItem = cbItem2
      end
    end
    object scRefundRfr: TSDComboBox
      Left = 92
      Top = 118
      Width = 221
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      KeyItem = cbItem2
    end
    object seRefundArrb: TSDEdit
      Left = 90
      Top = 94
      Width = 138
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seRefundArrb'
      OnButtonClick = seRefundArrbButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    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 lblRefundChecker: TLabel
      Left = 155
      Top = 7
      Width = 73
      Height = 12
      AutoSize = False
      Caption = 'lblRefundChecker'
    end
    object lblRefundCheckDate: TLabel
      Left = 291
      Top = 6
      Width = 102
      Height = 12
      AutoSize = False
      Caption = 'lblRefundCheckDate'
    end
    object lblRefundUser: TLabel
      Left = 625
      Top = 7
      Width = 85
      Height = 12
      AutoSize = False
      Caption = 'lblRefundUser'
    end
    object scRefundState: TSDComboBox
      Left = 459
      Top = 4
      Width = 107
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      KeyItem = cbItem2
    end
    object chkRefundCheck: 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 + =
减小字号Ctrl + -
显示快捷键?