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

MTK

开发平台:

C++ Builder

  1. object frmCFGCommon: TfrmCFGCommon
  2.   Left = 133
  3.   Top = 8
  4.   Width = 768
  5.   Height = 696
  6.   Caption = 'Common Parameter 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 = 33
  23.     BevelOuter = bvLowered
  24.     Caption = '8960 Initialization'
  25.     TabOrder = 0
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 7
  29.     Top = 40
  30.     Width = 746
  31.     Height = 105
  32.     BevelOuter = bvLowered
  33.     TabOrder = 1
  34.     object Label1: TLabel
  35.       Left = 40
  36.       Top = 8
  37.       Width = 93
  38.       Height = 13
  39.       Caption = '8960 GPIB Address'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 208
  43.       Top = 8
  44.       Width = 43
  45.       Height = 13
  46.       Caption = 'Time Out'
  47.     end
  48.     object Label3: TLabel
  49.       Left = 48
  50.       Top = 56
  51.       Width = 92
  52.       Height = 13
  53.       Caption = 'GSM400 cable loss'
  54.     end
  55.     object Label4: TLabel
  56.       Left = 184
  57.       Top = 56
  58.       Width = 92
  59.       Height = 13
  60.       Caption = 'GSM850 cable loss'
  61.     end
  62.     object Label5: TLabel
  63.       Left = 328
  64.       Top = 56
  65.       Width = 92
  66.       Height = 13
  67.       Caption = 'GSM900 cable loss'
  68.     end
  69.     object Label6: TLabel
  70.       Left = 464
  71.       Top = 56
  72.       Width = 96
  73.       Height = 13
  74.       Caption = 'DCS1800 cable loss'
  75.     end
  76.     object Label7: TLabel
  77.       Left = 608
  78.       Top = 56
  79.       Width = 95
  80.       Height = 13
  81.       Caption = 'PCS1900 cable loss'
  82.     end
  83.     object edt8960GPIBAddress: TEdit
  84.       Left = 32
  85.       Top = 24
  86.       Width = 121
  87.       Height = 21
  88.       TabOrder = 0
  89.       Text = '15'
  90.       OnExit = edtGPIBAddressCheck
  91.     end
  92.     object edtTimeOut8960: TEdit
  93.       Left = 171
  94.       Top = 24
  95.       Width = 121
  96.       Height = 21
  97.       TabOrder = 1
  98.       Text = '5000'
  99.       OnExit = edtTimeOutCheck
  100.     end
  101.     object edtGSM400CableLoss: TEdit
  102.       Left = 32
  103.       Top = 72
  104.       Width = 121
  105.       Height = 21
  106.       TabOrder = 2
  107.       Text = '-0.5'
  108.       OnExit = edtCableLossCheck
  109.     end
  110.     object edtGSM850CableLoss: TEdit
  111.       Tag = 1
  112.       Left = 171
  113.       Top = 72
  114.       Width = 121
  115.       Height = 21
  116.       TabOrder = 3
  117.       Text = '-0.5'
  118.       OnExit = edtCableLossCheck
  119.     end
  120.     object edtGSM900CableLoss: TEdit
  121.       Tag = 2
  122.       Left = 311
  123.       Top = 72
  124.       Width = 121
  125.       Height = 21
  126.       TabOrder = 4
  127.       Text = '-0.5'
  128.       OnExit = edtCableLossCheck
  129.     end
  130.     object edtDCS1800CableLoss: TEdit
  131.       Tag = 3
  132.       Left = 450
  133.       Top = 72
  134.       Width = 121
  135.       Height = 21
  136.       TabOrder = 5
  137.       Text = '-0.7'
  138.       OnExit = edtCableLossCheck
  139.     end
  140.     object edtPCS1900CableLoss: TEdit
  141.       Tag = 4
  142.       Left = 590
  143.       Top = 72
  144.       Width = 121
  145.       Height = 21
  146.       TabOrder = 6
  147.       Text = '-0.7'
  148.       OnExit = edtCableLossCheck
  149.     end
  150.   end
  151.   object Panel2: TPanel
  152.     Left = 7
  153.     Top = 152
  154.     Width = 137
  155.     Height = 33
  156.     BevelOuter = bvLowered
  157.     Caption = 'CMU200 Initialization'
  158.     TabOrder = 2
  159.   end
  160.   object Panel4: TPanel
  161.     Left = 7
  162.     Top = 184
  163.     Width = 746
  164.     Height = 153
  165.     BevelOuter = bvLowered
  166.     TabOrder = 3
  167.     object Label8: TLabel
  168.       Left = 40
  169.       Top = 8
  170.       Width = 111
  171.       Height = 13
  172.       Caption = 'CMU200 GPIB Address'
  173.     end
  174.     object Label9: TLabel
  175.       Left = 208
  176.       Top = 8
  177.       Width = 43
  178.       Height = 13
  179.       Caption = 'Time Out'
  180.     end
  181.     object Label10: TLabel
  182.       Left = 32
  183.       Top = 56
  184.       Width = 118
  185.       Height = 13
  186.       Caption = 'GSM400 input cable loss'
  187.     end
  188.     object Label11: TLabel
  189.       Left = 172
  190.       Top = 56
  191.       Width = 118
  192.       Height = 13
  193.       Caption = 'GSM850 input cable loss'
  194.     end
  195.     object Label12: TLabel
  196.       Left = 312
  197.       Top = 56
  198.       Width = 118
  199.       Height = 13
  200.       Caption = 'GSM900 input cable loss'
  201.     end
  202.     object Label13: TLabel
  203.       Left = 452
  204.       Top = 56
  205.       Width = 122
  206.       Height = 13
  207.       Caption = 'DCS1800 input cable loss'
  208.     end
  209.     object Label14: TLabel
  210.       Left = 590
  211.       Top = 56
  212.       Width = 121
  213.       Height = 13
  214.       Caption = 'PCS1900 input cable loss'
  215.     end
  216.     object Label15: TLabel
  217.       Left = 32
  218.       Top = 104
  219.       Width = 125
  220.       Height = 13
  221.       Caption = 'GSM400 output cable loss'
  222.     end
  223.     object Label16: TLabel
  224.       Left = 171
  225.       Top = 104
  226.       Width = 125
  227.       Height = 13
  228.       Caption = 'GSM850 output cable loss'
  229.     end
  230.     object Label17: TLabel
  231.       Left = 311
  232.       Top = 104
  233.       Width = 125
  234.       Height = 13
  235.       Caption = 'GSM900 output cable loss'
  236.     end
  237.     object Label18: TLabel
  238.       Left = 450
  239.       Top = 104
  240.       Width = 129
  241.       Height = 13
  242.       Caption = 'DCS1800 output cable loss'
  243.     end
  244.     object Label19: TLabel
  245.       Left = 590
  246.       Top = 104
  247.       Width = 128
  248.       Height = 13
  249.       Caption = 'PCS1900 output cable loss'
  250.     end
  251.     object edtCMU200GPIBAddress: TEdit
  252.       Tag = 1
  253.       Left = 32
  254.       Top = 24
  255.       Width = 121
  256.       Height = 21
  257.       TabOrder = 0
  258.       Text = '20'
  259.       OnExit = edtGPIBAddressCheck
  260.     end
  261.     object edtTimeOutCMU200: TEdit
  262.       Tag = 1
  263.       Left = 172
  264.       Top = 24
  265.       Width = 121
  266.       Height = 21
  267.       TabOrder = 1
  268.       Text = '5000'
  269.       OnExit = edtTimeOutCheck
  270.     end
  271.     object edtGSM400InputCableLoss: TEdit
  272.       Left = 33
  273.       Top = 72
  274.       Width = 121
  275.       Height = 21
  276.       TabOrder = 2
  277.       Text = '1.0'
  278.       OnExit = edtInputCableLossCheck
  279.     end
  280.     object edtGSM850InputCableLoss: TEdit
  281.       Tag = 1
  282.       Left = 172
  283.       Top = 72
  284.       Width = 121
  285.       Height = 21
  286.       TabOrder = 3
  287.       Text = '1.0'
  288.       OnExit = edtInputCableLossCheck
  289.     end
  290.     object edtGSM900InputCableLoss: TEdit
  291.       Tag = 2
  292.       Left = 311
  293.       Top = 72
  294.       Width = 121
  295.       Height = 21
  296.       TabOrder = 4
  297.       Text = '1.2'
  298.       OnExit = edtInputCableLossCheck
  299.     end
  300.     object edtDCS1800InputCableLoss: TEdit
  301.       Tag = 3
  302.       Left = 450
  303.       Top = 72
  304.       Width = 121
  305.       Height = 21
  306.       TabOrder = 5
  307.       Text = '1.8'
  308.       OnExit = edtInputCableLossCheck
  309.     end
  310.     object edtPCS1900InputCableLoss: TEdit
  311.       Tag = 4
  312.       Left = 590
  313.       Top = 72
  314.       Width = 121
  315.       Height = 21
  316.       TabOrder = 6
  317.       Text = '1.8'
  318.       OnExit = edtInputCableLossCheck
  319.     end
  320.     object edtGSM400OutputCableLoss: TEdit
  321.       Left = 32
  322.       Top = 120
  323.       Width = 121
  324.       Height = 21
  325.       TabOrder = 7
  326.       Text = '1.0'
  327.       OnExit = edtOutputCableLossCheck
  328.     end
  329.     object edtGSM850OutputCableLoss: TEdit
  330.       Tag = 1
  331.       Left = 171
  332.       Top = 120
  333.       Width = 121
  334.       Height = 21
  335.       TabOrder = 8
  336.       Text = '1.0'
  337.       OnExit = edtOutputCableLossCheck
  338.     end
  339.     object edtGSM900OutputCableLoss: TEdit
  340.       Tag = 2
  341.       Left = 311
  342.       Top = 120
  343.       Width = 121
  344.       Height = 21
  345.       TabOrder = 9
  346.       Text = '1.2'
  347.       OnExit = edtOutputCableLossCheck
  348.     end
  349.     object edtDCS1800OutputCableLoss: TEdit
  350.       Tag = 3
  351.       Left = 450
  352.       Top = 120
  353.       Width = 121
  354.       Height = 21
  355.       TabOrder = 10
  356.       Text = '1.8'
  357.       OnExit = edtOutputCableLossCheck
  358.     end
  359.     object edtPCS1900OutputCableLoss: TEdit
  360.       Tag = 4
  361.       Left = 590
  362.       Top = 120
  363.       Width = 121
  364.       Height = 21
  365.       TabOrder = 11
  366.       Text = '1.8'
  367.       OnExit = edtOutputCableLossCheck
  368.     end
  369.   end
  370.   object Panel5: TPanel
  371.     Left = 7
  372.     Top = 344
  373.     Width = 137
  374.     Height = 33
  375.     BevelOuter = bvLowered
  376.     Caption = 'Frequency Bank'
  377.     TabOrder = 4
  378.   end
  379.   object Panel6: TPanel
  380.     Left = 7
  381.     Top = 376
  382.     Width = 746
  383.     Height = 33
  384.     BevelOuter = bvLowered
  385.     TabOrder = 5
  386.     object cbGSM400: TCheckBox
  387.       Left = 32
  388.       Top = 8
  389.       Width = 97
  390.       Height = 17
  391.       Caption = 'GSM 400'
  392.       TabOrder = 0
  393.     end
  394.     object cbGSM850: TCheckBox
  395.       Left = 152
  396.       Top = 8
  397.       Width = 97
  398.       Height = 17
  399.       Caption = 'GSM 850'
  400.       TabOrder = 1
  401.     end
  402.     object cbGSM900: TCheckBox
  403.       Left = 272
  404.       Top = 8
  405.       Width = 97
  406.       Height = 17
  407.       Caption = 'GSM 900'
  408.       Checked = True
  409.       State = cbChecked
  410.       TabOrder = 2
  411.     end
  412.     object cbDCS1800: TCheckBox
  413.       Left = 392
  414.       Top = 8
  415.       Width = 97
  416.       Height = 17
  417.       Caption = 'DCS 1800'
  418.       Checked = True
  419.       State = cbChecked
  420.       TabOrder = 3
  421.     end
  422.     object cbPCS1900: TCheckBox
  423.       Left = 528
  424.       Top = 8
  425.       Width = 97
  426.       Height = 17
  427.       Caption = 'PCS 1900'
  428.       TabOrder = 4
  429.     end
  430.   end
  431.   object Panel7: TPanel
  432.     Left = 7
  433.     Top = 416
  434.     Width = 137
  435.     Height = 33
  436.     BevelOuter = bvLowered
  437.     Caption = 'C0 for each Bank'
  438.     TabOrder = 6
  439.   end
  440.   object Panel8: TPanel
  441.     Left = 7
  442.     Top = 448
  443.     Width = 746
  444.     Height = 57
  445.     BevelOuter = bvLowered
  446.     TabOrder = 7
  447.     object Label20: TLabel
  448.       Left = 48
  449.       Top = 8
  450.       Width = 91
  451.       Height = 13
  452.       Caption = 'arfcn_C0_GSM400'
  453.     end
  454.     object Label21: TLabel
  455.       Left = 184
  456.       Top = 8
  457.       Width = 91
  458.       Height = 13
  459.       Caption = 'arfcn_C0_GSM850'
  460.     end
  461.     object Label22: TLabel
  462.       Left = 336
  463.       Top = 8
  464.       Width = 73
  465.       Height = 13
  466.       Caption = 'arfcn_C0_GSM'
  467.     end
  468.     object Label23: TLabel
  469.       Left = 480
  470.       Top = 8
  471.       Width = 71
  472.       Height = 13
  473.       Caption = 'arfcn_C0_DCS'
  474.     end
  475.     object Label24: TLabel
  476.       Left = 608
  477.       Top = 8
  478.       Width = 70
  479.       Height = 13
  480.       Caption = 'arfcn_C0_PCS'
  481.     end
  482.     object edtArfcn_C0_GSM400: TEdit
  483.       Tag = 4
  484.       Left = 32
  485.       Top = 24
  486.       Width = 121
  487.       Height = 21
  488.       TabOrder = 0
  489.       Text = '276'
  490.       OnExit = edtARFCNCheck
  491.     end
  492.     object edtArfcn_C0_GSM850: TEdit
  493.       Tag = 3
  494.       Left = 171
  495.       Top = 24
  496.       Width = 121
  497.       Height = 21
  498.       TabOrder = 1
  499.       Text = '190'
  500.       OnExit = edtARFCNCheck
  501.     end
  502.     object edtArfcn_C0_GSM: TEdit
  503.       Left = 311
  504.       Top = 24
  505.       Width = 121
  506.       Height = 21
  507.       TabOrder = 2
  508.       Text = '70'
  509.       OnExit = edtARFCNCheck
  510.     end
  511.     object edtArfcn_C0_DCS: TEdit
  512.       Tag = 1
  513.       Left = 450
  514.       Top = 24
  515.       Width = 121
  516.       Height = 21
  517.       TabOrder = 3
  518.       Text = '700'
  519.       OnExit = edtARFCNCheck
  520.     end
  521.     object edtArfcn_C0_PCS: TEdit
  522.       Tag = 2
  523.       Left = 590
  524.       Top = 24
  525.       Width = 121
  526.       Height = 21
  527.       TabOrder = 4
  528.       Text = '660'
  529.       OnExit = edtARFCNCheck
  530.     end
  531.   end
  532.   object Panel9: TPanel
  533.     Left = 7
  534.     Top = 512
  535.     Width = 137
  536.     Height = 33
  537.     BevelOuter = bvLowered
  538.     Caption = 'Downlink power'
  539.     TabOrder = 8
  540.   end
  541.   object Panel10: TPanel
  542.     Left = 7
  543.     Top = 544
  544.     Width = 746
  545.     Height = 57
  546.     BevelOuter = bvLowered
  547.     TabOrder = 9
  548.     object Label25: TLabel
  549.       Left = 80
  550.       Top = 8
  551.       Width = 27
  552.       Height = 13
  553.       Caption = 'P_DL'
  554.     end
  555.     object edtP_DL: TEdit
  556.       Left = 32
  557.       Top = 24
  558.       Width = 121
  559.       Height = 21
  560.       TabOrder = 0
  561.       Text = '-60'
  562.       OnExit = edtP_DLCheck
  563.     end
  564.   end
  565.   object btnLoadFromCFGFile: TButton
  566.     Left = 495
  567.     Top = 612
  568.     Width = 105
  569.     Height = 25
  570.     Caption = 'Load from CFG file'
  571.     TabOrder = 10
  572.     OnClick = btnLoadFromCFGFileClick
  573.   end
  574.   object btnSaveToCFGFile: TButton
  575.     Left = 623
  576.     Top = 612
  577.     Width = 105
  578.     Height = 25
  579.     Caption = 'Save to CFG file'
  580.     TabOrder = 11
  581.     OnClick = btnSaveToCFGFileClick
  582.   end
  583.   object lblHint: TStaticText
  584.     Left = 551
  585.     Top = 8
  586.     Width = 33
  587.     Height = 17
  588.     BorderStyle = sbsSingle
  589.     Caption = 'lblHint'
  590.     Color = clYellow
  591.     ParentColor = False
  592.     TabOrder = 12
  593.     Visible = False
  594.   end
  595.   object sbCFGCommon: TStatusBar
  596.     Left = 0
  597.     Top = 637
  598.     Width = 753
  599.     Height = 31
  600.     Panels = <
  601.       item
  602.         Width = 50
  603.       end>
  604.     SimplePanel = False
  605.   end
  606.   object OpenDlg: TOpenDialog
  607.     DefaultExt = 'cfg'
  608.     Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
  609.     Title = 'Open configuration file'
  610.     Left = 416
  611.   end
  612.   object SaveDlg: TSaveDialog
  613.     DefaultExt = 'cfg'
  614.     Filter = 'Config file (*.cfg)|*.cfg|All files (*.*)|*.*'
  615.     Title = 'Save to configuration file'
  616.     Left = 480
  617.     Top = 8
  618.   end
  619.   object HintTimer: TTimer
  620.     Enabled = False
  621.     Interval = 4000
  622.     OnTimer = HintTimerTimer
  623.     Left = 520
  624.     Top = 8
  625.   end
  626. end