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

📄 wmd.dfm

📁 速达开源ERP系统
💻 DFM
字号:
object frmWmd: TfrmWmd
  Left = 175
  Top = 223
  Width = 694
  Height = 484
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = '工单工序物料'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PalWepd: TPanel
    Left = 0
    Top = 0
    Width = 686
    Height = 457
    Align = alClient
    Color = 16643297
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object sgWmd: TSDGrid
      Left = 1
      Top = 48
      Width = 684
      Height = 408
      Align = alClient
      Color = clWhite
      ColCount = 7
      Ctl3D = False
      DefaultRowHeight = 21
      FixedColor = 8564917
      FixedCols = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
      ParentCtl3D = False
      TabOrder = 0
      SelectColor = clWhite
      EvenGridColor = clWhite
      OddGridColor = clWhite
      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
        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
        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
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clNavy
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '报废数量'
          ColumnWidth = 0
        end>
      ColWidths = (
        119
        173
        63
        68
        81
        84
        82)
    end
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 684
      Height = 47
      Align = alTop
      Color = clWhite
      Enabled = False
      ParentColor = False
      TabOrder = 1
      object TLabel
        Left = 214
        Top = 18
        Width = 42
        Height = 12
        Caption = '工序号:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label5: TLabel
        Left = 12
        Top = 20
        Width = 54
        Height = 12
        Caption = '加工工单:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object seWmdProcess: TSDEdit
        Left = 258
        Top = 15
        Width = 137
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        SplitSymbol = ' | '
      end
      object seWmdWoCode: TSDEdit
        Left = 66
        Top = 15
        Width = 134
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = 'seWmdWoCode'
        SplitSymbol = ' | '
      end
    end
  end
end

⌨️ 快捷键说明

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