gsmctrfr.dfm

来自「boomerang library 5.11 internet ed」· DFM 代码 · 共 1,761 行 · 第 1/5 页

DFM
1,761
字号
object GSMCentralForm: TGSMCentralForm
  Left = 279
  Top = 178
  BorderStyle = bsSingle
  Caption = 'GSM Central [%s]'
  ClientHeight = 636
  ClientWidth = 551
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poDefaultPosOnly
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 551
    Height = 610
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = 'Modem'
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 543
        Height = 579
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        object Label25: TLabel
          Left = 16
          Top = 424
          Width = 41
          Height = 16
          Caption = 'Forum:'
        end
        object GroupBox2: TGroupBox
          Left = 10
          Top = 10
          Width = 97
          Height = 130
          Caption = 'GSM Network'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          object IndNetRegStatus: TSpeedButton
            Left = 1
            Top = 20
            Width = 95
            Height = 50
            Hint = '|GSM network registration status'
            Flat = True
            Layout = blGlyphTop
            OnClick = IndNetRegStatusClick
          end
          object SpeedButton3: TSpeedButton
            Tag = 1
            Left = 1
            Top = 69
            Width = 48
            Height = 31
            Hint = '|Login to GSM Network'
            Caption = 'On'
            Flat = True
            OnClick = SpeedButton3Click
          end
          object SpeedButton4: TSpeedButton
            Left = 48
            Top = 69
            Width = 48
            Height = 31
            Hint = '|Logout from GSM Network'
            Caption = 'Off'
            Flat = True
            OnClick = SpeedButton3Click
          end
          object SpeedButton1: TSpeedButton
            Left = 1
            Top = 98
            Width = 95
            Height = 31
            Hint = '|Logout from GSM Network'
            Caption = 'Switch off'
            Flat = True
            OnClick = SpeedButton1Click
          end
        end
        object AutoShowModemLog: TCheckBox
          Left = 128
          Top = 10
          Width = 159
          Height = 21
          Caption = 'Autoshow modem log'
          Checked = True
          State = cbChecked
          TabOrder = 1
        end
        object ConfigureGroupbox: TGroupBox
          Left = 10
          Top = 158
          Width = 513
          Height = 257
          Caption = 'Configuration'
          TabOrder = 2
          object PINLabel: TLabel
            Left = 197
            Top = 138
            Width = 22
            Height = 16
            Caption = 'PIN'
          end
          object SCALabel: TLabel
            Left = 197
            Top = 187
            Width = 88
            Height = 16
            Caption = 'Service Center'
          end
          object ModemLabel: TLabel
            Left = 197
            Top = 30
            Width = 81
            Height = 16
            Caption = 'Modem Type'
          end
          object Label3: TLabel
            Left = 197
            Top = 79
            Width = 35
            Height = 16
            Caption = 'Mode'
          end
          object Label16: TLabel
            Left = 14
            Top = 136
            Width = 66
            Height = 16
            Caption = 'Comm Port'
          end
          object Label24: TLabel
            Left = 14
            Top = 188
            Width = 58
            Height = 16
            Caption = 'Baud rate'
          end
          object SCAEdit: TEdit
            Left = 197
            Top = 207
            Width = 159
            Height = 24
            TabOrder = 10
          end
          object PinEdit: TEdit
            Left = 197
            Top = 158
            Width = 60
            Height = 24
            PasswordChar = '*'
            TabOrder = 9
          end
          object ModemComboBox: TComboBox
            Left = 197
            Top = 49
            Width = 159
            Height = 24
            ItemHeight = 16
            TabOrder = 6
          end
          object SMSLOGCheckBox: TCheckBox
            Left = 10
            Top = 30
            Width = 119
            Height = 20
            Caption = 'SMS Logfile'
            TabOrder = 0
            OnClick = SMSLOGCheckBoxClick
          end
          object GSMLOGCheckBox: TCheckBox
            Left = 10
            Top = 59
            Width = 129
            Height = 21
            Caption = 'GSM-AT Logfile'
            TabOrder = 2
            OnClick = GSMLOGCheckBoxClick
          end
          object SMSLogButton: TButton
            Left = 138
            Top = 30
            Width = 31
            Height = 20
            Caption = '...'
            TabOrder = 1
            OnClick = SMSLogButtonClick
          end
          object GSMLogButton: TButton
            Left = 138
            Top = 59
            Width = 31
            Height = 21
            Caption = '...'
            TabOrder = 3
            OnClick = GSMLogButtonClick
          end
          object SMSFormat: TComboBox
            Left = 197
            Top = 98
            Width = 159
            Height = 24
            Style = csDropDownList
            ItemHeight = 16
            TabOrder = 7
            Items.Strings = (
              'PDU'
              'Text')
          end
          object GroupBox1: TGroupBox
            Left = 364
            Top = 20
            Width = 139
            Height = 119
            Caption = 'Unsolicited'
            TabOrder = 8
            object CatchSMSMT: TCheckBox
              Left = 10
              Top = 20
              Width = 119
              Height = 21
              Caption = 'Catch SMS-MT'
              Checked = True
              State = cbChecked
              TabOrder = 0
            end
            object CatchSMSCB: TCheckBox
              Left = 10
              Top = 39
              Width = 119
              Height = 21
              Caption = 'Catch SMS-CB'
              Checked = True
              State = cbChecked
              TabOrder = 1
            end
            object CatchSMSDS: TCheckBox
              Left = 10
              Top = 59
              Width = 119
              Height = 21
              Caption = 'Catch SMS-DS'
              Checked = True
              State = cbChecked
              TabOrder = 2
            end
            object OnlyIndication: TCheckBox
              Left = 10
              Top = 79
              Width = 119
              Height = 21
              Caption = 'Only indication'
              Checked = True
              State = cbChecked
              TabOrder = 3
            end
          end
          object ComPort: TComboBox
            Left = 12
            Top = 157
            Width = 145
            Height = 24
            ItemHeight = 16
            TabOrder = 4
            Items.Strings = (
              'Com1'
              'Com2'
              'Com3'
              'Com4')
          end
          object BaudRate: TComboBox
            Left = 12
            Top = 207
            Width = 145
            Height = 24
            ItemHeight = 16
            TabOrder = 5
            Items.Strings = (
              '110'
              '300'
              '600'
              '1200'
              '2400'
              '4800'
              '9600'
              '14400'
              '19200'
              '38400'
              '56000'
              '57600'
              '115200'
              '128000'
              '256000')
          end
        end
        object ManufacturerId: TMemo
          Left = 128
          Top = 49
          Width = 356
          Height = 90
          TabStop = False
          BorderStyle = bsNone
          ParentColor = True
          ReadOnly = True
          TabOrder = 3
        end
        object Edit1: TEdit
          Left = 64
          Top = 424
          Width = 377
          Height = 24
          BorderStyle = bsNone
          ParentColor = True
          ReadOnly = True
          TabOrder = 4
          Text = 'http://www.2p.cz/en/boomerang_for_gsm/forum'
        end
      end
    end
    object TabSheet5: TTabSheet
      Caption = 'SMS'
      ImageIndex = 4
      object Panel7: TPanel
        Left = 0
        Top = 0
        Width = 543
        Height = 579
        Align = alClient
        BevelInner = bvLowered
        BevelOuter = bvNone
        Caption = ' '
        TabOrder = 0
        object Label1: TLabel

⌨️ 快捷键说明

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