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

📄 unit1.dfm

📁 This use unusual method for calculate binary array from motorola phones
💻 DFM
字号:
object Form1: TForm1
  Left = 271
  Top = 129
  Width = 819
  Height = 551
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'RQRC Memory Dumper (c) 2008 DmT & motoprogger'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  DesignSize = (
    811
    517)
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 603
    Height = 469
    Anchors = [akLeft, akTop, akRight, akBottom]
    Font.Charset = RUSSIAN_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Button1: TButton
    Left = 714
    Top = 484
    Width = 91
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'Shutdown phone'
    Enabled = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 618
    Top = 8
    Width = 185
    Height = 49
    Anchors = [akTop, akRight]
    Caption = 'Status'
    TabOrder = 2
    object Label3: TLabel
      Left = 9
      Top = 20
      Width = 72
      Height = 13
      Caption = 'Not Connected'
    end
  end
  object GroupBox2: TGroupBox
    Left = 618
    Top = 308
    Width = 185
    Height = 169
    Anchors = [akRight, akBottom]
    Caption = 'Read'
    TabOrder = 3
    object Label4: TLabel
      Left = 13
      Top = 24
      Width = 48
      Height = 13
      Caption = 'From(Hex)'
    end
    object Label5: TLabel
      Left = 13
      Top = 56
      Width = 45
      Height = 13
      Caption = 'Size(Hex)'
    end
    object Label1: TLabel
      Left = 8
      Top = 112
      Width = 39
      Height = 13
      Caption = 'Uptime: '
    end
    object Label2: TLabel
      Left = 8
      Top = 128
      Width = 51
      Height = 13
      Caption = 'Sump size:'
    end
    object Label6: TLabel
      Left = 8
      Top = 144
      Width = 34
      Height = 13
      Caption = 'Speed:'
    end
    object Button3: TButton
      Left = 56
      Top = 80
      Width = 57
      Height = 25
      Caption = 'Read'
      Enabled = False
      TabOrder = 0
      OnClick = Button3Click
    end
    object Edit2: TEdit
      Left = 72
      Top = 20
      Width = 105
      Height = 21
      TabOrder = 1
      Text = '10000000'
    end
    object Edit5: TEdit
      Left = 72
      Top = 52
      Width = 105
      Height = 21
      TabOrder = 2
      Text = '100'
    end
    object Button4: TButton
      Left = 120
      Top = 80
      Width = 59
      Height = 25
      Caption = 'Stop'
      Enabled = False
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 120
      Top = 112
      Width = 59
      Height = 25
      Caption = 'Pause'
      Enabled = False
      TabOrder = 4
      OnClick = Button5Click
    end
    object Button6: TButton
      Left = 8
      Top = 80
      Width = 41
      Height = 25
      Caption = 'Button6'
      TabOrder = 5
      OnClick = Button6Click
    end
  end
  object Button2: TButton
    Left = 8
    Top = 484
    Width = 75
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'Clear Log'
    TabOrder = 4
    OnClick = Button2Click
  end
  object RadioGroup1: TRadioGroup
    Left = 618
    Top = 212
    Width = 185
    Height = 89
    Anchors = [akRight, akBottom]
    Caption = 'Dumping mode'
    ItemIndex = 1
    Items.Strings = (
      'Base'
      'Speed')
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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