arnr.dfm

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

DFM
526
字号
inherited frmArnr: TfrmArnr
  Left = 59
  Top = 42
  Width = 729
  Height = 524
  Caption = '应收票据'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 456
    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 sgArnr: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 317
    Height = 380
    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 = sgArnrClick
    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 = 380
    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 = 310
      Width = 48
      Height = 12
      Caption = '备  注:'
    end
    object Label5: TLabel
      Left = 27
      Top = 73
      Width = 36
      Height = 12
      Caption = '日期:'
    end
    object Label6: TLabel
      Left = 27
      Top = 100
      Width = 60
      Height = 12
      Caption = '客户名称:'
    end
    object Label4: TLabel
      Left = 27
      Top = 128
      Width = 60
      Height = 12
      Caption = '票据类型:'
    end
    object GroupBox1: TGroupBox
      Left = 19
      Top = 149
      Width = 366
      Height = 159
      Caption = '票据信息'
      TabOrder = 5
      object Label7: TLabel
        Left = 18
        Top = 29
        Width = 48
        Height = 12
        Caption = '币  种:'
      end
      object Label8: TLabel
        Left = 210
        Top = 25
        Width = 48
        Height = 12
        Caption = '汇  率:'
      end
      object Label9: TLabel
        Left = 17
        Top = 56
        Width = 60
        Height = 12
        Caption = '票面金额:'
      end
      object Label10: TLabel
        Left = 17
        Top = 83
        Width = 60
        Height = 12
        Caption = '票面利率:'
      end
      object Label11: TLabel
        Left = 197
        Top = 83
        Width = 60
        Height = 12
        Caption = '到期利率:'
      end
      object Label12: TLabel
        Left = 17
        Top = 111
        Width = 60
        Height = 12
        Caption = '签发日期:'
      end
      object Label13: TLabel
        Left = 196
        Top = 110
        Width = 60
        Height = 12
        Caption = '到期日期:'
      end
      object Label14: TLabel
        Left = 17
        Top = 135
        Width = 60
        Height = 12
        Caption = '收款期限:'
        Enabled = False
      end
      object Label15: TLabel
        Left = 197
        Top = 135
        Width = 60
        Height = 12
        Caption = '核销金额:'
        Enabled = False
      end
      object scArnrCurrency: TSDComboBox
        Left = 65
        Top = 21
        Width = 109
        Height = 20
        Style = csDropDownList
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 0
        OnClick = scArnrCurrencyClick
        KeyItem = cbItem2
      end
      object seArnrEnrate: TSDEdit
        Left = 258
        Top = 22
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'seArnrEnrate'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object seArnrAmt: TSDEdit
        Left = 78
        Top = 53
        Width = 147
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        Text = 'seArltCode'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object seArnrNiRate: TSDEdit
        Left = 78
        Top = 80
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        Text = 'seArnrNiRate'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object seArnrEiRate: TSDEdit
        Left = 259
        Top = 80
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        Text = 'seArnrEiRate'
        CharType = ctMathematic
        SplitSymbol = ' | '
      end
      object deArnrSdate: TDateEdit
        Left = 80
        Top = 108
        Width = 90
        Height = 18
        LineOffset = 2
        LineColor = clGreen
        LineVisible = False
        CDate = '2003-04-09'
        InitDate = '2003-04-09 11:27:57'
        ModalResult = 0
        TabOrder = 5
        Color = -2113929211
        Ctl3D = False
        ParentCtl3D = False
        OnExit = deArnrSdateExit
      end
      object deArnrEdate: TDateEdit
        Left = 259
        Top = 107
        Width = 90
        Height = 18
        LineOffset = 2
        LineColor = clGreen
        LineVisible = False
        CDate = '2003-04-09'
        InitDate = '2003-04-09 11:27:57'
        ModalResult = 0
        TabOrder = 6
        Color = -2113929211
        Ctl3D = False
        ParentCtl3D = False
        OnExit = deArnrSdateExit
      end
      object seArnrTerm: TSDEdit
        Left = 78
        Top = 132
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 7
        Text = 'seArnrTerm'
        SplitSymbol = ' | '
      end
      object seArnrCAmt: TSDEdit
        Left = 259
        Top = 132
        Width = 90
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 8
        Text = 'seArnrCAmt'
        SplitSymbol = ' | '
      end
    end
    object seArnrCode: TSDEdit
      Left = 89
      Top = 13
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seArnrCode'
      OnExit = seArnrCodeExit
      SplitSymbol = ' | '
    end
    object memArnrDesc: TMemo
      Left = 20
      Top = 325
      Width = 365
      Height = 42
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memArnrDesc')
      ParentCtl3D = False
      TabOrder = 6
    end
    object scArnrClient: TSDComboBox
      Left = 93
      Top = 93
      Width = 220
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object seArnrFmonth: TSDEdit
      Left = 91
      Top = 38
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seArnrFmonth'
      SplitSymbol = ' | '
    end
    object deArnrDate: TDateEdit
      Left = 93
      Top = 68
      Width = 133
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-09'
      InitDate = '2003-04-09 11:27:57'
      ModalResult = 0
      TabOrder = 2
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object scArnrCant: TSDComboBox
      Left = 92
      Top = 121
      Width = 134
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 4
      KeyItem = cbItem2
    end
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 419
    Width = 721
    Height = 37
    Align = alBottom
    Color = clWhite
    Enabled = False
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label16: TLabel
      Left = 398
      Top = 7
      Width = 60
      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 lblArnrChecker: TLabel
      Left = 155
      Top = 7
      Width = 73
      Height = 12
      AutoSize = False
      Caption = 'lblArnrChecker'
    end
    object lblArnrCheckDate: TLabel
      Left = 291
      Top = 6
      Width = 102
      Height = 12
      AutoSize = False
      Caption = 'lblArnrCheckDate'
    end
    object lblArnrUser: TLabel
      Left = 625
      Top = 7
      Width = 85
      Height = 12
      AutoSize = False
      Caption = 'lblArnrChecker'
    end
    object scArnrState: TSDComboBox
      Left = 459
      Top = 4
      Width = 107
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      KeyItem = cbItem2
    end
    object chkArnrCheck: 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 + -
显示快捷键?