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

📄 gsmctrfr.dfm

📁 boomerang library 5.11 internet ed
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object GSMCentralForm: TGSMCentralForm
  BorderStyle = bsSingle
  Caption = 'GSM Central [%s]'
  ClientHeight = 517
  ClientWidth = 448
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Left = 8
  Top = 8
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    Left = 0
    Top = 0
    Width = 448
    Height = 496
    object TabSheet1: TTabSheet
      Caption = 'Modem'
      object Panel2: TPanel
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        Left = 0
        Top = 0
        Width = 440
        Height = 468
        object GroupBox2: TGroupBox
          Caption = 'GSM Network'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          Left = 8
          Top = 8
          Width = 79
          Height = 106
          object IndNetRegStatus: TSpeedButton
            Flat = True
            Layout = blGlyphTop
            Left = 1
            Top = 16
            Width = 77
            Height = 41
            Hint = '|GSM network registration status'
            OnClick = IndNetRegStatusClick
          end
          object SpeedButton3: TSpeedButton
            Caption = 'On'
            Flat = True
            Left = 1
            Top = 56
            Width = 39
            Height = 25
            Hint = '|Login to GSM Network'
            Tag = 1
            OnClick = SpeedButton3Click
          end
          object SpeedButton4: TSpeedButton
            Caption = 'Off'
            Flat = True
            Left = 39
            Top = 56
            Width = 39
            Height = 25
            Hint = '|Logout from GSM Network'
            OnClick = SpeedButton3Click
          end
          object SpeedButton1: TSpeedButton
            Caption = 'Switch off'
            Flat = True
            Left = 1
            Top = 80
            Width = 77
            Height = 25
            Hint = '|Logout from GSM Network'
            OnClick = SpeedButton1Click
          end
        end
        object AutoShowModemLog: TCheckBox
          Caption = 'Autoshow modem log'
          Checked = True
          State = cbChecked
          TabOrder = 1
          Left = 104
          Top = 8
          Width = 129
          Height = 17
        end
        object ConfigureGroupbox: TGroupBox
          Caption = 'Configuration'
          TabOrder = 2
          Left = 8
          Top = 96
          Width = 417
          Height = 209
          object PINLabel: TLabel
            Caption = 'PIN'
            Left = 160
            Top = 112
            Width = 18
            Height = 13
          end
          object SCALabel: TLabel
            Caption = 'Service Center'
            Left = 160
            Top = 152
            Width = 70
            Height = 13
          end
          object ModemLabel: TLabel
            Caption = 'Modem Type'
            Left = 160
            Top = 24
            Width = 62
            Height = 13
          end
          object Label3: TLabel
            Caption = 'Mode'
            Left = 160
            Top = 64
            Width = 27
            Height = 13
          end
          object SCAEdit: TEdit
            TabOrder = 9
            Left = 160
            Top = 168
            Width = 129
            Height = 21
          end
          object PinEdit: TEdit
            PasswordChar = '*'
            TabOrder = 8
            Left = 160
            Top = 128
            Width = 41
            Height = 21
          end
          object CommRadioGroup: TRadioGroup
            Caption = 'Comm Port'
            Items.Strings = (
              'Com1'
              'Com2'
              'Com3'
              'Com4')
            TabOrder = 4
            Left = 8
            Top = 72
            Width = 81
            Height = 105
          end
          object ModemComboBox: TComboBox
            ItemHeight = 13
            TabOrder = 5
            Left = 160
            Top = 40
            Width = 129
            Height = 21
          end
          object SMSLOGCheckBox: TCheckBox
            Caption = 'SMS Logfile'
            TabOrder = 0
            Left = 8
            Top = 24
            Width = 97
            Height = 17
            OnClick = SMSLOGCheckBoxClick
          end
          object GSMLOGCheckBox: TCheckBox
            Caption = 'GSM-AT Logfile'
            TabOrder = 2
            Left = 8
            Top = 16
            Width = 105
            Height = 17
            OnClick = GSMLOGCheckBoxClick
          end
          object SMSLogButton: TButton
            Caption = '...'
            TabOrder = 1
            Left = 112
            Top = 24
            Width = 25
            Height = 17
            OnClick = SMSLogButtonClick
          end
          object GSMLogButton: TButton
            Caption = '...'
            TabOrder = 3
            Left = 112
            Top = 48
            Width = 25
            Height = 17
            OnClick = GSMLogButtonClick
          end
          object SMSFormat: TComboBox
            Style = csDropDownList
            ItemHeight = 13
            TabOrder = 6
            Items.Strings = (
              'PDU'
              'Text')
            Left = 160
            Top = 80
            Width = 129
            Height = 21
          end
          object GroupBox1: TGroupBox
            Caption = 'Unsolicited'
            TabOrder = 7
            Left = 296
            Top = 16
            Width = 113
            Height = 97
            object CatchSMSMT: TCheckBox
              Caption = 'Catch SMS-MT'
              Checked = True
              State = cbChecked
              TabOrder = 0
              Left = 8
              Top = 16
              Width = 97
              Height = 17
            end
            object CatchSMSCB: TCheckBox
              Caption = 'Catch SMS-CB'
              Checked = True
              State = cbChecked
              TabOrder = 1
              Left = 8
              Top = 32
              Width = 97
              Height = 17
            end
            object CatchSMSDS: TCheckBox
              Caption = 'Catch SMS-DS'
              Checked = True
              State = cbChecked
              TabOrder = 2
              Left = 8
              Top = 48
              Width = 97
              Height = 17
            end
            object OnlyIndication: TCheckBox
              Caption = 'Only indication'
              Checked = True
              State = cbChecked
              TabOrder = 3
              Left = 8
              Top = 64
              Width = 97
              Height = 17
            end
          end
        end
        object ManufacturerId: TMemo
          BorderStyle = bsNone
          ParentColor = True
          ReadOnly = True
          TabOrder = 3
          TabStop = False
          Left = 104
          Top = 40
          Width = 289
          Height = 73
        end
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'SMS'
      ImageIndex = 4
      object Panel7: TPanel
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        Left = 0
        Top = 0
        Width = 440
        Height = 468
        object Label1: TLabel
          Caption = 'Destination address (phone number)'
          Left = 16
          Top = 16
          Width = 170
          Height = 13
        end
        object Label2: TLabel
          Caption = 'Message'
          Left = 16
          Top = 96
          Width = 43
          Height = 13
        end
        object Label4: TLabel
          Caption = 'Kind'
          FocusControl = SMSKind
          Left = 16
          Top = 56
          Width = 21
          Height = 13
        end
        object Label5: TLabel
          Caption = 'Type'
          FocusControl = SMSKind2
          Left = 216
          Top = 56
          Width = 24
          Height = 13
        end
        object vCardGB: TGroupBox
          Caption = 'vCard'
          TabOrder = 6
          Left = 16
          Top = 144
          Width = 377
          Height = 113
          object Label10: TLabel

⌨️ 快捷键说明

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