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

📄 u_client.dfm

📁 值得学习开发的一些例子..............
💻 DFM
字号:
object frm_Client: Tfrm_Client
  Left = 368
  Top = 334
  Width = 332
  Height = 122
  Caption = #32593#32476#25991#20214#20256#36755#23458#25143#31471
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 72
    Height = 12
    Caption = #26381#21153#22120#22320#22336#65306
  end
  object Label2: TLabel
    Left = 168
    Top = 16
    Width = 36
    Height = 12
    Caption = #31471#21475#65306
  end
  object Button1: TButton
    Left = 232
    Top = 32
    Width = 75
    Height = 25
    Caption = #25509#25910
    TabOrder = 0
    OnClick = Button1Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 76
    Width = 324
    Height = 19
    Panels = <>
    SimplePanel = True
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 137
    Height = 20
    TabOrder = 2
    Text = '127.0.0.1'
  end
  object Edit2: TEdit
    Left = 168
    Top = 32
    Width = 49
    Height = 20
    TabOrder = 3
    Text = '9925'
  end
  object SaveDialog1: TSaveDialog
    Left = 128
    Top = 64
  end
  object IdTCPClient1: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Host = 'Localhost'
    Port = 9925
    Left = 24
    Top = 64
  end
end

⌨️ 快捷键说明

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