爱技术

 找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

搜索
查看: 2518|回复: 4
收起左侧

[分享] [协作]x65PapuaUtils V 0592 E化不完全版本 & 汉化

[复制链接]
发表于 2005-9-25 12:11:05 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册会员 微信登录

x
x65PapuaUtils V 059b2 E化不完全版本 & 汉化


部分E化资源来自 038D

是038D里的E化最全了




  1. object FormMain: TFormMain
  2.   Left = 283
  3.   Top = 105
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'x65..x75 PapuaUtils v0.5.9 beta2 [ENG] By rEgSpy'
  7.   ClientHeight = 393
  8.   ClientWidth = 606
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmDesktop
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 334
  27.     Height = 364
  28.     ActivePage = TabSheetSetup
  29.     Align = alClient
  30.     Constraints.MaxHeight = 364
  31.     Constraints.MaxWidth = 334
  32.     Constraints.MinHeight = 364
  33.     Constraints.MinWidth = 334
  34.     TabOrder = 0
  35.     OnChange = PageControlChange
  36.     object TabSheetSetup: TTabSheet
  37.       Caption = 'Settings'
  38.       object Panel1: TPanel
  39.         Left = 0
  40.         Top = 0
  41.         Width = 326
  42.         Height = 336
  43.         Align = alClient
  44.         BevelOuter = bvLowered
  45.         TabOrder = 0
  46.         object Label26: TLabel
  47.           Left = 136
  48.           Top = 314
  49.           Width = 131
  50.           Height = 13
  51.           Cursor = crHandPoint
  52.           Caption = 'papuas.allsiemens.com'
  53.           Font.Charset = DEFAULT_CHARSET
  54.           Font.Color = clWindowText
  55.           Font.Height = -11
  56.           Font.Name = 'MS Sans Serif'
  57.           Font.Style = [fsBold]
  58.           ParentFont = False
  59.           OnClick = Label26Click
  60.         end
  61.         object RadioGroupComPort: TRadioGroup
  62.           Left = 8
  63.           Top = 8
  64.           Width = 73
  65.           Height = 289
  66.           Hint = 'Port choice'
  67.           Caption = 'Port'
  68.           ItemIndex = 0
  69.           Items.Strings = (
  70.             'Com1'
  71.             'Com2'
  72.             'Com3'
  73.             'Com4'
  74.             'Com5'
  75.             'Com6'
  76.             'Com7'
  77.             'Com8'
  78.             'Com9'
  79.             'Com10'
  80.             'Com11'
  81.             'Com12'
  82.             'Com13'
  83.             'Com14'
  84.             'Com15'
  85.             'Com16'
  86.             'Com17'
  87.             'Com18')
  88.           ParentShowHint = False
  89.           ShowHint = True
  90.           TabOrder = 0
  91.         end
  92.         object ButtonAbout: TButton
  93.           Left = 8
  94.           Top = 304
  95.           Width = 75
  96.           Height = 25
  97.           Hint = 'Soft Info'
  98.           Caption = 'About'
  99.           ParentShowHint = False
  100.           ShowHint = True
  101.           TabOrder = 1
  102.           OnClick = ButtonAboutClick
  103.         end
  104.         object CheckBoxCabelPro: TCheckBox
  105.           Left = 96
  106.           Top = 16
  107.           Width = 97
  108.           Height = 17
  109.           Hint = '"3-wires" or  "User" cable (shorted 2,5,7 íà USB-COM)'
  110.           Caption = '"No AT" cable'
  111.           ParentShowHint = False
  112.           ShowHint = True
  113.           TabOrder = 2
  114.         end
  115.         object GetInfo: TButton
  116.           Left = 96
  117.           Top = 44
  118.           Width = 81
  119.           Height = 25
  120.           Hint = 'Getting info from power on phone'
  121.           Caption = 'Information'
  122.           ParentShowHint = False
  123.           ShowHint = True
  124.           TabOrder = 3
  125.           OnClick = GetInfoClick
  126.         end
  127.         object ButtonOff: TButton
  128.           Left = 96
  129.           Top = 76
  130.           Width = 81
  131.           Height = 25
  132.           Hint = 'Power off phone'
  133.           Caption = 'Power off'
  134.           ParentShowHint = False
  135.           ShowHint = True
  136.           TabOrder = 4
  137.           OnClick = ButtonOffClick
  138.         end
  139.         object ButtonSrvMode: TButton
  140.           Left = 96
  141.           Top = 140
  142.           Width = 81
  143.           Height = 25
  144.           Hint = 'Boot phone to SERVICE MODE'
  145.           Caption = 'Service Mode'
  146.           ParentShowHint = False
  147.           ShowHint = True
  148.           TabOrder = 5
  149.           OnClick = ButtonSrvModeClick
  150.         end
  151.         object ButtonBurnIn: TButton
  152.           Left = 96
  153.           Top = 172
  154.           Width = 81
  155.           Height = 25
  156.           Hint = 'Boot phone to INIT mode'
  157.           Caption = 'BurnIn Mode'
  158.           ParentShowHint = False
  159.           ShowHint = True
  160.           TabOrder = 6
  161.           OnClick = ButtonBurnInClick
  162.         end
  163.         object ButtonNormalMode: TButton
  164.           Left = 96
  165.           Top = 108
  166.           Width = 81
  167.           Height = 25
  168.           Hint = 'Boot phone to NORMAL MODE'
  169.           Caption = 'Normal Mode'
  170.           ParentShowHint = False
  171.           ShowHint = True
  172.           TabOrder = 7
  173.           OnClick = ButtonNormalModeClick
  174.         end
  175.         object ButtonSrvToNorm: TButton
  176.           Left = 208
  177.           Top = 108
  178.           Width = 75
  179.           Height = 25
  180.           Hint = 'Switch phone from SERVICE mode to NORMAL'
  181.           Caption = 'SrvToNorm'
  182.           ParentShowHint = False
  183.           ShowHint = True
  184.           TabOrder = 8
  185.           TabStop = False
  186.           OnClick = ButtonSrvToNormClick
  187.         end
  188.         object ButtonRccpToBFC: TButton
  189.           Left = 208
  190.           Top = 44
  191.           Width = 75
  192.           Height = 25
  193.           Hint = 'Switch phone to mode BFC command'
  194.           Caption = 'Rccp to BFC'
  195.           ParentShowHint = False
  196.           ShowHint = True
  197.           TabOrder = 9
  198.           OnClick = ButtonRccpToBFCClick
  199.         end
  200.         object ButtonBfcToAT: TButton
  201.           Left = 208
  202.           Top = 76
  203.           Width = 75
  204.           Height = 25
  205.           Hint = 'Switch phone to mode AT command'
  206.           Caption = 'BFC to AT'
  207.           ParentShowHint = False
  208.           ShowHint = True
  209.           TabOrder = 10
  210.           OnClick = ButtonBfcToATClick
  211.         end
  212.         object CheckBoxLight: TCheckBox
  213.           Left = 96
  214.           Top = 204
  215.           Width = 209
  216.           Height = 17
  217.           Hint =
  218.             'Power off lights when boot  to "Service Mode" è "BurnIn Mode" f' +
  219.             'or batery saving.'
  220.           Caption = 'Power off lights when boot'
  221.           Checked = True
  222.           ParentShowHint = False
  223.           ShowHint = True
  224.           State = cbChecked
  225.           TabOrder = 11
  226.         end
  227.         object ButtonDispLight: TButton
  228.           Left = 208
  229.           Top = 140
  230.           Width = 105
  231.           Height = 25
  232.           Hint = 'On/off Display lights'
  233.           Caption = 'Display Light On'
  234.           ParentShowHint = False
  235.           ShowHint = True
  236.           TabOrder = 12
  237.           OnClick = ButtonDispLightClick
  238.         end
  239.         object ButtonKbdLight: TButton
  240.           Left = 208
  241.           Top = 172
  242.           Width = 105
  243.           Height = 25
  244.           Hint = 'On/off keyboard lights'
  245.           Caption = 'Keyboard Light On'
  246.           ParentShowHint = False
  247.           ShowHint = True
  248.           TabOrder = 13
  249.           OnClick = ButtonKbdLightClick
  250.         end
  251.         object ButtonSimSim: TButton
  252.           Left = 96
  253.           Top = 228
  254.           Width = 81
  255.           Height = 25
  256.           Hint = 'On emulation of SIM card'
  257.           Caption = 'SimSim'
  258.           ParentShowHint = False
  259.           ShowHint = True
  260.           TabOrder = 14
  261.           OnClick = ButtonSimSimClick
  262.         end
  263.         object ButtonBFCtoBFB: TButton
  264.           Left = 96
  265.           Top = 260
  266.           Width = 81
  267.           Height = 25
  268.           Hint = 'Switch phone to  BFB protocol'
  269.           Caption = 'BFC to BFB'
  270.           ParentShowHint = False
  271.           ShowHint = True
  272.           TabOrder = 15
  273.           OnClick = ButtonBFCtoBFBClick
  274.         end
  275.         object ButtonBFBtoBFC: TButton
  276.           Left = 208
  277.           Top = 260
  278.           Width = 81
  279.           Height = 25
  280.           Hint = 'Switch phone from  BFB to BFC protocol'
  281.           Caption = 'BFB to BFC'
  282.           ParentShowHint = False
  283.           ShowHint = True
  284.           TabOrder = 16
  285.           OnClick = ButtonBFBtoBFCClick
  286.         end
  287.         object ButtonTstDisp1: TButton
  288.           Left = 96
  289.           Top = 292
  290.           Width = 81
  291.           Height = 25
  292.           Hint = 'Test display N1'
  293.           Caption = 'Test Disp1'
  294.           ParentShowHint = False
  295.           ShowHint = True
  296.           TabOrder = 17
  297.           OnClick = ButtonTstDisp1Click
  298.         end
  299.         object ButtonTstDisp2: TButton
  300.           Left = 208
  301.           Top = 292
  302.           Width = 81
  303.           Height = 25
  304.           Hint = 'Test display N2'
  305.           Caption = 'Test Disp2'
  306.           ParentShowHint = False
  307.           ShowHint = True
  308.           TabOrder = 18
  309.           OnClick = ButtonTstDisp2Click
  310.         end
  311.         object ButtonKeyOn: TButton
  312.           Left = 208
  313.           Top = 228
  314.           Width = 105
  315.           Height = 25
  316.           Hint =
  317.             'Дублирование кнопки Вкл/Выкл на те' +
  318.             'лефоне'
  319.           Caption = 'Button On/Off'
  320.           ParentShowHint = False
  321.           ShowHint = True
  322.           TabOrder = 19
  323.           OnClick = ButtonKeyOnClick
  324.         end
  325.         object CheckBoxSBA: TCheckBox
  326.           Left = 200
  327.           Top = 16
  328.           Width = 121
  329.           Height = 17
  330.           Hint = 'Another auto start (not yet stable)'
  331.           Caption = 'Type 2 AutoStart'
  332.           ParentShowHint = False
  333.           ShowHint = True
  334.           TabOrder = 20
  335.         end
  336.         object ButtonGetCam: TButton
  337.           Left = 96
  338.           Top = 252
  339.           Width = 57
  340.           Height = 25
  341.           Hint = 'Тест и чтение кадра камеры в файл.'
  342.           Caption = 'Camera'
  343.           ParentShowHint = False
  344.           ShowHint = True
  345.           TabOrder = 21
  346.           OnClick = ButtonGetCamClick
  347.         end
  348.       end
  349.     end
  350.     object TabSheet2: TTabSheet
  351.       Caption = 'Codes'
  352.       ImageIndex = 1
  353.       object Panel2: TPanel
  354.         Left = 0
  355.         Top = 0
  356.         Width = 326
  357.         Height = 336
  358.         Align = alClient
  359.         BevelOuter = bvLowered
  360.         TabOrder = 0
  361.         object IMEI: TLabel
  362.           Left = 32
  363.           Top = 66
  364.           Width = 31
  365.           Height = 16
  366.           Caption = 'IMEI'
  367.           Font.Charset = DEFAULT_CHARSET
  368.           Font.Color = clWindowText
  369.           Font.Height = -13
  370.           Font.Name = 'MS Sans Serif'
  371.           Font.Style = [fsBold]
  372.           ParentFont = False
  373.         end
  374.         object Label1: TLabel
  375.           Left = 32
  376.           Top = 90
  377.           Width = 32
  378.           Height = 16
  379.           Caption = 'ESN'
  380.           Font.Charset = DEFAULT_CHARSET
  381.           Font.Color = clWindowText
  382.           Font.Height = -13
  383.           Font.Name = 'MS Sans Serif'
  384.           Font.Style = [fsBold]
  385.           ParentFont = False
  386.         end
  387.         object Label2: TLabel
  388.           Left = 32
  389.           Top = 114
  390.           Width = 43
  391.           Height = 16
  392.           Caption = 'HASH'
  393.           Font.Charset = DEFAULT_CHARSET
  394.           Font.Color = clWindowText
  395.           Font.Height = -13
  396.           Font.Name = 'MS Sans Serif'
  397.           Font.Style = [fsBold]
  398.           ParentFont = False
  399.         end
  400.         object Label3: TLabel
  401.           Left = 32
  402.           Top = 140
  403.           Width = 40
  404.           Height = 16
  405.           Caption = 'SKEY'
  406.           Font.Charset = DEFAULT_CHARSET
  407.           Font.Color = clWindowText
  408.           Font.Height = -13
  409.           Font.Name = 'MS Sans Serif'
  410.           Font.Style = [fsBold]
  411.           ParentFont = False
  412.         end
  413.         object Label4: TLabel
  414.           Left = 32
  415.           Top = 220
  416.           Width = 40
  417.           Height = 16
  418.           Caption = 'BKEY'
  419.           Font.Charset = DEFAULT_CHARSET
  420.           Font.Color = clWindowText
  421.           Font.Height = -13
  422.           Font.Name = 'MS Sans Serif'
  423.           Font.Style = [fsBold]
  424.           ParentFont = False
  425.         end
  426.         object Label14: TLabel
  427.           Left = 32
  428.           Top = 252
  429.           Width = 41
  430.           Height = 16
  431.           Caption = 'HWID'
  432.           Font.Charset = DEFAULT_CHARSET
  433.           Font.Color = clWindowText
  434.           Font.Height = -13
  435.           Font.Name = 'MS Sans Serif'
  436.           Font.Style = [fsBold]
  437.           ParentFont = False
  438.         end
  439.         object Label16: TLabel
  440.           Left = 8
  441.           Top = 312
  442.           Width = 309
  443.           Height = 13
  444.           Caption = 'WARNING !: Reading keys supported up to ver.36 !'
  445.           WordWrap = True
  446.           OnClick = Label16Click
  447.         end
  448.         object ButtonGetCode: TButton
  449.           Left = 192
  450.           Top = 63
  451.           Width = 105
  452.           Height = 23
  453.           Hint = 'Retrieve codes for calculating (IMEI,ESN,HASH)  from phone'
  454.           Caption = 'Read codes'
  455.           ParentShowHint = False
  456.           ShowHint = True
  457.           TabOrder = 0
  458.           OnClick = ButtonGetCodeClick
  459.         end
  460.         object EditESN: TEdit
  461.           Left = 80
  462.           Top = 88
  463.           Width = 65
  464.           Height = 21
  465.           Hint =
  466.             'ESN (=FSN, =PhoneID) Personal number  (Stored in  Flash in spec ' +
  467.             'zone)'
  468.           ParentShowHint = False
  469.           ShowHint = True
  470.           TabOrder = 1
  471.           Text = '?'
  472.         end
  473.         object EditHASH: TEdit
  474.           Left = 80
  475.           Top = 112
  476.           Width = 217
  477.           Height = 21
  478.           Hint = 'BCORE HASH (stored in BCORE at 0xA0000238)'
  479.           ParentShowHint = False
  480.           ShowHint = True
  481.           TabOrder = 2
  482.           Text = '?'
  483.         end
  484.         object EditSkey: TEdit
  485.           Left = 80
  486.           Top = 136
  487.           Width = 81
  488.           Height = 21
  489.           Hint = 'Service key (PapuaKey, OpenAll) open ALL'
  490.           ParentShowHint = False
  491.           ShowHint = True
  492.           TabOrder = 3
  493.           Text = '?'
  494.         end
  495.         object EditIMEI: TEdit
  496.           Left = 80
  497.           Top = 64
  498.           Width = 105
  499.           Height = 21
  500.           Hint = 'IMEI (must be enter)'
  501.           ParentShowHint = False
  502.           ShowHint = True
  503.           TabOrder = 4
  504.           Text = '?'
  505.           OnChange = EditIMEIChange
  506.         end
  507.         object ButtonCalkSkey: TButton
  508.           Left = 168
  509.           Top = 135
  510.           Width = 129
  511.           Height = 23
  512.           Hint = 'Calculate Skey & Bkey from HASH & ESN'
  513.           Caption = 'Calculate Skey and Bkey'
  514.           ParentShowHint = False
  515.           ShowHint = True
  516.           TabOrder = 5
  517.           OnClick = ButtonCalkSkeyClick
  518.         end
  519.         object ButtonFreaLog: TButton
  520.           Left = 16
  521.           Top = 280
  522.           Width = 57
  523.           Height = 25
  524.           Hint = 'Freia Log'
  525.           Caption = 'Freia.log'
  526.           ParentShowHint = False
  527.           ShowHint = True
  528.           TabOrder = 6
  529.           OnClick = ButtonFreaLogClick
  530.         end
  531.         object ButtonSendSkey: TButton
  532.           Left = 32
  533.           Top = 190
  534.           Width = 145
  535.           Height = 25
  536.           Hint = 'Enter Service Key  (Skey) in phone'
  537.           Caption = 'Enter Skey in phone'
  538.           ParentShowHint = False
  539.           ShowHint = True
  540.           TabOrder = 7
  541.           OnClick = ButtonSendSkeyClick
  542.         end
  543.         object ButtonCloseSkey: TButton
  544.           Left = 184
  545.           Top = 190
  546.           Width = 113
  547.           Height = 25
  548.           Hint = 'Unlock Service key (Skey) in phone'
  549.           Caption = 'Unlock Skey'
  550.           ParentShowHint = False
  551.           ShowHint = True
  552.           TabOrder = 8
  553.           OnClick = ButtonCloseSkeyClick
  554.         end
  555.         object ButtonOpenAll: TButton
  556.           Left = 16
  557.           Top = 16
  558.           Width = 183
  559.           Height = 33
  560.           Hint =
  561.             'Auto reading,calculating and enter SKEY (PapuaKey) in flash file' +
  562.             ' SW up to 36'
  563.           Caption = 'Auto OpenAll'
  564.           Font.Charset = DEFAULT_CHARSET
  565.           Font.Color = clBlack
  566.           Font.Height = -11
  567.           Font.Name = 'MS Sans Serif'
  568.           Font.Style = [fsBold]
  569.           ParentFont = False
  570.           ParentShowHint = False
  571.           ShowHint = True
  572.           TabOrder = 9
  573.           OnClick = ButtonOpenAllClick
  574.         end
  575.         object EditBootKey: TEdit
  576.           Left = 80
  577.           Top = 218
  578.           Width = 217
  579.           Height = 21
  580.           Hint = 'BootKey (key loading boots)'
  581.           ParentShowHint = False
  582.           ShowHint = True
  583.           TabOrder = 10
  584.           Text = '?'
  585.         end
  586.         object ButtonX65flasher: TButton
  587.           Left = 80
  588.           Top = 280
  589.           Width = 81
  590.           Height = 25
  591.           Hint = 'Add boot password to x65flasher.exe in config.ini'
  592.           Caption = 'x65flasher.ini'
  593.           ParentShowHint = False
  594.           ShowHint = True
  595.           TabOrder = 11
  596.           OnClick = ButtonX65flasherClick
  597.         end
  598.         object ButtonX65VKD1: TButton
  599.           Left = 168
  600.           Top = 280
  601.           Width = 65
  602.           Height = 25
  603.           Hint = 'Save file bootloader for V_KLay v3.0x (..\V_KLay\data\Loaders)'
  604.           Caption = 'VKD v3.0x'
  605.           ParentShowHint = False
  606.           ShowHint = True
  607.           TabOrder = 12
  608.           OnClick = ButtonX65VKD1Click
  609.         end
  610.         object SpinEditHWID: TSpinEdit
  611.           Left = 80
  612.           Top = 248
  613.           Width = 49
  614.           Height = 22
  615.           Hint = 'HardWare ID (CX65=320,S65=323) Type of phone'
  616.           MaxValue = 65535
  617.           MinValue = 0
  618.           ParentShowHint = False
  619.           ShowHint = True
  620.           TabOrder = 13
  621.           Value = 0
  622.         end
  623.         object ButtonHash: TButton
  624.           Left = 32
  625.           Top = 162
  626.           Width = 265
  627.           Height = 25
  628.           Hint = 'Calculate HASH & Bkey from ESN & SKey'
  629.           Caption = 'Calc HASH + Bkey from ESN + SKey'
  630.           ParentShowHint = False
  631.           ShowHint = True
  632.           TabOrder = 14
  633.           OnClick = ButtonHashClick
  634.         end
  635.         object ButtonX65VKD2: TButton
  636.           Left = 240
  637.           Top = 280
  638.           Width = 65
  639.           Height = 25
  640.           Hint =
  641.             'Save file bootloader for V_KLay V3.2+ (..\V_KLay\data\Loaders\x6' +
  642.             '5.vkd)'
  643.           Caption = 'VKD v3.2+'
  644.           ParentShowHint = False
  645.           ShowHint = True
  646.           TabOrder = 15
  647.           OnClick = ButtonX65VKD2Click
  648.         end
  649.         object ButtonSave512x: TButton
  650.           Left = 240
  651.           Top = 248
  652.           Width = 65
  653.           Height = 25
  654.           Hint = 'Building and saving blocks EEPROM 5121,5122,5123.'
  655.           Caption = 'Save512x'
  656.           ParentShowHint = False
  657.           ShowHint = True
  658.           TabOrder = 16
  659.           OnClick = ButtonSave512xClick
  660.         end
  661.         object ButtonPVVKD: TButton
  662.           Left = 168
  663.           Top = 248
  664.           Width = 65
  665.           Height = 25
  666.           Hint = 'Save file TPbootloader for V_KLay v3.0x (..\V_KLay\data\Loaders)'
  667.           Caption = 'PV VKD'
  668.           ParentShowHint = False
  669.           ShowHint = True
  670.           TabOrder = 17
  671.           OnClick = ButtonPVVKDClick
  672.         end
  673.         object ButtonCalkESN: TButton
  674.           Left = 152
  675.           Top = 88
  676.           Width = 145
  677.           Height = 23
  678.           Hint = 'Calculating ESN from HASH & SKEY'
  679.           Caption = 'Calc ESN from HASH+Skey'
  680.           ParentShowHint = False
  681.           ShowHint = True
  682.           TabOrder = 18
  683.           OnClick = ButtonCalkESNClick
  684.         end
  685.         object Buttonpx65v4: TButton
  686.           Left = 215
  687.           Top = 15
  688.           Width = 75
  689.           Height = 33
  690.           Hint =
  691.             'Чтение ESN и HASH с помощью мидлета px65v4' +
  692.             '.'
  693.           Caption = 'Px65v4'
  694.           Font.Charset = DEFAULT_CHARSET
  695.           Font.Color = clWindowText
  696.           Font.Height = -13
  697.           Font.Name = 'MS Sans Serif'
  698.           Font.Style = [fsBold]
  699.           ParentFont = False
  700.           ParentShowHint = False
  701.           ShowHint = True
  702.           TabOrder = 19
  703.           OnClick = Buttonpx65v4Click
  704.         end
  705.       end
  706.     end
  707.     object TabSheet3: TTabSheet
  708.       Caption = 'Format FFS'
  709.       ImageIndex = 3
  710.       object Panel4: TPanel
  711.         Left = 0
  712.         Top = 0
  713.         Width = 326
  714.         Height = 336
  715.         Align = alClient
  716.         BevelInner = bvLowered
  717.         BevelOuter = bvNone
  718.         TabOrder = 0
  719.         object Label15: TLabel
  720.           Left = 88
  721.           Top = 12
  722.           Width = 133
  723.           Height = 13
  724.           Caption = 'Format FFS instances'
  725.           Font.Charset = DEFAULT_CHARSET
  726.           Font.Color = clWindowText
  727.           Font.Height = -11
  728.           Font.Name = 'MS Sans Serif'
  729.           Font.Style = [fsBold]
  730.           ParentFont = False
  731.         end
  732.         object Label17: TLabel
  733.           Left = 12
  734.           Top = 30
  735.           Width = 298
  736.           Height = 39
  737.           Caption = '     Format will be implemented at next booting to Normal mode'
  738.           WordWrap = True
  739.         end
  740.         object Label18: TLabel
  741.           Left = 32
  742.           Top = 78
  743.           Width = 239
  744.           Height = 13
  745.           Caption = 'Must be used in "Service Mode" !'
  746.           WordWrap = True
  747.         end
  748.         object Label10: TLabel
  749.           Left = 24
  750.           Top = 304
  751.           Width = 125
  752.           Height = 13
  753.           Cursor = crHandPoint
  754.           Caption = 'forum.allsiemens.com '
  755.           Font.Charset = DEFAULT_CHARSET
  756.           Font.Color = clWindowText
  757.           Font.Height = -11
  758.           Font.Name = 'MS Sans Serif'
  759.           Font.Style = [fsBold]
  760.           ParentFont = False
  761.           OnClick = Label10Click
  762.         end
  763.         object Label13: TLabel
  764.           Left = 168
  765.           Top = 304
  766.           Width = 124
  767.           Height = 13
  768.           Cursor = crHandPoint
  769.           Caption = 'forum.siemens-club.ru'
  770.           Font.Charset = DEFAULT_CHARSET
  771.           Font.Color = clWindowText
  772.           Font.Height = -11
  773.           Font.Name = 'MS Sans Serif'
  774.           Font.Style = [fsBold]
  775.           ParentFont = False
  776.           OnClick = Label13Click
  777.         end
  778.         object ButtonInvalidateInstanceFFS: TButton
  779.           Left = 16
  780.           Top = 104
  781.           Width = 297
  782.           Height = 25
  783.           Hint = 'Order format FFS'
  784.           Caption = 'After power on phone format FFS'
  785.           ParentShowHint = False
  786.           ShowHint = True
  787.           TabOrder = 0
  788.           OnClick = ButtonInvalidateInstanceFFSClick
  789.         end
  790.         object ButtonInvalidateInstanceFFS_B: TButton
  791.           Left = 16
  792.           Top = 136
  793.           Width = 297
  794.           Height = 25
  795.           Hint = 'Order format  FFS_B'
  796.           Caption = 'After power on phone format  '#39'FFS_B'#39
  797.           ParentShowHint = False
  798.           ShowHint = True
  799.           TabOrder = 1
  800.           OnClick = ButtonInvalidateInstanceFFS_BClick
  801.         end
  802.         object Panel5: TPanel
  803.           Left = 16
  804.           Top = 192
  805.           Width = 289
  806.           Height = 105
  807.           BevelInner = bvRaised
  808.           BevelOuter = bvLowered
  809.           TabOrder = 2
  810.           object Label19: TLabel
  811.             Left = 40
  812.             Top = 10
  813.             Width = 210
  814.             Height = 39
  815.             Caption =
  816.               '       Dont use format FFS_C if you dont have full backup of fla' +
  817.               'sh or if you dont understand well what you doing'
  818.             WordWrap = True
  819.           end
  820.           object Label20: TLabel
  821.             Left = 8
  822.             Top = 86
  823.             Width = 271
  824.             Height = 13
  825.             Caption = 'Repair such phone nobody can do!'
  826.             WordWrap = True
  827.             OnClick = Label16Click
  828.           end
  829.           object ButtonInvalidateInstanceFFS_C: TButton
  830.             Left = 24
  831.             Top = 56
  832.             Width = 233
  833.             Height = 25
  834.             Hint = 'Order format FFS_C'
  835.             Caption = 'After power on phone format '#39'FFS_C'#39
  836.             ParentShowHint = False
  837.             ShowHint = True
  838.             TabOrder = 0
  839.             OnClick = ButtonInvalidateInstanceFFS_CClick
  840.           end
  841.         end
  842.       end
  843.     end
  844.     object TabSheet4: TTabSheet
  845.       Caption = 'Various'
  846.       ImageIndex = 4
  847.       object Panel6: TPanel
  848.         Left = 0
  849.         Top = 0
  850.         Width = 326
  851.         Height = 336
  852.         Align = alClient
  853.         BevelOuter = bvLowered
  854.         ParentShowHint = False
  855.         ShowHint = False
  856.         TabOrder = 0
  857.         object Label22: TLabel
  858.           Left = 8
  859.           Top = 312
  860.           Width = 303
  861.           Height = 13
  862.           Caption = 'Warning:First enter Skey and work in "Service Mode"!'
  863.           OnClick = Label16Click
  864.         end
  865.         object Label23: TLabel
  866.           Left = 104
  867.           Top = 6
  868.           Width = 118
  869.           Height = 13
  870.           Caption = 'No comments!'
  871.           Font.Charset = DEFAULT_CHARSET
  872.           Font.Color = clWindowText
  873.           Font.Height = -11
  874.           Font.Name = 'MS Sans Serif'
  875.           Font.Style = [fsBold]
  876.           ParentFont = False
  877.         end
  878.         object Label24: TLabel
  879.           Left = 64
  880.           Top = 24
  881.           Width = 203
  882.           Height = 13
  883.           Caption = '(Only for experts!.)'
  884.           Font.Charset = DEFAULT_CHARSET
  885.           Font.Color = clWindowText
  886.           Font.Height = -11
  887.           Font.Name = 'MS Sans Serif'
  888.           Font.Style = [fsBold]
  889.           ParentFont = False
  890.         end
  891.         object GroupBox1: TGroupBox
  892.           Left = 72
  893.           Top = 40
  894.           Width = 185
  895.           Height = 105
  896.           Caption = 'Freeze'
  897.           Font.Charset = DEFAULT_CHARSET
  898.           Font.Color = clWindowText
  899.           Font.Height = -11
  900.           Font.Name = 'MS Sans Serif'
  901.           Font.Style = [fsBold]
  902.           ParentFont = False
  903.           TabOrder = 0
  904.           object Label21: TLabel
  905.             Left = 16
  906.             Top = 16
  907.             Width = 31
  908.             Height = 16
  909.             Caption = 'IMEI'
  910.             Font.Charset = DEFAULT_CHARSET
  911.             Font.Color = clWindowText
  912.             Font.Height = -13
  913.             Font.Name = 'MS Sans Serif'
  914.             Font.Style = [fsBold]
  915.             ParentFont = False
  916.           end
  917.           object EditFreezeIMEI: TEdit
  918.             Left = 56
  919.             Top = 12
  920.             Width = 121
  921.             Height = 21
  922.             Hint = 'Number IMEI this phone'
  923.             ParentShowHint = False
  924.             ShowHint = True
  925.             TabOrder = 0
  926.             Text = '?'
  927.             OnChange = EditFreezeIMEIChange
  928.           end
  929.           object ButtonFreeze: TButton
  930.             Left = 112
  931.             Top = 72
  932.             Width = 65
  933.             Height = 25
  934.             Hint =
  935.               'Filling fields Security data at new start phone in BCORE è OTP.' +
  936.               '..'
  937.             Caption = 'Freeze'
  938.             Font.Charset = DEFAULT_CHARSET
  939.             Font.Color = clWindowText
  940.             Font.Height = -11
  941.             Font.Name = 'MS Sans Serif'
  942.             Font.Style = [fsBold]
  943.             ParentFont = False
  944.             ParentShowHint = False
  945.             ShowHint = True
  946.             TabOrder = 1
  947.             OnClick = ButtonFreezeClick
  948.           end
  949.           object ButtonSetFreeze: TButton
  950.             Left = 8
  951.             Top = 40
  952.             Width = 169
  953.             Height = 25
  954.             Hint = 'Get IMEI from phone'
  955.             Caption = 'Read IMEI from phone'
  956.             Font.Charset = DEFAULT_CHARSET
  957.             Font.Color = clWindowText
  958.             Font.Height = -11
  959.             Font.Name = 'MS Sans Serif'
  960.             Font.Style = []
  961.             ParentFont = False
  962.             ParentShowHint = False
  963.             ShowHint = True
  964.             TabOrder = 2
  965.             OnClick = ButtonSetFreezeClick
  966.           end
  967.           object ButtonCpySetFreeze: TButton
  968.             Left = 8
  969.             Top = 72
  970.             Width = 89
  971.             Height = 25
  972.             Hint = 'Copy field IMEI from menu Codes'
  973.             Caption = 'Set IMEI'
  974.             Font.Charset = DEFAULT_CHARSET
  975.             Font.Color = clWindowText
  976.             Font.Height = -11
  977.             Font.Name = 'MS Sans Serif'
  978.             Font.Style = []
  979.             ParentFont = False
  980.             ParentShowHint = False
  981.             ShowHint = True
  982.             TabOrder = 3
  983.             OnClick = ButtonCpySetFreezeClick
  984.           end
  985.         end
  986.         object ButtonStatusOTP: TButton
  987.           Left = 120
  988.           Top = 152
  989.           Width = 81
  990.           Height = 25
  991.           Hint = 'Look '#39'OTP Status'#39
  992.           Caption = 'OTP Status'
  993.           ParentShowHint = False
  994.           ShowHint = True
  995.           TabOrder = 1
  996.           OnClick = ButtonStatusOTPClick
  997.         end
  998.         object ButtonLockOtp: TButton
  999.           Left = 120
  1000.           Top = 184
  1001.           Width = 81
  1002.           Height = 25
  1003.           Hint = 'Close for writting  OTP zone in  Flash (Forever!)'
  1004.           Caption = 'Close OTP'
  1005.           ParentShowHint = False
  1006.           ShowHint = True
  1007.           TabOrder = 2
  1008.           OnClick = ButtonLockOtpClick
  1009.         end
  1010.         object ButtonGetOtpEsn: TButton
  1011.           Left = 8
  1012.           Top = 152
  1013.           Width = 105
  1014.           Height = 25
  1015.           Hint = 'Reading number ESN from OTP zone of Flash'
  1016.           Caption = 'Reading OTP ESN'
  1017.           ParentShowHint = False
  1018.           ShowHint = True
  1019.           TabOrder = 3
  1020.           OnClick = ButtonGetOtpEsnClick
  1021.         end
  1022.         object ButtonGetOtpImei: TButton
  1023.           Left = 8
  1024.           Top = 184
  1025.           Width = 105
  1026.           Height = 25
  1027.           Hint = 'Read Thrue IMEI  from phone.'
  1028.           Caption = 'Read OTP IMEI'
  1029.           ParentShowHint = False
  1030.           ShowHint = True
  1031.           TabOrder = 4
  1032.           OnClick = ButtonGetOtpImeiClick
  1033.         end
  1034.         object ButtonReadBcore: TButton
  1035.           Left = 104
  1036.           Top = 216
  1037.           Width = 113
  1038.           Height = 25
  1039.           Hint =
  1040.             'Read (BFC protocol Bugy in Siemens phones!) and store block BCOR' +
  1041.             'E to file'
  1042.           Caption = 'Read BCORE'
  1043.           ParentShowHint = False
  1044.           ShowHint = True
  1045.           TabOrder = 5
  1046.           OnClick = ButtonReadBcoreClick
  1047.         end
  1048.         object ButtonClearBcore: TButton
  1049.           Left = 224
  1050.           Top = 216
  1051.           Width = 81
  1052.           Height = 25
  1053.           Hint = 'Clear core'
  1054.           Caption = 'Clear core'
  1055.           ParentShowHint = False
  1056.           ShowHint = True
  1057.           TabOrder = 6
  1058.           OnClick = ButtonClearBcoreClick
  1059.         end
  1060.         object ButtonEEP52: TButton
  1061.           Left = 24
  1062.           Top = 216
  1063.           Width = 75
  1064.           Height = 25
  1065.           Hint = 'Build and store block 52 EEPROM to file or to phone'
  1066.           Caption = 'PvEEP52'
  1067.           ParentShowHint = False
  1068.           ShowHint = True
  1069.           TabOrder = 7
  1070.           OnClick = ButtonEEP52Click
  1071.         end
  1072.         object ButtonRdEepBkey: TButton
  1073.           Left = 208
  1074.           Top = 152
  1075.           Width = 105
  1076.           Height = 25
  1077.           Hint = 'Read Bkey from EEP'
  1078.           Caption = 'Reading EEP Bkey'
  1079.           ParentShowHint = False
  1080.           ShowHint = True
  1081.           TabOrder = 8
  1082.           OnClick = ButtonRdEepBkeyClick
  1083.         end
  1084.         object ButtonFind5122: TButton
  1085.           Left = 208
  1086.           Top = 184
  1087.           Width = 105
  1088.           Height = 25
  1089.           Hint = 'Read Skey from EEFULL or directly from Flash,after enter key'
  1090.           Caption = 'Read EEP Skey'
  1091.           ParentShowHint = False
  1092.           ShowHint = True
  1093.           TabOrder = 9
  1094.           OnClick = ButtonFind5122Click
  1095.         end
  1096.         object ButtonTest: TButton
  1097.           Left = 264
  1098.           Top = 120
  1099.           Width = 41
  1100.           Height = 25
  1101.           Hint = 'Test look at blocks 76,5008,5009,5077. (for smart!)'
  1102.           Caption = 'Test'
  1103.           ParentShowHint = False
  1104.           ShowHint = True
  1105.           TabOrder = 10
  1106.           OnClick = ButtonTestClick
  1107.         end
  1108.         object SpinEditContrast: TSpinEdit
  1109.           Left = 24
  1110.           Top = 250
  1111.           Width = 41
  1112.           Height = 22
  1113.           Hint = 'Y Contrast (0..255) for display type CSTN'
  1114.           Increment = 8
  1115.           MaxLength = 3
  1116.           MaxValue = 255
  1117.           MinValue = 0
  1118.           ParentShowHint = False
  1119.           ShowHint = True
  1120.           TabOrder = 11
  1121.           Value = 127
  1122.         end
  1123.         object SpinEditVrefContrast: TSpinEdit
  1124.           Left = 80
  1125.           Top = 250
  1126.           Width = 41
  1127.           Height = 22
  1128.           Hint = 'Vref ontrast (0..255) for display type CSTN'
  1129.           Increment = 8
  1130.           MaxLength = 3
  1131.           MaxValue = 255
  1132.           MinValue = 0
  1133.           ParentShowHint = False
  1134.           ShowHint = True
  1135.           TabOrder = 12
  1136.           Value = 127
  1137.         end
  1138.         object ButtonRdContrast: TButton
  1139.           Left = 128
  1140.           Top = 248
  1141.           Width = 105
  1142.           Height = 25
  1143.           Hint = 'Read value of "Contrast" from block 5007'
  1144.           Caption = 'Read Contrast'
  1145.           ParentShowHint = False
  1146.           ShowHint = True
  1147.           TabOrder = 13
  1148.           OnClick = ButtonRdContrastClick
  1149.         end
  1150.         object ButtonWrContrast: TButton
  1151.           Left = 128
  1152.           Top = 280
  1153.           Width = 105
  1154.           Height = 25
  1155.           Hint = 'Write value of "Contrast" into block 5007'
  1156.           Caption = 'Write Contrast'
  1157.           ParentShowHint = False
  1158.           ShowHint = True
  1159.           TabOrder = 14
  1160.           OnClick = ButtonWrContrastClick
  1161.         end
  1162.         object ButtonSetContrast: TButton
  1163.           Left = 24
  1164.           Top = 280
  1165.           Width = 97
  1166.           Height = 25
  1167.           Hint = 'Setting Contrast in phone with display CSTN.'
  1168.           Caption = 'Set'
  1169.           ParentShowHint = False
  1170.           ShowHint = True
  1171.           TabOrder = 15
  1172.           OnClick = ButtonSetContrastClick
  1173.         end
  1174.         object Button5008: TButton
  1175.           Left = 248
  1176.           Top = 248
  1177.           Width = 57
  1178.           Height = 25
  1179.           Hint = 'Look at "Phone code" and locks'
  1180.           Caption = '5008'
  1181.           ParentShowHint = False
  1182.           ShowHint = True
  1183.           TabOrder = 16
  1184.           OnClick = Button5008Click
  1185.         end
  1186.         object ButtonCalkMkey: TButton
  1187.           Left = 248
  1188.           Top = 280
  1189.           Width = 59
  1190.           Height = 25
  1191.           Hint = 'Calculate "Master key" from block 5121 from phone.'
  1192.           Caption = 'Mkeys?'
  1193.           ParentShowHint = False
  1194.           ShowHint = True
  1195.           TabOrder = 17
  1196.           OnClick = ButtonCalkMkeyClick
  1197.         end
  1198.         object ButtonBlk71: TButton
  1199.           Left = 216
  1200.           Top = 46
  1201.           Width = 81
  1202.           Height = 25
  1203.           Hint =
  1204.             'Отключение "Подтверждения Включен' +
  1205.             'ия" и добавление меню "Диапазон"'
  1206.           Caption = '71 (Самолет)'
  1207.           ParentShowHint = False
  1208.           ShowHint = True
  1209.           TabOrder = 18
  1210.           OnClick = ButtonBlk71Click
  1211.         end
  1212.         object Button1: TButton
  1213.           Left = 8
  1214.           Top = 8
  1215.           Width = 49
  1216.           Height = 25
  1217.           Caption = 'Button1'
  1218.           TabOrder = 19
  1219.           Visible = False
  1220.           OnClick = Button1Click
  1221.         end
  1222.         object ButtonSaveAllEEP: TButton
  1223.           Left = 216
  1224.           Top = 124
  1225.           Width = 81
  1226.           Height = 25
  1227.           Hint =
  1228.             'Сохранить все EEP блоки из телефона ' +
  1229.             'в файл.'
  1230.           Caption = 'Бэкап EEP'
  1231.           ParentShowHint = False
  1232.           ShowHint = True
  1233.           TabOrder = 20
  1234.           OnClick = ButtonSaveAllEEPClick
  1235.         end
  1236.         object Button5005: TButton
  1237.           Left = 216
  1238.           Top = 98
  1239.           Width = 81
  1240.           Height = 25
  1241.           Hint = 'Чтение и модификация блока 5005.'
  1242.           Caption = 'MAP инфо'
  1243.           ParentShowHint = False
  1244.           ShowHint = True
  1245.           TabOrder = 21
  1246.           OnClick = Button5005Click
  1247.         end
  1248.         object ButtonFullESN: TButton
  1249.           Left = 232
  1250.           Top = 8
  1251.           Width = 49
  1252.           Height = 25
  1253.           Caption = 'ButtonFullESN'
  1254.           TabOrder = 22
  1255.           Visible = False
  1256.           OnClick = ButtonFullESNClick
  1257.         end
  1258.       end
  1259.     end
  1260.     object TabSheet5: TTabSheet
  1261.       Caption = 'Flash'
  1262.       ImageIndex = 5
  1263.       object Panel7: TPanel
  1264.         Left = 0
  1265.         Top = 0
  1266.         Width = 326
  1267.         Height = 336
  1268.         Align = alClient
  1269.         BevelOuter = bvLowered
  1270.         ParentShowHint = False
  1271.         ShowHint = False
  1272.         TabOrder = 0
  1273.         object Label6: TLabel
  1274.           Left = 48
  1275.           Top = 12
  1276.           Width = 234
  1277.           Height = 24
  1278.           Caption = 'Think well before!'
  1279.           Font.Charset = DEFAULT_CHARSET
  1280.           Font.Color = clRed
  1281.           Font.Height = -21
  1282.           Font.Name = 'MS Sans Serif'
  1283.           Font.Style = [fsBold]
  1284.           ParentFont = False
  1285.         end
  1286.         object Label27: TLabel
  1287.           Left = 72
  1288.           Top = 44
  1289.           Width = 170
  1290.           Height = 13
  1291.           Caption = 'All only in test mode!'
  1292.           Font.Charset = DEFAULT_CHARSET
  1293.           Font.Color = clWindowText
  1294.           Font.Height = -11
  1295.           Font.Name = 'MS Sans Serif'
  1296.           Font.Style = [fsBold]
  1297.           ParentFont = False
  1298.         end
  1299.         object Label28: TLabel
  1300.           Left = 24
  1301.           Top = 288
  1302.           Width = 285
  1303.           Height = 13
  1304.           Caption = 'All function can kill phone!'
  1305.           Font.Charset = DEFAULT_CHARSET
  1306.           Font.Color = clWindowText
  1307.           Font.Height = -11
  1308.           Font.Name = 'MS Sans Serif'
  1309.           Font.Style = [fsBold]
  1310.           ParentFont = False
  1311.         end
  1312.         object Label29: TLabel
  1313.           Left = 56
  1314.           Top = 308
  1315.           Width = 226
  1316.           Height = 13
  1317.           Caption = 'Boot work without TP if Bkey is calculated!'
  1318.           Font.Charset = DEFAULT_CHARSET
  1319.           Font.Color = clWindowText
  1320.           Font.Height = -11
  1321.           Font.Name = 'MS Sans Serif'
  1322.           Font.Style = []
  1323.           ParentFont = False
  1324.           OnClick = Label16Click
  1325.         end
  1326.         object CheckBoxTstRam: TCheckBox
  1327.           Left = 192
  1328.           Top = 48
  1329.           Width = 89
  1330.           Height = 17
  1331.           Hint = 'Тест микросхемы памяти (RAM 8Meg).'
  1332.           Caption = 'Тест ExtRAM'
  1333.           ParentShowHint = False
  1334.           ShowHint = True
  1335.           TabOrder = 21
  1336.           OnClick = CheckBoxTstRamClick
  1337.         end
  1338.         object CheckBoxRdOTP: TCheckBox
  1339.           Left = 208
  1340.           Top = 64
  1341.           Width = 89
  1342.           Height = 17
  1343.           Caption = 'Read OTP'
  1344.           TabOrder = 15
  1345.           Visible = False
  1346.         end
  1347.         object CheckBoxPause: TCheckBox
  1348.           Left = 136
  1349.           Top = 64
  1350.           Width = 57
  1351.           Height = 17
  1352.           Hint = 'Pause for TP users :)'
  1353.           Caption = 'Pause'
  1354.           Checked = True
  1355.           ParentShowHint = False
  1356.           ShowHint = True
  1357.           State = cbChecked
  1358.           TabOrder = 1
  1359.         end
  1360.         object CheckBoxTestBus: TCheckBox
  1361.           Left = 136
  1362.           Top = 64
  1363.           Width = 153
  1364.           Height = 17
  1365.           Hint =
  1366.             'Тест внешней шины D0..D15 и A0..A22 чипа PMB' +
  1367.             '.'
  1368.           Caption = 'Тест шины ExtRAM/ROM'
  1369.           Checked = True
  1370.           ParentShowHint = False
  1371.           ShowHint = True
  1372.           State = cbChecked
  1373.           TabOrder = 16
  1374.           OnClick = CheckBoxTestBusClick
  1375.         end
  1376.         object CheckBoxSaveEEP: TCheckBox
  1377.           Left = 136
  1378.           Top = 80
  1379.           Width = 137
  1380.           Height = 17
  1381.           Hint =
  1382.             'Сохранить все найденные блоки EEP в ' +
  1383.             'файл для "Siemens EEPROM Tool"'
  1384.           Caption = 'Сохранить блоки EEP'
  1385.           ParentShowHint = False
  1386.           ShowHint = True
  1387.           TabOrder = 19
  1388.         end
  1389.         object CheckBoxBackup: TCheckBox
  1390.           Left = 32
  1391.           Top = 224
  1392.           Width = 105
  1393.           Height = 17
  1394.           Hint = 'Trying to make backup before do all functions).'
  1395.           Caption = 'Make Backup'
  1396.           Checked = True
  1397.           ParentShowHint = False
  1398.           ShowHint = True
  1399.           State = cbChecked
  1400.           TabOrder = 9
  1401.         end
  1402.         object RadioGroupSpeed: TRadioGroup
  1403.           Left = 32
  1404.           Top = 64
  1405.           Width = 97
  1406.           Height = 153
  1407.           Caption = 'Com port speed'
  1408.           ItemIndex = 1
  1409.           Items.Strings = (
  1410.             '57600'
  1411.             '115200'
  1412.             '230400'
  1413.             '460800'
  1414.             '614400'
  1415.             '921600'
  1416.             '1228800'
  1417.             '1600000')
  1418.           TabOrder = 0
  1419.         end
  1420.         object ButtonBootInfo: TButton
  1421.           Left = 80
  1422.           Top = 252
  1423.           Width = 153
  1424.           Height = 25
  1425.           Hint = 'Reading ESN & HASH with boot loader and additional works'
  1426.           Caption = 'DO JOB'
  1427.           ParentShowHint = False
  1428.           ShowHint = True
  1429.           TabOrder = 8
  1430.           OnClick = ButtonBootInfoClick
  1431.         end
  1432.         object SpinEditVerDown: TSpinEdit
  1433.           Left = 253
  1434.           Top = 123
  1435.           Width = 44
  1436.           Height = 22
  1437.           Hint =
  1438.             'Enter number ofminimal version for "UNDO" (0..100), if 100 - set' +
  1439.             'by SW (=FF)'
  1440.           MaxValue = 100
  1441.           MinValue = 0
  1442.           ParentShowHint = False
  1443.           ShowHint = True
  1444.           TabOrder = 10
  1445.           Value = 99
  1446.         end
  1447.         object CheckBoxNewBcore: TCheckBox
  1448.           Left = 136
  1449.           Top = 80
  1450.           Width = 113
  1451.           Height = 17
  1452.           Hint = 'Write segment (BC65 BCORE V22) for Freeze or NewFlash!'
  1453.           Caption = 'New BCore V22'
  1454.           ParentShowHint = False
  1455.           ShowHint = True
  1456.           TabOrder = 14
  1457.           OnClick = CheckBoxNewBcoreClick
  1458.         end
  1459.         object CheckBoxFreia: TCheckBox
  1460.           Left = 136
  1461.           Top = 96
  1462.           Width = 177
  1463.           Height = 17
  1464.           Hint = 'Replace 76,5008,5009,5077 blocks'
  1465.           Caption = 'Replace 76,5008,5009,5077'
  1466.           ParentShowHint = False
  1467.           ShowHint = True
  1468.           TabOrder = 12
  1469.           OnClick = CheckBoxFreiaClick
  1470.         end
  1471.         object CheckBoxNew5121: TCheckBox
  1472.           Left = 136
  1473.           Top = 112
  1474.           Width = 105
  1475.           Height = 17
  1476.           Hint =
  1477.             'Replace all Master codes to 12345678 (or another one for skilled' +
  1478.             ' users)'
  1479.           Caption = 'Replace Master'
  1480.           ParentShowHint = False
  1481.           ShowHint = True
  1482.           TabOrder = 2
  1483.           OnClick = CheckBoxNew5121Click
  1484.         end
  1485.         object CheckBoxSetVDown: TCheckBox
  1486.           Left = 136
  1487.           Top = 128
  1488.           Width = 105
  1489.           Height = 17
  1490.           Hint = 'Do undo to version 01..99 ( for old mans :)'
  1491.           Caption = 'Undo to version'
  1492.           ParentShowHint = False
  1493.           ShowHint = True
  1494.           TabOrder = 3
  1495.           OnClick = CheckBoxSetVDownClick
  1496.         end
  1497.         object CheckBoxClrExit: TCheckBox
  1498.           Left = 136
  1499.           Top = 144
  1500.           Width = 113
  1501.           Height = 17
  1502.           Hint = 'Erase logs messages for errors in C/?X/M/S65'
  1503.           Caption = 'Clear EXIT'
  1504.           ParentShowHint = False
  1505.           ShowHint = True
  1506.           TabOrder = 6
  1507.           OnClick = CheckBoxClrExitClick
  1508.         end
  1509.         object CheckBoxReCalkFull: TCheckBox
  1510.           Left = 136
  1511.           Top = 160
  1512.           Width = 153
  1513.           Height = 17
  1514.           Hint =
  1515.             'Calculate all possible keys (Master, Skey -> Bkey, Hash) è writ' +
  1516.             'e to phone.'
  1517.           Caption = 'Recalculate Keys in Flash'
  1518.           ParentShowHint = False
  1519.           ShowHint = True
  1520.           TabOrder = 13
  1521.           OnClick = CheckBoxReCalkFullClick
  1522.         end
  1523.         object CheckBoxClrEEFULL: TCheckBox
  1524.           Left = 136
  1525.           Top = 176
  1526.           Width = 113
  1527.           Height = 17
  1528.           Hint = 'Erase all blocks EEFULL'
  1529.           Caption = 'Clear EEFULL'
  1530.           ParentShowHint = False
  1531.           ShowHint = True
  1532.           TabOrder = 4
  1533.           OnClick = CheckBoxClrEEFULLClick
  1534.         end
  1535.         object CheckBoxClrEELITE: TCheckBox
  1536.           Left = 136
  1537.           Top = 192
  1538.           Width = 113
  1539.           Height = 17
  1540.           Hint = 'Erase all blocks EELITE'
  1541.           Caption = 'Clear EELITE'
  1542.           ParentShowHint = False
  1543.           ShowHint = True
  1544.           TabOrder = 5
  1545.           OnClick = CheckBoxClrEELITEClick
  1546.         end
  1547.         object CheckBoxRdFF: TCheckBox
  1548.           Left = 136
  1549.           Top = 208
  1550.           Width = 129
  1551.           Height = 17
  1552.           Hint = 'Read FullFlash 32mb to file.'
  1553.           Caption = 'Read FullFlash'
  1554.           ParentShowHint = False
  1555.           ShowHint = True
  1556.           TabOrder = 11
  1557.           OnClick = CheckBoxRdFFClick
  1558.         end
  1559.         object CheckBoxClrBcor: TCheckBox
  1560.           Left = 136
  1561.           Top = 224
  1562.           Width = 113
  1563.           Height = 17
  1564.           Hint = 'Prepare BCORE for Freeze'
  1565.           Caption = 'Clear BCORE'
  1566.           ParentShowHint = False
  1567.           ShowHint = True
  1568.           TabOrder = 7
  1569.           OnClick = CheckBoxClrBcorClick
  1570.         end
  1571.         object CheckBoxRdCFI: TCheckBox
  1572.           Left = 240
  1573.           Top = 256
  1574.           Width = 81
  1575.           Height = 17
  1576.           Caption = 'Read CFI'
  1577.           TabOrder = 17
  1578.           Visible = False
  1579.         end
  1580.         object CheckSaveInfo: TCheckBox
  1581.           Left = 8
  1582.           Top = 264
  1583.           Width = 65
  1584.           Height = 17
  1585.           Caption = 'Save Info'
  1586.           TabOrder = 18
  1587.           Visible = False
  1588.         end
  1589.         object CheckBoxTest: TCheckBox
  1590.           Left = 256
  1591.           Top = 224
  1592.           Width = 49
  1593.           Height = 17
  1594.           Caption = 'Test'
  1595.           TabOrder = 20
  1596.           Visible = False
  1597.         end
  1598.       end
  1599.     end
  1600.     object TabSheet1: TTabSheet
  1601.       Caption = 'EEP512x'
  1602.       ImageIndex = 5
  1603.       object Panel3: TPanel
  1604.         Left = 0
  1605.         Top = 0
  1606.         Width = 326
  1607.         Height = 336
  1608.         Align = alClient
  1609.         BevelOuter = bvLowered
  1610.         TabOrder = 0
  1611.         object Label7: TLabel
  1612.           Left = 32
  1613.           Top = 72
  1614.           Width = 248
  1615.           Height = 26
  1616.           Caption =
  1617.             '1. Propper fill fields in section "Codes":                      ' +
  1618.             '   IMEI, ESN, SKEY, HWID'
  1619.         end
  1620.         object Label12: TLabel
  1621.           Left = 32
  1622.           Top = 264
  1623.           Width = 254
  1624.           Height = 39
  1625.           Caption =
  1626.             '"Master codes" implemented are unofficial! Without blocks 512x Y' +
  1627.             'ou can kill phone permanently or lose  some features! :)'
  1628.           WordWrap = True
  1629.         end
  1630.         object ButtonXBI: TButton
  1631.           Left = 56
  1632.           Top = 88
  1633.           Width = 217
  1634.           Height = 25
  1635.           Hint =
  1636.             'Преобразование файла ФуллФлэш в XBI ' +
  1637.             'или UserSwup файл.'
  1638.           Caption = 'Conversion FullFlash in XBI or UserSwup'
  1639.           ParentShowHint = False
  1640.           ShowHint = True
  1641.           TabOrder = 0
  1642.           OnClick = ButtonXBIClick
  1643.         end
  1644.         object ButtonRecalkFF: TButton
  1645.           Left = 112
  1646.           Top = 224
  1647.           Width = 97
  1648.           Height = 25
  1649.           Hint =
  1650.             'Пересчитать все ключи в FullFlash файле' +
  1651.             ' по данным из вкладки "Коды" и сохра' +
  1652.             'нить в новый файл.'
  1653.           Caption = 'Recalk FullFlash'
  1654.           ParentShowHint = False
  1655.           ShowHint = True
  1656.           TabOrder = 1
  1657.           OnClick = ButtonRecalkFFClick
  1658.         end
  1659.       end
  1660.     end
  1661.     object TabSheet6: TTabSheet
  1662.       Caption = 'Камера'
  1663.       ImageIndex = 6
  1664.       object Panel8: TPanel
  1665.         Left = 0
  1666.         Top = 0
  1667.         Width = 326
  1668.         Height = 336
  1669.         Align = alClient
  1670.         BevelOuter = bvLowered
  1671.         TabOrder = 0
  1672.         object Label5: TLabel
  1673.           Left = 64
  1674.           Top = 312
  1675.           Width = 179
  1676.           Height = 13
  1677.           Caption = 'Beta function! Ждите новых версий!'
  1678.         end
  1679.         object GroupBox4: TGroupBox
  1680.           Left = 44
  1681.           Top = 12
  1682.           Width = 217
  1683.           Height = 261
  1684.           Caption = 'Camera Parameters'
  1685.           TabOrder = 0
  1686.           object CamWhiteBalance: TRadioGroup
  1687.             Left = 8
  1688.             Top = 16
  1689.             Width = 105
  1690.             Height = 65
  1691.             Hint = 'Тип настройки'
  1692.             Caption = 'White Balance'
  1693.             ItemIndex = 2
  1694.             Items.Strings = (
  1695.               'Auto'
  1696.               'Indoor'
  1697.               'Outdoor')
  1698.             ParentShowHint = False
  1699.             ShowHint = True
  1700.             TabOrder = 0
  1701.           end
  1702.           object CamCompressionRate: TRadioGroup
  1703.             Left = 8
  1704.             Top = 80
  1705.             Width = 105
  1706.             Height = 65
  1707.             Hint = 'Сжатие'
  1708.             Caption = 'Compression Rate'
  1709.             ItemIndex = 0
  1710.             Items.Strings = (
  1711.               'Low'
  1712.               'Medium'
  1713.               'High')
  1714.             ParentShowHint = False
  1715.             ShowHint = True
  1716.             TabOrder = 1
  1717.           end
  1718.           object CamZoomFactor: TRadioGroup
  1719.             Left = 120
  1720.             Top = 128
  1721.             Width = 89
  1722.             Height = 97
  1723.             Hint = 'Увеличение (окно)'
  1724.             Caption = 'Zoom Factor'
  1725.             ItemIndex = 0
  1726.             Items.Strings = (
  1727.               'x1'
  1728.               'x2'
  1729.               'x3'
  1730.               'x4'
  1731.               'x5')
  1732.             ParentShowHint = False
  1733.             ShowHint = True
  1734.             TabOrder = 2
  1735.           end
  1736.           object CamColorMode: TRadioGroup
  1737.             Left = 120
  1738.             Top = 16
  1739.             Width = 89
  1740.             Height = 65
  1741.             Hint = 'Тип цвета'
  1742.             Caption = 'Color Mode'
  1743.             ItemIndex = 0
  1744.             Items.Strings = (
  1745.               'Standard'
  1746.               'Sepia'
  1747.               'GreyScale')
  1748.             ParentShowHint = False
  1749.             ShowHint = True
  1750.             TabOrder = 3
  1751.           end
  1752.           object CamFlashCondition: TCheckBox
  1753.             Left = 120
  1754.             Top = 96
  1755.             Width = 92
  1756.             Height = 17
  1757.             Caption = 'Flash Condition'
  1758.             TabOrder = 4
  1759.           end
  1760.           object CameraPicResolution: TRadioGroup
  1761.             Left = 8
  1762.             Top = 144
  1763.             Width = 105
  1764.             Height = 81
  1765.             Hint = 'Размер картинки кадра (Jpeg)'
  1766.             Caption = 'Jpeg Resolution'
  1767.             ItemIndex = 0
  1768.             Items.Strings = (
  1769.               '1:1'
  1770.               '1:2'
  1771.               '1:4'
  1772.               '1:8')
  1773.             ParentShowHint = False
  1774.             ShowHint = True
  1775.             TabOrder = 5
  1776.           end
  1777.           object GroupBox2: TGroupBox
  1778.             Left = 8
  1779.             Top = 224
  1780.             Width = 201
  1781.             Height = 33
  1782.             Hint = 'Яркость'
  1783.             Caption = 'Brightness'
  1784.             ParentShowHint = False
  1785.             ShowHint = True
  1786.             TabOrder = 6
  1787.             object LabelBrightness: TLabel
  1788.               Left = 176
  1789.               Top = 13
  1790.               Width = 12
  1791.               Height = 13
  1792.               Caption = '50'
  1793.             end
  1794.             object ScrollBarBrigh: TScrollBar
  1795.               Left = 8
  1796.               Top = 15
  1797.               Width = 161
  1798.               Height = 10
  1799.               LargeChange = 10
  1800.               PageSize = 0
  1801.               Position = 50
  1802.               TabOrder = 0
  1803.               OnChange = ScrollBarBrighChange
  1804.             end
  1805.           end
  1806.         end
  1807.         object ButtonStartCamera: TButton
  1808.           Left = 44
  1809.           Top = 280
  1810.           Width = 75
  1811.           Height = 25
  1812.           Caption = 'Start'
  1813.           TabOrder = 1
  1814.           OnClick = ButtonGetCamClick
  1815.         end
  1816.         object ButtonShowFormCam: TButton
  1817.           Left = 124
  1818.           Top = 280
  1819.           Width = 29
  1820.           Height = 25
  1821.           Hint = 'Show windows camera'
  1822.           Caption = '#'
  1823.           Enabled = False
  1824.           TabOrder = 2
  1825.           OnClick = ButtonShowFormCamClick
  1826.         end
  1827.         object SpinEditTO: TSpinEdit
  1828.           Left = 208
  1829.           Top = 282
  1830.           Width = 53
  1831.           Height = 22
  1832.           Hint = 'Пауза (примерно в 0.1сек)'
  1833.           Increment = 10
  1834.           MaxValue = 864000
  1835.           MinValue = 0
  1836.           ParentShowHint = False
  1837.           ShowHint = True
  1838.           TabOrder = 3
  1839.           Value = 10
  1840.         end
  1841.       end
  1842.     end
  1843.   end
  1844.   object StatusBar: TStatusBar
  1845.     Left = 0
  1846.     Top = 374
  1847.     Width = 606
  1848.     Height = 19
  1849.     Panels = <
  1850.       item
  1851.         Text = 'Com?'
  1852.         Width = 36
  1853.       end
  1854.       item
  1855.         Text = '?'
  1856.         Width = 210
  1857.       end
  1858.       item
  1859.         Text = '?'
  1860.         Width = 350
  1861.       end>
  1862.     SimplePanel = False
  1863.   end
  1864.   object MemoInfo: TMemo
  1865.     Left = 334
  1866.     Top = 0
  1867.     Width = 272
  1868.     Height = 364
  1869.     Align = alRight
  1870.     ScrollBars = ssBoth
  1871.     TabOrder = 2
  1872.   end
  1873.   object ProgressBar: TProgressBar
  1874.     Left = 0
  1875.     Top = 364
  1876.     Width = 606
  1877.     Height = 10
  1878.     Align = alBottom
  1879.     Min = 0
  1880.     Max = 100
  1881.     TabOrder = 3
  1882.   end
  1883.   object SaveDialog: TSaveDialog
  1884.     Left = 296
  1885.     Top = 96
  1886.   end
  1887.   object OpenDialog: TOpenDialog
  1888.     Left = 300
  1889.     Top = 32
  1890.   end
  1891.   object Timer500: TTimer
  1892.     Tag = 1
  1893.     Enabled = False
  1894.     Interval = 200
  1895.     OnTimer = Timer500Timer
  1896.     Left = 292
  1897.     Top = 128
  1898.   end
  1899. end
复制代码

[ 本帖最后由 regspy 于 2005-9-25 21:27 编辑 ]
未命名.GIF

EN x65PapuaUtilsV059b2.rar

391.12 KB, 下载次数: 59

发表于 2005-9-25 14:41:22 | 显示全部楼层
我还是帮顶吧,头晕
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-9-25 21:30:10 | 显示全部楼层
头晕啊,噩文。。。。。

有在线翻译的地方吗?
回复 支持 反对

使用道具 举报

发表于 2005-11-10 16:47:01 | 显示全部楼层
同感呀。不过肯定是要顶的。
回复 支持 反对

使用道具 举报

发表于 2005-11-13 19:28:01 | 显示全部楼层
ddddddddddddddddddd
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|Archiver|手机版|爱技术 ( 沪ICP备08115260号-3 )

GMT+8, 2024-5-20 15:58

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表