Subversion Repositories ExamClock

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9 ron.wellst 1
object Form2: TForm2
2
  Left = 779
3
  Height = 161
4
  Top = 299
5
  Width = 266
6
  Caption = 'Select Exams (2)'
7
  ClientHeight = 161
8
  ClientWidth = 266
9
  Position = poMainFormCenter
10
  LCLVersion = '1.6.4.0'
11
  object FoundationCheckBox: TCheckBox
12
    Left = 11
13
    Height = 19
14
    Top = 8
15
    Width = 112
16
    Caption = 'Foundation Exam'
17
    Checked = True
18
    State = cbChecked
19
    TabOrder = 0
20
  end
21
  object IntermediateCheckBox: TCheckBox
22
    Left = 11
23
    Height = 19
24
    Top = 40
25
    Width = 118
26
    Caption = 'Intermediate Exam'
27
    Checked = True
28
    State = cbChecked
29
    TabOrder = 1
30
  end
31
  object AdvancedCheckBox: TCheckBox
32
    Left = 11
33
    Height = 19
34
    Top = 72
35
    Width = 104
36
    Caption = 'Advanced Exam'
37
    Checked = True
38
    State = cbChecked
39
    TabOrder = 2
40
  end
41
  object OkButton: TBitBtn
42
    Left = 11
43
    Height = 30
44
    Top = 112
45
    Width = 75
46
    Default = True
47
    DefaultCaption = True
48
    Kind = bkOK
49
    ModalResult = 1
50
    TabOrder = 3
51
  end
52
  object CancelButton: TBitBtn
53
    Left = 176
54
    Height = 30
55
    Top = 112
56
    Width = 75
57
    Cancel = True
58
    DefaultCaption = True
59
    Kind = bkCancel
60
    ModalResult = 2
61
    TabOrder = 4
62
  end
63
end