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

📄 unit1.dfm

📁 idtcpserver 网络通讯传送文件的例子
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 485
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 368
    Top = 72
    Width = 162
    Height = 13
    Caption = '000000000000000000000000000'
  end
  object Edit1: TEdit
    Left = 128
    Top = 136
    Width = 193
    Height = 21
    ImeName = '紫光拼音输入法'
    TabOrder = 0
    Text = '218.195.107.73'
  end
  object Edit2: TEdit
    Left = 128
    Top = 176
    Width = 193
    Height = 25
    ImeName = '紫光拼音输入法'
    TabOrder = 1
    Text = '9999'
  end
  object Button1: TButton
    Left = 376
    Top = 104
    Width = 75
    Height = 25
    Caption = '发送'
    Enabled = False
    TabOrder = 2
  end
  object Button2: TButton
    Left = 128
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
  object IdTCPClient1: TIdTCPClient
    OnConnected = IdTCPClient1Connected
    Port = 0
    Left = 136
    Top = 80
  end
  object OpenDialog1: TOpenDialog
    Left = 224
    Top = 80
  end
end

⌨️ 快捷键说明

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