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

📄 unitprodviewincard.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
字号:
object frmProdViewInCard: TfrmProdViewInCard
  Left = 85
  Top = 246
  BorderStyle = bsDialog
  Caption = '宁波巨龙橡塑有限公司 成品仓库管理系统'
  ClientHeight = 162
  ClientWidth = 381
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 141
    Top = 4
    Width = 73
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = '入库日期'
    Color = clYellow
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 216
    Top = 4
    Width = 73
    Height = 16
    Alignment = taCenter
    AutoSize = False
    Caption = '入库单号'
    Color = clYellow
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label1: TLabel
    Left = 16
    Top = 144
    Width = 108
    Height = 12
    Caption = '在此单据无法改动!!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object dbeDate: TDBEdit
    Left = 142
    Top = 21
    Width = 73
    Height = 18
    AutoSize = False
    BorderStyle = bsNone
    Color = 16744576
    DataField = 'InDate'
    DataSource = DM.dsProdInCard
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Visible = False
  end
  object Panel1: TPanel
    Left = 13
    Top = 45
    Width = 276
    Height = 91
    BevelInner = bvLowered
    BevelWidth = 2
    BorderStyle = bsSingle
    TabOrder = 1
    TabStop = True
    object Panel7: TPanel
      Left = 4
      Top = 43
      Width = 71
      Height = 20
      Caption = '入库数量'
      TabOrder = 5
    end
    object Panel9: TPanel
      Left = 5
      Top = 4
      Width = 81
      Height = 19
      Caption = '产品名称'
      TabOrder = 6
    end
    object Panel10: TPanel
      Left = 75
      Top = 43
      Width = 59
      Height = 20
      Caption = '检验员'
      TabOrder = 7
    end
    object Panel17: TPanel
      Left = 134
      Top = 43
      Width = 134
      Height = 20
      Caption = '备注'
      TabOrder = 8
    end
    object dbeNote: TDBEdit
      Left = 133
      Top = 62
      Width = 135
      Height = 21
      AutoSize = False
      DataField = 'Note'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 4
    end
    object dbeNum: TDBEdit
      Left = 4
      Top = 63
      Width = 71
      Height = 20
      DataField = 'Number'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 2
    end
    object dbeCheckerID: TDBEdit
      Left = 75
      Top = 63
      Width = 56
      Height = 20
      TabStop = False
      DataField = 'CheckerID'
      DataSource = DM.dsProdInCard
      TabOrder = 9
    end
    object dbeProdName: TDBEdit
      Tag = 1
      Left = 4
      Top = 23
      Width = 81
      Height = 20
      DataField = 'ProdName'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 0
    end
    object dbeChecker: TDBEdit
      Tag = 2
      Left = 75
      Top = 63
      Width = 58
      Height = 20
      DataField = 'Checker'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 3
    end
    object Panel3: TPanel
      Left = 86
      Top = 4
      Width = 100
      Height = 19
      Caption = '图号'
      TabOrder = 10
    end
    object dbeFigID: TDBEdit
      Left = 85
      Top = 23
      Width = 101
      Height = 20
      TabStop = False
      DataField = 'FigID'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 11
    end
    object Panel4: TPanel
      Left = 186
      Top = 4
      Width = 82
      Height = 19
      Caption = '生产批号'
      TabOrder = 12
    end
    object dbeProcID: TDBEdit
      Left = 185
      Top = 23
      Width = 83
      Height = 20
      DataField = 'ProcBatID'
      DataSource = DM.dsProdInCard
      ReadOnly = True
      TabOrder = 1
    end
  end
  object dbeCardID: TDBEdit
    Left = 216
    Top = 21
    Width = 73
    Height = 18
    TabStop = False
    AutoSize = False
    BorderStyle = bsNone
    Color = 16744576
    DataField = 'CardID'
    DataSource = DM.dsProdInCard
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 2
    Visible = False
  end
  object Panel2: TPanel
    Left = 16
    Top = 6
    Width = 117
    Height = 31
    Caption = '成品入库单'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -21
    Font.Name = '隶书'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 296
    Top = 109
    Width = 75
    Height = 25
    Caption = '关  闭'
    Default = True
    ModalResult = 1
    TabOrder = 4
    OnClick = BitBtn1Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000120B0000120B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
      03333377777777777F333301111111110333337F333333337F33330111111111
      0333337F333333337F333301111111110333337F333333337F33330111111111
      0333337F333333337F333301111111110333337F333333337F33330111111111
      0333337F3333333F7F333301111111B10333337F333333737F33330111111111
      0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
      0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
      0333337F377777337F333301111111110333337F333333337F33330111111111
      0333337FFFFFFFFF7F3333000000000003333377777777777333}
    NumGlyphs = 2
  end
  object bbPrior: TBitBtn
    Left = 296
    Top = 46
    Width = 75
    Height = 24
    Caption = '上一张'
    TabOrder = 5
    TabStop = False
    OnClick = bbPriorClick
  end
  object bbNext: TBitBtn
    Left = 296
    Top = 78
    Width = 75
    Height = 24
    Caption = '下一张'
    TabOrder = 6
    TabStop = False
    OnClick = bbNextClick
  end
end

⌨️ 快捷键说明

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