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

📄 mainunit.~dfm

📁 用delphi开发的短信群发平台
💻 ~DFM
字号:
object Form1: TForm1
  Left = 199
  Top = 109
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 36
    Height = 13
    Caption = #31471#21475#65306
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 24
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = 'Com1'
    Items.Strings = (
      'Com1'
      'Com2'
      'Com3'
      'Com4')
  end
  object LabeledEdit1: TLabeledEdit
    Left = 8
    Top = 72
    Width = 145
    Height = 21
    EditLabel.Width = 48
    EditLabel.Height = 13
    EditLabel.Caption = #21457#36865#21040#65306
    TabOrder = 1
    Text = '13930460198'
  end
  object LabeledEdit2: TLabeledEdit
    Left = 8
    Top = 112
    Width = 657
    Height = 21
    EditLabel.Width = 60
    EditLabel.Height = 13
    EditLabel.Caption = #21457#36865#20869#23481#65306
    TabOrder = 2
    Text = 'Test SMS'
  end
  object Button1: TButton
    Left = 280
    Top = 168
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 168
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Open'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 208
    Width = 673
    Height = 241
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
  object ApdComPort1: TApdComPort
    ComNumber = 1
    Baud = 9600
    PromptForPort = False
    AutoOpen = False
    TraceName = 'APRO.TRC'
    LogName = 'APRO.LOG'
    OnPortClose = ApdComPort1PortClose
    OnPortOpen = ApdComPort1PortOpen
    OnTriggerAvail = ApdComPort1TriggerAvail
    Left = 272
    Top = 16
  end
end

⌨️ 快捷键说明

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