Public Member Functions | |
| ExamEditor () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Private Member Functions | |
| void | InitializeComponent () |
| void | categoryComboBox_SelectedIndexChanged (object sender, System.EventArgs e) |
| void | ExamEditor_Load_1 (object sender, System.EventArgs e) |
| void | kelimeEkleButton_Click (object sender, System.EventArgs e) |
| void | soruEkleButton_Click (object sender, System.EventArgs e) |
| void | menuItem4_Click (object sender, System.EventArgs e) |
| void | menuItem3_Click (object sender, System.EventArgs e) |
| void | saveExamDialog_FileOk (object sender, System.ComponentModel.CancelEventArgs e) |
Private Attributes | |
| System.Windows.Forms.GroupBox | groupBox1 |
| System.Windows.Forms.ComboBox | categoryComboBox |
| System.Windows.Forms.ListBox | wordListBox |
| System.Windows.Forms.GroupBox | groupBox2 |
| System.Windows.Forms.Label | label1 |
| System.Windows.Forms.Label | label2 |
| System.Windows.Forms.TextBox | sinavAdiTextBox |
| System.Windows.Forms.Button | kelimeEkleButton |
| System.Windows.Forms.GroupBox | groupBox4 |
| System.Windows.Forms.GroupBox | groupBox5 |
| System.Windows.Forms.Button | soruEkleButton |
| System.Windows.Forms.RadioButton | cevapRadioButton1 |
| System.Windows.Forms.RadioButton | cevapRadioButton2 |
| System.Windows.Forms.RadioButton | cevapRadioButton3 |
| System.Windows.Forms.RadioButton | cevapRadioButton4 |
| System.Windows.Forms.RadioButton | radioButton1 |
| System.Windows.Forms.RadioButton | radioButton2 |
| System.Windows.Forms.RadioButton | radioButton3 |
| System.Windows.Forms.RadioButton | radioButton4 |
| System.Windows.Forms.Label | label4 |
| System.Windows.Forms.MainMenu | mainMenu1 |
| System.Windows.Forms.MenuItem | menuItem1 |
| System.Windows.Forms.MenuItem | menuItem2 |
| System.Windows.Forms.MenuItem | menuItem3 |
| System.Windows.Forms.MenuItem | menuItem4 |
| int | numberOfQuestions |
| int | currentNumberOfAnswers |
| ExamDTO | exam |
| System.Windows.Forms.NumericUpDown | numericUpDown1 |
| System.Windows.Forms.NumericUpDown | numericUpDown2 |
| System.Windows.Forms.GroupBox | groupBox3 |
| int | answer1 = 0 |
| int | answer2 = 0 |
| int | answer3 = 0 |
| int | answer4 = 0 |
| string | animationPath = "" |
| System.Windows.Forms.SaveFileDialog | saveExamDialog |
| System.Windows.Forms.OpenFileDialog | openExamDialog |
| System.ComponentModel.Container | components = null |
Exam Editor Interface Class operations coupled with GUI Events
|
|
Default Constructor.
|
|
||||||||||||
|
Callback that loads words upon category change.
|
|
|
Clean up any resources being used.
|
|
||||||||||||
|
Callback that loads exam.
|
|
|
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
||||||||||||
|
Callback that createss a new exam question.
|
|
||||||||||||
|
Callback that loads exam.
|
|
||||||||||||
|
Callback that saves exam.
|
|
||||||||||||
|
|
|
||||||||||||
|
Callback that createss a new exam question.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Required designer variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO