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

📄 utest1.dfm

📁 中華電信簡訊特碼sns delphi版程式
💻 DFM
字号:
object Form1: TForm1
  Left = 313
  Top = 122
  Width = 366
  Height = 187
  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 BitBtn3: TBitBtn
    Left = 252
    Top = 12
    Width = 75
    Height = 25
    Caption = 'Connect'
    TabOrder = 0
    OnClick = BitBtn3Click
  end
  object Edit1: TEdit
    Left = 80
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 80
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 252
    Top = 52
    Width = 75
    Height = 25
    Caption = 'send'
    TabOrder = 3
    OnClick = Button1Click
  end
  object phoneedit: TEdit
    Left = 80
    Top = 76
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object msgedit: TEdit
    Left = 80
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 252
    Top = 96
    Width = 75
    Height = 25
    Caption = 'Disconnect'
    TabOrder = 6
    OnClick = BitBtn1Click
  end
  object StaticText1: TStaticText
    Left = 44
    Top = 12
    Width = 28
    Height = 17
    Caption = #24115#34399
    TabOrder = 7
  end
  object StaticText2: TStaticText
    Left = 44
    Top = 44
    Width = 28
    Height = 17
    Caption = #23494#30908
    TabOrder = 8
  end
  object StaticText3: TStaticText
    Left = 24
    Top = 76
    Width = 52
    Height = 17
    Caption = #30332#36865#38651#35441
    TabOrder = 9
  end
  object StaticText4: TStaticText
    Left = 48
    Top = 116
    Width = 28
    Height = 17
    Caption = #35338#24687
    TabOrder = 10
  end
  object IdTCPClient: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Host = '203.66.172.133'
    Port = 8001
    Left = 172
    Top = 64
  end
end

⌨️ 快捷键说明

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