home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TNODEDIALOG / TNODEDIALOG.txt
Encoding:
Text File  |  1999-03-17  |  1.8 KB  |  93 lines

  1. object NodeDialog: TNodeDialog
  2.   Left = 442
  3.   Top = 303
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 166
  7.   ClientWidth = 471
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Description: TLabel
  19.     Left = 64
  20.     Top = 8
  21.     Width = 401
  22.     Height = 25
  23.     AutoSize = False
  24.   end
  25.   object Label1: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 48
  29.     Height = 16
  30.     Caption = 'Action:'
  31.   end
  32.   object OKBtn: TBitBtn
  33.     Left = 369
  34.     Top = 58
  35.     Width = 96
  36.     Height = 32
  37.     TabOrder = 0
  38.     OnClick = OKBtnClick
  39.     Kind = bkOK
  40.     Margin = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 369
  46.     Top = 97
  47.     Width = 96
  48.     Height = 33
  49.     TabOrder = 1
  50.     Kind = bkCancel
  51.     Margin = 2
  52.     Spacing = -1
  53.     IsControl = True
  54.   end
  55.   object RadioGroup1: TRadioGroup
  56.     Left = 9
  57.     Top = 41
  58.     Width = 352
  59.     Height = 104
  60.     TabOrder = 2
  61.   end
  62.   object Kids: TRadioButton
  63.     Left = 25
  64.     Top = 64
  65.     Width = 280
  66.     Height = 17
  67.     Hint = 'Modify only the children of the selected node'
  68.     Caption = 'Consider &children only'
  69.     TabOrder = 3
  70.   end
  71.   object All: TRadioButton
  72.     Left = 25
  73.     Top = 89
  74.     Width = 280
  75.     Height = 16
  76.     Hint = 'Modify all the descendants of the selected node'
  77.     Caption = 'Consider &all descendants'
  78.     Checked = True
  79.     TabOrder = 4
  80.     TabStop = True
  81.   end
  82.   object Top: TCheckBox
  83.     Left = 25
  84.     Top = 112
  85.     Width = 288
  86.     Height = 17
  87.     Hint = 'Perform the operation also on the selected node'
  88.     Caption = 'Include the selected &top node'
  89.     State = cbChecked
  90.     TabOrder = 5
  91.   end
  92. end
  93.