366 lines
10 KiB
Plaintext
366 lines
10 KiB
Plaintext
|
object frxChartEditorForm: TfrxChartEditorForm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'Chart Editor'
|
||
|
BorderStyle = bsSingle
|
||
|
BorderIcons = [biSystemMenu]
|
||
|
ClientHeight = 444
|
||
|
ClientWidth = 527
|
||
|
Position = poScreenCenter
|
||
|
Visible = False
|
||
|
OnCreate = FormCreate
|
||
|
OnKeyDown = FormKeyDown
|
||
|
StyleLookup = 'backgroundstyle'
|
||
|
object HintL: TLabel
|
||
|
Position.Point = '(276,172)'
|
||
|
Width = 198.000000000000000000
|
||
|
Height = 61.000000000000000000
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object OkB: TButton
|
||
|
Position.Point = '(367,415)'
|
||
|
Width = 75.000000000000000000
|
||
|
Height = 25.000000000000000000
|
||
|
OnClick = OkBClick
|
||
|
HelpContext = 40
|
||
|
TabOrder = 1
|
||
|
ModalResult = 1
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
Position.Point = '(2,2)'
|
||
|
Width = 217.000000000000000000
|
||
|
Height = 439.000000000000000000
|
||
|
TabOrder = 2
|
||
|
object Panel2: TPanel
|
||
|
Align = alTop
|
||
|
Position.Point = '(0,127)'
|
||
|
Width = 217.000000000000000000
|
||
|
Height = 8.000000000000000000
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object InspSite: TPanel
|
||
|
Align = alClient
|
||
|
Position.Point = '(0,135)'
|
||
|
Width = 217.000000000000000000
|
||
|
Height = 304.000000000000000000
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Panel3: TPanel
|
||
|
Align = alTop
|
||
|
Width = 217.000000000000000000
|
||
|
Height = 127.000000000000000000
|
||
|
TabOrder = 2
|
||
|
object TreePanel: TPanel
|
||
|
Align = alRight
|
||
|
Position.Point = '(187,0)'
|
||
|
Width = 30.000000000000000000
|
||
|
Height = 127.000000000000000000
|
||
|
TabOrder = 0
|
||
|
object AddB: TSpeedButton
|
||
|
Position.Point = '(4,4)'
|
||
|
Width = 23.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = AddBClick
|
||
|
Font.Size = 16.000000000000000000
|
||
|
Font.Style = [fsBold]
|
||
|
Text = '+'
|
||
|
end
|
||
|
object DeleteB: TSpeedButton
|
||
|
Position.Point = '(4,28)'
|
||
|
Width = 23.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = DeleteBClick
|
||
|
Font.Size = 16.000000000000000000
|
||
|
Font.Style = [fsBold]
|
||
|
Text = '-'
|
||
|
end
|
||
|
object EditB: TSpeedButton
|
||
|
Position.Point = '(4,100)'
|
||
|
Width = 23.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
Visible = False
|
||
|
OnClick = EditBClick
|
||
|
end
|
||
|
object UPB: TSpeedButton
|
||
|
Position.Point = '(4,52)'
|
||
|
Width = 23.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = UPBClick
|
||
|
end
|
||
|
object DownB: TSpeedButton
|
||
|
Position.Point = '(4,76)'
|
||
|
Width = 23.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
OnClick = DownBClick
|
||
|
end
|
||
|
end
|
||
|
object ChartTree: TfrxTreeView
|
||
|
Align = alClient
|
||
|
Width = 187.000000000000000000
|
||
|
Height = 127.000000000000000000
|
||
|
OnClick = ChartTreeClick
|
||
|
TabOrder = 1
|
||
|
Editable = False
|
||
|
object TEdit
|
||
|
Width = 100.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
Visible = False
|
||
|
TabOrder = 0
|
||
|
KeyboardType = vktDefault
|
||
|
Password = False
|
||
|
end
|
||
|
object TEdit
|
||
|
Width = 100.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
Visible = False
|
||
|
TabOrder = 1
|
||
|
KeyboardType = vktDefault
|
||
|
Password = False
|
||
|
end
|
||
|
object TEdit
|
||
|
Width = 100.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
Visible = False
|
||
|
TabOrder = 2
|
||
|
KeyboardType = vktDefault
|
||
|
Password = False
|
||
|
end
|
||
|
object TEdit
|
||
|
Width = 100.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
Visible = False
|
||
|
TabOrder = 3
|
||
|
KeyboardType = vktDefault
|
||
|
Password = False
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
object CancelB: TButton
|
||
|
Position.Point = '(447,415)'
|
||
|
Width = 75.000000000000000000
|
||
|
Height = 25.000000000000000000
|
||
|
TabOrder = 3
|
||
|
ModalResult = 2
|
||
|
Cancel = True
|
||
|
end
|
||
|
object SourcePanel: TPanel
|
||
|
Position.Point = '(224,0)'
|
||
|
Width = 305.000000000000000000
|
||
|
Height = 407.000000000000000000
|
||
|
TabOrder = 4
|
||
|
object DataSourceGB: TGroupBox
|
||
|
Position.Point = '(8,0)'
|
||
|
Width = 293.000000000000000000
|
||
|
Height = 99.000000000000000000
|
||
|
TabOrder = 0
|
||
|
object DBSourceRB: TRadioButton
|
||
|
Position.Point = '(8,20)'
|
||
|
Width = 109.000000000000000000
|
||
|
Height = 17.000000000000000000
|
||
|
OnClick = DBSourceRBClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object BandSourceRB: TRadioButton
|
||
|
Position.Point = '(8,44)'
|
||
|
Width = 109.000000000000000000
|
||
|
Height = 17.000000000000000000
|
||
|
OnClick = DBSourceRBClick
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object FixedDataRB: TRadioButton
|
||
|
Position.Point = '(8,68)'
|
||
|
Width = 153.000000000000000000
|
||
|
Height = 17.000000000000000000
|
||
|
OnClick = DBSourceRBClick
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object DatasetsCB: TComboBox
|
||
|
Tag = 2
|
||
|
Position.Point = '(120,21)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
OnClick = DatasetsCBClick
|
||
|
TabOrder = 3
|
||
|
ItemIndex = -1
|
||
|
OnChange = DatasetsCBClick
|
||
|
end
|
||
|
object DatabandsCB: TComboBox
|
||
|
Tag = 6
|
||
|
Position.Point = '(120,45)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
OnClick = DatabandsCBClick
|
||
|
TabOrder = 4
|
||
|
ItemIndex = -1
|
||
|
OnChange = DatabandsCBClick
|
||
|
end
|
||
|
end
|
||
|
object ValuesGB: TGroupBox
|
||
|
Position.Point = '(8,104)'
|
||
|
Width = 293.000000000000000000
|
||
|
Height = 171.000000000000000000
|
||
|
TabOrder = 1
|
||
|
object Values1L: TLabel
|
||
|
Position.Point = '(12,20)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Values2L: TLabel
|
||
|
Position.Point = '(12,44)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Values3L: TLabel
|
||
|
Position.Point = '(12,68)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object Values4L: TLabel
|
||
|
Position.Point = '(12,92)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object Values5L: TLabel
|
||
|
Position.Point = '(12,116)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object Values6L: TLabel
|
||
|
Position.Point = '(12,140)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object Values1CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,16)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 6
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
object Values2CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,40)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 7
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
object Values3CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,64)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 8
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
object Values4CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,88)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 9
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
object Values5CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,112)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 10
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
object Values6CB: TComboEdit
|
||
|
Tag = 3
|
||
|
Position.Point = '(120,136)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 11
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
end
|
||
|
object OptionsGB: TGroupBox
|
||
|
Position.Point = '(8,280)'
|
||
|
Width = 293.000000000000000000
|
||
|
Height = 123.000000000000000000
|
||
|
TabOrder = 2
|
||
|
object ShowTopLbl: TLabel
|
||
|
Position.Point = '(12,44)'
|
||
|
Width = 109.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object CaptionLbl: TLabel
|
||
|
Position.Point = '(12,68)'
|
||
|
Width = 93.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object SortLbl: TLabel
|
||
|
Position.Point = '(12,20)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object XLbl: TLabel
|
||
|
Position.Point = '(12,92)'
|
||
|
Width = 101.000000000000000000
|
||
|
Height = 13.000000000000000000
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object TopNE: TEdit
|
||
|
Tag = 12
|
||
|
Position.Point = '(235,43)'
|
||
|
Width = 33.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 4
|
||
|
KeyboardType = vktDefault
|
||
|
OnChange = DoClick
|
||
|
Password = False
|
||
|
Text = '0'
|
||
|
end
|
||
|
object TopNCaptionE: TEdit
|
||
|
Tag = 13
|
||
|
Position.Point = '(120,65)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 5
|
||
|
KeyboardType = vktDefault
|
||
|
OnChange = DoClick
|
||
|
Password = False
|
||
|
end
|
||
|
object SortCB: TComboBox
|
||
|
Tag = 14
|
||
|
Position.Point = '(120,16)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
OnClick = DoClick
|
||
|
TabOrder = 6
|
||
|
ItemIndex = -1
|
||
|
end
|
||
|
object XTypeCB: TComboBox
|
||
|
Tag = 15
|
||
|
Position.Point = '(120,90)'
|
||
|
Width = 165.000000000000000000
|
||
|
Height = 21.000000000000000000
|
||
|
TabOrder = 7
|
||
|
ItemIndex = -1
|
||
|
OnChange = DoClick
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|