Subversion Repositories recyclebinunit

Rev

Rev 99 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 99 Rev 106
Line 89... Line 89...
89
      Height = 21
89
      Height = 21
90
      Caption = '...'
90
      Caption = '...'
91
      TabOrder = 5
91
      TabOrder = 5
92
      OnClick = Button3Click
92
      OnClick = Button3Click
93
    end
93
    end
-
 
94
    object Button4: TButton
-
 
95
      Left = 736
-
 
96
      Top = 48
-
 
97
      Width = 137
-
 
98
      Height = 33
-
 
99
      Caption = 'Save tree to TXT file'
-
 
100
      TabOrder = 6
-
 
101
      OnClick = Button4Click
-
 
102
    end
94
  end
103
  end
95
  object OpenDialog1: TOpenDialog
104
  object OpenDialog1: TOpenDialog
96
    Left = 928
105
    Left = 928
97
    Top = 16
106
    Top = 16
98
  end
107
  end
Line 633... Line 642...
633
      E007E403BFFF9824E007E013B0498009E007E473807F833FE007E0C3B07F947F
642
      E007E403BFFF9824E007E013B0498009E007E473807F833FE007E0C3B07F947F
634
      E007E487B9FF99FFE00FE18FBFFF8247E01FE01F048F008FE03FE03F07FF33FF
643
      E007E487B9FF99FFE00FE18FBFFF8247E01FE01F048F008FE03FE03F07FF33FF
635
      FFFFFFFF07FF47FFFFFFFFFF9FFF9FFF00000000000000000000000000000000
644
      FFFFFFFF07FF47FFFFFFFFFF9FFF9FFF00000000000000000000000000000000
636
      000000000000}
645
      000000000000}
637
  end
646
  end
-
 
647
  object SaveDialog1: TSaveDialog
-
 
648
    DefaultExt = '.txt'
-
 
649
    Filter = 'Text files (*.txt)|*.txt|All files (*.*)|*.*'
-
 
650
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
-
 
651
    Left = 928
-
 
652
    Top = 112
-
 
653
  end
638
end
654
end