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

📄 sys_giveaccess.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sys_GiveAccess: TFrm_Sys_GiveAccess
  Left = 273
  Top = 152
  ActiveControl = ChLstBx_WhSelect
  Caption = '授权'
  ClientHeight = 314
  ClientWidth = 413
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel [0]
    Left = 17
    Top = 12
    Width = 60
    Height = 12
    Caption = '模块选择:'
  end
  inherited btn_ok: TButton
    Left = 234
    Top = 278
    Enabled = False
  end
  inherited btn_Cancel: TButton
    Left = 327
    Top = 278
  end
  object ChLstBx_WhSelect: TCheckListBox [3]
    Left = 48
    Top = 29
    Width = 305
    Height = 236
    OnClickCheck = ChLstBx_WhSelectClickCheck
    Font.ChArset = GB2312_CHArSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    TabOrder = 2
  end
  object ChBx_SelectAll: TCheckBox [4]
    Left = 48
    Top = 277
    Width = 97
    Height = 17
    Caption = '选择全部模块'
    TabOrder = 3
    OnClick = ChBx_SelectAllClick
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 224
    Top = 0
  end
end

⌨️ 快捷键说明

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