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

📄 unit1.dfm

📁 Delphi7应用编程150例附书源码.rar
💻 DFM
字号:
object Form1: TForm1
  Left = 210
  Top = 150
  Width = 164
  Height = 177
  Caption = 'Agent'
  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 ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 137
    Height = 129
    ItemHeight = 13
    Items.Strings = (
      #25215#35748
      #21521#19979#30475
      #23547#25214
      #22768#26126
      #35745#31639
      #38405#35835)
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object MyAgent: TAgent
    Left = 80
    Top = 64
    Width = 32
    Height = 32
    ControlData = {020200004F0300004F030000}
  end
end

⌨️ 快捷键说明

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