mrp_qry_informaltotalmrp_d.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 251 行

DFM
251
字号
inherited Frm_Mrp_Qry_InformalTotalMrp_D: TFrm_Mrp_Qry_InformalTotalMrp_D
  Left = 218
  Top = 158
  Caption = 'Mrp汇总表'
  ClientHeight = 318
  ClientWidth = 430
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel [0]
    Left = 22
    Top = 28
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Label5: TLabel [1]
    Left = 22
    Top = 54
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [2]
    Left = 97
    Top = 53
    Width = 6
    Height = 12
  end
  object Label1: TLabel [3]
    Left = 22
    Top = 78
    Width = 60
    Height = 12
    Caption = '计量单位:'
  end
  object lbl_UomName: TLabel [4]
    Left = 93
    Top = 78
    Width = 6
    Height = 12
  end
  object Label2: TLabel [5]
    Left = 174
    Top = 78
    Width = 48
    Height = 12
    Caption = '制购码:'
  end
  object lbl_PmCode: TLabel [6]
    Left = 245
    Top = 78
    Width = 6
    Height = 12
  end
  object Label4: TLabel [7]
    Left = 22
    Top = 132
    Width = 48
    Height = 12
    Caption = '待检量:'
  end
  object Label6: TLabel [8]
    Left = 22
    Top = 158
    Width = 48
    Height = 12
    Caption = '可用量:'
  end
  object Label7: TLabel [9]
    Left = 22
    Top = 182
    Width = 66
    Height = 12
    Caption = 'Mrp可用量:'
  end
  object Label8: TLabel [10]
    Left = 22
    Top = 206
    Width = 60
    Height = 12
    Caption = '毛需求量:'
  end
  object Label9: TLabel [11]
    Left = 22
    Top = 230
    Width = 48
    Height = 12
    Caption = '差异量:'
  end
  object Label10: TLabel [12]
    Left = 318
    Top = 78
    Width = 60
    Height = 12
    Caption = '安全库存:'
  end
  object Label11: TLabel [13]
    Left = 230
    Top = 132
    Width = 60
    Height = 12
    Caption = '系统建议:'
  end
  object Label12: TLabel [14]
    Left = 230
    Top = 156
    Width = 60
    Height = 12
    Caption = '订单准备:'
  end
  object Label13: TLabel [15]
    Left = 230
    Top = 182
    Width = 60
    Height = 12
    Caption = '订单下达:'
  end
  object Label14: TLabel [16]
    Left = 230
    Top = 206
    Width = 60
    Height = 12
    Caption = '订单已结:'
  end
  object Label15: TLabel [17]
    Left = 230
    Top = 230
    Width = 60
    Height = 12
    Caption = '订单未结:'
  end
  object lbl_minqty: TLabel [18]
    Left = 381
    Top = 78
    Width = 6
    Height = 12
  end
  object Bevel1: TBevel [19]
    Left = 24
    Top = 96
    Width = 393
    Height = 9
    ShApe = bsBottomLine
    Style = bsRaised
  end
  inherited btn_ok: TButton
    Left = 128
    Top = 270
    Enabled = False
  end
  inherited btn_Cancel: TButton
    Left = 229
    Top = 270
  end
  object ExtEdt_ItemCode: TExtEdit [22]
    Left = 92
    Top = 24
    Width = 145
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 2
    DispLabel = Lbl_ItemName
  end
  object edt_CurrentonCheckInv: TEdit [23]
    Left = 96
    Top = 126
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 3
  end
  object edt_CurrentonhandInv: TEdit [24]
    Left = 96
    Top = 152
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 4
  end
  object edt_MrpInv: TEdit [25]
    Left = 96
    Top = 176
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 5
  end
  object edt_grossqty: TEdit [26]
    Left = 96
    Top = 200
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 6
  end
  object edt_lessqty: TEdit [27]
    Left = 96
    Top = 224
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 7
  end
  object edt_Sysqty: TEdit [28]
    Left = 288
    Top = 126
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 8
  end
  object edt_Orderpreqty: TEdit [29]
    Left = 288
    Top = 152
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 9
  end
  object edt_Orderxdqty: TEdit [30]
    Left = 288
    Top = 176
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 10
  end
  object edt_OrderFinishqty: TEdit [31]
    Left = 288
    Top = 200
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 11
  end
  object edt_OrdernoFinishqty: TEdit [32]
    Left = 288
    Top = 224
    Width = 121
    Height = 20
    Enabled = False
    TabOrder = 12
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 400
    Top = 65528
  end
end

⌨️ 快捷键说明

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