Subversion Repositories ExamClock

Rev

Rev 10 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
Line 231... Line 231...
231
      Top = 1
231
      Top = 1
232
      Width = 199
232
      Width = 199
233
      Align = alLeft
233
      Align = alLeft
234
      AutoSize = False
234
      AutoSize = False
235
      Caption = 'FoundationLabel'
235
      Caption = 'FoundationLabel'
236
      Color = clGreen
-
 
237
      Font.Height = 35
236
      Font.Height = 35
238
      Font.Style = [fsBold]
237
      Font.Style = [fsBold]
239
      Layout = tlCenter
238
      Layout = tlCenter
240
      ParentColor = False
239
      ParentColor = False
241
      ParentFont = False
240
      ParentFont = False
242
      Transparent = False
-
 
243
      OptimalFill = True
241
      OptimalFill = True
244
    end
242
    end
245
    object FoundationTimeLabel: TLabel
243
    object FoundationTimeLabel: TLabel
246
      Left = 200
244
      Left = 200
247
      Height = 100
245
      Height = 100
Line 274... Line 272...
274
      Top = 1
272
      Top = 1
275
      Width = 199
273
      Width = 199
276
      Align = alLeft
274
      Align = alLeft
277
      AutoSize = False
275
      AutoSize = False
278
      Caption = 'IntermediateLabel'
276
      Caption = 'IntermediateLabel'
279
      Color = clOlive
-
 
280
      Font.Height = 31
277
      Font.Height = 31
281
      Font.Style = [fsBold]
278
      Font.Style = [fsBold]
282
      Layout = tlCenter
279
      Layout = tlCenter
283
      ParentColor = False
280
      ParentColor = False
284
      ParentFont = False
281
      ParentFont = False
285
      Transparent = False
-
 
286
      OptimalFill = True
282
      OptimalFill = True
287
    end
283
    end
288
    object IntermediateTimeLabel: TLabel
284
    object IntermediateTimeLabel: TLabel
289
      Left = 200
285
      Left = 200
290
      Height = 118
286
      Height = 118
Line 476... Line 472...
476
    end
472
    end
477
  end
473
  end
478
  object Timer1: TTimer
474
  object Timer1: TTimer
479
    OnTimer = Timer1Timer
475
    OnTimer = Timer1Timer
480
    left = 760
476
    left = 760
481
    top = 72
477
    top = 56
482
  end
478
  end
483
end
479
end