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

📄 main.dfm

📁 这是一个DELPHI7应用案例开发篇有配套程序种子光盘
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 270
  Top = 248
  BorderStyle = bsSingle
  Caption = #20070#31821#31649#29702#31995#32479#24212#29992#26381#21153#22120
  ClientHeight = 300
  ClientWidth = 463
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 8
    Width = 72
    Height = 13
    Caption = #30446#21069#36830#25509#25968#65306
  end
  object lbConnects: TLabel
    Left = 120
    Top = 8
    Width = 6
    Height = 13
    Caption = '0'
  end
  object Memo1: TMemo
    Left = 20
    Top = 32
    Width = 421
    Height = 253
    TabOrder = 0
  end
  object pmTrayIcon: TPopupMenu
    Left = 192
    Top = 8
    object miAbout: TMenuItem
      Caption = #20851#20110'...'
      OnClick = miAboutClick
    end
    object miExit: TMenuItem
      Caption = #36864#20986
      OnClick = miExitClick
    end
  end
  object ApplicationEvents1: TApplicationEvents
    OnMinimize = ApplicationEvents1Minimize
    Left = 232
    Top = 8
  end
end

⌨️ 快捷键说明

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