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

📄 bomdcopy.dfm

📁 速达开源ERP系统
💻 DFM
字号:
object frmBomdCopy: TfrmBomdCopy
  Left = 301
  Top = 132
  Width = 470
  Height = 510
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = '物料单的复制'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 462
    Height = 481
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    TabOrder = 0
    object Label1: TLabel
      Left = 4
      Top = 34
      Width = 78
      Height = 12
      Caption = '来源父件编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 4
      Top = 13
      Width = 78
      Height = 12
      Caption = '目标父件编码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 10
      Top = 267
      Width = 54
      Height = 12
      Caption = '物料明细:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object scBomhGoodsF: TSDComboBox
      Left = 79
      Top = 29
      Width = 166
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      OnClick = scBomhGoodsFClick
      Items.Strings = (
        '1-无计划'
        '2-订货点策略'
        '3-订货上限策略'
        '4-定期订货策略'
        '5-定量订货策略'
        '6-手工计划策略')
      KeyItem = cbItem2
    end
    object seBomhGoodsNameF: TSDEdit
      Left = 249
      Top = 29
      Width = 197
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object seBomhGoodsNameT: TSDEdit
      Left = 249
      Top = 8
      Width = 197
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
      SplitSymbol = ' | '
    end
    object btnCancel: TBitBtn
      Left = 380
      Top = 446
      Width = 72
      Height = 22
      Caption = '取消(&C)'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      TabStop = False
      OnClick = btnCancelClick
      Kind = bkCancel
    end
    object btnOK: TBitBtn
      Left = 304
      Top = 447
      Width = 74
      Height = 22
      Caption = '复制(&O)'
      Default = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      TabStop = False
      OnClick = btnOKClick
      Glyph.Data = {
        DE010000424DDE01000000000000760000002800000024000000120000000100
        0400000000006801000000000000000000001000000000000000000000000000
        80000080000000808000800000008000800080800000C0C0C000808080000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
        3333333333333333333333330000333333333333333333333333F33333333333
        00003333344333333333333333388F3333333333000033334224333333333333
        338338F3333333330000333422224333333333333833338F3333333300003342
        222224333333333383333338F3333333000034222A22224333333338F338F333
        8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
        33333338F83338F338F33333000033A33333A222433333338333338F338F3333
        0000333333333A222433333333333338F338F33300003333333333A222433333
        333333338F338F33000033333333333A222433333333333338F338F300003333
        33333333A222433333333333338F338F00003333333333333A22433333333333
        3338F38F000033333333333333A223333333333333338F830000333333333333
        333A333333333333333338330000333333333333333333333333333333333333
        0000}
      NumGlyphs = 2
    end
    object sgBomd: TSDGrid
      Left = 5
      Top = 55
      Width = 450
      Height = 206
      Color = clWhite
      ColCount = 7
      Ctl3D = False
      DefaultRowHeight = 18
      FixedColor = clScrollBar
      FixedCols = 0
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
      ParentCtl3D = False
      TabOrder = 5
      OnSelectCell = sgBomdSelectCell
      OddGridColor = clInfoBk
      Columns = <
        item
          ColumnFont.Charset = DEFAULT_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -11
          ColumnFont.Name = 'MS Sans Serif'
          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
        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
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '损耗率'
          ColumnWidth = 0
        end>
      ColWidths = (
        22
        35
        107
        129
        41
        51
        50)
    end
    object Panel1: TPanel
      Left = 5
      Top = 282
      Width = 450
      Height = 162
      BevelOuter = bvNone
      BorderStyle = bsSingle
      Color = clWhite
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 6
      object Label3: TLabel
        Left = 6
        Top = 10
        Width = 30
        Height = 12
        Caption = '来源:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 6
        Top = 32
        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 = 54
        Width = 54
        Height = 12
        Caption = '计划策略:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label6: TLabel
        Left = 6
        Top = 77
        Width = 54
        Height = 12
        Caption = '所在工序:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 6
        Top = 99
        Width = 54
        Height = 12
        Caption = '配置类型:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label8: TLabel
        Left = 6
        Top = 121
        Width = 54
        Height = 12
        Caption = '偏置时间:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object scBomdFrom: TSDComboBox
        Left = 61
        Top = 4
        Width = 129
        Height = 20
        Color = clWhite
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 0
        OnClick = scBomhGoodsFClick
        Items.Strings = (
          '1-采购件'
          '2-制造件')
      end
      object scBomdOp: TSDComboBox
        Left = 61
        Top = 26
        Width = 196
        Height = 20
        Color = clWhite
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 1
        OnClick = scBomhGoodsFClick
        Items.Strings = (
          '1-无策略'
          '2-订货点策略'
          '3-订货上限策略'
          '4-定期订货策略'
          '5-定量订货策略'
          '6-手工订货策略')
      end
      object scBomdPp: TSDComboBox
        Left = 61
        Top = 49
        Width = 196
        Height = 20
        Color = clWhite
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 2
        OnClick = scBomhGoodsFClick
        Items.Strings = (
          '1-MRP'
          '2-MPS'
          '3-定货点'
          '4-预测'
          '5-成套件'
          '6-自定义')
      end
      object scBomdProcess: TSDComboBox
        Left = 61
        Top = 71
        Width = 196
        Height = 20
        Color = clWhite
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 3
        OnClick = scBomhGoodsFClick
        KeyItem = cbItem2
      end
      object scBomdCfg: TSDComboBox
        Left = 61
        Top = 93
        Width = 128
        Height = 20
        Color = clWhite
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 4
        OnClick = scBomhGoodsFClick
        Items.Strings = (
          '1-可选'
          '2-必须'
          '3-常用')
      end
      object seBomdLot: TSDEdit
        Left = 61
        Top = 115
        Width = 126
        Height = 18
        Ctl3D = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 5
        SplitSymbol = ' | '
      end
      object chkBomdRepFlg: TCheckBox
        Left = 5
        Top = 141
        Width = 80
        Height = 18
        Alignment = taLeftJustify
        Caption = '是否被替代'
        Font.Charset = ANSI_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 6
      end
    end
    object seBomhGoodsT: TSDEdit
      Left = 79
      Top = 8
      Width = 165
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 7
      SplitSymbol = ' | '
    end
  end
end

⌨️ 快捷键说明

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