Subversion Repositories recyclebinunit

Rev

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

Rev 17 Rev 24
Line 1... Line 1...
1
object MainForm: TMainForm
1
object MainForm: TMainForm
2
  Left = 224
2
  Left = 224
3
  Top = 149
3
  Top = 149
4
  Width = 652
-
 
5
  Height = 495
-
 
6
  Caption = 'Recycle Bin Example'
4
  Caption = 'Recycle Bin Example'
-
 
5
  ClientHeight = 459
-
 
6
  ClientWidth = 636
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Constraints.MinHeight = 495
8
  Constraints.MinHeight = 495
9
  Constraints.MinWidth = 652
9
  Constraints.MinWidth = 652
10
  Font.Charset = DEFAULT_CHARSET
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clWindowText
11
  Font.Color = clWindowText
Line 17... Line 17...
17
  PixelsPerInch = 96
17
  PixelsPerInch = 96
18
  TextHeight = 13
18
  TextHeight = 13
19
  object topPanel: TPanel
19
  object topPanel: TPanel
20
    Left = 0
20
    Left = 0
21
    Top = 0
21
    Top = 0
22
    Width = 644
22
    Width = 636
23
    Height = 81
23
    Height = 81
24
    Align = alTop
24
    Align = alTop
25
    Font.Charset = DEFAULT_CHARSET
25
    Font.Charset = DEFAULT_CHARSET
26
    Font.Color = clWindowText
26
    Font.Color = clWindowText
27
    Font.Height = -12
27
    Font.Height = -12
28
    Font.Name = 'MS Sans Serif'
28
    Font.Name = 'MS Sans Serif'
29
    Font.Style = []
29
    Font.Style = []
30
    ParentFont = False
30
    ParentFont = False
31
    TabOrder = 0
31
    TabOrder = 0
32
    object rightPanel: TPanel
32
    object rightPanel: TPanel
33
      Left = 412
33
      Left = 404
34
      Top = 1
34
      Top = 1
35
      Width = 231
35
      Width = 231
36
      Height = 79
36
      Height = 79
37
      Align = alRight
37
      Align = alRight
38
      BevelOuter = bvNone
38
      BevelOuter = bvNone
Line 109... Line 109...
109
    end
109
    end
110
  end
110
  end
111
  object outputPanel: TPanel
111
  object outputPanel: TPanel
112
    Left = 0
112
    Left = 0
113
    Top = 81
113
    Top = 81
114
    Width = 644
114
    Width = 636
115
    Height = 387
115
    Height = 378
116
    Align = alClient
116
    Align = alClient
117
    Caption = 'Please wait...'
117
    Caption = 'Please wait...'
118
    Font.Charset = DEFAULT_CHARSET
118
    Font.Charset = DEFAULT_CHARSET
119
    Font.Color = clWindowText
119
    Font.Color = clWindowText
120
    Font.Height = -49
120
    Font.Height = -49
Line 123... Line 123...
123
    ParentFont = False
123
    ParentFont = False
124
    TabOrder = 1
124
    TabOrder = 1
125
    object outputMemo: TMemo
125
    object outputMemo: TMemo
126
      Left = 1
126
      Left = 1
127
      Top = 1
127
      Top = 1
128
      Width = 642
128
      Width = 634
129
      Height = 385
129
      Height = 376
130
      Align = alClient
130
      Align = alClient
131
      Font.Charset = DEFAULT_CHARSET
131
      Font.Charset = DEFAULT_CHARSET
132
      Font.Color = clWindowText
132
      Font.Color = clWindowText
133
      Font.Height = -12
133
      Font.Height = -12
134
      Font.Name = 'Courier'
134
      Font.Name = 'Courier'