- object frmConvert: TfrmConvert
- Left = 406
- Top = 400
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Convert to m12193.c'
- ClientHeight = 158
- ClientWidth = 281
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 265
- Height = 113
- BevelOuter = bvLowered
- TabOrder = 0
- object lblLabel01: TLabel
- Left = 8
- Top = 12
- Width = 58
- Height = 13
- Caption = 'RF Module :'
- end
- object lblLabel02: TLabel
- Left = 16
- Top = 42
- Width = 108
- Height = 13
- Caption = 'Tx Propogation Delay :'
- end
- object cbxRFModule: TComboBox
- Left = 72
- Top = 10
- Width = 185
- Height = 21
- Style = csDropDownList
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = cbxRFModuleChange
- Items.Strings = (
- 'BRIGHT2'
- 'BRGIHT4'
- 'MT6119'
- 'AERO'
- 'CHICAGO2003 FOUNTAIN2'
- 'CHICAGO2003 AERO'
- 'KLM2003 FOUNTAIN2'
- 'KLM2003 SPRING'
- 'FOUNTAIN'
- 'FOUNTAIN2'
- 'SPRING')
- end
- object edtTxDelay: TEdit
- Tag = 40
- Left = 125
- Top = 40
- Width = 33
- Height = 21
- TabOrder = 1
- Text = '40'
- OnExit = edtTxDelayCheck
- end
- object rbtFromIni: TRadioButton
- Left = 16
- Top = 72
- Width = 113
- Height = 17
- Caption = 'From .ini file'
- Checked = True
- TabOrder = 2
- TabStop = True
- end
- object rbtFromFlash: TRadioButton
- Left = 16
- Top = 88
- Width = 113
- Height = 17
- Caption = 'From flash data'
- Enabled = False
- TabOrder = 3
- end
- end
- object btnConvert: TBitBtn
- Left = 196
- Top = 127
- Width = 77
- Height = 25
- Caption = 'Convert'
- TabOrder = 1
- OnClick = btnConvertClick
- Kind = bkRetry
- end
- object lblHint: TStaticText
- Left = 212
- Top = 88
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 2
- Visible = False
- end
- object txtStatus: TStaticText
- Left = 8
- Top = 136
- Width = 177
- Height = 17
- AutoSize = False
- BorderStyle = sbsSingle
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 3
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'c'
- FileName = 'm12193.c'
- Filter = 'c file (*.c)|*.c|All files (*.*)|*.*'
- InitialDir = '.'
- Title = 'Save to file'
- Left = 180
- Top = 48
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- InitialDir = '.'
- Title = 'Open file'
- Left = 212
- Top = 48
- end
- object HintTimer: TTimer
- Enabled = False
- Interval = 4000
- OnTimer = HintTimerTimer
- Left = 176
- Top = 80
- end
- end