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

📄 sys_accesslogqry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sys_AccessLogQry: TFrm_Sys_AccessLogQry
  Left = 169
  Top = 162
  Caption = '授权日志查询'
  ClientHeight = 480
  ClientWidth = 774
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 774
  end
  inherited Pnl_Title: TPanel
    Width = 774
    Caption = '授权日志查询'
  end
  inherited Pnl_Head: TPanel
    Width = 774
    inherited Lbl_Order: TLabel
      Width = 96
      Caption = '授权动作发生时间'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 448
    Width = 774
    Height = 32
    object Label1: TLabel
      Left = 16
      Top = 8
      Width = 60
      Height = 12
      Caption = '授权描述:'
    end
    object DBText1: TDBText
      Left = 88
      Top = 8
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'Action'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Width = 774
    Height = 351
    inherited DBGridEh: TDBGridEh
      Width = 774
      Height = 351
      Columns = <
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '被授权人'
          Width = 100
          KeyList.Strings = ()
        end
        Item
          FieldName = 'SysMenuName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '菜单名称'
          Width = 185
          KeyList.Strings = ()
        end
        Item
          FieldName = 'action'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '授权描述'
          Width = 263
          KeyList.Strings = ()
        end
        Item
          FieldName = 'acttime'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '授权动作发生时间'
          Width = 130
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Ctrl_EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '授权人'
          Width = 120
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 325
    Top = 195
  end
  inherited ActionList: TActionList
    Top = 176
    inherited Act_Look: TAction
      Enabled = True
      Visible = True
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.8'
    CurSorType = ctStatic
    SQL.Strings = (
      
        'select SysMenuAccesslog.action,SysMenuAccesslog.acttime,SysMenua' +
        'ccesslog.Ctrl_EmployeeCode,SysMenu.SysmoduleName+'#39'-'#39'+SysMenu.Sys' +
        'MENUName as SysMenuName,SysMenuAccesslog.EmployeeCode+'#39' '#39'+employ' +
        'ee.EmployeeName as EmployeeCode '
      
        'from SysMenuAccesslog left join (select a.*,b.SysmoduleName from' +
        ' SysMenu a join Sysmodule b on a.SysModuleCode=b.SysModuleCode) ' +
        'SysMenu  on SysMenuAccesslog.SysMenuid =SysMenu.SysMenuid  left ' +
        'join Employee on '
      
        'SysMenuAccesslog.EmployeeCode=Employee.EmployeeCode Order by Sys' +
        'menuAccesslog.acttime ')
    Top = 177
  end
  inherited DataSource: TDataSource
    Top = 185
  end
end

⌨️ 快捷键说明

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