inv_qry_currentinv_warehouse_c.dfm

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

DFM
48
字号
inherited Frm_Inv_Qry_CurrentInv_Warehouse_C: TFrm_Inv_Qry_CurrentInv_Warehouse_C
  Left = 198
  Top = 135
  ActiveControl = ChLstBx_WhSelect
  ClientHeight = 354
  ClientWidth = 291
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 28
    Top = 24
    Width = 72
    Height = 12
    Caption = '请选择仓库:'
  end
  inherited btn_ok: TButton
    Left = 107
    Top = 312
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 194
    Top = 312
  end
  object ChLstBx_WhSelect: TCheckListBox [3]
    Left = 24
    Top = 48
    Width = 242
    Height = 209
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 2
  end
  object ChBx_SelectAll: TCheckBox [4]
    Left = 24
    Top = 269
    Width = 97
    Height = 17
    Caption = '选择全部仓库'
    TabOrder = 3
    OnClick = ChBx_SelectAllClick
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 232
    Top = 8
  end
end

⌨️ 快捷键说明

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