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

📄 msg.dfm

📁 从文本文件象Oracle数据库导入数据
💻 DFM
字号:
object frmMsg: TfrmMsg
  Left = 237
  Top = 183
  Width = 625
  Height = 460
  Caption = '操作日志'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object reMsg: TRichEdit
    Left = 0
    Top = 0
    Width = 617
    Height = 388
    Align = alClient
    Color = 16776176
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 0
    WordWrap = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 388
    Width = 617
    Height = 38
    Align = alBottom
    Caption = 'Panel1'
    TabOrder = 1
    object btnClose: TButton
      Left = 272
      Top = 8
      Width = 75
      Height = 25
      Caption = '关闭'
      TabOrder = 0
      OnClick = btnCloseClick
    end
  end
end

⌨️ 快捷键说明

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