Subversion Repositories recyclebinunit

Rev

Rev 76 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 daniel-mar 1
object RecyclerListingMainForm: TRecyclerListingMainForm
2
  Left = 348
3
  Top = 177
4
  Caption = 'Recycler Listing (ViaThinkSoft Recycle Bin Unit v2 Demo)'
5
  ClientHeight = 565
6
  ClientWidth = 987
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  PixelsPerInch = 96
15
  TextHeight = 13
16
  object TreeView1: TTreeView
17
    Left = 0
18
    Top = 0
19
    Width = 987
20
    Height = 466
21
    Align = alClient
22
    Indent = 19
23
    ReadOnly = True
24
    TabOrder = 0
25
  end
26
  object Panel1: TPanel
27
    Left = 0
28
    Top = 466
29
    Width = 987
30
    Height = 99
31
    Align = alBottom
32
    TabOrder = 1
33
    object Button1: TButton
34
      Left = 8
35
      Top = 29
36
      Width = 185
37
      Height = 52
38
      Caption = 'List items'
39
      TabOrder = 0
40
      OnClick = Button1Click
41
    end
42
    object CheckBox1: TCheckBox
43
      Left = 8
44
      Top = 6
45
      Width = 129
46
      Height = 17
47
      Caption = 'Only own recyclers'
48
      TabOrder = 1
49
    end
50
  end
51
end