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

📄 unit2.dfm

📁 一个很不错的绿色小软件 可以实现 上网 一个小助手
💻 DFM
字号:
object Form2: TForm2
  Left = 431
  Top = 221
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsDialog
  BorderWidth = 1
  Caption = 'Form2'
  ClientHeight = 148
  ClientWidth = 317
  Color = 16117735
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 28
    Width = 36
    Height = 13
    Caption = #32593#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 60
    Width = 36
    Height = 13
    Caption = #32593#22336#65306
  end
  object SpeedButton2: TSpeedButton
    Left = 104
    Top = 101
    Width = 49
    Height = 22
    Caption = #30830#23450
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 160
    Top = 101
    Width = 49
    Height = 22
    Caption = #21462#28040
    OnClick = SpeedButton3Click
  end
  object Edit1: TEdit
    Left = 48
    Top = 24
    Width = 244
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 48
    Top = 56
    Width = 244
    Height = 21
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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