00001 namespace Client
00002 {
00003 partial class ReviewAndCommentsView
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.textBox1 = new System.Windows.Forms.TextBox();
00032 this.button1 = new System.Windows.Forms.Button();
00033 this.label1 = new System.Windows.Forms.Label();
00034 this.listBox1 = new System.Windows.Forms.ListBox();
00035 this.button2 = new System.Windows.Forms.Button();
00036 this.textBox2 = new System.Windows.Forms.TextBox();
00037 this.button3 = new System.Windows.Forms.Button();
00038 this.label2 = new System.Windows.Forms.Label();
00039 this.label3 = new System.Windows.Forms.Label();
00040 this.button4 = new System.Windows.Forms.Button();
00041 this.label4 = new System.Windows.Forms.Label();
00042 this.radioButton1 = new System.Windows.Forms.RadioButton();
00043 this.radioButton2 = new System.Windows.Forms.RadioButton();
00044 this.radioButton3 = new System.Windows.Forms.RadioButton();
00045 this.radioButton4 = new System.Windows.Forms.RadioButton();
00046 this.button5 = new System.Windows.Forms.Button();
00047 this.button6 = new System.Windows.Forms.Button();
00048 this.button7 = new System.Windows.Forms.Button();
00049 this.button8 = new System.Windows.Forms.Button();
00050 this.SuspendLayout();
00051
00052
00053
00054 this.textBox1.Location = new System.Drawing.Point(27, 106);
00055 this.textBox1.Multiline = true;
00056 this.textBox1.Name = "textBox1";
00057 this.textBox1.Size = new System.Drawing.Size(230, 148);
00058 this.textBox1.TabIndex = 0;
00059
00060
00061
00062 this.button1.Location = new System.Drawing.Point(182, 260);
00063 this.button1.Name = "button1";
00064 this.button1.Size = new System.Drawing.Size(75, 23);
00065 this.button1.TabIndex = 1;
00066 this.button1.Text = "Edit";
00067 this.button1.UseVisualStyleBackColor = true;
00068
00069
00070
00071 this.label1.AutoSize = true;
00072 this.label1.Location = new System.Drawing.Point(27, 87);
00073 this.label1.Name = "label1";
00074 this.label1.Size = new System.Drawing.Size(46, 13);
00075 this.label1.TabIndex = 2;
00076 this.label1.Text = "Review:";
00077
00078
00079
00080 this.listBox1.FormattingEnabled = true;
00081 this.listBox1.Location = new System.Drawing.Point(306, 47);
00082 this.listBox1.Name = "listBox1";
00083 this.listBox1.Size = new System.Drawing.Size(201, 368);
00084 this.listBox1.TabIndex = 3;
00085
00086
00087
00088 this.button2.Location = new System.Drawing.Point(432, 421);
00089 this.button2.Name = "button2";
00090 this.button2.Size = new System.Drawing.Size(75, 23);
00091 this.button2.TabIndex = 4;
00092 this.button2.Text = "Delete";
00093 this.button2.UseVisualStyleBackColor = true;
00094
00095
00096
00097 this.textBox2.Location = new System.Drawing.Point(27, 310);
00098 this.textBox2.Multiline = true;
00099 this.textBox2.Name = "textBox2";
00100 this.textBox2.Size = new System.Drawing.Size(192, 134);
00101 this.textBox2.TabIndex = 5;
00102
00103
00104
00105 this.button3.Location = new System.Drawing.Point(225, 363);
00106 this.button3.Name = "button3";
00107 this.button3.Size = new System.Drawing.Size(75, 23);
00108 this.button3.TabIndex = 6;
00109 this.button3.Text = "< View";
00110 this.button3.UseVisualStyleBackColor = true;
00111
00112
00113
00114 this.label2.AutoSize = true;
00115 this.label2.Location = new System.Drawing.Point(27, 27);
00116 this.label2.Name = "label2";
00117 this.label2.Size = new System.Drawing.Size(150, 13);
00118 this.label2.TabIndex = 7;
00119 this.label2.Text = "Relevance (I know, I know...):";
00120
00121
00122
00123 this.label3.AutoSize = true;
00124 this.label3.Location = new System.Drawing.Point(306, 27);
00125 this.label3.Name = "label3";
00126 this.label3.Size = new System.Drawing.Size(69, 13);
00127 this.label3.TabIndex = 8;
00128 this.label3.Text = "Comment list:";
00129
00130
00131
00132 this.button4.Location = new System.Drawing.Point(226, 310);
00133 this.button4.Name = "button4";
00134 this.button4.Size = new System.Drawing.Size(75, 23);
00135 this.button4.TabIndex = 9;
00136 this.button4.Text = "Add >";
00137 this.button4.UseVisualStyleBackColor = true;
00138
00139
00140
00141 this.label4.AutoSize = true;
00142 this.label4.Location = new System.Drawing.Point(24, 294);
00143 this.label4.Name = "label4";
00144 this.label4.Size = new System.Drawing.Size(54, 13);
00145 this.label4.TabIndex = 10;
00146 this.label4.Text = "Comment:";
00147
00148
00149
00150 this.radioButton1.AutoSize = true;
00151 this.radioButton1.Location = new System.Drawing.Point(33, 53);
00152 this.radioButton1.Name = "radioButton1";
00153 this.radioButton1.Size = new System.Drawing.Size(45, 17);
00154 this.radioButton1.TabIndex = 11;
00155 this.radioButton1.TabStop = true;
00156 this.radioButton1.Text = "Low";
00157 this.radioButton1.UseVisualStyleBackColor = true;
00158
00159
00160
00161 this.radioButton2.AutoSize = true;
00162 this.radioButton2.Location = new System.Drawing.Point(85, 53);
00163 this.radioButton2.Name = "radioButton2";
00164 this.radioButton2.Size = new System.Drawing.Size(62, 17);
00165 this.radioButton2.TabIndex = 12;
00166 this.radioButton2.TabStop = true;
00167 this.radioButton2.Text = "Medium";
00168 this.radioButton2.UseVisualStyleBackColor = true;
00169
00170
00171
00172 this.radioButton3.AutoSize = true;
00173 this.radioButton3.Location = new System.Drawing.Point(153, 53);
00174 this.radioButton3.Name = "radioButton3";
00175 this.radioButton3.Size = new System.Drawing.Size(47, 17);
00176 this.radioButton3.TabIndex = 13;
00177 this.radioButton3.TabStop = true;
00178 this.radioButton3.Text = "High";
00179 this.radioButton3.UseVisualStyleBackColor = true;
00180
00181
00182
00183 this.radioButton4.AutoSize = true;
00184 this.radioButton4.Location = new System.Drawing.Point(207, 53);
00185 this.radioButton4.Name = "radioButton4";
00186 this.radioButton4.Size = new System.Drawing.Size(51, 17);
00187 this.radioButton4.TabIndex = 14;
00188 this.radioButton4.TabStop = true;
00189 this.radioButton4.Text = "Huge";
00190 this.radioButton4.UseVisualStyleBackColor = true;
00191
00192
00193
00194 this.button5.Location = new System.Drawing.Point(144, 450);
00195 this.button5.Name = "button5";
00196 this.button5.Size = new System.Drawing.Size(75, 23);
00197 this.button5.TabIndex = 15;
00198 this.button5.Text = "Clear";
00199 this.button5.UseVisualStyleBackColor = true;
00200
00201
00202
00203 this.button6.Location = new System.Drawing.Point(351, 476);
00204 this.button6.Name = "button6";
00205 this.button6.Size = new System.Drawing.Size(75, 23);
00206 this.button6.TabIndex = 16;
00207 this.button6.Text = "OK";
00208 this.button6.UseVisualStyleBackColor = true;
00209
00210
00211
00212 this.button7.Location = new System.Drawing.Point(432, 476);
00213 this.button7.Name = "button7";
00214 this.button7.Size = new System.Drawing.Size(75, 23);
00215 this.button7.TabIndex = 17;
00216 this.button7.Text = "Cancel";
00217 this.button7.UseVisualStyleBackColor = true;
00218
00219
00220
00221 this.button8.Location = new System.Drawing.Point(226, 392);
00222 this.button8.Name = "button8";
00223 this.button8.Size = new System.Drawing.Size(75, 23);
00224 this.button8.TabIndex = 18;
00225 this.button8.Text = "< Edit";
00226 this.button8.UseVisualStyleBackColor = true;
00227
00228
00229
00230 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00231 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00232 this.ClientSize = new System.Drawing.Size(543, 520);
00233 this.Controls.Add(this.button8);
00234 this.Controls.Add(this.button7);
00235 this.Controls.Add(this.button6);
00236 this.Controls.Add(this.button5);
00237 this.Controls.Add(this.radioButton4);
00238 this.Controls.Add(this.radioButton3);
00239 this.Controls.Add(this.radioButton2);
00240 this.Controls.Add(this.radioButton1);
00241 this.Controls.Add(this.label4);
00242 this.Controls.Add(this.button4);
00243 this.Controls.Add(this.label3);
00244 this.Controls.Add(this.label2);
00245 this.Controls.Add(this.button3);
00246 this.Controls.Add(this.textBox2);
00247 this.Controls.Add(this.button2);
00248 this.Controls.Add(this.listBox1);
00249 this.Controls.Add(this.label1);
00250 this.Controls.Add(this.button1);
00251 this.Controls.Add(this.textBox1);
00252 this.Name = "ReviewAndCommentsView";
00253 this.Text = "ReviewAndCommentsView";
00254 this.ResumeLayout(false);
00255 this.PerformLayout();
00256
00257 }
00258
00259 #endregion
00260
00261 private System.Windows.Forms.TextBox textBox1;
00262 private System.Windows.Forms.Button button1;
00263 private System.Windows.Forms.Label label1;
00264 private System.Windows.Forms.ListBox listBox1;
00265 private System.Windows.Forms.Button button2;
00266 private System.Windows.Forms.TextBox textBox2;
00267 private System.Windows.Forms.Button button3;
00268 private System.Windows.Forms.Label label2;
00269 private System.Windows.Forms.Label label3;
00270 private System.Windows.Forms.Button button4;
00271 private System.Windows.Forms.Label label4;
00272 private System.Windows.Forms.RadioButton radioButton1;
00273 private System.Windows.Forms.RadioButton radioButton2;
00274 private System.Windows.Forms.RadioButton radioButton3;
00275 private System.Windows.Forms.RadioButton radioButton4;
00276 private System.Windows.Forms.Button button5;
00277 private System.Windows.Forms.Button button6;
00278 private System.Windows.Forms.Button button7;
00279 private System.Windows.Forms.Button button8;
00280 }
00281 }