home *** CD-ROM | disk | FTP | other *** search
/ St. Petersburg State University Digital Library / Image.iso / JOKER.EXE / 0 / RCDATA / TADDNODE / TADDNODE.txt
Encoding:
Text File  |  1998-10-22  |  2.0 KB  |  98 lines

  1. object AddNode: TAddNode
  2.   Left = 166
  3.   Top = 463
  4.   Width = 419
  5.   Height = 152
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RL1: TRxLabel
  20.     Left = 70
  21.     Top = 6
  22.     Width = 43
  23.     Height = 16
  24.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clRed
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsItalic]
  30.     ParentFont = False
  31.     ShadowSize = 2
  32.     ShadowPos = spLeftBottom
  33.     Transparent = True
  34.   end
  35.   object RL2: TRxLabel
  36.     Left = 51
  37.     Top = 57
  38.     Width = 74
  39.     Height = 16
  40.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clRed
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsItalic]
  46.     ParentFont = False
  47.     ShadowSize = 2
  48.     ShadowPos = spLeftBottom
  49.     Transparent = True
  50.   end
  51.   object CB1: TComboBox
  52.     Left = 6
  53.     Top = 26
  54.     Width = 173
  55.     Height = 21
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.   end
  59.   object E1: TEdit
  60.     Left = 5
  61.     Top = 77
  62.     Width = 173
  63.     Height = 21
  64.     TabOrder = 1
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 198
  68.     Top = 52
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     TabOrder = 2
  73.     OnClick = BitBtn1Click
  74.   end
  75.   object RG1: TRadioGroup
  76.     Left = 295
  77.     Top = 5
  78.     Width = 114
  79.     Height = 110
  80.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlue
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = [fsItalic]
  86.     ItemIndex = 0
  87.     Items.Strings = (
  88.       '∩┐╜'
  89.       '∩┐╜∩┐╜∩┐╜'
  90.       '∩┐╜∩┐╜'
  91.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  92.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜ ...'
  93.       '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜')
  94.     ParentFont = False
  95.     TabOrder = 3
  96.   end
  97. end
  98.