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

📄 unit1.~dfm

📁 投名状 脱机登入源码 游戏更新 delphi开发 想搞脱机登入的可以
💻 ~DFM
字号:
object Form1: TForm1
  Left = 265
  Top = 123
  Width = 965
  Height = 542
  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 grp1: TGroupBox
    Left = 11
    Top = 15
    Width = 358
    Height = 401
    Caption = #23494#30721#34920
    TabOrder = 0
    object mmo1: TMemo
      Left = 6
      Top = 11
      Width = 337
      Height = 352
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object btn1: TButton
      Left = 237
      Top = 368
      Width = 101
      Height = 25
      Caption = #33719#21462#23494#30721#34920
      TabOrder = 1
      OnClick = btn1Click
    end
  end
  object grp2: TGroupBox
    Left = 378
    Top = 21
    Width = 556
    Height = 396
    Caption = #30331#38470#21306
    TabOrder = 1
    object lbl4: TLabel
      Left = 247
      Top = 17
      Width = 60
      Height = 13
      Caption = #30331#38470#20449#24687#65306
    end
    object grp3: TGroupBox
      Left = 8
      Top = 120
      Width = 223
      Height = 141
      TabOrder = 0
      object lbl1: TLabel
        Left = 11
        Top = 19
        Width = 48
        Height = 13
        Caption = #29992#25143#21517#65306
      end
      object lbl2: TLabel
        Left = 10
        Top = 42
        Width = 48
        Height = 13
        Caption = #23494#12288#30721#65306
      end
      object lbl3: TLabel
        Left = 11
        Top = 67
        Width = 48
        Height = 13
        Caption = #26381#21153#22120#65306
      end
      object edt1: TEdit
        Left = 63
        Top = 15
        Width = 144
        Height = 21
        TabOrder = 0
        Text = 'edt1'
      end
      object edt2: TEdit
        Left = 63
        Top = 37
        Width = 144
        Height = 21
        TabOrder = 1
        Text = 'edt2'
      end
      object cbb1: TComboBox
        Left = 64
        Top = 63
        Width = 145
        Height = 21
        ItemHeight = 13
        TabOrder = 2
        Text = 'cbb1'
      end
      object btn2: TButton
        Left = 134
        Top = 102
        Width = 75
        Height = 25
        Caption = #30331#38470
        TabOrder = 3
      end
    end
    object mmoLoginInfo: TMemo
      Left = 247
      Top = 34
      Width = 303
      Height = 356
      Color = clBlack
      Font.Charset = GB2312_CHARSET
      Font.Color = clLime
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
    end
    object btn3: TButton
      Left = 11
      Top = 36
      Width = 102
      Height = 25
      Caption = #36830#25509#26381#21153#22120
      TabOrder = 2
      OnClick = btn3Click
    end
    object btn5: TButton
      Left = 11
      Top = 73
      Width = 100
      Height = 25
      Caption = #26029#24320#36830#25509
      TabOrder = 3
      OnClick = btn5Click
    end
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 491
    Width = 957
    Height = 19
    Panels = <
      item
        Width = 400
      end
      item
        Width = 50
      end>
  end
  object btn4: TButton
    Left = 41
    Top = 445
    Width = 75
    Height = 25
    Caption = #27979#35797
    TabOrder = 3
    OnClick = btn4Click
  end
  object clntsckt1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Host = '121.207.253.20'
    Port = 9959
    OnConnecting = clntsckt1Connecting
    OnConnect = clntsckt1Connect
    OnDisconnect = clntsckt1Disconnect
    OnRead = clntsckt1Read
    OnError = clntsckt1Error
    Left = 470
    Top = 449
  end
  object clntsckt2: TClientSocket
    Active = True
    ClientType = ctNonBlocking
    Host = '121.207.253.179'
    Port = 5816
    OnRead = clntsckt2Read
    Left = 523
    Top = 448
  end
end

⌨️ 快捷键说明

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