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

📄 log_sub.dfm

📁 速达开源ERP系统
💻 DFM
字号:
object frmLog_Sub: TfrmLog_Sub
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = '事件详细资料'
  ClientHeight = 279
  ClientWidth = 496
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 36
    Height = 12
    Caption = '日期:'
  end
  object Label2: TLabel
    Left = 184
    Top = 16
    Width = 36
    Height = 12
    Caption = '时间:'
  end
  object Label3: TLabel
    Left = 17
    Top = 44
    Width = 36
    Height = 12
    Caption = '来源:'
  end
  object Label4: TLabel
    Left = 184
    Top = 43
    Width = 36
    Height = 12
    Caption = '类型:'
  end
  object Label5: TLabel
    Left = 353
    Top = 44
    Width = 48
    Height = 12
    Caption = '操作员:'
  end
  object Label6: TLabel
    Left = 17
    Top = 76
    Width = 48
    Height = 12
    Caption = '机器名:'
  end
  object Label7: TLabel
    Left = 217
    Top = 75
    Width = 48
    Height = 12
    Caption = 'IP地址:'
  end
  object Label8: TLabel
    Left = 17
    Top = 108
    Width = 48
    Height = 12
    Caption = '事件描述'
  end
  object lblLogDate: TLabel
    Left = 58
    Top = 16
    Width = 6
    Height = 12
  end
  object lblLogTime: TLabel
    Left = 226
    Top = 16
    Width = 6
    Height = 12
  end
  object lblLogFrom: TLabel
    Left = 59
    Top = 44
    Width = 6
    Height = 12
  end
  object lblLogType: TLabel
    Left = 226
    Top = 43
    Width = 6
    Height = 12
  end
  object lblLogUser: TLabel
    Left = 404
    Top = 44
    Width = 6
    Height = 12
  end
  object lblLogComputerName: TLabel
    Left = 68
    Top = 75
    Width = 6
    Height = 12
  end
  object lblLogIP: TLabel
    Left = 268
    Top = 75
    Width = 6
    Height = 12
  end
  object memLogDesc: TMemo
    Left = 17
    Top = 128
    Width = 463
    Height = 115
    Color = clScrollBar
    Lines.Strings = (
      '')
    ReadOnly = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 405
    Top = 250
    Width = 75
    Height = 25
    Caption = '关闭[&C]'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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