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

📄 bomh.dfm

📁 科思ERP部分源码及控件
💻 DFM
📖 第 1 页 / 共 3 页
字号:
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentColor = True
        ParentCtl3D = False
        ParentFont = False
        TabOrder = 0
        Text = 'seBomdSn'
        SplitSymbol = ' | '
      end
      object Panel2: TPanel
        Left = 2
        Top = 60
        Width = 281
        Height = 134
        BevelOuter = bvNone
        Color = clWhite
        TabOrder = 2
        object Label5: TLabel
          Left = 7
          Top = 6
          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 Label19: TLabel
          Left = 7
          Top = 28
          Width = 30
          Height = 12
          Caption = '版本:'
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label22: TLabel
          Left = 7
          Top = 50
          Width = 30
          Height = 12
          Caption = '规格:'
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label24: TLabel
          Left = 7
          Top = 94
          Width = 30
          Height = 12
          Caption = '来源:'
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label18: TLabel
          Left = 7
          Top = 72
          Width = 30
          Height = 12
          Caption = '类型:'
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label23: TLabel
          Left = 7
          Top = 116
          Width = 30
          Height = 12
          Caption = '单位:'
          Enabled = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object seBomdGoodsName: TSDEdit
          Left = 63
          Top = 2
          Width = 183
          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 = 0
          SplitSymbol = ' | '
        end
        object seBomdVer: TSDEdit
          Left = 63
          Top = 23
          Width = 182
          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 = 1
          SplitSymbol = ' | '
        end
        object seBomdModel: TSDEdit
          Left = 63
          Top = 45
          Width = 182
          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 scBomdType: TSDComboBox
          Left = 63
          Top = 65
          Width = 118
          Height = 20
          Color = clWhite
          Ctl3D = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clNavy
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ItemHeight = 12
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 3
          Text = 'scBomdType'
          Items.Strings = (
            '1-成品'
            '2-半成品'
            '3-材料'
            '4-备用件'
            '5-虚拟件'
            '6-费用件')
        end
        object scBomdFrom: TSDComboBox
          Left = 63
          Top = 87
          Width = 118
          Height = 20
          Color = clWhite
          Ctl3D = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clNavy
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ItemHeight = 12
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 4
          Text = 'scBomdFrom'
          Items.Strings = (
            '1-采购'
            '2-制造'
            '3-外加工')
        end
        object scBomdUnit: TSDComboBox
          Left = 63
          Top = 109
          Width = 118
          Height = 20
          Color = clWhite
          Ctl3D = False
          Font.Charset = GB2312_CHARSET
          Font.Color = clNavy
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ItemHeight = 12
          ParentCtl3D = False
          ParentFont = False
          TabOrder = 5
          Items.Strings = (
            '1-制造件'
            '2-采购件'
            '3-外加工')
          KeyItem = cbItem2
        end
      end
      object seBomdQty: TSDEdit
        Left = 65
        Top = 197
        Width = 118
        Height = 18
        Ctl3D = False
        MaxLength = 12
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        Text = '0'
        DigLen = 6
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object seBomdShl: TSDEdit
        Left = 65
        Top = 221
        Width = 118
        Height = 18
        Ctl3D = False
        MaxLength = 9
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        Text = '0'
        DigLen = 6
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object cheBomdRepFlg: TCheckBox
        Left = 288
        Top = 6
        Width = 65
        Height = 24
        TabStop = False
        Alignment = taLeftJustify
        Caption = '可替代'
        Enabled = False
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
      end
      object scBomdPp: TSDComboBox
        Left = 343
        Top = 55
        Width = 114
        Height = 20
        Style = csDropDownList
        Color = clWhite
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 7
        Items.Strings = (
          '1-MRP'
          '2-MPS'
          '3-订货点'
          '4-预测'
          '5-成套件'
          '6-自定义')
      end
      object scBomdOp: TSDComboBox
        Left = 343
        Top = 27
        Width = 114
        Height = 20
        Style = csDropDownList
        Color = clWhite
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 6
        Items.Strings = (
          '1-无策略'
          '2-订货点策略'
          '3-订货上限策略'
          '4-定期订货策略'
          '5-定量订货策略'
          '6-手工订货策略')
      end
      object scBomdCfg: TSDComboBox
        Left = 343
        Top = 83
        Width = 114
        Height = 20
        Style = csDropDownList
        Color = clWhite
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 8
        Items.Strings = (
          '1-可选'
          '2-必须'
          '3-常用')
      end
      object seBomdLot: TSDEdit
        Left = 345
        Top = 121
        Width = 83
        Height = 18
        Ctl3D = False
        MaxLength = 8
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 9
        Text = '0'
        DigLen = 2
        DataType = dtNumber
        CharType = ctMathematic
        SplitSymbol = ' | '
        DefaultValue = '0'
      end
      object memBomdDesc: TMemo
        Left = 343
        Top = 205
        Width = 170
        Height = 34
        Color = clWhite
        Ctl3D = False
        Lines.Strings = (
          '')
        ParentCtl3D = False
        TabOrder = 12
      end
      object seBomdEco: TSDEdit
        Left = 343
        Top = 141
        Width = 170
        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 = 10
        SplitSymbol = ' | '
      end
      object scBomdProcess: TSDComboBox
        Left = 343
        Top = 170
        Width = 170
        Height = 20
        Style = csDropDownList
        Color = clWhite
        Ctl3D = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 11
        KeyItem = cbItem2
      end
    end
    object FloatPanel1: TFloatPanel
      Left = 1
      Top = 1
      Width = 569
      Height = 139
      Align = alTop
      Color = clWhite
      Caption = 'FloatPanel1'
      ParentColor = False
      TabOrder = 0
      object Label1: TLabel
        Left = 14
        Top = 12
        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 = 246
        Top = 52
        Width = 42
        Height = 12
        Caption = '提前期:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 246
        Top = 73
        Width = 54
        Height = 12
        Caption = '订货策略:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label9: TLabel
        Left = 246
        Top = 93
        Width = 54
        Height = 12
        Caption = '计划策略:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label13: TLabel
        Left = 246
        Top = 114
        Width = 42
        Height = 12
        Caption = '生管员:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False

⌨️ 快捷键说明

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