123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375 |
- inherited ECSetVariablesFrame: TECSetVariablesFrame
- Height = 462
- Width = 409
- Caption = 'Set variables'
- ClientHeight = 462
- ClientWidth = 409
- inherited EcResultPanel: TPanel
- Height = 52
- Top = 410
- Width = 409
- ClientHeight = 52
- ClientWidth = 409
- inherited EcResultLineBevel: TBevel
- Width = 409
- end
- inherited EcOkBitBtn: TBitBtn
- Left = 258
- Height = 36
- Width = 60
- end
- inherited EcCancelBitBtn: TBitBtn
- Left = 322
- Height = 36
- end
- end
- object VarToSetGroupBox: TGroupBox[1]
- Left = 0
- Height = 102
- Top = 0
- Width = 406
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- Caption = 'Variable to set'
- ClientHeight = 82
- ClientWidth = 404
- TabOrder = 1
- object SingleVarRadioButton: TRadioButton
- AnchorSideTop.Control = SingleVarEditButton
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 10
- Width = 126
- BorderSpacing.Left = 4
- Caption = 'Single variable:'
- Checked = True
- OnChange = AnyRadioButtonChanged
- TabOrder = 1
- end
- object VarRangeRadioButton: TRadioButton
- AnchorSideTop.Control = VarRangeFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 53
- Width = 126
- Caption = 'Variable range:'
- OnChange = AnyRadioButtonChanged
- TabOrder = 0
- end
- object SingleVarEditButton: TEditButton
- AnchorSideLeft.Control = SingleVarRadioButton
- AnchorSideLeft.Side = asrBottom
- Left = 134
- Height = 35
- Top = 4
- Width = 265
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 4
- BorderSpacing.Top = 4
- BorderSpacing.Right = 4
- ButtonCaption = '...'
- ButtonWidth = 23
- MaxLength = 0
- NumGlyphs = 1
- OnButtonClick = SingleVarEditButtonButtonClick
- OnDblClick = SingleVarEditButtonButtonClick
- OnKeyPress = SingleVarEditButtonKeyPress
- PasswordChar = #0
- TabOrder = 2
- end
- object VarRangeFromLabel: TLabel
- AnchorSideLeft.Control = VarRangeRadioButton
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = VarRangeFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 134
- Height = 17
- Top = 56
- Width = 32
- BorderSpacing.Left = 4
- Caption = 'from'
- ParentColor = False
- end
- object VarRangeFromSpinEdit: TSpinEdit
- AnchorSideLeft.Control = VarRangeFromLabel
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = SingleVarEditButton
- AnchorSideTop.Side = asrBottom
- Left = 170
- Height = 35
- Top = 47
- Width = 80
- BorderSpacing.Left = 4
- BorderSpacing.Top = 8
- MaxValue = 10000
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object VarRangeToSpinEdit: TSpinEdit
- AnchorSideLeft.Control = VarRangeToLabel
- AnchorSideLeft.Side = asrBottom
- Left = 271
- Height = 35
- Top = 33
- Width = 80
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- MaxValue = 10000
- MinValue = 1
- TabOrder = 4
- Value = 1
- end
- object VarRangeToLabel: TLabel
- AnchorSideLeft.Control = VarRangeFromSpinEdit
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = VarRangeFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 254
- Height = 17
- Top = 56
- Width = 13
- BorderSpacing.Left = 4
- BorderSpacing.Right = 4
- Caption = 'to'
- ParentColor = False
- end
- end
- object OperatorRadioGroup: TRadioGroup[2]
- AnchorSideLeft.Control = VarToSetGroupBox
- AnchorSideTop.Control = VarToSetGroupBox
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = VarToSetGroupBox
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 20
- Top = 110
- Width = 406
- Anchors = [akTop, akLeft, akRight]
- AutoFill = True
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Operator'
- ChildSizing.LeftRightSpacing = 6
- ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
- ChildSizing.EnlargeVertical = crsHomogenousChildResize
- ChildSizing.ShrinkHorizontal = crsScaleChilds
- ChildSizing.ShrinkVertical = crsScaleChilds
- ChildSizing.Layout = cclLeftToRightThenTopToBottom
- ChildSizing.ControlsPerLine = 6
- Columns = 6
- TabOrder = 2
- end
- object OperandGroupBox: TGroupBox[3]
- AnchorSideLeft.Control = VarToSetGroupBox
- AnchorSideTop.Control = OperatorRadioGroup
- AnchorSideTop.Side = asrBottom
- AnchorSideRight.Control = VarToSetGroupBox
- AnchorSideRight.Side = asrBottom
- Left = 0
- Height = 235
- Top = 138
- Width = 406
- Anchors = [akTop, akLeft, akRight]
- AutoSize = True
- BorderSpacing.Top = 8
- Caption = 'Operand'
- ClientHeight = 215
- ClientWidth = 404
- TabOrder = 3
- object ConstantOperandRadioButton: TRadioButton
- AnchorSideTop.Control = ConstantOperandSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 10
- Width = 88
- BorderSpacing.Left = 4
- Caption = 'Constant:'
- Checked = True
- OnChange = AnyRadioButtonChanged
- TabOrder = 0
- end
- object ConstantOperandSpinEdit: TSpinEdit
- AnchorSideLeft.Control = ConstantOperandRadioButton
- AnchorSideLeft.Side = asrBottom
- Left = 100
- Height = 35
- Top = 4
- Width = 106
- BorderSpacing.Left = 8
- BorderSpacing.Top = 4
- MaxValue = 99999999
- MinValue = -99999999
- TabOrder = 1
- end
- object VariableOperandRadioButton: TRadioButton
- AnchorSideLeft.Control = ConstantOperandRadioButton
- AnchorSideTop.Control = VariableOperandEditButton
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 53
- Width = 85
- Caption = 'Variable:'
- OnChange = AnyRadioButtonChanged
- TabOrder = 2
- end
- object VariableOperandEditButton: TEditButton
- AnchorSideLeft.Control = VariableOperandRadioButton
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = ConstantOperandSpinEdit
- AnchorSideTop.Side = asrBottom
- Left = 97
- Height = 35
- Top = 47
- Width = 300
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 8
- BorderSpacing.Top = 8
- ButtonCaption = '...'
- ButtonWidth = 23
- MaxLength = 0
- NumGlyphs = 1
- OnButtonClick = VariableOperandEditButtonButtonClick
- OnDblClick = VariableOperandEditButtonButtonClick
- OnKeyPress = VariableOperandEditButtonKeyPress
- PasswordChar = #0
- TabOrder = 3
- end
- object RandomOperandRadioButton: TRadioButton
- AnchorSideLeft.Control = ConstantOperandRadioButton
- AnchorSideTop.Control = RandomFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 96
- Width = 84
- Caption = 'Random:'
- OnChange = AnyRadioButtonChanged
- TabOrder = 4
- end
- object RandomFromLabel: TLabel
- AnchorSideLeft.Control = RandomOperandRadioButton
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = RandomFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 96
- Height = 17
- Top = 99
- Width = 32
- BorderSpacing.Left = 8
- Caption = 'from'
- ParentColor = False
- end
- object RandomFromSpinEdit: TSpinEdit
- AnchorSideLeft.Control = RandomFromLabel
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = VariableOperandEditButton
- AnchorSideTop.Side = asrBottom
- Left = 132
- Height = 35
- Top = 90
- Width = 80
- BorderSpacing.Left = 4
- BorderSpacing.Top = 8
- MaxValue = 99999999
- MinValue = -99999999
- TabOrder = 5
- end
- object RandomToLabel: TLabel
- AnchorSideLeft.Control = RandomFromSpinEdit
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = RandomFromSpinEdit
- AnchorSideTop.Side = asrCenter
- Left = 216
- Height = 17
- Top = 99
- Width = 13
- BorderSpacing.Left = 4
- BorderSpacing.Right = 4
- Caption = 'to'
- ParentColor = False
- end
- object RandomToSpinEdit: TSpinEdit
- AnchorSideLeft.Control = RandomToLabel
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = VariableOperandEditButton
- AnchorSideTop.Side = asrBottom
- Left = 233
- Height = 35
- Top = 90
- Width = 80
- BorderSpacing.Left = 4
- BorderSpacing.Top = 8
- MaxValue = 99999999
- MinValue = -99999999
- TabOrder = 6
- end
- object GameDataRadioButton: TRadioButton
- AnchorSideLeft.Control = ConstantOperandRadioButton
- AnchorSideTop.Control = GameDataEditButton
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 139
- Width = 102
- Caption = 'Game data:'
- OnChange = AnyRadioButtonChanged
- TabOrder = 7
- end
- object GameDataEditButton: TEditButton
- AnchorSideLeft.Control = GameDataRadioButton
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = RandomFromSpinEdit
- AnchorSideTop.Side = asrBottom
- Left = 114
- Height = 35
- Top = 133
- Width = 283
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 8
- BorderSpacing.Top = 8
- ButtonCaption = '...'
- ButtonWidth = 23
- MaxLength = 0
- NumGlyphs = 1
- OnButtonClick = GameDataEditButtonButtonClick
- OnDblClick = GameDataEditButtonButtonClick
- OnKeyPress = GameDataEditButtonKeyPress
- PasswordChar = #0
- TabOrder = 8
- end
- object ScriptRadioButton: TRadioButton
- AnchorSideLeft.Control = ConstantOperandRadioButton
- AnchorSideTop.Control = ScriptEdit
- AnchorSideTop.Side = asrCenter
- Left = 4
- Height = 23
- Top = 182
- Width = 68
- Caption = 'Script:'
- OnChange = AnyRadioButtonChanged
- TabOrder = 9
- end
- object ScriptEdit: TEdit
- AnchorSideLeft.Control = ScriptRadioButton
- AnchorSideLeft.Side = asrBottom
- AnchorSideTop.Control = GameDataEditButton
- AnchorSideTop.Side = asrBottom
- Left = 80
- Height = 35
- Top = 176
- Width = 317
- Anchors = [akTop, akLeft, akRight]
- BorderSpacing.Left = 8
- BorderSpacing.Top = 8
- BorderSpacing.Right = 4
- BorderSpacing.Bottom = 4
- TabOrder = 10
- end
- end
- end
|