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

📄 unit1.dfm

📁 delphi的XMPRPC通讯例子
💻 DFM
字号:
object frmTCPClinet: TfrmTCPClinet
  Left = 393
  Top = 170
  Width = 346
  Height = 386
  Caption = 'frmTCPClinet'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 280
    Width = 31
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 104
    Top = 280
    Width = 31
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 176
    Top = 280
    Width = 73
    Height = 25
    Caption = 'Label3'
  end
  object Button1: TButton
    Left = 184
    Top = 56
    Width = 113
    Height = 33
    Caption = #21457#36865
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 96
    Width = 113
    Height = 33
    Caption = #20572#27490
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 32
    Top = 24
    Width = 217
    Height = 21
    TabOrder = 2
    Text = 'http://192.168.77.34:7475'
  end
  object Button3: TButton
    Left = 184
    Top = 144
    Width = 113
    Height = 33
    Caption = #20851#38381
    TabOrder = 3
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 32
    Top = 48
    Width = 97
    Height = 21
    TabOrder = 4
    Text = '30'
  end
  object Memo1: TMemo
    Left = 32
    Top = 80
    Width = 145
    Height = 177
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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