inv_qry_currentinv_employee_c.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 39 行

DFM
39
字号
inherited Frm_Inv_Qry_CurrentInv_Employee_C: TFrm_Inv_Qry_CurrentInv_Employee_C
  Left = 198
  Top = 135
  ActiveControl = CmBx_WhEmployee
  ClientHeight = 124
  ClientWidth = 291
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 20
    Top = 32
    Width = 48
    Height = 12
    Caption = '仓管员:'
  end
  inherited btn_ok: TButton
    Left = 83
    Top = 72
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 170
    Top = 72
  end
  object CmBx_WhEmployee: TComboBox [3]
    Left = 72
    Top = 28
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 2
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 16
    Top = 72
  end
end

⌨️ 快捷键说明

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