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

📄 gsmctrfr.dfm

📁 boomerang library 5.11 internet ed
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object GSMCentralForm: TGSMCentralForm  Left = 297  Top = 253  Width = 452  Height = 507  VertScrollBar.Range = 21  ActiveControl = PageControl1  Caption = 'GSM Central [%s]'  Color = clButton  Font.Color = clText  Font.Height = 11  Font.Name = 'MS Sans Serif'  Font.Pitch = fpVariable  Font.Style = []  ParentFont = False  Position = poDefaultPosOnly  OnClose = FormClose  OnCreate = FormCreate  OnDestroy = FormDestroy  OnShow = FormShow  PixelsPerInch = 96  TextHeight = 13  TextWidth = 5  object PageControl1: TPageControl    Left = 0    Top = 0    Width = 452    Height = 486    ActivePage = TabSheet1    Align = alClient    TabOrder = 0    object TabSheet1: TTabSheet      Caption = 'Modem'      object Panel2: TPanel        Left = 0        Top = 0        Width = 444        Height = 456        Align = alClient        BevelInner = bvLowered        BevelOuter = bvNone        Caption = ' '        TabOrder = 0        object GroupBox2: TGroupBox          Left = 8          Top = 8          Width = 79          Height = 106          Caption = 'GSM Network'          ParentShowHint = False          ShowHint = True          TabOrder = 0          object IndNetRegStatus: TSpeedButton            Left = 1            Top = 16            Width = 77            Height = 41            Hint = '|GSM network registration status'            Flat = True            Layout = blGlyphTop            OnClick = IndNetRegStatusClick          end          object SpeedButton3: TSpeedButton            Tag = 1            Left = 1            Top = 56            Width = 39            Height = 25            Hint = '|Login to GSM Network'            Caption = 'On'            Flat = True            OnClick = SpeedButton3Click          end          object SpeedButton4: TSpeedButton            Left = 39            Top = 56            Width = 39            Height = 25            Hint = '|Logout from GSM Network'            Caption = 'Off'            Flat = True            OnClick = SpeedButton3Click          end          object SpeedButton1: TSpeedButton            Left = 1            Top = 80            Width = 77            Height = 25            Hint = '|Logout from GSM Network'            Caption = 'Switch off'            Flat = True            OnClick = SpeedButton1Click          end        end        object AutoShowModemLog: TCheckBox          Left = 104          Top = 8          Width = 129          Height = 17          Caption = 'Autoshow modem log'          Checked = True          State = cbChecked          TabOrder = 1        end        object ConfigureGroupbox: TGroupBox          Left = 8          Top = 128          Width = 417          Height = 201          Caption = 'Configuration'          TabOrder = 2          object PINLabel: TLabel            Left = 160            Top = 112            Width = 18            Height = 13            Caption = 'PIN'          end          object SCALabel: TLabel            Left = 160            Top = 152            Width = 69            Height = 13            Caption = 'Service Center'          end          object ModemLabel: TLabel            Left = 160            Top = 24            Width = 58            Height = 13            Caption = 'Modem Type'          end          object Label3: TLabel            Left = 160            Top = 64            Width = 26            Height = 13            Caption = 'Mode'          end          object SCAEdit: TEdit            Left = 160            Top = 168            Width = 129            Height = 21            TabOrder = 9          end          object PinEdit: TEdit            Left = 160            Top = 128            Width = 41            Height = 21            TabOrder = 8          end          object DeviceNameEdit: TEdit            Left = 8            Top = 89            Width = 100            Height = 21            TabOrder = 4          end          object ModemComboBox: TComboBox            Left = 160            Top = 40            Width = 129            Height = 21            ItemHeight = 15            TabOrder = 5          end          object SMSLOGCheckBox: TCheckBox            Left = 8            Top = 24            Width = 97            Height = 17            Caption = 'SMS Logfile'            TabOrder = 0            OnClick = SMSLOGCheckBoxClick          end          object GSMLOGCheckBox: TCheckBox            Left = 8            Top = 48            Width = 105            Height = 17            Caption = 'GSM-AT Logfile'            TabOrder = 2            OnClick = GSMLOGCheckBoxClick          end          object SMSLogButton: TButton            Left = 112            Top = 24            Width = 25            Height = 17            Caption = '...'            TabOrder = 1            OnClick = SMSLogButtonClick          end          object GSMLogButton: TButton            Left = 112            Top = 48            Width = 25            Height = 17            Caption = '...'            TabOrder = 3            OnClick = GSMLogButtonClick          end          object SMSFormat: TComboBox            Left = 160            Top = 80            Width = 129            Height = 21            Style = csDropDownList            ItemHeight = 15            Items.Strings = (              'PDU'              'Text')            TabOrder = 6          end          object GroupBox1: TGroupBox            Left = 296            Top = 16            Width = 113            Height = 97            Caption = 'Unsolicited'            TabOrder = 7            object CatchSMSMT: TCheckBox              Left = 8              Top = 16              Width = 97              Height = 17              Caption = 'Catch SMS-MT'              Checked = True              State = cbChecked              TabOrder = 0            end            object CatchSMSCB: TCheckBox              Left = 8              Top = 32              Width = 97              Height = 17              Caption = 'Catch SMS-CB'              Checked = True              State = cbChecked              TabOrder = 1            end            object CatchSMSDS: TCheckBox              Left = 8              Top = 48              Width = 97              Height = 17              Caption = 'Catch SMS-DS'              Checked = True              State = cbChecked              TabOrder = 2            end            object OnlyIndication: TCheckBox              Left = 8              Top = 64              Width = 97              Height = 17              Caption = 'Only indication'              Checked = True              State = cbChecked              TabOrder = 3            end          end          object Label44: TLabel            Left = 8            Top = 72            Width = 58            Height = 13            Caption = 'Device name'          end        end        object ManufacturerId: TMemo          Left = 104          Top = 40          Width = 289          Height = 73          BorderStyle = bsNone          ParentColor = True          ReadOnly = True          TabOrder = 3          TabStop = False        end      end    end    object TabSheet5: TTabSheet      Caption = 'SMS'      ImageIndex = 4      object Panel7: TPanel        Left = 0        Top = 0        Width = 444        Height = 456        Align = alClient        BevelInner = bvLowered        BevelOuter = bvNone        Caption = ' '        TabOrder = 0        object Label1: TLabel          Left = 16          Top = 16          Width = 169          Height = 13          Caption = 'Destination address (phone number)'        end        object Label2: TLabel          Left = 16          Top = 96          Width = 40          Height = 13          Caption = 'Message'        end        object Label4: TLabel          Left = 16          Top = 56          Width = 21          Height = 13          Caption = 'Kind'          FocusControl = SMSKind        end        object Label5: TLabel          Left = 216          Top = 56          Width = 21          Height = 13          Caption = 'Type'          FocusControl = SMSKind2        end        object vCardGB: TGroupBox          Left = 16          Top = 144          Width = 377          Height = 113          Caption = 'vCard'          TabOrder = 6          object Label10: TLabel            Left = 8            Top = 16            Width = 26            Height = 13            Caption = 'Name'            FocusControl = vCardName          end          object Label11: TLabel            Left = 8            Top = 56            Width = 67            Height = 13            Caption = 'Phone number'            FocusControl = vCardPhone          end          object vCardName: TEdit            Left = 8            Top = 32            Width = 201            Height = 21            TabOrder = 0          end          object vCardPhone: TEdit            Left = 8            Top = 72            Width = 201            Height = 21

⌨️ 快捷键说明

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