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

📄 pm_buyer_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Pm_Buyer_D: TFrm_Pm_Buyer_D
  Left = 227
  Top = 178
  Caption = '采购员'
  ClientHeight = 211
  ClientWidth = 445
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 55
    Top = 34
    Width = 60
    Height = 12
    Caption = '人员代码:'
  end
  object Label2: TLabel [1]
    Left = 55
    Top = 73
    Width = 60
    Height = 12
    Caption = '人员名称:'
  end
  object Label4: TLabel [2]
    Left = 55
    Top = 110
    Width = 60
    Height = 12
    Caption = '是否可用:'
  end
  object Lbl_EmployeeName: TLabel [3]
    Left = 126
    Top = 73
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 222
    Top = 160
    TabOrder = 2
  end
  inherited btn_Cancel: TButton
    Left = 331
    Top = 160
    TabOrder = 4
  end
  inherited Pnl_Add: TPanel
    TabOrder = 3
  end
  object CmBx_IsStop: TComboBox [7]
    Left = 120
    Top = 104
    Width = 56
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
    Items.Strings = (
      '否'
      '是')
  end
  object Edt_EmployeeCode: TExtEdit [8]
    Left = 120
    Top = 32
    Width = 137
    Height = 20
    TabOrder = 0
    OnExit = EmployeeCodeCheck
    OnKeyDown = EmployeeHint
    DispLabel = Lbl_EmployeeName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 321
    Top = 15
  end
end

⌨️ 快捷键说明

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