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

📄 rep.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited frmRep: TfrmRep
  Left = -1
  Top = 78
  Width = 648
  Height = 541
  Caption = '替换件维护'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 473
    Width = 640
  end
  inherited CoolBar1: TCoolBar
    Width = 640
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 640
      end>
    inherited tbMainBar: TToolBar
      Width = 627
    end
  end
  object sgRep: TSDGrid [2]
    Left = 0
    Top = 68
    Width = 353
    Height = 378
    Align = alLeft
    Color = 16441822
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnSelectCell = sgRepSelectCell
    Columns = <
      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 = (
      97
      108
      35
      57
      45)
  end
  object PageControl1: TPageControl [3]
    Left = 353
    Top = 68
    Width = 287
    Height = 378
    ActivePage = BaseInfo
    Align = alClient
    Style = tsFlatButtons
    TabOrder = 3
    TabStop = False
    object BaseInfo: TTabSheet
      Caption = '基本信息  '
      object FloatPanel1: TFloatPanel
        Left = 0
        Top = 0
        Width = 279
        Height = 348
        Align = alClient
        Color = 16441822
        Caption = 'FloatPanel1'
        ParentColor = False
        TabOrder = 0
        object Label1: TLabel
          Left = 4
          Top = 53
          Width = 66
          Height = 12
          Caption = '替换件编码:'
        end
        object Label9: TLabel
          Left = 14
          Top = 216
          Width = 54
          Height = 12
          Caption = '消耗定额:'
        end
        object Label10: TLabel
          Left = 26
          Top = 237
          Width = 42
          Height = 12
          Caption = '损耗率:'
        end
        object Label11: TLabel
          Left = 14
          Top = 257
          Width = 54
          Height = 12
          Caption = '工序编号:'
        end
        object Label12: TLabel
          Left = 14
          Top = 278
          Width = 54
          Height = 12
          Caption = '配置类型:'
        end
        object Label13: TLabel
          Left = 14
          Top = 300
          Width = 54
          Height = 12
          Caption = '偏置时间:'
        end
        object Label16: TLabel
          Left = 4
          Top = 10
          Width = 66
          Height = 12
          Caption = '原物料编码:'
        end
        object Label18: TLabel
          Left = 4
          Top = 31
          Width = 66
          Height = 12
          Caption = '原物料名称:'
          Enabled = False
        end
        object seRepQty: TSDEdit
          Left = 70
          Top = 210
          Width = 123
          Height = 18
          Ctl3D = False
          MaxLength = 12
          ParentColor = True
          ParentCtl3D = False
          TabOrder = 4
          Text = '0'
          DigLen = 4
          DataType = dtNumber
          CharType = ctMathematic
          SplitSymbol = ' | '
          DefaultValue = '0'
        end
        object seRepShl: TSDEdit
          Left = 70
          Top = 231
          Width = 123
          Height = 18
          Ctl3D = False
          MaxLength = 6
          ParentColor = True
          ParentCtl3D = False
          TabOrder = 5
          Text = '0'
          DigLen = 2
          DataType = dtNumber
          CharType = ctMathematic
          SplitSymbol = ' | '
          DefaultValue = '0'
        end
        object scRepProcess: TSDComboBox
          Left = 70
          Top = 251
          Width = 196
          Height = 20
          Style = csDropDownList
          Color = 16441822
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 6
          Items.Strings = (
            '1-库存'
            '2-在制'
            '3-在检'
            '4-待发'
            '5-在途'
            '6-各类库存')
          KeyItem = cbItem2
        end
        object scRepCfg: TSDComboBox
          Left = 70
          Top = 272
          Width = 122
          Height = 20
          Style = csDropDownList
          Color = 16441822
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 7
          Items.Strings = (
            '1-可选'
            '2-必须'
            '')
        end
        object seRepLot: TSDEdit
          Left = 70
          Top = 295
          Width = 120
          Height = 18
          Ctl3D = False
          MaxLength = 8
          ParentColor = True
          ParentCtl3D = False
          TabOrder = 8
          Text = '0'
          DigLen = 2
          DataType = dtNumber
          CharType = ctMathematic
          SplitSymbol = ' | '
          DefaultValue = '0'
        end
        object scRepOGoods: TSDComboBox
          Left = 70
          Top = 3
          Width = 194
          Height = 20
          Style = csDropDownList
          Color = 16441822
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          OnClick = scRepOGoodsClick
          KeyItem = cbItem2
        end
        object seRepNGoods: TSDEdit
          Left = 70
          Top = 47
          Width = 194
          Height = 18
          Ctl3D = False
          ParentColor = True
          ParentCtl3D = False
          TabOrder = 2
          Text = 'seRepNGoods'
          OnExit = seRepNGoodsExit
          OnButtonClick = seRepNGoodsButtonClick
          ButtonVisible = True
          SplitSymbol = ' | '
        end
        object seRepOGoodsName: TSDEdit
          Left = 70
          Top = 27
          Width = 192
          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
          Text = 'seRepOGoodsName'
          SplitSymbol = ' | '
        end
        object Panel1: TPanel
          Left = 2
          Top = 70
          Width = 264
          Height = 137
          BevelOuter = bvNone
          BiDiMode = bdLeftToRight
          Color = 16441822
          Ctl3D = True
          UseDockManager = False
          ParentBiDiMode = False
          ParentCtl3D = False
          TabOrder = 3
          object Label2: TLabel
            Left = 2
            Top = 8
            Width = 66
            Height = 12
            Caption = '替换件名称:'
            Enabled = False
          end
          object Label3: TLabel
            Left = 38
            Top = 29
            Width = 30
            Height = 12
            Caption = '版本:'
            Enabled = False
          end
          object Label7: TLabel
            Left = 38
            Top = 50
            Width = 30
            Height = 12
            Caption = '型号:'
            Enabled = False
          end
          object Label5: TLabel
            Left = 38
            Top = 73
            Width = 30
            Height = 12
            Caption = '类型:'
            Enabled = False
          end
          object Label8: TLabel
            Left = 38
            Top = 96
            Width = 30
            Height = 12
            Caption = '来源:'
            Enabled = False
          end
          object Label4: TLabel
            Left = 14
            Top = 118
            Width = 54
            Height = 12
            Caption = '计量单位:'
            Enabled = False
          end
          object seRepNGoodsName: TSDEdit
            Left = 69
            Top = 5
            Width = 192
            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
            Text = 'seRepNGoodsName'
            SplitSymbol = ' | '
          end
          object seRepVer: TSDEdit
            Left = 69
            Top = 25
            Width = 192
            Height = 18
            Ctl3D = False
            Font.Charset = GB2312_CHARSET
            Font.Color = clNavy
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentColor = True
            ParentCtl3D = False
            ParentFont = False

⌨️ 快捷键说明

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