You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
107 lines
1.8 KiB
Plaintext
107 lines
1.8 KiB
Plaintext
object RChartFrm: TRChartFrm
|
|
Left = 136
|
|
Height = 246
|
|
Top = 107
|
|
Width = 393
|
|
Caption = 'Range Charting'
|
|
ClientHeight = 246
|
|
ClientWidth = 393
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 8
|
|
Width = 90
|
|
Caption = 'Selection Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 151
|
|
Height = 14
|
|
Top = 26
|
|
Width = 71
|
|
Caption = 'Group Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 88
|
|
Width = 107
|
|
Caption = 'Measurement Variable'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
Left = 8
|
|
Height = 205
|
|
Top = 26
|
|
Width = 132
|
|
ItemHeight = 0
|
|
OnClick = VarListClick
|
|
TabOrder = 0
|
|
end
|
|
object GroupEdit: TEdit
|
|
Left = 151
|
|
Height = 21
|
|
Top = 40
|
|
Width = 121
|
|
TabOrder = 1
|
|
Text = 'GroupEdit'
|
|
end
|
|
object MeasEdit: TEdit
|
|
Left = 152
|
|
Height = 21
|
|
Top = 104
|
|
Width = 122
|
|
TabOrder = 2
|
|
Text = 'MeasEdit'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 296
|
|
Height = 31
|
|
Top = 56
|
|
Width = 78
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 3
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 296
|
|
Height = 31
|
|
Top = 104
|
|
Width = 75
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 4
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 296
|
|
Height = 31
|
|
Top = 152
|
|
Width = 75
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 296
|
|
Height = 31
|
|
Top = 200
|
|
Width = 75
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 6
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 141
|
|
Left = 296
|
|
Height = 28
|
|
Top = 12
|
|
Width = 80
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 7
|
|
end
|
|
end
|