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

📄 pm_enter_newautopo.dfm

📁 一个MRPII系统源代码版本
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited Frm_Pm_Enter_NewAutoPo: TFrm_Pm_Enter_NewAutoPo
  Left = 29
  Top = 104
  Caption = '采购订单准备'
  ClientHeight = 409
  ClientWidth = 782
  Position = poMainformCenter
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 782
    inherited ToolBar: TToolBar
      inherited ToolButton7: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 782
    Caption = '采购订单准备'
    inherited Image2: TImage
      Width = 782
    end
  end
  inherited Pnl_Head: TPanel
    Width = 782
    Height = 72
    inherited Image1: TImage
      Width = 782
      Height = 72
    end
    object Label1: TLabel
      Left = 12
      Top = 6
      Width = 72
      Height = 12
      Caption = '采购订单号:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label2: TLabel
      Left = 172
      Top = 6
      Width = 60
      Height = 12
      Caption = '下单日期:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label3: TLabel
      Left = 315
      Top = 6
      Width = 84
      Height = 12
      Caption = '采购价格单号:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label9: TLabel
      Left = 471
      Top = 6
      Width = 36
      Height = 12
      Caption = '税率:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label5: TLabel
      Left = 632
      Top = 8
      Width = 60
      Height = 12
      Caption = '订单类型:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label6: TLabel
      Left = 459
      Top = 29
      Width = 48
      Height = 12
      Caption = '采购员:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label7: TLabel
      Left = 471
      Top = 52
      Width = 36
      Height = 12
      Caption = '货币:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label4: TLabel
      Left = 36
      Top = 29
      Width = 48
      Height = 12
      Caption = '供应商:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label11: TLabel
      Left = 48
      Top = 52
      Width = 36
      Height = 12
      Caption = '备注:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label12: TLabel
      Left = 644
      Top = 33
      Width = 48
      Height = 12
      Caption = '参考号:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Edt_PoNo: TEdit
      Left = 84
      Top = 2
      Width = 79
      Height = 20
      MaxLength = 16
      TabOrder = 0
    end
    object MEdt_PoDate: TMaskEdit
      Left = 230
      Top = 2
      Width = 79
      Height = 20
      EditMask = '!9999.99.99;1;'
      MaxLength = 10
      TabOrder = 1
      Text = '    .  .  '
      OnExit = DateCheck
    end
    object Edt_PcNo: TLinkEdit
      Left = 395
      Top = 2
      Width = 61
      Height = 20
      LinkStyle = lsEllipsis
      TabOrder = 2
      Text = ' '
      OnButtonClick = Edt_PcNoButtonClick
      OnExit = PcCodeCheck
      OnKeyDown = Edt_PcNoKeyDown
    end
    object Edt_Potax: TEdit
      Left = 507
      Top = 2
      Width = 48
      Height = 20
      Enabled = False
      ReadOnly = True
      TabOrder = 3
    end
    object Cmbx_PoType: TComboBox
      Left = 692
      Top = 2
      Width = 78
      Height = 20
      Style = csDropDownList
      ItemHeight = 12
      TabOrder = 4
    end
    object Edt_EmployeeCode: TLinkEdit
      Left = 507
      Top = 25
      Width = 50
      Height = 20
      LinkStyle = lsEllipsis
      TabOrder = 7
      Text = ' '
      OnButtonClick = Vw_BuyerHint1
      OnExit = Edt_EmployeeCodeExit
      OnKeyDown = Vw_BuyerHint
    end
    object Edt_BuyerName: TEdit
      Left = 561
      Top = 25
      Width = 69
      Height = 20
      ReadOnly = True
      TabOrder = 8
    end
    object Edt_CurrencyCode: TEdit
      Left = 507
      Top = 48
      Width = 50
      Height = 20
      Enabled = False
      MaxLength = 2
      ReadOnly = True
      TabOrder = 11
    end
    object Edt_CurrencyName: TEdit
      Left = 561
      Top = 48
      Width = 70
      Height = 20
      Enabled = False
      TabOrder = 12
    end
    object Edt_VendorCode: TEdit
      Left = 84
      Top = 25
      Width = 50
      Height = 20
      Enabled = False
      ReadOnly = True
      TabOrder = 5
    end
    object Edt_VendorName: TEdit
      Left = 137
      Top = 25
      Width = 318
      Height = 20
      ReadOnly = True
      TabOrder = 6
    end
    object Edt_PoRemArk: TEdit
      Left = 84
      Top = 48
      Width = 370
      Height = 20
      Enabled = False
      MaxLength = 150
      TabOrder = 10
    end
    object edt_rno: TEdit
      Left = 692
      Top = 25
      Width = 77
      Height = 20
      TabOrder = 9
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 373
    Width = 782
    Height = 36
    inherited Image4: TImage
      Width = 782
      Height = 36
    end
    object Label8: TLabel
      Left = 16
      Top = 20
      Width = 60
      Height = 12
      Caption = '订单行号:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Lbl_LineNo: TLabel
      Left = 78
      Top = 20
      Width = 6
      Height = 12
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label13: TLabel
      Left = 16
      Top = 3
      Width = 60
      Height = 12
      Caption = '物料标识:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Lbl_ItemFlag: TLabel
      Left = 79
      Top = 3
      Width = 6
      Height = 12
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label15: TLabel
      Left = 208
      Top = 20
      Width = 72
      Height = 12
      Caption = '约定交货量:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Lbl_PoQty: TLabel
      Left = 281
      Top = 20
      Width = 6
      Height = 12
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Label16: TLabel
      Left = 575
      Top = 20
      Width = 42
      Height = 12
      Caption = '制表人:'
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
    object Edt_zbr: TLabel
      Left = 623
      Top = 20
      Width = 6
      Height = 12
      ParentShowHint = False
      ShowHint = False
      TransParent = True
    end
  end
  inherited Pnl_Body: TPanel
    Top = 129
    Width = 782

⌨️ 快捷键说明

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