~ximion/listaller/master

« back to all changes in this revision

Viewing changes to src/dgunit.lfm

  • Committer: Matthias Klumpp
  • Date: 2009-12-30 22:33:48 UTC
  • Revision ID: git-v1:9eb5299c9fc4fc3bc980b625e4876139716bb101
Restructured source code

Moved all additional code to /src, created dirs for 3rd-party components,
all libraries go to /lib, daemons to /helper, source code documentation to
/docs, all bindings to /bindings.
Included configure script which needs a little wor now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
object DGForm: TDGForm
 
2
  Left = 383
 
3
  Height = 324
 
4
  Top = 364
 
5
  Width = 626
 
6
  ActiveControl = BitBtn1
 
7
  Caption = 'Simple depGet'
 
8
  ClientHeight = 324
 
9
  ClientWidth = 626
 
10
  Icon.Data = {
 
11
    7E04000000000100010010100000010020006804000016000000280000001000
 
12
    0000200000000100200000000000000000000000000000000000000000000000
 
13
    0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000FF
 
14
    FF01FF0000010E000724626061F07A7979ECFFFFFF00FFFFFF00FFFFFF00FFFF
 
15
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FF00FF01800000020400
 
16
    003B4B4849F4060505FE010101FF828282EBFFFFFF00FFFFFF00FFFFFF00FFFF
 
17
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000005979393E8353332F70302
 
18
    02FF080301FF1E0B03FF060201FF989898E8FFFFFF00FFFFFF00FFFFFF00FFFF
 
19
    FF00FFFFFF00FFFFFF001010002A7D7C7BEC1F1E1DFA020101FF100703FF2812
 
20
    04FE401C04FE3F1A03FF050101FF00000037FFFFFF00FFFFFF00FFFFFF00FFFF
 
21
    FF00C4C2C0E1676565F0121110FD030101FF130904FE301A09FE4B2A0AFE4C27
 
22
    09FE472306FE3F1E05FE030201FF00000020FFFFFF00FFFFFF00FFFFFF00FFFF
 
23
    FF00B5ADA3E68D7C69EF6F5E4FF3432E17FB482C10FD482A0FFD4E2D0BFD5230
 
24
    0BFD4A2908FE3E2207FE070606FEFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
25
    FF00FFFFFF00E4D7C5E1D9C09CE7C7A883EB634729F94C3112FC4D3010FD5636
 
26
    0EFD50320BFD372208FE121212FCFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
27
    FF00FFFFFF00FFFFFF00FFFFFF00DEC5A1E6D6B98CE97B613BF6513813FC563C
 
28
    11FC563D10FD31220AFE262525F9FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
29
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00E2CDAAE5DFC393E8947E55F25744
 
30
    1CFB59451CFB2C210EFD3C3B3BF6FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
31
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00E1D2B3E4DEC291E9A991
 
32
    65EF5A451CFB241A09FE525151F3FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
33
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00E5D8BFE2D4BE
 
34
    91E9B59E72ED282015FC686565EFFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
35
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008559
 
36
    0017C4B18DE9625744F57B7B7BECFFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
37
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
38
    FF00FFFFFF009E9480EB959292E8FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
39
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
40
    FF00FFFFFF00FFFFFF0000000005FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
41
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
42
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
43
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
44
    FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
 
45
    FF00FFCF0000FF0F0000F80F0000E01F0000001F0000001F0000801F0000E01F
 
46
    0000F01F0000F81F0000FC1F0000FF1F0000FF9F0000FFFF0000FFFF0000FFFF
 
47
    0000
 
48
  }
 
49
  OnCloseQuery = FormCloseQuery
 
50
  OnCreate = FormCreate
 
51
  OnShow = FormShow
 
52
  LCLVersion = '0.9.28.2'
 
53
  object Label1: TLabel
 
54
    Left = 8
 
55
    Height = 20
 
56
    Top = 4
 
57
    Width = 208
 
58
    Caption = 'Installation of <appname>'
 
59
    Font.Height = -15
 
60
    Font.Name = 'Sans'
 
61
    ParentColor = False
 
62
    ParentFont = False
 
63
  end
 
64
  object Label2: TLabel
 
65
    Left = 8
 
66
    Height = 14
 
67
    Top = 24
 
68
    Width = 363
 
69
    Caption = '(This program will download the needed files from the internet)'
 
70
    ParentColor = False
 
71
  end
 
72
  object Image1: TImage
 
73
    Left = 8
 
74
    Height = 90
 
75
    Top = 89
 
76
    Width = 90
 
77
    Proportional = True
 
78
    Stretch = True
 
79
  end
 
80
  object Label3: TLabel
 
81
    Left = 105
 
82
    Height = 21
 
83
    Top = 120
 
84
    Width = 204
 
85
    Caption = 'Packages were installed.'
 
86
    Font.Height = -17
 
87
    Font.Name = 'Sans'
 
88
    ParentColor = False
 
89
    ParentFont = False
 
90
  end
 
91
  object PageControl1: TPageControl
 
92
    Left = 0
 
93
    Height = 276
 
94
    Top = 48
 
95
    Width = 626
 
96
    ActivePage = TabSheet1
 
97
    Align = alBottom
 
98
    Anchors = [akTop, akLeft, akRight, akBottom]
 
99
    TabIndex = 0
 
100
    TabOrder = 0
 
101
    object TabSheet1: TTabSheet
 
102
      Caption = 'Main'
 
103
      ClientHeight = 249
 
104
      ClientWidth = 622
 
105
      object Memo1: TMemo
 
106
        Left = 6
 
107
        Height = 230
 
108
        Top = 11
 
109
        Width = 613
 
110
        Anchors = [akTop, akLeft, akRight, akBottom]
 
111
        Lines.Strings = (
 
112
          '<no description given>'
 
113
        )
 
114
        TabOrder = 0
 
115
      end
 
116
    end
 
117
    object TabSheet2: TTabSheet
 
118
      Caption = 'Details'
 
119
      ClientHeight = 249
 
120
      ClientWidth = 622
 
121
      object Memo2: TMemo
 
122
        Left = 0
 
123
        Height = 249
 
124
        Top = 0
 
125
        Width = 622
 
126
        Align = alClient
 
127
        Lines.Strings = (
 
128
          'The following packages will be downloaded:'
 
129
        )
 
130
        ReadOnly = True
 
131
        ScrollBars = ssAutoBoth
 
132
        TabOrder = 0
 
133
      end
 
134
    end
 
135
    object TabSheet3: TTabSheet
 
136
      Caption = 'Installation'
 
137
      ClientHeight = 249
 
138
      ClientWidth = 622
 
139
      object Memo3: TMemo
 
140
        Left = 6
 
141
        Height = 172
 
142
        Top = 69
 
143
        Width = 603
 
144
        Anchors = [akTop, akLeft, akRight, akBottom]
 
145
        Lines.Strings = (
 
146
          'Log:'
 
147
        )
 
148
        TabOrder = 0
 
149
      end
 
150
      object DlProgress: TProgressBar
 
151
        Left = 6
 
152
        Height = 20
 
153
        Top = 40
 
154
        Width = 605
 
155
        Anchors = [akTop, akLeft, akRight]
 
156
        Position = 1
 
157
        Smooth = True
 
158
        Step = 20
 
159
        TabOrder = 1
 
160
      end
 
161
      object MainProgress: TProgressBar
 
162
        Left = 6
 
163
        Height = 24
 
164
        Top = 5
 
165
        Width = 605
 
166
        Anchors = [akTop, akLeft, akRight]
 
167
        Smooth = True
 
168
        Step = 14
 
169
        TabOrder = 2
 
170
      end
 
171
    end
 
172
  end
 
173
  object BitBtn1: TBitBtn
 
174
    Left = 509
 
175
    Height = 32
 
176
    Top = 5
 
177
    Width = 107
 
178
    Anchors = [akTop, akRight]
 
179
    Caption = 'Install'
 
180
    NumGlyphs = 0
 
181
    OnClick = BitBtn1Click
 
182
    TabOrder = 1
 
183
  end
 
184
  object FinBtn1: TBitBtn
 
185
    Left = 567
 
186
    Height = 23
 
187
    Top = 293
 
188
    Width = 49
 
189
    Anchors = [akRight, akBottom]
 
190
    AutoSize = True
 
191
    Caption = 'Finish'
 
192
    NumGlyphs = 0
 
193
    OnClick = FinBtn1Click
 
194
    TabOrder = 2
 
195
  end
 
196
  object GetOutPutTimer: TIdleTimer
 
197
    Enabled = False
 
198
    Interval = 8
 
199
    OnTimer = GetOutPutTimerTimer
 
200
    left = 576
 
201
    top = 280
 
202
  end
 
203
  object Process1: TProcess
 
204
    Active = False
 
205
    Options = [poUsePipes, poStderrToOutPut, poNoConsole]
 
206
    Priority = ppNormal
 
207
    StartupOptions = []
 
208
    ShowWindow = swoNone
 
209
    WindowColumns = 0
 
210
    WindowHeight = 0
 
211
    WindowLeft = 0
 
212
    WindowRows = 0
 
213
    WindowTop = 0
 
214
    WindowWidth = 0
 
215
    FillAttribute = 0
 
216
    left = 544
 
217
    top = 280
 
218
  end
 
219
end