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

📄 sms_sample.dfm

📁 短信息的delphi开发
💻 DFM
字号:
object Form1: TForm1
  Left = 188
  Top = 191
  Width = 696
  Height = 528
  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 Label1: TLabel
    Left = 72
    Top = 56
    Width = 59
    Height = 13
    Caption = ' '#31471#21475#21495#65306
  end
  object Label2: TLabel
    Left = 72
    Top = 152
    Width = 56
    Height = 13
    Caption = #25163#26426#21495#65306
  end
  object Label3: TLabel
    Left = 72
    Top = 184
    Width = 42
    Height = 13
    Caption = #20449#24687#65306
  end
  object Label4: TLabel
    Left = 64
    Top = 304
    Width = 56
    Height = 13
    Caption = #21457#36865#32773#65306
  end
  object Label5: TLabel
    Left = 64
    Top = 336
    Width = 70
    Height = 13
    Caption = #21457#36865#26102#38388#65306
  end
  object Label6: TLabel
    Left = 64
    Top = 376
    Width = 42
    Height = 13
    Caption = #20449#24687#65306
  end
  object ComPort: TEdit
    Left = 144
    Top = 56
    Width = 89
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 304
    Top = 56
    Width = 65
    Height = 25
    Caption = #21021#22987#21270
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 104
    Width = 65
    Height = 25
    Caption = #20851#38381#35774#22791
    TabOrder = 2
    OnClick = Button2Click
  end
  object Phone: TEdit
    Left = 144
    Top = 152
    Width = 89
    Height = 21
    TabOrder = 3
  end
  object Button3: TButton
    Left = 304
    Top = 152
    Width = 65
    Height = 25
    Caption = #21457#36865
    TabOrder = 4
    OnClick = Button3Click
  end
  object Msg: TEdit
    Left = 144
    Top = 192
    Width = 209
    Height = 21
    TabOrder = 5
  end
  object Snd: TEdit
    Left = 144
    Top = 304
    Width = 121
    Height = 21
    TabOrder = 6
  end
  object DateTime: TEdit
    Left = 144
    Top = 336
    Width = 121
    Height = 21
    TabOrder = 7
  end
  object SmsMessage: TEdit
    Left = 144
    Top = 376
    Width = 217
    Height = 21
    TabOrder = 8
  end
  object Smscom1: TSmscom
    Left = 536
    Top = 48
    Width = 32
    Height = 32
    OnSmsEvent = Smscom1SmsEvent
    ControlData = {00000100560A00002B05000000000000}
  end
end

⌨️ 快捷键说明

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