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

📄 fadm.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmFadm: TfrmFadm
  Left = 146
  Top = 165
  Width = 603
  Height = 410
  Caption = '折旧方法'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 342
    Width = 595
  end
  inherited CoolBar1: TCoolBar
    Width = 595
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 595
      end>
    inherited tbMainBar: TToolBar
      Width = 582
    end
  end
  object sgFadm: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 297
    Height = 303
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgFadmClick
    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 = (
      9
      70
      125
      82)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 297
    Top = 39
    Width = 298
    Height = 303
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel4'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 24
      Top = 26
      Width = 60
      Height = 12
      Caption = '折旧代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 24
      Top = 51
      Width = 60
      Height = 12
      Caption = '折旧名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 24
      Top = 75
      Width = 60
      Height = 12
      Caption = '折旧方式:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 24
      Top = 198
      Width = 36
      Height = 12
      Caption = '备注:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 24
      Top = 149
      Width = 72
      Height = 12
      Caption = '折旧额公式:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 24
      Top = 100
      Width = 72
      Height = 12
      Caption = '折旧率公式:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seFadmCode: TSDEdit
      Left = 82
      Top = 20
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seFadmCode'
      OnKeyDown = seFadmCodeKeyDown
      ButtonFlat = False
      SplitSymbol = ' | '
    end
    object seFadmName: TSDEdit
      Left = 82
      Top = 44
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seFadmName'
      SplitSymbol = ' | '
    end
    object memFadmDesc: TMemo
      Left = 25
      Top = 217
      Width = 231
      Height = 63
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Lines.Strings = (
        'memFadmDesc')
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 5
    end
    object seFadmVFormula: TSDEdit
      Left = 24
      Top = 169
      Width = 260
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seFadmVFormula'
      OnButtonClick = seFadmVFormulaButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object seFadmRFormula: TSDEdit
      Left = 24
      Top = 120
      Width = 260
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seFadmRFormula'
      OnButtonClick = seFadmRFormulaButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object scFadmType: TSDComboBox
      Left = 82
      Top = 68
      Width = 120
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = False
      TabOrder = 2
      OnClick = scFadmTypeClick
      KeyItem = cbItem2
    end
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 523
  end
end

⌨️ 快捷键说明

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