~ximion/listaller/master

« back to all changes in this revision

Viewing changes to swcatalog.lfm

  • Committer: ximion
  • Date: 2009-04-21 12:31:15 UTC
  • Revision ID: git-v1:4ea613542e187721fe44b82fdce7d8c89eef0bc8
- Restructured code tree
- Created new packagekit.pas
- Some code restructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
  OnCreate = FormCreate
60
60
  OnDestroy = FormDestroy
61
61
  OnResize = FormResize
62
 
  ParentFont = False
63
62
  Position = poMainFormCenter
64
63
  ShowInTaskBar = stNever
65
 
  LCLVersion = '0.9.26'
 
64
  LCLVersion = '0.9.27'
66
65
  object Label1: TLabel
67
66
    Left = 136
68
67
    Height = 14
69
68
    Top = 16
70
 
    Width = 301
 
69
    Width = 254
71
70
    Caption = 'Select software you want to download and to install:'
72
71
    ParentColor = False
73
72
  end
75
74
    Left = 8
76
75
    Height = 14
77
76
    Top = 431
78
 
    Width = 219
 
77
    Width = 185
79
78
    Anchors = [akLeft, akBottom]
80
79
    Caption = 'Downloading application information...'
81
80
    ParentColor = False
84
83
    Left = 8
85
84
    Height = 14
86
85
    Top = 16
87
 
    Width = 57
 
86
    Width = 49
88
87
    Caption = 'Category:'
89
88
    ParentColor = False
90
89
  end
92
91
    Left = 8
93
92
    Height = 14
94
93
    Top = 328
95
 
    Width = 41
 
94
    Width = 37
96
95
    Caption = 'Server:'
97
96
    ParentColor = False
98
97
  end
103
102
    Width = 733
104
103
    HelpType = htKeyword
105
104
    Anchors = [akLeft, akRight, akBottom]
106
 
    Max = 100
107
105
    Smooth = True
108
106
    Step = 1
109
107
    TabOrder = 0
110
108
  end
111
109
  object BitBtn1: TBitBtn
112
 
    Left = 691
113
 
    Height = 37
114
 
    Top = 493
115
 
    Width = 50
 
110
    Left = 689
 
111
    Height = 35
 
112
    Top = 495
 
113
    Width = 52
116
114
    Anchors = [akRight, akBottom]
117
115
    AutoSize = True
118
116
    BorderSpacing.InnerBorder = 4
154
152
    Top = 480
155
153
    Width = 733
156
154
    Anchors = [akLeft, akRight, akBottom]
157
 
    Max = 100
158
155
    Smooth = True
159
156
    Step = 1
160
157
    TabOrder = 3
161
158
  end
162
159
  object BitBtn2: TBitBtn
163
160
    Left = 8
164
 
    Height = 37
165
 
    Top = 493
166
 
    Width = 56
 
161
    Height = 35
 
162
    Top = 495
 
163
    Width = 58
167
164
    Anchors = [akLeft, akBottom]
168
165
    AutoSize = True
169
166
    BorderSpacing.InnerBorder = 4