Public Member Functions | |
| ReviewAndCommentsView () | |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. | |
Private Member Functions | |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. | |
| System.Windows.Forms.TextBox | textBox1 |
| System.Windows.Forms.Button | button1 |
| System.Windows.Forms.Label | label1 |
| System.Windows.Forms.ListBox | listBox1 |
| System.Windows.Forms.Button | button2 |
| System.Windows.Forms.TextBox | textBox2 |
| System.Windows.Forms.Button | button3 |
| System.Windows.Forms.Label | label2 |
| System.Windows.Forms.Label | label3 |
| System.Windows.Forms.Button | button4 |
| System.Windows.Forms.Label | label4 |
| System.Windows.Forms.RadioButton | radioButton1 |
| System.Windows.Forms.RadioButton | radioButton2 |
| System.Windows.Forms.RadioButton | radioButton3 |
| System.Windows.Forms.RadioButton | radioButton4 |
| System.Windows.Forms.Button | button5 |
| System.Windows.Forms.Button | button6 |
| System.Windows.Forms.Button | button7 |
| System.Windows.Forms.Button | button8 |
Definition at line 11 of file ReviewAndCommentsView.cs.
| override void Client.ReviewAndCommentsView.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file ReviewAndCommentsView.Designer.cs.
References Client.ReviewAndCommentsView.components.
| void Client.ReviewAndCommentsView.InitializeComponent | ( | ) | [private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
Definition at line 29 of file ReviewAndCommentsView.Designer.cs.
References Client.ReviewAndCommentsView.button1, Client.ReviewAndCommentsView.button2, Client.ReviewAndCommentsView.button3, Client.ReviewAndCommentsView.button4, Client.ReviewAndCommentsView.button5, Client.ReviewAndCommentsView.button6, Client.ReviewAndCommentsView.button7, Client.ReviewAndCommentsView.button8, Client.ReviewAndCommentsView.label1, Client.ReviewAndCommentsView.label2, Client.ReviewAndCommentsView.label3, Client.ReviewAndCommentsView.label4, Client.ReviewAndCommentsView.listBox1, Client.ReviewAndCommentsView.radioButton1, Client.ReviewAndCommentsView.radioButton2, Client.ReviewAndCommentsView.radioButton3, Client.ReviewAndCommentsView.radioButton4, Client.ReviewAndCommentsView.textBox1, and Client.ReviewAndCommentsView.textBox2.
Referenced by Client.ReviewAndCommentsView.ReviewAndCommentsView().
Here is the caller graph for this function:

System.ComponentModel.IContainer Client.ReviewAndCommentsView.components = null [private] |
Required designer variable.
Definition at line 8 of file ReviewAndCommentsView.Designer.cs.
Referenced by Client.ReviewAndCommentsView.Dispose().
1.5.1-p1