2020-03-30 18:01:44 +00:00
|
|
|
object LogLinScreenFrm: TLogLinScreenFrm
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 417
|
|
|
|
Height = 379
|
|
|
|
Top = 130
|
|
|
|
Width = 662
|
2020-03-30 18:01:44 +00:00
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Cross-Classification Log Linear Screen'
|
2020-04-27 20:51:12 +00:00
|
|
|
ClientHeight = 379
|
|
|
|
ClientWidth = 662
|
2020-03-30 18:01:44 +00:00
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
LCLVersion = '2.1.0.0'
|
|
|
|
object Label2: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideTop.Control = Owner
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 8
|
|
|
|
Height = 15
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 97
|
|
|
|
BorderSpacing.Left = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = SelectList
|
|
|
|
AnchorSideTop.Control = Label2
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 255
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 44
|
|
|
|
Caption = 'Selected'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object CountVarChk: TCheckBox
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideLeft.Control = SelectList
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = GroupBox1
|
|
|
|
Left = 255
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 19
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 252
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 247
|
2020-04-27 20:51:12 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Last Variable Selected is a Frequency Count'
|
2020-04-27 20:51:12 +00:00
|
|
|
OnChange = CountVarChkChange
|
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object VarList: TListBox
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideBottom.Control = CountVarChk
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
Height = 246
|
|
|
|
Top = 25
|
|
|
|
Width = 185
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-04-27 15:30:03 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object InBtn: TBitBtn
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideLeft.Control = Bevel2
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 210
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 25
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object OutBtn: TBitBtn
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideLeft.Control = Bevel2
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 210
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 57
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object AllBtn: TBitBtn
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideLeft.Control = Bevel2
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 201
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 89
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 46
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 4
|
2020-04-27 20:51:12 +00:00
|
|
|
BorderSpacing.Bottom = 24
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'ALL'
|
|
|
|
OnClick = AllBtnClick
|
|
|
|
Spacing = 0
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 3
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object SelectList: TListBox
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = VarList
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideRight.Control = MinMaxGrid
|
|
|
|
AnchorSideBottom.Control = CountVarChk
|
|
|
|
Left = 255
|
|
|
|
Height = 219
|
|
|
|
Top = 25
|
|
|
|
Width = 185
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ItemHeight = 0
|
2020-04-27 15:30:03 +00:00
|
|
|
OnSelectionChange = SelectListSelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object GroupBox1: TGroupBox
|
|
|
|
AnchorSideLeft.Control = Owner
|
2020-04-27 20:51:12 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Bevel1
|
|
|
|
Left = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
Height = 51
|
|
|
|
Top = 279
|
|
|
|
Width = 390
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
2020-04-27 20:51:12 +00:00
|
|
|
ChildSizing.HorizontalSpacing = 20
|
2020-03-30 18:01:44 +00:00
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
ChildSizing.ControlsPerLine = 2
|
|
|
|
ClientHeight = 31
|
|
|
|
ClientWidth = 386
|
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
object MarginsChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
2020-04-27 20:51:12 +00:00
|
|
|
Width = 129
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Print Marginal Totals'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object GenlModelChk: TCheckBox
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 161
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 19
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 213
|
|
|
|
Caption = 'Print General Linear Modle Estimates'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
2020-04-27 15:30:03 +00:00
|
|
|
AnchorSideRight.Control = ComputeBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 453
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 346
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 54
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 9
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
2020-04-27 15:30:03 +00:00
|
|
|
AnchorSideRight.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 515
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 346
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-04-27 15:30:03 +00:00
|
|
|
object CloseBtn: TButton
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 599
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 346
|
2020-04-27 15:30:03 +00:00
|
|
|
Width = 55
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-04-27 15:30:03 +00:00
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 11
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object HelpBtn: TButton
|
|
|
|
Tag = 131
|
|
|
|
AnchorSideRight.Control = ResetBtn
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-27 20:51:12 +00:00
|
|
|
Left = 394
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 346
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 51
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-27 15:30:03 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Help'
|
|
|
|
OnClick = HelpBtnClick
|
2020-04-27 20:51:12 +00:00
|
|
|
TabOrder = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-04-27 15:30:03 +00:00
|
|
|
AnchorSideBottom.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 330
|
|
|
|
Width = 662
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
2020-04-27 20:51:12 +00:00
|
|
|
object MinMaxGrid: TStringGrid
|
|
|
|
AnchorSideLeft.Control = SelectList
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = SelectList
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = SelectList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 448
|
|
|
|
Height = 219
|
|
|
|
Top = 25
|
|
|
|
Width = 206
|
|
|
|
Anchors = [akTop, akRight, akBottom]
|
|
|
|
AutoFillColumns = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ColCount = 3
|
|
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goSmoothScroll]
|
|
|
|
RowCount = 1
|
|
|
|
TabOrder = 5
|
|
|
|
ColWidths = (
|
|
|
|
64
|
|
|
|
69
|
|
|
|
69
|
|
|
|
)
|
|
|
|
Cells = (
|
|
|
|
3
|
|
|
|
0
|
|
|
|
0
|
|
|
|
'Variable'
|
|
|
|
1
|
|
|
|
0
|
|
|
|
'Minimum'
|
|
|
|
2
|
|
|
|
0
|
|
|
|
'Maximum'
|
|
|
|
)
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = MinMaxGrid
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideBottom.Control = MinMaxGrid
|
|
|
|
Left = 448
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-04-27 20:51:12 +00:00
|
|
|
Top = 8
|
|
|
|
Width = 142
|
|
|
|
Caption = 'Min/Max for each variable:'
|
2020-03-30 18:01:44 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-04-27 20:51:12 +00:00
|
|
|
object Bevel2: TBevel
|
|
|
|
AnchorSideLeft.Control = VarList
|
|
|
|
AnchorSideRight.Control = SelectList
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 8
|
2020-04-27 20:51:12 +00:00
|
|
|
Height = 4
|
|
|
|
Top = 2
|
|
|
|
Width = 432
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2020-04-27 20:51:12 +00:00
|
|
|
Shape = bsSpacer
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|