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

📄 unit1.dfm

📁 短信系统
💻 DFM
字号:
object Form1: TForm1
  Left = 177
  Top = 117
  Width = 636
  Height = 358
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 128
    Top = 56
    Width = 60
    Height = 13
    Caption = '接收方号码'
  end
  object Label2: TLabel
    Left = 128
    Top = 88
    Width = 24
    Height = 13
    Caption = '内容'
  end
  object Label3: TLabel
    Left = 128
    Top = 24
    Width = 60
    Height = 13
    Caption = '服务器名称'
  end
  object Button1: TButton
    Left = 200
    Top = 80
    Width = 75
    Height = 25
    Caption = '发送'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 128
    Top = 112
    Width = 393
    Height = 97
    ImeName = '中文 (简体) - 智能 ABC'
    TabOrder = 1
  end
  object Edit1: TMaskEdit
    Left = 202
    Top = 52
    Width = 121
    Height = 21
    EditMask = '00000000000'
    ImeName = '中文 (简体) - 智能 ABC'
    MaxLength = 11
    TabOrder = 2
    Text = '13980711226'
  end
  object Edit2: TEdit
    Left = 200
    Top = 24
    Width = 121
    Height = 21
    ImeName = '紫光拼音输入法'
    TabOrder = 3
    Text = 'xtpad'
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 312
    Width = 628
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Memo2: TMemo
    Left = 128
    Top = 216
    Width = 393
    Height = 89
    ImeName = '紫光拼音输入法'
    TabOrder = 5
  end
  object Button2: TButton
    Left = 376
    Top = 80
    Width = 75
    Height = 25
    Caption = 'query'
    TabOrder = 6
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 288
    Top = 80
    Width = 75
    Height = 25
    Caption = 'recv'
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 328
    Top = 24
    Width = 89
    Height = 25
    Caption = '连接SMS服务器'
    TabOrder = 8
    OnClick = Button4Click
  end
  object Timer1: TTimer
    Interval = 3000
    OnTimer = Timer1Timer
    Left = 472
    Top = 32
  end
end

⌨️ 快捷键说明

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