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

📄 unit1.dfm

📁 Components for Delphi for work with phones Motorola.
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 299
  Top = 95
  Width = 562
  Height = 625
  Caption = 'P2K Mode'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox2: TGroupBox
    Left = 8
    Top = 172
    Width = 272
    Height = 177
    Caption = 'About Device'
    TabOrder = 0
    object Memo1: TMemo
      Left = 2
      Top = 15
      Width = 268
      Height = 160
      Align = alClient
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 273
    Height = 165
    Caption = 'Devce List'
    TabOrder = 1
    object ListBox1: TListBox
      Left = 2
      Top = 15
      Width = 269
      Height = 148
      Align = alClient
      ItemHeight = 13
      TabOrder = 0
      OnClick = ListBox1Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 283
    Top = 8
    Width = 267
    Height = 165
    Caption = 'Devise Action'
    TabOrder = 2
    object Label1: TLabel
      Left = 7
      Top = 147
      Width = 30
      Height = 13
      Caption = 'Status'
    end
    object Label2: TLabel
      Left = 42
      Top = 147
      Width = 30
      Height = 13
      Caption = 'Status'
    end
    object Button1: TButton
      Left = 8
      Top = 16
      Width = 97
      Height = 25
      Caption = 'Update Devices'
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 8
      Top = 42
      Width = 97
      Height = 25
      Caption = 'Open'
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 112
      Top = 42
      Width = 97
      Height = 25
      Caption = 'Close'
      TabOrder = 2
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 8
      Top = 68
      Width = 97
      Height = 25
      Caption = 'Restart'
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 8
      Top = 94
      Width = 97
      Height = 25
      Caption = 'Suspend'
      TabOrder = 4
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 112
      Top = 16
      Width = 97
      Height = 25
      Caption = 'AT Switch P2K'
      TabOrder = 5
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 8
      Top = 121
      Width = 97
      Height = 25
      Caption = 'PowerOff'
      TabOrder = 6
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 112
      Top = 68
      Width = 97
      Height = 25
      Caption = 'Switch Flash'
      TabOrder = 7
      OnClick = Button8Click
    end
    object Button9: TButton
      Left = 112
      Top = 94
      Width = 97
      Height = 25
      Caption = 'Switch Test'
      TabOrder = 8
      OnClick = Button9Click
    end
    object Button10: TButton
      Left = 112
      Top = 121
      Width = 97
      Height = 25
      Caption = 'Switch AT'
      TabOrder = 9
      OnClick = Button10Click
    end
  end
  object GroupBox4: TGroupBox
    Left = 281
    Top = 172
    Width = 272
    Height = 137
    Caption = 'About Phone'
    TabOrder = 3
    object Label3: TLabel
      Left = 8
      Top = 16
      Width = 29
      Height = 13
      Caption = 'Model'
    end
    object Label4: TLabel
      Left = 8
      Top = 40
      Width = 19
      Height = 13
      Caption = 'Flex'
    end
    object Label9: TLabel
      Left = 8
      Top = 64
      Width = 22
      Height = 13
      Caption = 'IMEI'
    end
    object Label10: TLabel
      Left = 8
      Top = 88
      Width = 22
      Height = 13
      Caption = 'IMSI'
    end
    object Label8: TLabel
      Left = 8
      Top = 112
      Width = 22
      Height = 13
      Caption = 'PDS'
    end
    object Button11: TButton
      Left = 165
      Top = 13
      Width = 41
      Height = 22
      Caption = 'Get'
      TabOrder = 0
      OnClick = Button11Click
    end
    object Button12: TButton
      Left = 209
      Top = 13
      Width = 44
      Height = 22
      Caption = 'Set'
      TabOrder = 1
      OnClick = Button12Click
    end
    object Edit1: TEdit
      Left = 41
      Top = 13
      Width = 121
      Height = 21
      TabOrder = 2
    end
    object Edit2: TEdit
      Left = 41
      Top = 37
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Button13: TButton
      Left = 165
      Top = 37
      Width = 41
      Height = 22
      Caption = 'Get'
      TabOrder = 4
      OnClick = Button13Click
    end
    object Button14: TButton
      Left = 209
      Top = 37
      Width = 44
      Height = 22
      Caption = 'Set'
      TabOrder = 5
      OnClick = Button14Click
    end
    object Edit7: TEdit
      Left = 41
      Top = 61
      Width = 120
      Height = 21
      TabOrder = 6
    end
    object Button23: TButton
      Left = 165
      Top = 61
      Width = 41
      Height = 21
      Caption = 'Get'
      TabOrder = 7
      OnClick = Button23Click
    end
    object Button24: TButton
      Left = 165
      Top = 85
      Width = 41
      Height = 22
      Caption = 'Get'
      TabOrder = 8
      OnClick = Button24Click
    end
    object Edit8: TEdit
      Left = 41
      Top = 85
      Width = 120
      Height = 21
      ReadOnly = True
      TabOrder = 9
    end
    object Edit10: TEdit
      Left = 41
      Top = 109
      Width = 120
      Height = 21
      ReadOnly = True
      TabOrder = 10
    end
    object Button27: TButton
      Left = 165
      Top = 109
      Width = 41
      Height = 22
      Caption = 'Get'
      TabOrder = 11
      OnClick = Button27Click
    end
  end
  object GroupBox5: TGroupBox
    Left = 8
    Top = 349
    Width = 272
    Height = 241
    Caption = 'Debug'
    TabOrder = 4
    object Memo3: TMemo
      Left = 2
      Top = 15
      Width = 268
      Height = 224
      Align = alClient
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object GroupBox6: TGroupBox
    Left = 279
    Top = 465
    Width = 273
    Height = 87
    Caption = 'Camera'
    TabOrder = 5
    object Label5: TLabel
      Left = 8
      Top = 64
      Width = 21
      Height = 13
      Caption = 'Foto'
    end
    object Label11: TLabel
      Left = 9
      Top = 41
      Width = 36
      Height = 13
      Caption = 'Options'
    end
    object Button15: TButton
      Left = 112
      Top = 15
      Width = 75
      Height = 22
      Cursor = crHandPoint
      Caption = 'Inicialization'
      TabOrder = 0
      OnClick = Button15Click
    end
    object Button16: TButton
      Left = 192
      Top = 16
      Width = 75
      Height = 22
      Cursor = crHandPoint
      Caption = 'DeInicialization'
      TabOrder = 1
      OnClick = Button16Click
    end
    object Button17: TButton
      Left = 192
      Top = 62
      Width = 75
      Height = 22
      Cursor = crHandPoint
      Caption = 'Foto'

⌨️ 快捷键说明

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