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

📄 pm_enter_autopo_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Enter_AutoPo_D: TFrm_Pm_Enter_AutoPo_D
  Left = 231
  Top = 121
  Caption = '采购订单'
  ClientHeight = 200
  ClientWidth = 382
  Constraints.MaxHeight = 282
  Constraints.MaxWidth = 390
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 39
    Top = 18
    Width = 60
    Height = 12
    Caption = '订单行号:'
  end
  object Label2: TLabel [1]
    Left = 39
    Top = 41
    Width = 60
    Height = 12
    Caption = '物料代码:'
  end
  object Lbl_UomName: TLabel [2]
    Left = 158
    Top = 33
    Width = 6
    Height = 12
    Visible = False
  end
  object Label3: TLabel [3]
    Left = 39
    Top = 134
    Width = 72
    Height = 12
    Caption = '约定开工日:'
  end
  object Label4: TLabel [4]
    Left = 39
    Top = 86
    Width = 72
    Height = 12
    Caption = '约定交货量:'
  end
  object Label5: TLabel [5]
    Left = 39
    Top = 111
    Width = 72
    Height = 12
    Caption = '约定交货日:'
  end
  object Label6: TLabel [6]
    Left = 200
    Top = 344
    Width = 48
    Height = 12
    Caption = '含税价:'
    Visible = False
  end
  object Label7: TLabel [7]
    Left = 21
    Top = 376
    Width = 60
    Height = 12
    Caption = '含税金额:'
    Visible = False
  end
  object Label8: TLabel [8]
    Left = 200
    Top = 379
    Width = 48
    Height = 12
    Caption = '未税价:'
    Visible = False
  end
  object Label9: TLabel [9]
    Left = 20
    Top = 409
    Width = 60
    Height = 12
    Caption = '未税金额:'
    Visible = False
  end
  object Label10: TLabel [10]
    Left = 39
    Top = 63
    Width = 60
    Height = 12
    Caption = '物料描述:'
  end
  object Lbl_ItemName: TLabel [11]
    Left = 112
    Top = 61
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 116
    Top = 161
    TabOrder = 9
  end
  inherited btn_Cancel: TButton
    Left = 232
    Top = 161
    TabOrder = 10
  end
  inherited Pnl_Add: TPanel
    Left = 313
    Top = 10
    TabOrder = 11
  end
  object Edt_LineNo: TEdit [15]
    Left = 109
    Top = 12
    Width = 96
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 0
  end
  object Edt_PoQty: TEdit [16]
    Left = 109
    Top = 80
    Width = 96
    Height = 20
    TabOrder = 2
    OnExit = FloatCheck
  end
  object Edt_PoTaxPrice: TEdit [17]
    Left = 270
    Top = 340
    Width = 96
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 5
    Visible = False
  end
  object Edt_PoTaxAmount: TEdit [18]
    Left = 91
    Top = 371
    Width = 96
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 6
    Visible = False
  end
  object Edt_PoNoTaxPrice: TEdit [19]
    Left = 270
    Top = 374
    Width = 96
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 7
    Visible = False
  end
  object Edt_PoNoTaxAmount: TEdit [20]
    Left = 91
    Top = 404
    Width = 96
    Height = 20
    Enabled = False
    ReadOnly = True
    TabOrder = 8
    Visible = False
  end
  object Medt_PoDate: TMaskEdit [21]
    Left = 109
    Top = 104
    Width = 96
    Height = 20
    AutoSelect = False
    EditMask = '!9999.99.99;1;'
    MaxLength = 10
    TabOrder = 3
    Text = '    .  .  '
    OnExit = Medt_PoDateExit
  end
  object MEdt_PoStArtWorkDate: TMaskEdit [22]
    Left = 109
    Top = 128
    Width = 96
    Height = 20
    AutoSelect = False
    EditMask = '!9999.99.99;1;'
    MaxLength = 10
    TabOrder = 4
    Text = '    .  .  '
    OnExit = MEdt_PoStArtWorkDateExit
  end
  object Edt_ItemCode: TExtEdit [23]
    Left = 109
    Top = 36
    Width = 125
    Height = 20
    TabOrder = 1
    OnExit = Edt_ItemCodeExit
    OnKeyDown = Edt_ItemCodeKeyDown
    DispLabel = Lbl_ItemName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 356
    Top = 359
  end
end

⌨️ 快捷键说明

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