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

📄 unit3.~dfm

📁 转发一个用Delphi7编写的网络即时通讯示例
💻 ~DFM
字号:
object Form3: TForm3
  Left = 320
  Top = 150
  Width = 474
  Height = 400
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #21457#36865#31383#21475
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 32
    Width = 201
    Height = 33
    AutoSize = False
    Caption = #21457#36865#28040#24687#31383#21475
    Color = clBlack
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 32
    Top = 96
    Width = 400
    Height = 200
    AutoSize = False
    TabOrder = 0
    Text = 'Edit1'
    OnClick = Edit1Click
  end
  object Button1: TButton
    Left = 64
    Top = 320
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 312
    Top = 320
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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