You've already forked lazarus-ccr
235 lines
4.5 KiB
Plaintext
235 lines
4.5 KiB
Plaintext
![]() |
object RecodeFrm: TRecodeFrm
|
||
|
Left = 219
|
||
|
Height = 315
|
||
|
Top = 105
|
||
|
Width = 459
|
||
|
Caption = 'Variable Value Recoding'
|
||
|
ClientHeight = 315
|
||
|
ClientWidth = 459
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '0.9.28.2'
|
||
|
object Label1: TLabel
|
||
|
Left = 9
|
||
|
Height = 14
|
||
|
Top = 9
|
||
|
Width = 73
|
||
|
Caption = 'Variable Name:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object varnameedit: TEdit
|
||
|
Left = 89
|
||
|
Height = 21
|
||
|
Top = 2
|
||
|
Width = 119
|
||
|
TabOrder = 0
|
||
|
Text = 'varnameedit'
|
||
|
end
|
||
|
object TargetList: TRadioGroup
|
||
|
Left = 9
|
||
|
Height = 72
|
||
|
Top = 32
|
||
|
Width = 160
|
||
|
AutoFill = True
|
||
|
Caption = 'Recode Into:'
|
||
|
ChildSizing.LeftRightSpacing = 6
|
||
|
ChildSizing.TopBottomSpacing = 6
|
||
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
||
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
||
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
||
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
||
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||
|
ChildSizing.ControlsPerLine = 1
|
||
|
ClientHeight = 54
|
||
|
ClientWidth = 156
|
||
|
Items.Strings = (
|
||
|
'The Same Column'
|
||
|
'A New Column'
|
||
|
)
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object GroupBox1: TGroupBox
|
||
|
Left = 177
|
||
|
Height = 68
|
||
|
Top = 36
|
||
|
Width = 161
|
||
|
Caption = 'New Value:'
|
||
|
ClientHeight = 50
|
||
|
ClientWidth = 157
|
||
|
TabOrder = 2
|
||
|
object ValueBtn: TRadioButton
|
||
|
Left = 7
|
||
|
Height = 17
|
||
|
Top = 3
|
||
|
Width = 46
|
||
|
Caption = 'Value'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object BlankBtn: TRadioButton
|
||
|
Left = 7
|
||
|
Height = 17
|
||
|
Top = 24
|
||
|
Width = 91
|
||
|
Caption = 'Blank or empty'
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object NewValEdit: TEdit
|
||
|
Left = 67
|
||
|
Height = 21
|
||
|
Top = 0
|
||
|
Width = 80
|
||
|
TabOrder = 2
|
||
|
Text = 'NewValEdit'
|
||
|
end
|
||
|
end
|
||
|
object GroupBox2: TGroupBox
|
||
|
Left = 9
|
||
|
Height = 186
|
||
|
Top = 115
|
||
|
Width = 329
|
||
|
Caption = 'Old Value:'
|
||
|
ClientHeight = 168
|
||
|
ClientWidth = 325
|
||
|
TabOrder = 3
|
||
|
object Label2: TLabel
|
||
|
Left = 167
|
||
|
Height = 14
|
||
|
Top = 51
|
||
|
Width = 42
|
||
|
Caption = 'through '
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object OldValBtn: TRadioButton
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 0
|
||
|
Width = 50
|
||
|
Caption = 'Value:'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object OldBlnkBtn: TRadioButton
|
||
|
Left = 9
|
||
|
Height = 17
|
||
|
Top = 24
|
||
|
Width = 50
|
||
|
Caption = 'Blanks'
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object RangeBtn: TRadioButton
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 52
|
||
|
Width = 84
|
||
|
Caption = 'Value Range:'
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object LowToBtn: TRadioButton
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 80
|
||
|
Width = 131
|
||
|
Caption = 'Lowest Value through :'
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object DownToBtn: TRadioButton
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 107
|
||
|
Width = 105
|
||
|
Caption = 'Highest Down To:'
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object AllButBtn: TRadioButton
|
||
|
Left = 8
|
||
|
Height = 17
|
||
|
Top = 135
|
||
|
Width = 105
|
||
|
Caption = 'All Values Except:'
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object OldValEdit: TEdit
|
||
|
Left = 70
|
||
|
Height = 21
|
||
|
Top = 0
|
||
|
Width = 87
|
||
|
TabOrder = 6
|
||
|
Text = 'OldValEdit'
|
||
|
end
|
||
|
object RangeFromEdit: TEdit
|
||
|
Left = 99
|
||
|
Height = 21
|
||
|
Top = 45
|
||
|
Width = 58
|
||
|
TabOrder = 7
|
||
|
Text = 'RangeFromEdit'
|
||
|
end
|
||
|
object RangeToEdit: TEdit
|
||
|
Left = 222
|
||
|
Height = 21
|
||
|
Top = 44
|
||
|
Width = 65
|
||
|
TabOrder = 8
|
||
|
Text = 'RangeToEdit'
|
||
|
end
|
||
|
object LowToEdit: TEdit
|
||
|
Left = 151
|
||
|
Height = 21
|
||
|
Top = 76
|
||
|
Width = 72
|
||
|
TabOrder = 9
|
||
|
Text = 'LowToEdit'
|
||
|
end
|
||
|
object HiDownToEdit: TEdit
|
||
|
Left = 152
|
||
|
Height = 21
|
||
|
Top = 103
|
||
|
Width = 70
|
||
|
TabOrder = 10
|
||
|
Text = 'HiDownToEdit'
|
||
|
end
|
||
|
object AllButEdit: TEdit
|
||
|
Left = 152
|
||
|
Height = 21
|
||
|
Top = 131
|
||
|
Width = 69
|
||
|
TabOrder = 11
|
||
|
Text = 'AllButEdit'
|
||
|
end
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
Left = 360
|
||
|
Height = 29
|
||
|
Top = 127
|
||
|
Width = 80
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object CancelBtn: TButton
|
||
|
Left = 360
|
||
|
Height = 29
|
||
|
Top = 176
|
||
|
Width = 80
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object ApplyBtn: TButton
|
||
|
Left = 360
|
||
|
Height = 29
|
||
|
Top = 224
|
||
|
Width = 80
|
||
|
Caption = 'Apply'
|
||
|
OnClick = ApplyBtnClick
|
||
|
TabOrder = 6
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
Left = 360
|
||
|
Height = 29
|
||
|
Top = 272
|
||
|
Width = 80
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
TabOrder = 7
|
||
|
end
|
||
|
end
|