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

📄 unit2.dfm

📁 转发一个用Delphi7编写的网络即时通讯示例
💻 DFM
字号:
object Form2: TForm2
  Left = 206
  Top = 181
  Width = 702
  Height = 304
  Caption = #36830#25509#31383#21475
  Color = clHotLight
  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 = 56
    Top = 136
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36828#31243#31471#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 64
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #36828#31243#22320#22336
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 328
    Top = 64
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26412#22320#22320#22336
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 328
    Top = 136
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #26412#22320#31471#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 48
    Top = 16
    Width = 601
    Height = 25
    AutoSize = False
    Caption = #36755#20837#25152#38656#36830#25509#30340'IP'#22320#22336#21644#31471#21475#21495#65292#31471#21475#21495#21487#20197#20351#29992#40664#35748#31471#21475
    Color = clNavy
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 128
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 128
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 408
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 408
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object shezhi: TButton
    Left = 128
    Top = 192
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 4
    OnClick = shezhiClick
  end
  object quxiao: TButton
    Left = 408
    Top = 192
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = quxiaoClick
  end
end

⌨️ 快捷键说明

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