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

📄 gsp.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited frmGsp: TfrmGsp
  Left = 333
  Top = 317
  Width = 657
  Height = 495
  Caption = '物料销售计划'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 427
    Width = 649
    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 = 649
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 649
      end>
    inherited tbMainBar: TToolBar
      Width = 636
      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 sgGsp: TSDGrid [2]
    Left = 289
    Top = 71
    Width = 360
    Height = 356
    Align = alClient
    Color = clWhite
    ColCount = 6
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 3
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnSelectCell = sgGspSelectCell
    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
        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
      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
      57
      72
      68
      66
      64)
  end
  object FloatPanel2: TFloatPanel [3]
    Left = 0
    Top = 39
    Width = 649
    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 csGspYear: 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 = csGspYearChange
    end
  end
  object Panel1: TPanel [4]
    Left = 0
    Top = 71
    Width = 289
    Height = 356
    Align = alLeft
    TabOrder = 4
    object tvGoods: TSDTreeView
      Left = 1
      Top = 1
      Width = 287
      Height = 354
      Hint = '双击分类,显示物料'
      Align = alClient
      Color = clWhite
      Ctl3D = True
      HideSelection = False
      Indent = 19
      ParentColor = False
      ParentCtl3D = False
      ParentShowHint = False
      ReadOnly = True
      ShowHint = True
      StateImages = ImageList2
      TabOrder = 0
      TabStop = True
      OnChange = tvGoodsChange
      OnDblClick = tvGoodsDblClick
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 193

⌨️ 快捷键说明

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