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

MTK

开发平台:

C++ Builder

  1. object frmCFGAfc: TfrmCFGAfc
  2.   Left = 213
  3.   Top = 168
  4.   Width = 713
  5.   Height = 322
  6.   Caption = 'TCVCXO AFC CFG editor'
  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.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel3: TPanel
  19.     Left = 7
  20.     Top = 8
  21.     Width = 137
  22.     Height = 25
  23.     BevelOuter = bvLowered
  24.     Caption = 'AFC calibration'
  25.     TabOrder = 0
  26.   end
  27.   object Panel4: TPanel
  28.     Left = 7
  29.     Top = 32
  30.     Width = 690
  31.     Height = 89
  32.     BevelOuter = bvLowered
  33.     TabOrder = 1
  34.     object Label1: TLabel
  35.       Left = 312
  36.       Top = 8
  37.       Width = 34
  38.       Height = 13
  39.       Caption = 'N_AFC'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 456
  43.       Top = 8
  44.       Width = 28
  45.       Height = 13
  46.       Caption = 'DAC1'
  47.     end
  48.     object Label3: TLabel
  49.       Left = 584
  50.       Top = 8
  51.       Width = 28
  52.       Height = 13
  53.       Caption = 'DAC2'
  54.     end
  55.     object Label8: TLabel
  56.       Left = 48
  57.       Top = 8
  58.       Width = 56
  59.       Height = 13
  60.       Caption = 'AFC_BAND'
  61.     end
  62.     object Label9: TLabel
  63.       Left = 176
  64.       Top = 8
  65.       Width = 62
  66.       Height = 13
  67.       Caption = 'AFC_ARFCN'
  68.     end
  69.     object Label10: TLabel
  70.       Left = 32
  71.       Top = 48
  72.       Width = 83
  73.       Height = 13
  74.       Caption = 'CRYSTAL_DAC1'
  75.     end
  76.     object Label11: TLabel
  77.       Left = 168
  78.       Top = 48
  79.       Width = 83
  80.       Height = 13
  81.       Caption = 'CRYSTAL_DAC2'
  82.     end
  83.     object edtN_AFC: TEdit
  84.       Left = 288
  85.       Top = 24
  86.       Width = 105
  87.       Height = 21
  88.       TabOrder = 0
  89.       Text = '10'
  90.       OnExit = edtN_AFCCheck
  91.     end
  92.     object edtDAC1: TEdit
  93.       Left = 420
  94.       Top = 24
  95.       Width = 105
  96.       Height = 21
  97.       TabOrder = 1
  98.       Text = '4000'
  99.       OnExit = edtAfcDacCheck
  100.     end
  101.     object edtDAC2: TEdit
  102.       Tag = 1
  103.       Left = 552
  104.       Top = 24
  105.       Width = 105
  106.       Height = 21
  107.       TabOrder = 2
  108.       Text = '5000'
  109.       OnExit = edtAfcDacCheck
  110.     end
  111.     object edtAFC_BAND: TEdit
  112.       Left = 24
  113.       Top = 24
  114.       Width = 105
  115.       Height = 21
  116.       TabOrder = 3
  117.       Text = 'GSM'
  118.       OnExit = edtAfcBandCheck
  119.     end
  120.     object edtAFC_ARFCN: TEdit
  121.       Left = 156
  122.       Top = 24
  123.       Width = 105
  124.       Height = 21
  125.       TabOrder = 4
  126.       Text = '70'
  127.       OnExit = edtAfcArfcnCheck
  128.     end
  129.     object edtCRYSTAL_DAC1: TEdit
  130.       Left = 24
  131.       Top = 64
  132.       Width = 105
  133.       Height = 21
  134.       TabOrder = 5
  135.       Text = '3800'
  136.     end
  137.     object edtCRYSTAL_DAC2: TEdit
  138.       Left = 156
  139.       Top = 64
  140.       Width = 105
  141.       Height = 21
  142.       TabOrder = 6
  143.       Text = '4200'
  144.     end
  145.   end
  146.   object lblHint: TStaticText
  147.     Left = 551
  148.     Top = 8
  149.     Width = 33
  150.     Height = 17
  151.     BorderStyle = sbsSingle
  152.     Caption = 'lblHint'
  153.     Color = clYellow
  154.     ParentColor = False
  155.     TabOrder = 2
  156.     Visible = False
  157.   end
  158.   object Panel1: TPanel
  159.     Left = 8
  160.     Top = 136
  161.     Width = 137
  162.     Height = 25
  163.     BevelOuter = bvLowered
  164.     Caption = 'AFC table'
  165.     TabOrder = 3
  166.   end
  167.   object Panel2: TPanel
  168.     Left = 8
  169.     Top = 160
  170.     Width = 689
  171.     Height = 65
  172.     BevelOuter = bvLowered
  173.     TabOrder = 4
  174.     object Label4: TLabel
  175.       Left = 24
  176.       Top = 16
  177.       Width = 104
  178.       Height = 13
  179.       Caption = 'MAX_INIT_AFC_DAC'
  180.     end
  181.     object Label5: TLabel
  182.       Left = 160
  183.       Top = 16
  184.       Width = 101
  185.       Height = 13
  186.       Caption = 'MIN_INIT_AFC_DAC'
  187.     end
  188.     object Label6: TLabel
  189.       Left = 304
  190.       Top = 16
  191.       Width = 90
  192.       Height = 13
  193.       Caption = 'MAX_AFC_SLOPE'
  194.     end
  195.     object Label7: TLabel
  196.       Left = 440
  197.       Top = 16
  198.       Width = 87
  199.       Height = 13
  200.       Caption = 'MIN_AFC_SLOPE'
  201.     end
  202.     object edtMAX_INIT_AFC_DAC: TEdit
  203.       Left = 24
  204.       Top = 32
  205.       Width = 105
  206.       Height = 21
  207.       TabOrder = 0
  208.       Text = '7000'
  209.       OnExit = edtInitAfcDacCheck
  210.     end
  211.     object edtMIN_INIT_AFC_DAC: TEdit
  212.       Left = 160
  213.       Top = 32
  214.       Width = 105
  215.       Height = 21
  216.       TabOrder = 1
  217.       Text = '2000'
  218.       OnExit = edtInitAfcDacCheck
  219.     end
  220.     object edtMAX_AFC_SLOPE: TEdit
  221.       Left = 296
  222.       Top = 32
  223.       Width = 105
  224.       Height = 21
  225.       TabOrder = 2
  226.       Text = '4.0'
  227.       OnExit = edtAfcSlopeCheck
  228.     end
  229.     object edtMIN_AFC_SLOPE: TEdit
  230.       Tag = 1
  231.       Left = 432
  232.       Top = 32
  233.       Width = 105
  234.       Height = 21
  235.       TabOrder = 3
  236.       Text = '1.0'
  237.     end
  238.   end
  239.   object btnLoadFromCFGFile: TButton
  240.     Left = 295
  241.     Top = 236
  242.     Width = 105
  243.     Height = 25
  244.     Caption = 'Load from CFG file'
  245.     TabOrder = 5
  246.     OnClick = btnLoadFromCFGFileClick
  247.   end
  248.   object btnSaveToCFGFile: TButton
  249.     Left = 423
  250.     Top = 236
  251.     Width = 105
  252.     Height = 25
  253.     Caption = 'Save to CFG file'
  254.     TabOrder = 6
  255.     OnClick = btnSaveToCFGFileClick
  256.   end
  257.   object sbCFGAfc: TStatusBar
  258.     Left = 0
  259.     Top = 261
  260.     Width = 697
  261.     Height = 31
  262.     Panels = <
  263.       item
  264.         Width = 50
  265.       end>
  266.     SimplePanel = False
  267.   end
  268.   object OpenDlg: TOpenDialog
  269.     DefaultExt = 'cfg'
  270.     Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
  271.     Title = 'Open configuration file'
  272.     Left = 416
  273.   end
  274.   object SaveDlg: TSaveDialog
  275.     DefaultExt = 'cfg'
  276.     Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
  277.     Title = 'Save to configuration file'
  278.     Left = 480
  279.     Top = 8
  280.   end
  281.   object HintTimer: TTimer
  282.     Enabled = False
  283.     Interval = 4000
  284.     OnTimer = HintTimerTimer
  285.     Left = 520
  286.     Top = 8
  287.   end
  288. end