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

📄 mrp_planner_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Mrp_Planner_D: TFrm_Mrp_Planner_D
  Left = 260
  Top = 186
  Caption = '计划员'
  ClientHeight = 197
  ClientWidth = 322
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 47
    Top = 32
    Width = 72
    Height = 12
    Caption = '计划员代码:'
  end
  object Label2: TLabel [1]
    Left = 48
    Top = 73
    Width = 72
    Height = 12
    Caption = '计划员姓名:'
  end
  object Label4: TLabel [2]
    Left = 55
    Top = 110
    Width = 60
    Height = 12
    Caption = '是否可用:'
  end
  object Lbl_EmployeeName: TLabel [3]
    Left = 120
    Top = 73
    Width = 6
    Height = 12
  end
  inherited btn_ok: TButton
    Left = 97
    Top = 155
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    Left = 196
    Top = 155
    TabOrder = 4
  end
  inherited Pnl_Add: TPanel
    Left = 253
    Top = 10
    TabOrder = 0
  end
  object CmBx_IsStop: TComboBox [7]
    Left = 120
    Top = 104
    Width = 66
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
    Items.Strings = (
      '否'
      '是')
  end
  object Edt_EmployeeCode: TExtEdit [8]
    Left = 120
    Top = 26
    Width = 86
    Height = 20
    TabOrder = 1
    OnExit = EmployeeCodeCheck
    OnKeyDown = EmployeeHint
    DispLabel = Lbl_EmployeeName
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 286
    Top = 160
  end
end

⌨️ 快捷键说明

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