Subversion Repositories ExamClock

Rev

Blame | Last modification | View Log | RSS feed

object Form2: TForm2
  Left = 779
  Height = 161
  Top = 299
  Width = 266
  Caption = 'Select Exams (2)'
  ClientHeight = 161
  ClientWidth = 266
  Position = poMainFormCenter
  LCLVersion = '1.6.4.0'
  object FoundationCheckBox: TCheckBox
    Left = 11
    Height = 19
    Top = 8
    Width = 112
    Caption = 'Foundation Exam'
    Checked = True
    State = cbChecked
    TabOrder = 0
  end
  object IntermediateCheckBox: TCheckBox
    Left = 11
    Height = 19
    Top = 40
    Width = 118
    Caption = 'Intermediate Exam'
    Checked = True
    State = cbChecked
    TabOrder = 1
  end
  object AdvancedCheckBox: TCheckBox
    Left = 11
    Height = 19
    Top = 72
    Width = 104
    Caption = 'Advanced Exam'
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object OkButton: TBitBtn
    Left = 11
    Height = 30
    Top = 112
    Width = 75
    Default = True
    DefaultCaption = True
    Kind = bkOK
    ModalResult = 1
    TabOrder = 3
  end
  object CancelButton: TBitBtn
    Left = 176
    Height = 30
    Top = 112
    Width = 75
    Cancel = True
    DefaultCaption = True
    Kind = bkCancel
    ModalResult = 2
    TabOrder = 4
  end
end