fdz.dfm

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

DFM
645
字号
inherited frmFdz: TfrmFdz
  Left = 18
  Top = 54
  Width = 772
  Height = 522
  Caption = '银行对帐'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel [0]
    Left = 0
    Top = 66
    Width = 764
    Height = 13
    Align = alTop
    Caption = '银行对帐单'
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Label1: TLabel [1]
    Left = 0
    Top = 275
    Width = 764
    Height = 13
    Align = alTop
    Caption = '出纳日记帐'
    Color = clSilver
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Splitter1: TSplitter [2]
    Left = 0
    Top = 265
    Width = 764
    Height = 10
    Cursor = crVSplit
    Align = alTop
    Beveled = True
    Color = clBtnFace
    ParentColor = False
  end
  inherited sbBar: TStatusBar
    Top = 473
    Width = 764
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 25
    Width = 764
    Height = 41
    Align = alTop
    Caption = '查询条件'
    Color = clBtnFace
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    object Label3: TLabel
      Left = 14
      Top = 17
      Width = 66
      Height = 12
      Caption = '财务月份 :'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 163
      Top = 17
      Width = 33
      Height = 12
      Caption = '帐户:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 379
      Top = 17
      Width = 33
      Height = 12
      Caption = '币种:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 473
      Top = 17
      Width = 33
      Height = 12
      Caption = '银行:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object labCurrency: TLabel
      Left = 412
      Top = 17
      Width = 48
      Height = 12
      Caption = 'Currency'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labBankName: TLabel
      Left = 504
      Top = 17
      Width = 48
      Height = 12
      Caption = 'BankName'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object chkShowNoFlag: TCheckBox
      Left = 644
      Top = 14
      Width = 115
      Height = 17
      Caption = '只显示未对帐帐目'
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object scFmonth: TSDComboBox
      Left = 71
      Top = 14
      Width = 87
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 1
    end
    object seCacCode: TSDEdit
      Left = 194
      Top = 14
      Width = 180
      Height = 20
      Color = clWhite
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seCacCode'
      OnButtonClick = seCacCodeButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  object sgBcs: TSDGrid
    Left = 0
    Top = 79
    Width = 764
    Height = 186
    Align = alTop
    Color = 50331647
    ColCount = 10
    Ctl3D = False
    DefaultRowHeight = 16
    FixedColor = 8564917
    FixedCols = 0
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    OnClick = sgBcsClick
    SelectColor = 12615680
    EvenGridColor = 50331647
    OddGridColor = 14806523
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haCenter
        TitleString = '对帐'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '对帐单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '行号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '日期'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '摘要'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '结算方式'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '结算号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haCenter
        TitleString = '借/贷'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColHorAlign = haRight
        TitleString = '金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '出纳序号'
        ColumnWidth = 0
      end>
    ColWidths = (
      27
      111
      30
      69
      140
      74
      91
      35
      104
      53)
  end
  object sgFbb: TSDGrid
    Left = 0
    Top = 288
    Width = 764
    Height = 185
    Align = alClient

⌨️ 快捷键说明

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