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

📄 bas_invbalance_c.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_InvBalance_C: TFrm_Bas_InvBalance_C
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 32
    Top = 32
    Width = 36
    Height = 12
    Caption = '仓库:'
  end
  object Label2: TLabel [1]
    Left = 32
    Top = 64
    Width = 36
    Height = 12
    Caption = '货位:'
  end
  object Label3: TLabel [2]
    Left = 32
    Top = 96
    Width = 36
    Height = 12
    Caption = '月份:'
  end
  inherited btn_ok: TButton
    TabOrder = 3
  end
  inherited btn_Cancel: TButton
    TabOrder = 4
  end
  object cmbbx_WhCode: TComboBox [5]
    Left = 72
    Top = 26
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 0
    OnChange = cmbbx_WhCodeChange
  end
  object cmbbx_WhPositionCode: TComboBox [6]
    Left = 72
    Top = 58
    Width = 145
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 1
    OnExit = cmbbx_WhPositionCodeExit
  end
  object medt_Month: TMaskEdit [7]
    Left = 72
    Top = 91
    Width = 57
    Height = 20
    EditMask = '9999.99;1; '
    MaxLength = 7
    TabOrder = 2
    Text = '    .  '
    OnExit = MonthCheck
  end
end

⌨️ 快捷键说明

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