bcssub.dfm

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

DFM
412
字号
inherited frmBcsSub: TfrmBcsSub
  Left = 250
  Top = 96
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '银行对帐单明细'
  ClientHeight = 400
  ClientWidth = 315
  OldCreateOrder = True
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object fpBcsSub: TPanel
    Left = 5
    Top = 5
    Width = 303
    Height = 366
    BevelOuter = bvLowered
    Caption = ' '
    TabOrder = 0
    object Label3: TLabel
      Left = 14
      Top = 93
      Width = 54
      Height = 12
      Caption = '发生日期:'
    end
    object Label4: TLabel
      Left = 14
      Top = 255
      Width = 54
      Height = 12
      Caption = '制 单 人:'
    end
    object Label5: TLabel
      Left = 14
      Top = 165
      Width = 54
      Height = 12
      Caption = '结 算 号:'
    end
    object Label6: TLabel
      Left = 14
      Top = 232
      Width = 54
      Height = 12
      Caption = '金    额:'
    end
    object Label7: TLabel
      Left = 14
      Top = 44
      Width = 54
      Height = 12
      Caption = '对帐行号:'
    end
    object Label8: TLabel
      Left = 14
      Top = 141
      Width = 54
      Height = 12
      Caption = '结算方式:'
    end
    object Label10: TLabel
      Left = 14
      Top = 278
      Width = 54
      Height = 12
      Caption = '摘    要:'
    end
    object Label1: TLabel
      Left = 14
      Top = 117
      Width = 54
      Height = 12
      Caption = '帐    户:'
    end
    object Label9: TLabel
      Left = 14
      Top = 71
      Width = 54
      Height = 12
      Caption = '财务期间:'
    end
    object Label11: TLabel
      Left = 14
      Top = 10
      Width = 54
      Height = 12
      Caption = '对帐单号:'
    end
    object Bevel1: TBevel
      Left = 7
      Top = 28
      Width = 290
      Height = 6
      Shape = bsBottomLine
    end
    object deBcsDate: TDateEdit
      Left = 73
      Top = 94
      Width = 88
      Height = 20
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-09'
      InitDate = '2003-04-09 14:07:21'
      ModalResult = 0
      TabOrder = 3
      Color = 50331647
      Ctl3D = True
      ParentCtl3D = False
    end
    object scBcsUser: TSDComboBox
      Left = 73
      Top = 252
      Width = 180
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = True
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 10
      KeyItem = cbItem2
    end
    object seBcsSettleNo: TSDEdit
      Left = 73
      Top = 164
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 6
      Text = 'seBcsSettleNo'
      SplitSymbol = ' | '
    end
    object seBcsAmt: TSDEdit
      Left = 73
      Top = 228
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 8
      Text = 'seBcsAmt'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seBcsLine: TSDEdit
      Left = 73
      Top = 41
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      Enabled = False
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seBcsLine'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object scBcsSettleMode: TSDComboBox
      Left = 73
      Top = 138
      Width = 180
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = True
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 5
      KeyItem = cbItem2
    end
    object GroupBox1: TGroupBox
      Left = 73
      Top = 185
      Width = 180
      Height = 35
      Caption = '方向'
      TabOrder = 7
      object lbBcsDir1: TLabel
        Left = 45
        Top = 16
        Width = 24
        Height = 12
        Caption = '借方'
      end
      object lbBcsDir2: TLabel
        Left = 122
        Top = 16
        Width = 24
        Height = 12
        Caption = '贷方'
      end
      object rbtBcsDir1: TRadioButton
        Left = 27
        Top = 16
        Width = 19
        Height = 12
        Checked = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clFuchsia
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        TabStop = True
        OnClick = rbtBcsDir1Click
      end
      object rbtBcsDir2: TRadioButton
        Left = 105
        Top = 16
        Width = 16
        Height = 12
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        OnClick = rbtBcsDir2Click
      end
    end
    object GroupBox2: TGroupBox
      Left = 11
      Top = 300
      Width = 278
      Height = 61
      Caption = '对帐信息'
      TabOrder = 9
      object Label2: TLabel
        Left = 21
        Top = 39
        Width = 54
        Height = 12
        Caption = '出纳行号:'
      end
      object chkBcsVeriry: TCheckBox
        Left = 76
        Top = 15
        Width = 93
        Height = 15
        Caption = '银行对帐标志'
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object seBcsFbbNo: TSDEdit
        Left = 76
        Top = 34
        Width = 180
        Height = 20
        Color = clWhite
        Ctl3D = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'seBcsFbbNo'
        OnButtonClick = seBcsFbbNoButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
    end
    object seBcsCac: TSDEdit
      Left = 73
      Top = 115
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seBcsCac'
      OnButtonClick = seBcsCacButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object seBcsCode: TSDEdit
      Left = 73
      Top = 7
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seBcsCode'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object scBcsFmonth: TSDComboBox
      Left = 73
      Top = 67
      Width = 88
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 2
    end
    object bbnAddBcsCode: TBitBtn
      Left = 255
      Top = 5
      Width = 40
      Height = 23
      Caption = '新增'
      TabOrder = 11
      OnClick = bbnAddBcsCodeClick
      NumGlyphs = 2
    end
    object seBcsZy: TSDEdit
      Left = 73
      Top = 276
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 12
      Text = 'seBcsZy'
      OnButtonClick = seBcsZyButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  object btOK: TBitBtn
    Left = 150
    Top = 374
    Width = 73
    Height = 22
    Anchors = [akRight, akBottom]
    Caption = '确定(&O)'
    Default = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ModalResult = 1
    ParentFont = False
    TabOrder = 1
    OnClick = btOKClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object btCancel: TBitBtn
    Left = 230
    Top = 374
    Width = 73
    Height = 22
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = '取消(&C)'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = btCancelClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      333333333333333333333333000033338833333333333333333F333333333333
      0000333911833333983333333388F333333F3333000033391118333911833333
      38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
      911118111118333338F3338F833338F3000033333911111111833333338F3338
      3333F8330000333333911111183333333338F333333F83330000333333311111
      8333333333338F3333383333000033333339111183333333333338F333833333
      00003333339111118333333333333833338F3333000033333911181118333333
      33338333338F333300003333911183911183333333383338F338F33300003333
      9118333911183333338F33838F338F33000033333913333391113333338FF833
      38F338F300003333333333333919333333388333338FFF830000333333333333
      3333333333333333333888330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
end

⌨️ 快捷键说明

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