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

📄 client.~dfm

📁 delphi 完全原代码,可以在d7 and windows xp下编译通过
💻 ~DFM
字号:
object Form1: TForm1
  Left = 364
  Top = 133
  Width = 355
  Height = 374
  Caption = 'client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 44
    Height = 13
    Caption = #31471#21475#21495#65306
  end
  object Label1: TLabel
    Left = 16
    Top = 48
    Width = 66
    Height = 13
    Caption = #26381#21153#22120#21517#31216#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 16
    Width = 60
    Height = 13
    Caption = #26381#21153#22120'(IP)'#65306
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 72
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 1
  end
  object Button1: TButton
    Left = 248
    Top = 8
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 40
    Width = 75
    Height = 25
    Caption = #26029#24320
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 248
    Top = 72
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 96
    Top = 39
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object GroupBox1: TGroupBox
    Left = 24
    Top = 112
    Width = 305
    Height = 217
    Caption = #25511#21046
    TabOrder = 6
    object CheckBox1: TCheckBox
      Left = 24
      Top = 24
      Width = 97
      Height = 17
      Caption = #40657#23631
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 24
      Top = 72
      Width = 97
      Height = 17
      Caption = #19981#40657#23631
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 24
      Top = 112
      Width = 97
      Height = 17
      Caption = #37325#36215
      TabOrder = 2
    end
    object CheckBox4: TCheckBox
      Left = 24
      Top = 152
      Width = 97
      Height = 17
      Caption = #20851#26426
      TabOrder = 3
    end
    object Button4: TButton
      Left = 208
      Top = 184
      Width = 75
      Height = 25
      Caption = #25191#34892
      TabOrder = 4
      OnClick = Button4Click
    end
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 1019
    OnConnecting = ClientSocket1Connecting
    OnConnect = ClientSocket1Connect
    OnError = ClientSocket1Error
    Left = 336
    Top = 24
  end
end

⌨️ 快捷键说明

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