object Form1: TForm1 Left = 321 Top = 151 Width = 597 Height = 374 Caption = 'Free local SL3 calc from BEST team (c) 2011' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Pr: TGauge Left = 0 Top = 328 Width = 585 Height = 17 BackColor = clInactiveBorder ForeColor = clNavy Progress = 0 end object Label1: TLabel Left = 392 Top = 120 Width = 24 Height = 13 Caption = 'Imei' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Log: TMemo Left = 0 Top = 8 Width = 385 Height = 313 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clLime Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object LoadL: TBitBtn Left = 400 Top = 8 Width = 129 Height = 49 Caption = 'Load Log' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = LoadLClick end object Stb: TBitBtn Left = 400 Top = 64 Width = 129 Height = 49 Caption = 'Start' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = StbClick end object GroupBox2: TGroupBox Left = 392 Top = 160 Width = 193 Height = 161 Caption = 'Job Info' TabOrder = 3 object Label2: TLabel Left = 64 Top = 16 Width = 64 Height = 13 Caption = 'Cur. Speed' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 80 Top = 72 Width = 50 Height = 13 Caption = 'Cur. Salt' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 80 Top = 112 Width = 46 Height = 13 Caption = 'Elapsed' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Speed: TEdit Left = 8 Top = 32 Width = 121 Height = 21 TabOrder = 0 end object SaltB: TComboBox Left = 8 Top = 88 Width = 121 Height = 21 Enabled = False ItemHeight = 13 TabOrder = 1 end object Elap: TEdit Left = 8 Top = 128 Width = 121 Height = 21 TabOrder = 2 end object Rsalt: TCheckBox Left = 8 Top = 56 Width = 97 Height = 17 Caption = 'Random Salt' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False State = cbChecked TabOrder = 3 end end object ImeiE: TEdit Left = 392 Top = 136 Width = 177 Height = 21 TabOrder = 4 end object OpenDialog: TOpenDialog Left = 544 Top = 8 end end