form_EpskInterSlotRampSetting.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:33k
源码类别:
MTK
开发平台:
C++ Builder
- object frmEpskInterSlotRampSetting: TfrmEpskInterSlotRampSetting
- Left = 96
- Top = 105
- Width = 751
- Height = 552
- Caption = 'Inter Slot Ramp Setting'
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object tclEpskInterRamp: TTabControl
- Left = 8
- Top = 8
- Width = 729
- Height = 505
- TabOrder = 0
- Tabs.Strings = (
- 'GSM900'
- 'DCS1800'
- 'PCS1900'
- 'GSM850')
- TabIndex = 0
- OnChange = tclEpskInterRampChange
- object Label65: TLabel
- Left = 480
- Top = 36
- Width = 39
- Height = 13
- Caption = 'ARFCN:'
- end
- object pnlGG: TPanel
- Left = 8
- Top = 40
- Width = 89
- Height = 25
- BevelOuter = bvLowered
- Caption = 'GMSK -- GMSK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object pnlRampGG: TPanel
- Left = 8
- Top = 64
- Width = 713
- Height = 57
- BevelOuter = bvLowered
- TabOrder = 1
- object Label1: TLabel
- Left = 40
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '0'
- end
- object Label2: TLabel
- Left = 80
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1'
- end
- object Label3: TLabel
- Left = 120
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '2'
- end
- object Label4: TLabel
- Left = 160
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '3'
- end
- object Label5: TLabel
- Left = 200
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '4'
- end
- object Label6: TLabel
- Left = 240
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '5'
- end
- object Label7: TLabel
- Left = 280
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '6'
- end
- object Label8: TLabel
- Left = 320
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '7'
- end
- object Label9: TLabel
- Left = 360
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '8'
- end
- object Label10: TLabel
- Left = 400
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '9'
- end
- object Label11: TLabel
- Left = 440
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '10'
- end
- object Label12: TLabel
- Left = 480
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '11'
- end
- object Label13: TLabel
- Left = 520
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '12'
- end
- object Label14: TLabel
- Left = 560
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '13'
- end
- object Label15: TLabel
- Left = 600
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '14'
- end
- object Label16: TLabel
- Left = 640
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '15'
- end
- object btnGGLeft: TButton
- Left = 8
- Top = 22
- Width = 25
- Height = 25
- Caption = '<<'
- TabOrder = 0
- OnClick = btnGGLeftClick
- end
- object btnGGRight: TButton
- Left = 680
- Top = 22
- Width = 25
- Height = 25
- Caption = '>>'
- TabOrder = 1
- OnClick = btnGGRightClick
- end
- object edtGGInterRamp00: TEdit
- Left = 40
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 2
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp01: TEdit
- Tag = 1
- Left = 80
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp02: TEdit
- Tag = 2
- Left = 120
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 4
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp03: TEdit
- Tag = 3
- Left = 160
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp04: TEdit
- Tag = 4
- Left = 200
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp05: TEdit
- Tag = 5
- Left = 240
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 7
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp06: TEdit
- Tag = 6
- Left = 280
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp07: TEdit
- Tag = 7
- Left = 320
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 9
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp08: TEdit
- Tag = 8
- Left = 360
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 10
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp09: TEdit
- Tag = 9
- Left = 400
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 11
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp10: TEdit
- Tag = 10
- Left = 440
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 12
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp11: TEdit
- Tag = 11
- Left = 480
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 13
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp12: TEdit
- Tag = 12
- Left = 520
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 14
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp13: TEdit
- Tag = 13
- Left = 560
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 15
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp14: TEdit
- Tag = 14
- Left = 600
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 16
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- object edtGGInterRamp15: TEdit
- Tag = 15
- Left = 640
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 17
- Text = '0'
- OnExit = edtGGInterRampCheck
- end
- end
- object pnlGE: TPanel
- Left = 8
- Top = 136
- Width = 89
- Height = 25
- BevelOuter = bvLowered
- Caption = 'GMSK -- EPSK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- object pnlRampGE: TPanel
- Left = 8
- Top = 160
- Width = 713
- Height = 57
- BevelOuter = bvLowered
- TabOrder = 3
- object Label17: TLabel
- Left = 40
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '0'
- end
- object Label18: TLabel
- Left = 80
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1'
- end
- object Label19: TLabel
- Left = 120
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '2'
- end
- object Label20: TLabel
- Left = 160
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '3'
- end
- object Label21: TLabel
- Left = 200
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '4'
- end
- object Label22: TLabel
- Left = 240
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '5'
- end
- object Label23: TLabel
- Left = 280
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '6'
- end
- object Label24: TLabel
- Left = 320
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '7'
- end
- object Label25: TLabel
- Left = 360
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '8'
- end
- object Label26: TLabel
- Left = 400
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '9'
- end
- object Label27: TLabel
- Left = 440
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '10'
- end
- object Label28: TLabel
- Left = 480
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '11'
- end
- object Label29: TLabel
- Left = 520
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '12'
- end
- object Label30: TLabel
- Left = 560
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '13'
- end
- object Label31: TLabel
- Left = 600
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '14'
- end
- object Label32: TLabel
- Left = 640
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '15'
- end
- object btnGELeft: TButton
- Left = 8
- Top = 22
- Width = 25
- Height = 25
- Caption = '<<'
- TabOrder = 0
- OnClick = btnGELeftClick
- end
- object btnGERight: TButton
- Left = 680
- Top = 22
- Width = 25
- Height = 25
- Caption = '>>'
- TabOrder = 1
- OnClick = btnGERightClick
- end
- object edtGEInterRamp00: TEdit
- Left = 40
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 2
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp01: TEdit
- Tag = 1
- Left = 80
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp02: TEdit
- Tag = 2
- Left = 120
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 4
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp03: TEdit
- Tag = 3
- Left = 160
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp04: TEdit
- Tag = 4
- Left = 200
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp05: TEdit
- Tag = 5
- Left = 240
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 7
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp06: TEdit
- Tag = 6
- Left = 280
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp07: TEdit
- Tag = 7
- Left = 320
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 9
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp08: TEdit
- Tag = 8
- Left = 360
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 10
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp09: TEdit
- Tag = 9
- Left = 400
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 11
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp10: TEdit
- Tag = 10
- Left = 440
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 12
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp11: TEdit
- Tag = 11
- Left = 480
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 13
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp12: TEdit
- Tag = 12
- Left = 520
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 14
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp13: TEdit
- Tag = 13
- Left = 560
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 15
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp14: TEdit
- Tag = 14
- Left = 600
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 16
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- object edtGEInterRamp15: TEdit
- Tag = 15
- Left = 640
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 17
- Text = '0'
- OnExit = edtGEInterRampCheck
- end
- end
- object pnlEG: TPanel
- Left = 8
- Top = 232
- Width = 89
- Height = 25
- BevelOuter = bvLowered
- Caption = 'EPSK -- GMSK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object pnlRampEG: TPanel
- Left = 8
- Top = 256
- Width = 713
- Height = 57
- BevelOuter = bvLowered
- TabOrder = 5
- object Label33: TLabel
- Left = 40
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '0'
- end
- object Label34: TLabel
- Left = 80
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1'
- end
- object Label35: TLabel
- Left = 120
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '2'
- end
- object Label36: TLabel
- Left = 160
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '3'
- end
- object Label37: TLabel
- Left = 200
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '4'
- end
- object Label38: TLabel
- Left = 240
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '5'
- end
- object Label39: TLabel
- Left = 280
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '6'
- end
- object Label40: TLabel
- Left = 320
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '7'
- end
- object Label41: TLabel
- Left = 360
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '8'
- end
- object Label42: TLabel
- Left = 400
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '9'
- end
- object Label43: TLabel
- Left = 440
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '10'
- end
- object Label44: TLabel
- Left = 480
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '11'
- end
- object Label45: TLabel
- Left = 520
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '12'
- end
- object Label46: TLabel
- Left = 560
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '13'
- end
- object Label47: TLabel
- Left = 600
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '14'
- end
- object Label48: TLabel
- Left = 640
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '15'
- end
- object btnEGLeft: TButton
- Left = 8
- Top = 22
- Width = 25
- Height = 25
- Caption = '<<'
- TabOrder = 0
- OnClick = btnEGLeftClick
- end
- object btnEGRight: TButton
- Left = 680
- Top = 22
- Width = 25
- Height = 25
- Caption = '>>'
- TabOrder = 1
- OnClick = btnEGRightClick
- end
- object edtEGInterRamp00: TEdit
- Left = 40
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 2
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp01: TEdit
- Tag = 1
- Left = 80
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp02: TEdit
- Tag = 2
- Left = 120
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 4
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp03: TEdit
- Tag = 3
- Left = 160
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp04: TEdit
- Tag = 4
- Left = 200
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp05: TEdit
- Tag = 5
- Left = 240
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 7
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp06: TEdit
- Tag = 6
- Left = 280
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp07: TEdit
- Tag = 7
- Left = 320
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 9
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp08: TEdit
- Tag = 8
- Left = 360
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 10
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp09: TEdit
- Tag = 9
- Left = 400
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 11
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp10: TEdit
- Tag = 10
- Left = 440
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 12
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp11: TEdit
- Tag = 11
- Left = 480
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 13
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp12: TEdit
- Tag = 12
- Left = 520
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 14
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp13: TEdit
- Tag = 13
- Left = 560
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 15
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp14: TEdit
- Tag = 14
- Left = 600
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 16
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- object edtEGInterRamp15: TEdit
- Tag = 15
- Left = 640
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 17
- Text = '0'
- OnExit = edtEGInterRampCheck
- end
- end
- object pnlEE: TPanel
- Left = 8
- Top = 328
- Width = 89
- Height = 25
- BevelOuter = bvLowered
- Caption = 'EPSK -- EPSK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 6
- end
- object pnlRampEE: TPanel
- Left = 8
- Top = 352
- Width = 713
- Height = 57
- BevelOuter = bvLowered
- TabOrder = 7
- object Label49: TLabel
- Left = 40
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '0'
- end
- object Label50: TLabel
- Left = 80
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '1'
- end
- object Label51: TLabel
- Left = 120
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '2'
- end
- object Label52: TLabel
- Left = 160
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '3'
- end
- object Label53: TLabel
- Left = 200
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '4'
- end
- object Label54: TLabel
- Left = 240
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '5'
- end
- object Label55: TLabel
- Left = 280
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '6'
- end
- object Label56: TLabel
- Left = 320
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '7'
- end
- object Label57: TLabel
- Left = 360
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '8'
- end
- object Label58: TLabel
- Left = 400
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '9'
- end
- object Label59: TLabel
- Left = 440
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '10'
- end
- object Label60: TLabel
- Left = 480
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '11'
- end
- object Label61: TLabel
- Left = 520
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '12'
- end
- object Label62: TLabel
- Left = 560
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '13'
- end
- object Label63: TLabel
- Left = 600
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '14'
- end
- object Label64: TLabel
- Left = 640
- Top = 8
- Width = 33
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = '15'
- end
- object btnEELeft: TButton
- Left = 8
- Top = 22
- Width = 25
- Height = 25
- Caption = '<<'
- TabOrder = 0
- OnClick = btnEELeftClick
- end
- object btnEERight: TButton
- Left = 680
- Top = 22
- Width = 25
- Height = 25
- Caption = '>>'
- TabOrder = 1
- OnClick = btnEERightClick
- end
- object edtEEInterRamp00: TEdit
- Left = 40
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 2
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp01: TEdit
- Tag = 1
- Left = 80
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 3
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp02: TEdit
- Tag = 2
- Left = 120
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 4
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp03: TEdit
- Tag = 3
- Left = 160
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 5
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp04: TEdit
- Tag = 4
- Left = 200
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 6
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp05: TEdit
- Tag = 5
- Left = 240
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 7
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp06: TEdit
- Tag = 6
- Left = 280
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 8
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp07: TEdit
- Tag = 7
- Left = 320
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 9
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp08: TEdit
- Tag = 8
- Left = 360
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 10
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp09: TEdit
- Tag = 9
- Left = 400
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 11
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp10: TEdit
- Tag = 10
- Left = 440
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 12
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp11: TEdit
- Tag = 11
- Left = 480
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 13
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp12: TEdit
- Tag = 12
- Left = 520
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 14
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp13: TEdit
- Tag = 13
- Left = 560
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 15
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp14: TEdit
- Tag = 14
- Left = 600
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 16
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- object edtEEInterRamp15: TEdit
- Tag = 15
- Left = 640
- Top = 24
- Width = 33
- Height = 21
- TabOrder = 17
- Text = '0'
- OnExit = edtEEInterRampCheck
- end
- end
- object btnUploadFromFlash: TButton
- Left = 8
- Top = 416
- Width = 100
- Height = 25
- Caption = 'Upload from flash'
- TabOrder = 8
- OnClick = btnUploadFromFlashClick
- end
- object btnDownloadToFlash: TButton
- Left = 120
- Top = 416
- Width = 100
- Height = 25
- Caption = 'Download to flash'
- TabOrder = 9
- OnClick = btnDownloadToFlashClick
- end
- object btnChangeDB: TButton
- Left = 232
- Top = 416
- Width = 121
- Height = 25
- Caption = 'Change NVRAM DB'
- TabOrder = 10
- OnClick = btnChangeDBClick
- end
- object btnLoadFromFile: TButton
- Left = 368
- Top = 416
- Width = 80
- Height = 25
- Caption = 'Load from file'
- TabOrder = 11
- OnClick = btnLoadFromFileClick
- end
- object btnSaveToFile: TButton
- Left = 464
- Top = 416
- Width = 80
- Height = 25
- Caption = 'Save to file'
- TabOrder = 12
- OnClick = btnSaveToFileClick
- end
- object btnTXStart: TBitBtn
- Left = 584
- Top = 32
- Width = 59
- Height = 25
- Caption = 'Start'
- TabOrder = 13
- OnClick = btnTXStartClick
- Kind = bkRetry
- end
- object btnTXStop: TBitBtn
- Left = 656
- Top = 32
- Width = 59
- Height = 25
- Caption = 'Stop'
- TabOrder = 14
- OnClick = btnTXStopClick
- Kind = bkNo
- end
- object edtTestArfcn: TEdit
- Left = 520
- Top = 34
- Width = 49
- Height = 21
- TabOrder = 15
- Text = '0'
- OnExit = edtArfcnCheck
- end
- object lblHint: TStaticText
- Left = 488
- Top = 8
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 16
- Visible = False
- end
- object sbISR: TStatusBar
- Left = 4
- Top = 472
- Width = 721
- Height = 29
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- end
- object HintTimer: TTimer
- Enabled = False
- OnTimer = HintTimerTimer
- Left = 536
- Top = 8
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'ini'
- Filter = 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All file (*.*)|*.*'
- Title = 'Save ini file'
- Left = 576
- Top = 8
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'ini'
- Filter = 'Ini file (*.ini)|*.ini|Cal file (*.cal)|*.cal|All file [*.*]|*.*'
- Title = 'Save to ini file'
- Left = 616
- Top = 8
- end
- end