Subversion Repositories recyclebinunit

Rev

Rev 75 | Rev 77 | Go to most recent revision | Details | Compare with Previous | 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
76 daniel-mar 14
  Position = poScreenCenter
75 daniel-mar 15
  PixelsPerInch = 96
16
  TextHeight = 13
17
  object TreeView1: TTreeView
18
    Left = 0
19
    Top = 0
20
    Width = 987
21
    Height = 466
22
    Align = alClient
23
    Indent = 19
24
    ReadOnly = True
25
    TabOrder = 0
26
  end
27
  object Panel1: TPanel
28
    Left = 0
29
    Top = 466
30
    Width = 987
31
    Height = 99
32
    Align = alBottom
33
    TabOrder = 1
34
    object Button1: TButton
35
      Left = 8
36
      Top = 29
37
      Width = 185
38
      Height = 52
39
      Caption = 'List items'
40
      TabOrder = 0
41
      OnClick = Button1Click
42
    end
43
    object CheckBox1: TCheckBox
44
      Left = 8
45
      Top = 6
46
      Width = 129
47
      Height = 17
48
      Caption = 'Only own recyclers'
49
      TabOrder = 1
50
    end
51
  end
52
end