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

📄 demos.~dfm

📁 SPServer.rar一个基于TCP/IP监听发送代码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 111
  Top = 83
  Width = 537
  Height = 437
  AutoSize = True
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Demo'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object str: TStatusBar
    Left = 0
    Top = 391
    Width = 529
    Height = 19
    Panels = <
      item
        Bevel = pbNone
        Text = #24403#21069#29366#24577#65306
        Width = 60
      end
      item
        Width = 180
      end
      item
        Bevel = pbNone
        Text = #36830#25509#29366#24577#65306
        Width = 65
      end
      item
        Width = 65
      end>
    SimplePanel = False
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 233
    Height = 192
    Align = alLeft
    Caption = #32593#32476#36830#25509
    TabOrder = 1
    object lIPAddress: TLabeledEdit
      Left = 80
      Top = 16
      Width = 121
      Height = 20
      EditLabel.Width = 66
      EditLabel.Height = 12
      EditLabel.Caption = #20027#26426'IP'#22320#22336':'
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
    end
    object lUser: TLabeledEdit
      Left = 80
      Top = 75
      Width = 121
      Height = 20
      EditLabel.Width = 48
      EditLabel.Height = 12
      EditLabel.Caption = #29992#25143#21517#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
    end
    object lPassWord: TLabeledEdit
      Left = 80
      Top = 106
      Width = 121
      Height = 20
      EditLabel.Width = 48
      EditLabel.Height = 12
      EditLabel.Caption = #35748#35777#30721#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      PasswordChar = '*'
      TabOrder = 2
    end
    object lHostPort: TLabeledEdit
      Left = 80
      Top = 45
      Width = 49
      Height = 20
      EditLabel.Width = 42
      EditLabel.Height = 12
      EditLabel.Caption = #31471#21475#21495':'
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 3
    end
  end
  object GroupBox1: TGroupBox
    Left = 239
    Top = 0
    Width = 290
    Height = 192
    Align = alRight
    Caption = #21457#36865#25968#25454
    TabOrder = 2
    object lCommandID: TLabeledEdit
      Left = 81
      Top = 20
      Width = 121
      Height = 20
      EditLabel.Width = 48
      EditLabel.Height = 12
      EditLabel.Caption = #21629#20196#21495#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 0
      Text = 'h27'
    end
    object lDestNo: TLabeledEdit
      Left = 81
      Top = 52
      Width = 121
      Height = 20
      EditLabel.Width = 60
      EditLabel.Height = 12
      EditLabel.Caption = #34987#21483#21495#30721#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 1
      Text = '13085117040'
    end
    object lChargeNo: TLabeledEdit
      Left = 81
      Top = 89
      Width = 121
      Height = 20
      EditLabel.Width = 60
      EditLabel.Height = 12
      EditLabel.Caption = #20184#36153#21495#30721#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 2
      Text = '13085117040'
    end
    object lSvcType: TLabeledEdit
      Left = 81
      Top = 121
      Width = 121
      Height = 20
      EditLabel.Width = 60
      EditLabel.Height = 12
      EditLabel.Caption = #26381#21153#31867#22411#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 3
      Text = 'FREE'
    end
    object lContent: TLabeledEdit
      Left = 81
      Top = 153
      Width = 121
      Height = 20
      EditLabel.Width = 60
      EditLabel.Height = 12
      EditLabel.Caption = #20449#24687#20869#23481#65306
      LabelPosition = lpLeft
      LabelSpacing = 3
      TabOrder = 4
      Text = #30701#20449#27979#35797#31243#24207
    end
    object Button3: TButton
      Left = 219
      Top = 16
      Width = 56
      Height = 40
      Caption = #36830#25509#32593#32476
      TabOrder = 5
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 219
      Top = 56
      Width = 56
      Height = 40
      Caption = #23433#20840#35748#35777
      TabOrder = 6
      OnClick = Button4Click
    end
    object Button1: TButton
      Left = 219
      Top = 96
      Width = 56
      Height = 40
      Caption = #21457#36865#20449#24687
      TabOrder = 7
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 219
      Top = 136
      Width = 56
      Height = 40
      Caption = #20572#27490#25509#25910
      TabOrder = 8
      OnClick = Button2Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 192
    Width = 529
    Height = 199
    Align = alBottom
    Caption = #25509#25910#25968#25454
    TabOrder = 3
    object Memo1: TMemo
      Left = 2
      Top = 14
      Width = 525
      Height = 183
      Align = alClient
      Ctl3D = True
      ParentCtl3D = False
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 152
    Top = 144
  end
end

⌨️ 快捷键说明

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