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

📄 pdmh.dfm

📁 科思ERP部分源码及控件
💻 DFM
📖 第 1 页 / 共 2 页
字号:
      end
      object scGoodsFrom: TSDComboBox
        Left = 62
        Top = 141
        Width = 146
        Height = 20
        Color = clWhite
        Ctl3D = False
        Enabled = False
        ItemHeight = 12
        ParentCtl3D = False
        TabOrder = 5
        Items.Strings = (
          '1-采购件'
          '2-制造件'
          '3-外加工'
          '')
        KeyItem = cbItem2
        ReadOnly = True
      end
      object seGoodsName: TSDEdit
        Left = 62
        Top = 6
        Width = 136
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seGoodsSpec: TSDEdit
        Left = 62
        Top = 60
        Width = 142
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seGoodsModel: TSDEdit
        Left = 62
        Top = 87
        Width = 143
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
    end
    object sePdmdQty: TSDEdit
      Left = 352
      Top = 22
      Width = 149
      Height = 18
      Ctl3D = False
      MaxLength = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = '0'
      DigLen = 4
      DataType = dtNumber
      CharType = ctMathematic
      OnButtonClick = sePdmdQtyButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object sePdmdProcess: TSDEdit
      Left = 74
      Top = 42
      Width = 150
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'sePdmdProcess'
      OnButtonClick = sePdmdProcessButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePdmdLoc: TSDEdit
      Left = 74
      Top = 69
      Width = 151
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'sePdmdLoc'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object scPdmdType: TSDComboBox
      Left = 353
      Top = 48
      Width = 147
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      Text = 'scPdmdType'
      KeyItem = cbItem2
    end
  end
  inherited sbBar: TStatusBar
    Top = 471
    Width = 661
  end
  inherited CoolBar1: TCoolBar
    Width = 661
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 661
      end>
    inherited tbMainBar: TToolBar
      Width = 648
    end
  end
  object fpPdmh: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 661
    Height = 100
    Align = alTop
    Color = clWhite
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 14
      Top = 16
      Width = 54
      Height = 12
      Caption = '报废单号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 14
      Top = 42
      Width = 54
      Height = 12
      Caption = '制单日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 14
      Top = 67
      Width = 54
      Height = 12
      Caption = '财务月份:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label8: TLabel
      Left = 453
      Top = 9
      Width = 42
      Height = 12
      Caption = '单备注:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 224
      Top = 13
      Width = 54
      Height = 12
      Caption = '收发类型:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label26: TLabel
      Left = 224
      Top = 45
      Width = 54
      Height = 12
      Caption = '加工单号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object sePdmhCode: TSDEdit
      Left = 67
      Top = 10
      Width = 133
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'sePdmhCode'
      OnKeyDown = sePdmhCodeKeyDown
      SplitSymbol = ' | '
    end
    object dePdmhDate: TDateEdit
      Left = 67
      Top = 38
      Width = 94
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-2-28'
      InitDate = '2003-2-28'
      ModalResult = 0
      TabOrder = 1
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scPdmhFmonth: TSDComboBox
      Left = 67
      Top = 59
      Width = 94
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
    end
    object memPdmhDesc: TMemo
      Left = 456
      Top = 25
      Width = 178
      Height = 47
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        '')
      ParentCtl3D = False
      TabOrder = 4
    end
    object scPdmhPosType: TSDComboBox
      Left = 281
      Top = 6
      Width = 146
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object sePdmhWo: TSDEdit
      Left = 281
      Top = 40
      Width = 152
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'sePdmhWo'
      OnButtonClick = sePdmhWoButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
  end
  object fpBottom: TFloatPanel [5]
    Left = 0
    Top = 440
    Width = 661
    Height = 31
    Align = alBottom
    Color = clWhite
    Enabled = False
    ParentColor = False
    TabOrder = 4
    object Label3: TLabel
      Left = 416
      Top = 7
      Width = 42
      Height = 12
      Caption = '审核人:'
    end
    object labChecker: TLabel
      Left = 462
      Top = 7
      Width = 42
      Height = 12
      Caption = 'Checker'
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label14: TLabel
      Left = 529
      Top = 7
      Width = 42
      Height = 12
      Caption = '制单人:'
    end
    object labUser: TLabel
      Left = 574
      Top = 7
      Width = 42
      Height = 12
      Caption = 'labUser'
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label24: TLabel
      Left = 298
      Top = 7
      Width = 54
      Height = 12
      Caption = '审核日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labCheckDate: TLabel
      Left = 355
      Top = 7
      Width = 54
      Height = 12
      Caption = 'CheckDate'
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object chkPdmhCheck: TCheckBox
      Left = 206
      Top = 5
      Width = 69
      Height = 17
      Caption = '已审核'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 342
    Top = 369
  end
  inherited ImageList1: TImageList
    Left = 406
    Top = 369
  end
  inherited BillPrintDlg: TPrintDialog
    Left = 310
    Top = 369
  end
  inherited BillPrnSetupDlg: TPrinterSetupDialog
    Left = 374
    Top = 369
  end
  inherited pmDetail: TPopupMenu
    Left = 436
    Top = 370
  end
end

⌨️ 快捷键说明

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