home *** CD-ROM | disk | FTP | other *** search
- object NodeDialog: TNodeDialog
- Left = 442
- Top = 303
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- ClientHeight = 166
- ClientWidth = 471
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Description: TLabel
- Left = 64
- Top = 8
- Width = 401
- Height = 25
- AutoSize = False
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 48
- Height = 16
- Caption = 'Action:'
- end
- object OKBtn: TBitBtn
- Left = 369
- Top = 58
- Width = 96
- Height = 32
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 369
- Top = 97
- Width = 96
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object RadioGroup1: TRadioGroup
- Left = 9
- Top = 41
- Width = 352
- Height = 104
- TabOrder = 2
- end
- object Kids: TRadioButton
- Left = 25
- Top = 64
- Width = 280
- Height = 17
- Hint = 'Modify only the children of the selected node'
- Caption = 'Consider &children only'
- TabOrder = 3
- end
- object All: TRadioButton
- Left = 25
- Top = 89
- Width = 280
- Height = 16
- Hint = 'Modify all the descendants of the selected node'
- Caption = 'Consider &all descendants'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- object Top: TCheckBox
- Left = 25
- Top = 112
- Width = 288
- Height = 17
- Hint = 'Perform the operation also on the selected node'
- Caption = 'Include the selected &top node'
- State = cbChecked
- TabOrder = 5
- end
- end
-