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

📄 ssp.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmSsp: TfrmSsp
  Left = 47
  Top = 438
  Width = 616
  Height = 464
  Caption = '业务员销售计划'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 396
    Width = 608
    Panels = <
      item
        Text = '当前操作状态'
        Width = 200
      end
      item
        Text = ' 当前操作员'
        Width = 100
      end
      item
        Text = '登录日期'
        Width = 80
      end
      item
        Text = '当前日期'
        Width = 80
      end
      item
        Text = 'Superdata ERP2000'
        Width = 50
      end>
  end
  inherited CoolBar1: TCoolBar
    Width = 608
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 608
      end>
    inherited tbMainBar: TToolBar
      Width = 595
      inherited tbAddHead: TToolButton
        Visible = False
      end
      inherited tbEditHead: TToolButton
        Caption = '编辑'
      end
      inherited tbDeleteHead: TToolButton
        Visible = False
      end
      inherited tbFirst: TToolButton
        Visible = False
      end
      inherited tbPrevious: TToolButton
        Visible = False
      end
      inherited tbNext: TToolButton
        Visible = False
      end
      inherited tbLast: TToolButton
        Visible = False
      end
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object sgSsp: TSDGrid [2]
    Left = 249
    Top = 71
    Width = 359
    Height = 325
    Align = alClient
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 3
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnSelectCell = sgSspSelectCell
    SelectColor = clActiveCaption
    OddGridColor = clWhite
    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 = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        RowVerAlign = vaMiddle
        TitleString = '财务月份'
        ColumnWidth = 0
      end
      item
        EditType = sdEdit
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        RowVerAlign = vaMiddle
        CharType = gtNumeric
        TitleString = '计划额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        RowVerAlign = vaMiddle
        CharType = gtNumeric
        TitleString = '销售额'
        ColumnWidth = 0
      end>
    ColWidths = (
      7
      59
      118
      117)
  end
  object FloatPanel2: TFloatPanel [3]
    Left = 0
    Top = 39
    Width = 608
    Height = 32
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 12
      Top = 8
      Width = 60
      Height = 12
      Caption = '计划年份:'
    end
    object csSspYear: TCSpinEdit
      Left = 76
      Top = 4
      Width = 61
      Height = 21
      TabStop = True
      Color = clWhite
      Ctl3D = True
      EditorEnabled = False
      MaxValue = 2020
      MinValue = 2000
      ParentColor = False
      ParentCtl3D = False
      TabOrder = 0
      Value = 2001
      OnChange = csSspYearChange
    end
  end
  object Panel1: TPanel [4]
    Left = 0
    Top = 71
    Width = 249
    Height = 325
    Align = alLeft
    TabOrder = 4
    object tvSaler: TSDTreeView
      Left = 1
      Top = 1
      Width = 247
      Height = 323
      Align = alClient
      Color = clWhite
      Ctl3D = True
      HideSelection = False
      Indent = 19
      ParentColor = False
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      TabStop = True
      OnChange = tvSalerChange
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 490
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 497
    Top = 65534
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 519
    Top = 3
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 543
    Top = 65531
  end
end

⌨️ 快捷键说明

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