2021-05-11 16:38:15 +00:00
|
|
|
inherited CrossTabForm: TCrossTabForm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 459
|
2020-09-28 16:24:38 +00:00
|
|
|
Height = 358
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 230
|
2020-09-28 16:24:38 +00:00
|
|
|
Width = 879
|
2020-05-02 20:01:14 +00:00
|
|
|
HelpType = htKeyword
|
2021-05-11 16:38:15 +00:00
|
|
|
HelpKeyword = 'html/CrossTabulation.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Cross Tabulation'
|
2020-09-28 16:24:38 +00:00
|
|
|
ClientHeight = 358
|
|
|
|
ClientWidth = 879
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited ParamsPanel: TPanel
|
2020-09-28 16:24:38 +00:00
|
|
|
Height = 342
|
|
|
|
Width = 320
|
|
|
|
ClientHeight = 342
|
|
|
|
ClientWidth = 320
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited CloseBtn: TButton
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 265
|
|
|
|
Top = 317
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 7
|
2020-09-28 16:24:38 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited ComputeBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 181
|
2020-10-05 20:12:22 +00:00
|
|
|
Top = 317
|
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 119
|
2020-09-28 16:24:38 +00:00
|
|
|
Top = 317
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 5
|
2020-09-28 16:24:38 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited HelpBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 60
|
2020-09-28 16:24:38 +00:00
|
|
|
Top = 317
|
2021-05-11 16:38:15 +00:00
|
|
|
HelpType = htKeyword
|
|
|
|
HelpKeyword = 'html/CrossTabulation.htm'
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 4
|
2020-09-28 16:24:38 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 301
|
|
|
|
Width = 320
|
2020-09-28 16:24:38 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object Label1: TLabel[5]
|
2020-09-28 16:24:38 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 97
|
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object Label2: TLabel[6]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 182
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 104
|
|
|
|
Caption = 'Variables to Analyze'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object VarList: TListBox[7]
|
2020-09-28 16:24:38 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = InBtn
|
2020-10-05 20:12:22 +00:00
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
2020-09-28 16:24:38 +00:00
|
|
|
Height = 284
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-09-28 16:24:38 +00:00
|
|
|
Width = 138
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-09-28 21:06:11 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object SelList: TListBox[8]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = InBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-28 16:24:38 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 182
|
|
|
|
Height = 281
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-09-28 16:24:38 +00:00
|
|
|
Width = 138
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-09-28 21:06:11 +00:00
|
|
|
OnDblClick = SelListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 3
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object InBtn: TBitBtn[9]
|
2020-09-28 16:24:38 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideBottom.Control = VertCenterBevel
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 146
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-09-28 16:24:38 +00:00
|
|
|
Top = 125
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object OutBtn: TBitBtn[10]
|
2020-09-28 16:24:38 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VertCenterBevel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = VertCenterBevel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 146
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-09-28 16:24:38 +00:00
|
|
|
Top = 165
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-09-28 21:22:08 +00:00
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
object VertCenterBevel: TBevel[11]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = InBtn
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = OutBtn
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 146
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 12
|
2020-09-28 16:24:38 +00:00
|
|
|
Top = 153
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
Shape = bsSpacer
|
|
|
|
end
|
|
|
|
end
|
2020-10-05 20:12:22 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
2020-09-28 16:24:38 +00:00
|
|
|
Left = 332
|
|
|
|
Height = 358
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|