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

📄 stk_whemployee_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Stk_WhEmployee_D: TFrm_Stk_WhEmployee_D
  Left = 221
  Top = 223
  Caption = '仓库管理员'
  ClientHeight = 184
  ClientWidth = 353
  PixelsPerInch = 96
  TextHeight = 12
  object Label4: TLabel [0]
    Left = 65
    Top = 80
    Width = 60
    Height = 12
    Caption = '是否可用:'
  end
  object Label1: TLabel [1]
    Left = 53
    Top = 24
    Width = 72
    Height = 12
    Caption = '仓管员代码:'
  end
  object Label2: TLabel [2]
    Left = 53
    Top = 54
    Width = 72
    Height = 12
    Caption = '仓管员名称:'
  end
  object Lbl_EmployeeName1: TLabel [3]
    Left = 288
    Top = 86
    Width = 102
    Height = 12
    Caption = 'Lbl_EmployeeName1'
    Visible = False
  end
  inherited btn_ok: TButton
    Left = 81
    Top = 129
  end
  inherited btn_Cancel: TButton
    Left = 190
    Top = 129
  end
  inherited Pnl_Add: TPanel
    Left = 286
  end
  object CmBx_Usable: TComboBox [7]
    Left = 123
    Top = 76
    Width = 49
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 4
    Items.Strings = (
      '否'
      '是')
  end
  object Extedt_EmployeeCode1: TExtEdit [8]
    Left = 320
    Top = 44
    Width = 49
    Height = 20
    TabOrder = 3
    Visible = False
    DispLabel = Lbl_EmployeeName1
  end
  object Extedt_EmployeeCode: TLinkEdit [9]
    Left = 123
    Top = 20
    Width = 100
    Height = 20
    LinkStyle = lsEllipsis
    TabOrder = 5
    OnButtonClick = Extedt_EmployeeCodeButtonClick
    OnExit = EmployeeCodeCheck
    OnKeyDown = Extedt_EmployeeCodeKeyDown
  end
  object Lbl_EmployeeName: TEdit [10]
    Left = 123
    Top = 50
    Width = 131
    Height = 20
    Enabled = False
    TabOrder = 6
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 24
    Top = 96
  end
end

⌨️ 快捷键说明

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