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

📄 bdpd.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
字号:
inherited frmBdpd: TfrmBdpd
  Left = 77
  Top = 55
  Width = 648
  Height = 467
  Caption = '坏账准备计提登记'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 399
    Width = 640
  end
  inherited CoolBar1: TCoolBar
    Width = 640
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 640
      end>
    inherited tbMainBar: TToolBar
      Width = 627
    end
  end
  object sgBdpd: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 329
    Height = 360
    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 = sgBdpdClick
    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
      101
      102
      101)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 329
    Top = 39
    Width = 311
    Height = 360
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 28
      Top = 32
      Width = 48
      Height = 12
      Caption = '登记号:'
    end
    object Label2: TLabel
      Left = 27
      Top = 121
      Width = 60
      Height = 12
      Caption = '计提金额:'
    end
    object Label3: TLabel
      Left = 28
      Top = 177
      Width = 48
      Height = 12
      Caption = '备  注:'
    end
    object Label4: TLabel
      Left = 27
      Top = 61
      Width = 60
      Height = 12
      Caption = '财务月份:'
    end
    object Label5: TLabel
      Left = 27
      Top = 89
      Width = 48
      Height = 12
      Caption = '日  期:'
    end
    object Label6: TLabel
      Left = 29
      Top = 151
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object lblBdpdUser: TLabel
      Left = 93
      Top = 149
      Width = 66
      Height = 12
      Caption = 'lblBdpdUser'
    end
    object seBdpdCode: TSDEdit
      Left = 93
      Top = 27
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seBdpdCode'
      OnExit = seBdpdCodeExit
      SplitSymbol = ' | '
    end
    object seBdpdAmt: TSDEdit
      Left = 92
      Top = 116
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seBdpdAmt'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object memBdpdDesc: TMemo
      Left = 29
      Top = 195
      Width = 252
      Height = 68
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memBdpdDesc')
      ParentCtl3D = False
      TabOrder = 4
    end
    object seBdpdFmonth: TSDEdit
      Left = 91
      Top = 54
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seBdpdFmonth'
      SplitSymbol = ' | '
    end
    object deBdpdDate: TDateEdit
      Left = 93
      Top = 84
      Width = 133
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-08'
      InitDate = '2003-04-08 09:59:11'
      ModalResult = 0
      TabOrder = 2
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 563
    Top = 65535
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 571
    Top = 23
  end
end

⌨️ 快捷键说明

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