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

📄 mpc.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmMpc: TfrmMpc
  Left = 369
  Top = 235
  Width = 562
  Height = 419
  Caption = '产品生产能力'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 351
    Width = 554
  end
  inherited CoolBar1: TCoolBar
    Width = 554
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 554
      end>
    inherited tbMainBar: TToolBar
      Width = 541
    end
  end
  object sgMpc: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 288
    Height = 312
    Align = alLeft
    Color = 16643297
    ColCount = 2
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgMpcClick
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '产品编码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '生产能力'
        ColumnWidth = 0
      end>
    ColWidths = (
      132
      103)
  end
  object fpMpc: TFloatPanel [3]
    Left = 288
    Top = 39
    Width = 266
    Height = 312
    Align = alClient
    Color = 16643297
    Caption = 'fpMpc'
    ParentColor = False
    TabOrder = 3
    object Label2: TLabel
      Left = 6
      Top = 76
      Width = 54
      Height = 12
      Caption = '生产能力:'
    end
    object Label16: TLabel
      Left = 6
      Top = 18
      Width = 54
      Height = 12
      Caption = '产品编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 6
      Top = 47
      Width = 54
      Height = 12
      Caption = '产品名称:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 186
      Top = 75
      Width = 36
      Height = 12
      Caption = '(每天)'
    end
    object seMpcQty: TSDEdit
      Left = 59
      Top = 73
      Width = 123
      Height = 18
      Ctl3D = False
      MaxLength = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = '0'
      DigLen = 4
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seMpcGoods: TSDEdit
      Left = 59
      Top = 17
      Width = 183
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seMpcGoods'
      OnExit = seMpcGoodsExit
      OnButtonClick = seMpcGoodsButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object seMpcGoodsName: TSDEdit
      Left = 59
      Top = 45
      Width = 183
      Height = 18
      TabStop = False
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
      SplitSymbol = ' | '
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 319
    Top = 191
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 351
    Top = 191
  end
end

⌨️ 快捷键说明

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