Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/crosstabunit.lfm
2021-05-11 16:38:15 +00:00

152 lines
3.8 KiB
Plaintext

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