You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
434 lines
12 KiB
Plaintext
434 lines
12 KiB
Plaintext
inherited BubbleForm: TBubbleForm
|
|
Left = 476
|
|
Height = 465
|
|
Top = 224
|
|
Width = 937
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/RepeatedMeasuresBubblePlot.htm'
|
|
Caption = 'Repeated Measures Bubble Plot'
|
|
ClientHeight = 465
|
|
ClientWidth = 937
|
|
inherited ParamsPanel: TPanel
|
|
Height = 449
|
|
Width = 376
|
|
ClientHeight = 449
|
|
ClientWidth = 376
|
|
inherited CloseBtn: TButton
|
|
Left = 321
|
|
Top = 424
|
|
TabOrder = 8
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 237
|
|
Top = 424
|
|
TabOrder = 7
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 175
|
|
Top = 424
|
|
TabOrder = 6
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Left = 116
|
|
Top = 424
|
|
TabOrder = 5
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 408
|
|
Width = 376
|
|
end
|
|
object Panel1: TPanel[5]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = ParamsPanel
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TitleEdit
|
|
Left = 0
|
|
Height = 288
|
|
Top = 0
|
|
Width = 376
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 8
|
|
BevelOuter = bvNone
|
|
ClientHeight = 288
|
|
ClientWidth = 376
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 49
|
|
Caption = 'Variables:'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = BubbleEdit
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BubbleEdit
|
|
Left = 209
|
|
Height = 15
|
|
Top = 19
|
|
Width = 154
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Bubble Identification Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = XEdit
|
|
AnchorSideBottom.Control = XEdit
|
|
Left = 209
|
|
Height = 15
|
|
Top = 89
|
|
Width = 82
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'X Value Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = YEdit
|
|
AnchorSideBottom.Control = YEdit
|
|
Left = 209
|
|
Height = 15
|
|
Top = 159
|
|
Width = 82
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Y Value Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label5: TLabel
|
|
AnchorSideLeft.Control = SizeEdit
|
|
AnchorSideBottom.Control = SizeEdit
|
|
Left = 209
|
|
Height = 15
|
|
Top = 229
|
|
Width = 104
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Bubble Size Variable'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = IDInBtn
|
|
AnchorSideBottom.Control = Panel1
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 0
|
|
Height = 271
|
|
Top = 17
|
|
Width = 167
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
ItemHeight = 0
|
|
OnDblClick = VarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object IDInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 175
|
|
Height = 26
|
|
Top = 17
|
|
Width = 26
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = IDInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object IDOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = IDInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 45
|
|
Width = 26
|
|
BorderSpacing.Top = 2
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = IDOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object XInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = IDOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 87
|
|
Width = 26
|
|
BorderSpacing.Top = 16
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = XInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object XOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = XInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 115
|
|
Width = 26
|
|
BorderSpacing.Top = 2
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = XOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object YInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = XOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 157
|
|
Width = 26
|
|
BorderSpacing.Top = 16
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = YInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 7
|
|
end
|
|
object YOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = YInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 185
|
|
Width = 26
|
|
BorderSpacing.Top = 2
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = YOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 8
|
|
end
|
|
object SizeInBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = YOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 227
|
|
Width = 26
|
|
BorderSpacing.Top = 16
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = SizeInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 10
|
|
end
|
|
object SizeOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = SizeInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 175
|
|
Height = 26
|
|
Top = 255
|
|
Width = 26
|
|
BorderSpacing.Top = 2
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = SizeOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 11
|
|
end
|
|
object BubbleEdit: TEdit
|
|
AnchorSideLeft.Control = IDInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = IDOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 209
|
|
Height = 23
|
|
Top = 36
|
|
Width = 167
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'BubbleEdit'
|
|
end
|
|
object XEdit: TEdit
|
|
AnchorSideLeft.Control = BubbleEdit
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = XOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 209
|
|
Height = 23
|
|
Top = 106
|
|
Width = 167
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 6
|
|
Text = 'XEdit'
|
|
end
|
|
object YEdit: TEdit
|
|
AnchorSideLeft.Control = BubbleEdit
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = YOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 209
|
|
Height = 23
|
|
Top = 176
|
|
Width = 167
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 9
|
|
Text = 'YEdit'
|
|
end
|
|
object SizeEdit: TEdit
|
|
AnchorSideLeft.Control = BubbleEdit
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = SizeOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 209
|
|
Height = 23
|
|
Top = 246
|
|
Width = 167
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 12
|
|
Text = 'SizeEdit'
|
|
end
|
|
end
|
|
object Label6: TLabel[6]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = TitleEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 15
|
|
Top = 300
|
|
Width = 55
|
|
Caption = 'Main Title:'
|
|
ParentColor = False
|
|
end
|
|
object Label7: TLabel[7]
|
|
AnchorSideTop.Control = XLabelEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = XLabelEdit
|
|
Left = 14
|
|
Height = 15
|
|
Top = 327
|
|
Width = 41
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Caption = 'X Label:'
|
|
ParentColor = False
|
|
end
|
|
object Label8: TLabel[8]
|
|
AnchorSideTop.Control = YLabelEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = YLabelEdit
|
|
Left = 14
|
|
Height = 15
|
|
Top = 354
|
|
Width = 41
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Y Label:'
|
|
ParentColor = False
|
|
end
|
|
object TitleEdit: TEdit[9]
|
|
AnchorSideLeft.Control = Label6
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = XLabelEdit
|
|
Left = 63
|
|
Height = 23
|
|
Top = 296
|
|
Width = 313
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
TabOrder = 1
|
|
TextHint = 'Title of the Diagram'
|
|
end
|
|
object XLabelEdit: TEdit[10]
|
|
AnchorSideLeft.Control = TitleEdit
|
|
AnchorSideRight.Control = TitleEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = YLabelEdit
|
|
Left = 63
|
|
Height = 23
|
|
Top = 323
|
|
Width = 313
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 4
|
|
TabOrder = 2
|
|
TextHint = 'X Axis Title'
|
|
end
|
|
object YLabelEdit: TEdit[11]
|
|
AnchorSideLeft.Control = TitleEdit
|
|
AnchorSideRight.Control = TitleEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = TransformChk
|
|
Left = 63
|
|
Height = 23
|
|
Top = 350
|
|
Width = 313
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 4
|
|
TabOrder = 3
|
|
TextHint = 'Y Axis Title'
|
|
end
|
|
object TransformChk: TCheckBox[12]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
Left = 0
|
|
Height = 19
|
|
Top = 385
|
|
Width = 365
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Transform Data Grid for ANOVA (Treatments by Subjects ANOVA)'
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 388
|
|
Height = 465
|
|
end
|
|
inherited PageControl: TPageControl
|
|
Left = 397
|
|
Height = 449
|
|
Width = 532
|
|
end
|
|
end
|