form_Setting.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:5k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmSetting: TfrmSetting
  2.   Left = 207
  3.   Top = 176
  4.   Width = 663
  5.   Height = 342
  6.   Caption = 'Setting'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 8
  19.     Top = 8
  20.     Width = 641
  21.     Height = 305
  22.     ActivePage = Band
  23.     TabIndex = 0
  24.     TabOrder = 0
  25.     object Band: TTabSheet
  26.       Caption = 'RAC Preference Setting'
  27.       object GroupBox1: TGroupBox
  28.         Left = 8
  29.         Top = 0
  30.         Width = 617
  31.         Height = 241
  32.         Caption = '  Input  '
  33.         TabOrder = 0
  34.         object btnUploadFromFlash: TButton
  35.           Left = 8
  36.           Top = 208
  37.           Width = 100
  38.           Height = 25
  39.           Caption = 'Upload from flash'
  40.           TabOrder = 0
  41.           OnClick = btnUploadFromFlashClick
  42.         end
  43.         object btnDownloadToFlash: TButton
  44.           Left = 112
  45.           Top = 208
  46.           Width = 100
  47.           Height = 25
  48.           Caption = 'Download to flash'
  49.           TabOrder = 1
  50.           OnClick = btnDownloadToFlashClick
  51.         end
  52.         object btnChangeDB: TButton
  53.           Left = 216
  54.           Top = 208
  55.           Width = 100
  56.           Height = 25
  57.           Caption = 'Change NVRAM DB'
  58.           TabOrder = 2
  59.           OnClick = btnChangeDBClick
  60.         end
  61.         object btnLoadFromFile: TButton
  62.           Left = 320
  63.           Top = 208
  64.           Width = 80
  65.           Height = 25
  66.           Caption = 'Load from file'
  67.           TabOrder = 3
  68.           OnClick = btnLoadFromFileClick
  69.         end
  70.         object btnSaveToFile: TButton
  71.           Left = 408
  72.           Top = 208
  73.           Width = 80
  74.           Height = 25
  75.           Caption = 'Save to file'
  76.           TabOrder = 4
  77.           OnClick = btnSaveToFileClick
  78.         end
  79.         object GroupBox3: TGroupBox
  80.           Left = 320
  81.           Top = 24
  82.           Width = 169
  83.           Height = 81
  84.           Caption = '  PLMN selection  '
  85.           TabOrder = 5
  86.           object rbManual: TRadioButton
  87.             Left = 8
  88.             Top = 24
  89.             Width = 113
  90.             Height = 17
  91.             Caption = 'Manual'
  92.             TabOrder = 0
  93.             OnClick = rbManualClick
  94.           end
  95.           object rbAutomatic: TRadioButton
  96.             Left = 8
  97.             Top = 48
  98.             Width = 113
  99.             Height = 17
  100.             Caption = 'Automatic'
  101.             Checked = True
  102.             TabOrder = 1
  103.             TabStop = True
  104.             OnClick = rbAutomaticClick
  105.           end
  106.         end
  107.         object GroupBox4: TGroupBox
  108.           Left = 320
  109.           Top = 112
  110.           Width = 169
  111.           Height = 89
  112.           Caption = '  GPRS attach mode  '
  113.           TabOrder = 6
  114.           object rbNotAutoAttach: TRadioButton
  115.             Left = 8
  116.             Top = 24
  117.             Width = 113
  118.             Height = 17
  119.             Caption = 'Not auto attach'
  120.             TabOrder = 0
  121.             OnClick = rbNotAutoAttachClick
  122.           end
  123.           object rbAutoAttach: TRadioButton
  124.             Left = 8
  125.             Top = 56
  126.             Width = 113
  127.             Height = 17
  128.             Caption = 'Auto attach'
  129.             Checked = True
  130.             TabOrder = 1
  131.             TabStop = True
  132.             OnClick = rbAutoAttachClick
  133.           end
  134.         end
  135.         object GroupBox5: TGroupBox
  136.           Left = 112
  137.           Top = 24
  138.           Width = 177
  139.           Height = 177
  140.           Caption = '  Mobile class  '
  141.           TabOrder = 7
  142.           object rbClassCC: TRadioButton
  143.             Left = 8
  144.             Top = 24
  145.             Width = 113
  146.             Height = 17
  147.             Caption = 'Class CC'
  148.             TabOrder = 0
  149.             OnClick = rbClassCCClick
  150.           end
  151.           object rbClassCG: TRadioButton
  152.             Left = 8
  153.             Top = 48
  154.             Width = 113
  155.             Height = 17
  156.             Caption = 'Class CG'
  157.             TabOrder = 1
  158.             OnClick = rbClassCGClick
  159.           end
  160.           object rbClassBGSM: TRadioButton
  161.             Left = 8
  162.             Top = 72
  163.             Width = 121
  164.             Height = 17
  165.             Caption = 'Class B (GSM prefer)'
  166.             Checked = True
  167.             TabOrder = 2
  168.             TabStop = True
  169.             OnClick = rbClassBGSMClick
  170.           end
  171.           object rbClassBGprs: TRadioButton
  172.             Left = 8
  173.             Top = 96
  174.             Width = 129
  175.             Height = 17
  176.             Caption = 'Class B (GPRS prefer)'
  177.             TabOrder = 3
  178.             OnClick = rbClassBGprsClick
  179.           end
  180.         end
  181.       end
  182.       object sbBandSetting: TStatusBar
  183.         Left = 0
  184.         Top = 248
  185.         Width = 633
  186.         Height = 29
  187.         Panels = <
  188.           item
  189.             Width = 50
  190.           end>
  191.         SimplePanel = False
  192.       end
  193.     end
  194.   end
  195.   object SaveDialog: TSaveDialog
  196.     DefaultExt = 'ini'
  197.     Filter = 
  198.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  199.       '*'
  200.     InitialDir = '.'
  201.     Title = 'Save to ini file'
  202.     Left = 156
  203.   end
  204.   object OpenDialog: TOpenDialog
  205.     DefaultExt = 'ini'
  206.     Filter = 
  207.       'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All files (*.*)|*.' +
  208.       '*'
  209.     InitialDir = '.'
  210.     Title = 'Open ini file'
  211.     Left = 116
  212.   end
  213. end