- object frmSetting: TfrmSetting
- Left = 207
- Top = 176
- Width = 663
- Height = 342
- Caption = 'Setting'
- 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 PageControl1: TPageControl
- Left = 8
- Top = 8
- Width = 641
- Height = 305
- ActivePage = Band
- TabIndex = 0
- TabOrder = 0
- object Band: TTabSheet
- Caption = 'RAC Preference Setting'
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 617
- Height = 241
- Caption = ' Input '
- TabOrder = 0
- object btnUploadFromFlash: TButton
- Left = 8
- Top = 208
- Width = 100
- Height = 25
- Caption = 'Upload from flash'
- TabOrder = 0
- OnClick = btnUploadFromFlashClick
- end
- object btnDownloadToFlash: TButton
- Left = 112
- Top = 208
- Width = 100
- Height = 25
- Caption = 'Download to flash'
- TabOrder = 1
- OnClick = btnDownloadToFlashClick
- end
- object btnChangeDB: TButton
- Left = 216
- Top = 208
- Width = 100
- Height = 25
- Caption = 'Change NVRAM DB'
- TabOrder = 2
- OnClick = btnChangeDBClick
- end
- object btnLoadFromFile: TButton
- Left = 320
- Top = 208
- Width = 80
- Height = 25
- Caption = 'Load from file'
- TabOrder = 3
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 408
- Top = 208
- Width = 80
- Height = 25
- Caption = 'Save to file'
- TabOrder = 4
- OnClick = btnSaveToFileClick
- end
- object GroupBox3: TGroupBox
- Left = 320
- Top = 24
- Width = 169
- Height = 81
- Caption = ' PLMN selection '
- TabOrder = 5
- object rbManual: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Manual'
- TabOrder = 0
- OnClick = rbManualClick
- end
- object rbAutomatic: TRadioButton
- Left = 8
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Automatic'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbAutomaticClick
- end
- end
- object GroupBox4: TGroupBox
- Left = 320
- Top = 112
- Width = 169
- Height = 89
- Caption = ' GPRS attach mode '
- TabOrder = 6
- object rbNotAutoAttach: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Not auto attach'
- TabOrder = 0
- OnClick = rbNotAutoAttachClick
- end
- object rbAutoAttach: TRadioButton
- Left = 8
- Top = 56
- Width = 113
- Height = 17
- Caption = 'Auto attach'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbAutoAttachClick
- end
- end
- object GroupBox5: TGroupBox
- Left = 112
- Top = 24
- Width = 177
- Height = 177
- Caption = ' Mobile class '
- TabOrder = 7
- object rbClassCC: TRadioButton
- Left = 8
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Class CC'
- TabOrder = 0
- OnClick = rbClassCCClick
- end
- object rbClassCG: TRadioButton
- Left = 8
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Class CG'
- TabOrder = 1
- OnClick = rbClassCGClick
- end
- object rbClassBGSM: TRadioButton
- Left = 8
- Top = 72
- Width = 121
- Height = 17
- Caption = 'Class B (GSM prefer)'
- Checked = True
- TabOrder = 2
- TabStop = True
- OnClick = rbClassBGSMClick
- end
- object rbClassBGprs: TRadioButton
- Left = 8
- Top = 96
- Width = 129
- Height = 17
- Caption = 'Class B (GPRS prefer)'
- TabOrder = 3
- OnClick = rbClassBGprsClick
- end
- end
- end
- object sbBandSetting: TStatusBar
- Left = 0
- Top = 248
- Width = 633
- Height = 29
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- end
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- InitialDir = '.'
- Title = 'Save to ini file'
- Left = 156
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter =
- 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
- '*'
- InitialDir = '.'
- Title = 'Open ini file'
- Left = 116
- end
- end