inv_qry_currentinv_position_c.dfm

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

DFM
48
字号
inherited Frm_Inv_Qry_CurrentInv_Position_C: TFrm_Inv_Qry_CurrentInv_Position_C
  Left = 241
  Top = 116
  ActiveControl = ChLstBx_WhSelect
  ClientHeight = 371
  ClientWidth = 325
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 32
    Top = 10
    Width = 72
    Height = 12
    Caption = '请选择货位:'
  end
  inherited btn_ok: TButton
    Left = 159
    Top = 342
    ModalResult = 1
  end
  inherited btn_Cancel: TButton
    Left = 246
    Top = 342
  end
  object ChLstBx_WhSelect: TCheckListBox [3]
    Left = 3
    Top = 32
    Width = 296
    Height = 289
    OnClickCheck = ChLstBx_WhSelectClickCheck
    ItemHeight = 12
    TabOrder = 2
  end
  object ChBx_SelectAll: TCheckBox [4]
    Left = 24
    Top = 333
    Width = 97
    Height = 17
    Caption = '选择全部货位'
    TabOrder = 3
    OnClick = ChBx_SelectAllClick
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 264
    Top = 11
  end
end

⌨️ 快捷键说明

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