You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7919 8e941d3f-bd1b-0410-a28a-d453659cc2b4
377 lines
11 KiB
Plaintext
377 lines
11 KiB
Plaintext
inherited TwoWayLogLinForm: TTwoWayLogLinForm
|
|
Left = 494
|
|
Height = 352
|
|
Top = 237
|
|
Width = 586
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/AxBLogLinear.htm'
|
|
Caption = 'Log Linear Analysis of a 2x2 Table'
|
|
ClientHeight = 352
|
|
ClientWidth = 586
|
|
inherited ParamsPanel: TPanel
|
|
Height = 336
|
|
Width = 344
|
|
ClientHeight = 336
|
|
ClientWidth = 344
|
|
inherited CloseBtn: TButton
|
|
Left = 289
|
|
Top = 311
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 205
|
|
Top = 311
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 143
|
|
Top = 311
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Tag = 154
|
|
Left = 84
|
|
Top = 311
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 295
|
|
Width = 344
|
|
end
|
|
object FileFromGrp: TRadioGroup[5]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = ParamsPanel
|
|
Left = -5
|
|
Height = 51
|
|
Top = 0
|
|
Width = 354
|
|
AutoFill = False
|
|
AutoSize = True
|
|
Caption = 'Enter Data From:'
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 16
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 31
|
|
ClientWidth = 350
|
|
Columns = 2
|
|
Items.Strings = (
|
|
'File Data in the Main Grid'
|
|
'Data Entered on this Form'
|
|
)
|
|
OnClick = FileFromGrpClick
|
|
TabOrder = 4
|
|
end
|
|
object Notebook: TNotebook[6]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = FileFromGrp
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
Left = 0
|
|
Height = 228
|
|
Top = 67
|
|
Width = 344
|
|
PageIndex = 1
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 16
|
|
TabOrder = 5
|
|
object Page1: TPage
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = RowVarEdit
|
|
AnchorSideBottom.Control = RowVarEdit
|
|
Left = 194
|
|
Height = 15
|
|
Top = 16
|
|
Width = 67
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Row Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = ColVarEdit
|
|
AnchorSideBottom.Control = ColVarEdit
|
|
Left = 194
|
|
Height = 15
|
|
Top = 86
|
|
Width = 87
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Column Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = FreqVarEdit
|
|
AnchorSideBottom.Control = FreqVarEdit
|
|
Left = 194
|
|
Height = 15
|
|
Top = 168
|
|
Width = 99
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Frequency Variable'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Page1
|
|
AnchorSideTop.Control = Page1
|
|
AnchorSideRight.Control = RowInBtn
|
|
AnchorSideBottom.Control = Page1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 228
|
|
Top = 0
|
|
Width = 150
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 0
|
|
OnDblClick = VarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object RowInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Page1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 158
|
|
Height = 28
|
|
Top = 8
|
|
Width = 28
|
|
BorderSpacing.Top = 8
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = RowInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object RowOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = RowInBtn
|
|
AnchorSideTop.Control = RowInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 158
|
|
Height = 28
|
|
Top = 40
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Enabled = False
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = RowOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object ColInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Page1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideBottom.Control = ColVarEdit
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 158
|
|
Height = 28
|
|
Top = 86
|
|
Width = 28
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = ColInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object ColOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = ColInBtn
|
|
AnchorSideTop.Control = ColInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 158
|
|
Height = 28
|
|
Top = 118
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Enabled = False
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = ColOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object FreqInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Page1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideBottom.Control = FreqOutBtn
|
|
Left = 158
|
|
Height = 28
|
|
Top = 160
|
|
Width = 28
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = FreqInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 7
|
|
end
|
|
object FreqOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = FreqInBtn
|
|
AnchorSideBottom.Control = VarList
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 158
|
|
Height = 28
|
|
Top = 192
|
|
Width = 28
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 8
|
|
Enabled = False
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = FreqOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 8
|
|
end
|
|
object RowVarEdit: TEdit
|
|
AnchorSideLeft.Control = RowInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Page1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = RowOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 194
|
|
Height = 23
|
|
Top = 33
|
|
Width = 150
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'RowVarEdit'
|
|
end
|
|
object ColVarEdit: TEdit
|
|
AnchorSideLeft.Control = RowInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = VarList
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Page1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 194
|
|
Height = 23
|
|
Top = 103
|
|
Width = 150
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 8
|
|
ReadOnly = True
|
|
TabOrder = 6
|
|
Text = 'ColVarEdit'
|
|
end
|
|
object FreqVarEdit: TEdit
|
|
AnchorSideLeft.Control = FreqInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Page1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = FreqOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 194
|
|
Height = 23
|
|
Top = 185
|
|
Width = 150
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 9
|
|
Text = 'FreqVarEdit'
|
|
end
|
|
end
|
|
object Page2: TPage
|
|
object NoRowsLabel: TLabel
|
|
AnchorSideLeft.Control = Page2
|
|
AnchorSideTop.Control = NoRowsEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 4
|
|
Width = 67
|
|
Caption = 'No. of Rows:'
|
|
ParentColor = False
|
|
end
|
|
object NoColsLabel: TLabel
|
|
AnchorSideLeft.Control = NoRowsEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = NoColsEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 138
|
|
Height = 15
|
|
Top = 4
|
|
Width = 87
|
|
BorderSpacing.Left = 24
|
|
BorderSpacing.Right = 8
|
|
Caption = 'No. of Columns:'
|
|
ParentColor = False
|
|
end
|
|
object NoRowsEdit: TEdit
|
|
AnchorSideLeft.Control = NoRowsLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Page2
|
|
Left = 75
|
|
Height = 23
|
|
Top = 0
|
|
Width = 39
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 8
|
|
OnKeyPress = NoRowsEditKeyPress
|
|
TabOrder = 0
|
|
Text = 'NoRowsEdit'
|
|
end
|
|
object NoColsEdit: TEdit
|
|
AnchorSideLeft.Control = NoColsLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Page2
|
|
AnchorSideRight.Control = Page2
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 233
|
|
Height = 23
|
|
Top = 0
|
|
Width = 46
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 8
|
|
OnKeyPress = NoColsEditKeyPress
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object Grid: TStringGrid
|
|
AnchorSideLeft.Control = Page2
|
|
AnchorSideTop.Control = NoRowsEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Page2
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Page2
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 197
|
|
Top = 31
|
|
Width = 344
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
AutoAdvance = aaDown
|
|
BorderSpacing.Top = 8
|
|
ColCount = 2
|
|
MouseWheelOption = mwGrid
|
|
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goEditing, goTabs, goThumbTracking, goSmoothScroll]
|
|
RowCount = 2
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 356
|
|
Height = 352
|
|
end
|
|
object Bevel2: TBevel[2]
|
|
Left = 3
|
|
Height = 14
|
|
Top = 336
|
|
Width = 18
|
|
Shape = bsSpacer
|
|
end
|
|
end
|