00001 namespace Client
00002 {
00003 partial class LiteratureEntryView
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.components = new System.ComponentModel.Container();
00032 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LiteratureEntryView));
00033 System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Suggestions", System.Windows.Forms.HorizontalAlignment.Left);
00034 this.label1 = new System.Windows.Forms.Label();
00035 this.textBoxAuthors = new System.Windows.Forms.TextBox();
00036 this.label2 = new System.Windows.Forms.Label();
00037 this.textBoxTitle = new System.Windows.Forms.TextBox();
00038 this.label3 = new System.Windows.Forms.Label();
00039 this.label5 = new System.Windows.Forms.Label();
00040 this.textBoxSource = new System.Windows.Forms.TextBox();
00041 this.label6 = new System.Windows.Forms.Label();
00042 this.textBoxISBN = new System.Windows.Forms.TextBox();
00043 this.label7 = new System.Windows.Forms.Label();
00044 this.textBoxSummary = new System.Windows.Forms.TextBox();
00045 this.label8 = new System.Windows.Forms.Label();
00046 this.label9 = new System.Windows.Forms.Label();
00047 this.comboBoxType = new System.Windows.Forms.ComboBox();
00048 this.tabControl1 = new System.Windows.Forms.TabControl();
00049 this.tabInfo = new System.Windows.Forms.TabPage();
00050 this.textYear = new System.Windows.Forms.TextBox();
00051 this.label10 = new System.Windows.Forms.Label();
00052 this.label4 = new System.Windows.Forms.Label();
00053 this.btnSave = new System.Windows.Forms.Button();
00054 this.tagContainer1 = new TagControls.TagContainer();
00055 this.tabComments = new System.Windows.Forms.TabPage();
00056 this.workingCommentControl1 = new CommentControls.WorkingCommentControl();
00057 this.tabReferences = new System.Windows.Forms.TabPage();
00058 this.panel8 = new System.Windows.Forms.Panel();
00059 this.tabControl2 = new System.Windows.Forms.TabControl();
00060 this.tabRefInfo = new System.Windows.Forms.TabPage();
00061 this.grpReview = new System.Windows.Forms.GroupBox();
00062 this.label20 = new System.Windows.Forms.Label();
00063 this.label19 = new System.Windows.Forms.Label();
00064 this.label18 = new System.Windows.Forms.Label();
00065 this.trackBar1 = new System.Windows.Forms.TrackBar();
00066 this.textBox2 = new System.Windows.Forms.TextBox();
00067 this.label17 = new System.Windows.Forms.Label();
00068 this.label16 = new System.Windows.Forms.Label();
00069 this.textBox1 = new System.Windows.Forms.TextBox();
00070 this.grpSuggestion = new System.Windows.Forms.GroupBox();
00071 this.txtReason = new System.Windows.Forms.TextBox();
00072 this.label15 = new System.Windows.Forms.Label();
00073 this.panel3 = new System.Windows.Forms.Panel();
00074 this.CreateReviewButton = new System.Windows.Forms.Button();
00075 this.btnDelRef = new System.Windows.Forms.Button();
00076 this.pnlRefInfo = new System.Windows.Forms.Panel();
00077 this.lblStatus = new System.Windows.Forms.Label();
00078 this.txtStatus = new System.Windows.Forms.TextBox();
00079 this.label12 = new System.Windows.Forms.Label();
00080 this.lblDate = new System.Windows.Forms.Label();
00081 this.llblProjectLink = new System.Windows.Forms.LinkLabel();
00082 this.label14 = new System.Windows.Forms.Label();
00083 this.tabRefComments = new System.Windows.Forms.TabPage();
00084 this.workingCommentControl2 = new CommentControls.WorkingCommentControl();
00085 this.listView1 = new System.Windows.Forms.ListView();
00086 this.columnTitle = new System.Windows.Forms.ColumnHeader();
00087 this.imageList1 = new System.Windows.Forms.ImageList(this.components);
00088 this.panel7 = new System.Windows.Forms.Panel();
00089 this.createReferenceButton = new System.Windows.Forms.Button();
00090 this.btnClose = new System.Windows.Forms.Button();
00091 this.label13 = new System.Windows.Forms.Label();
00092 this.createReferenceContextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
00093 this.findProjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00094 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
00095 this.panel5 = new System.Windows.Forms.Panel();
00096 this.panel6 = new System.Windows.Forms.Panel();
00097 this.tabControl1.SuspendLayout();
00098 this.tabInfo.SuspendLayout();
00099 this.tabComments.SuspendLayout();
00100 this.tabReferences.SuspendLayout();
00101 this.panel8.SuspendLayout();
00102 this.tabControl2.SuspendLayout();
00103 this.tabRefInfo.SuspendLayout();
00104 this.grpReview.SuspendLayout();
00105 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
00106 this.grpSuggestion.SuspendLayout();
00107 this.panel3.SuspendLayout();
00108 this.pnlRefInfo.SuspendLayout();
00109 this.tabRefComments.SuspendLayout();
00110 this.panel7.SuspendLayout();
00111 this.createReferenceContextMenu.SuspendLayout();
00112 this.panel5.SuspendLayout();
00113 this.panel6.SuspendLayout();
00114 this.SuspendLayout();
00115
00116
00117
00118 this.label1.AutoSize = true;
00119 this.label1.Location = new System.Drawing.Point(17, 81);
00120 this.label1.Name = "label1";
00121 this.label1.Size = new System.Drawing.Size(34, 13);
00122 this.label1.TabIndex = 1;
00123 this.label1.Text = "Type:";
00124
00125
00126
00127 this.textBoxAuthors.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00128 | System.Windows.Forms.AnchorStyles.Right)));
00129 this.textBoxAuthors.Location = new System.Drawing.Point(53, 42);
00130 this.textBoxAuthors.Name = "textBoxAuthors";
00131 this.textBoxAuthors.Size = new System.Drawing.Size(426, 20);
00132 this.textBoxAuthors.TabIndex = 1;
00133 this.textBoxAuthors.TextChanged += new System.EventHandler(this.setDirty);
00134
00135
00136
00137 this.label2.AutoSize = true;
00138 this.label2.Location = new System.Drawing.Point(3, 45);
00139 this.label2.Name = "label2";
00140 this.label2.Size = new System.Drawing.Size(52, 13);
00141 this.label2.TabIndex = 3;
00142 this.label2.Text = "Author(s):";
00143
00144
00145
00146 this.textBoxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00147 | System.Windows.Forms.AnchorStyles.Right)));
00148 this.textBoxTitle.Location = new System.Drawing.Point(53, 6);
00149 this.textBoxTitle.Name = "textBoxTitle";
00150 this.textBoxTitle.Size = new System.Drawing.Size(426, 20);
00151 this.textBoxTitle.TabIndex = 0;
00152 this.textBoxTitle.TextChanged += new System.EventHandler(this.setDirty);
00153
00154
00155
00156 this.label3.AutoSize = true;
00157 this.label3.Location = new System.Drawing.Point(21, 9);
00158 this.label3.Name = "label3";
00159 this.label3.Size = new System.Drawing.Size(30, 13);
00160 this.label3.TabIndex = 5;
00161 this.label3.Text = "Title:";
00162
00163
00164
00165 this.label5.AutoSize = true;
00166 this.label5.Location = new System.Drawing.Point(19, 118);
00167 this.label5.Name = "label5";
00168 this.label5.Size = new System.Drawing.Size(32, 13);
00169 this.label5.TabIndex = 9;
00170 this.label5.Text = "Year:";
00171
00172
00173
00174 this.textBoxSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00175 | System.Windows.Forms.AnchorStyles.Right)));
00176 this.textBoxSource.Location = new System.Drawing.Point(53, 187);
00177 this.textBoxSource.Name = "textBoxSource";
00178 this.textBoxSource.Size = new System.Drawing.Size(301, 20);
00179 this.textBoxSource.TabIndex = 5;
00180 this.textBoxSource.TextChanged += new System.EventHandler(this.setDirty);
00181
00182
00183
00184 this.label6.AutoSize = true;
00185 this.label6.Location = new System.Drawing.Point(8, 190);
00186 this.label6.Name = "label6";
00187 this.label6.Size = new System.Drawing.Size(44, 13);
00188 this.label6.TabIndex = 11;
00189 this.label6.Text = "Source:";
00190
00191
00192
00193 this.textBoxISBN.Location = new System.Drawing.Point(53, 151);
00194 this.textBoxISBN.Name = "textBoxISBN";
00195 this.textBoxISBN.Size = new System.Drawing.Size(171, 20);
00196 this.textBoxISBN.TabIndex = 4;
00197 this.textBoxISBN.TextChanged += new System.EventHandler(this.setDirty);
00198
00199
00200
00201 this.label7.AutoSize = true;
00202 this.label7.Location = new System.Drawing.Point(17, 154);
00203 this.label7.Name = "label7";
00204 this.label7.Size = new System.Drawing.Size(35, 13);
00205 this.label7.TabIndex = 13;
00206 this.label7.Text = "ISBN:";
00207
00208
00209
00210 this.textBoxSummary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00211 | System.Windows.Forms.AnchorStyles.Left)
00212 | System.Windows.Forms.AnchorStyles.Right)));
00213 this.textBoxSummary.Location = new System.Drawing.Point(53, 223);
00214 this.textBoxSummary.Multiline = true;
00215 this.textBoxSummary.Name = "textBoxSummary";
00216 this.textBoxSummary.Size = new System.Drawing.Size(426, 164);
00217 this.textBoxSummary.TabIndex = 6;
00218 this.textBoxSummary.TextChanged += new System.EventHandler(this.setDirty);
00219
00220
00221
00222 this.label8.AutoSize = true;
00223 this.label8.Location = new System.Drawing.Point(-1, 226);
00224 this.label8.Name = "label8";
00225 this.label8.Size = new System.Drawing.Size(53, 13);
00226 this.label8.TabIndex = 15;
00227 this.label8.Text = "Summary:";
00228
00229
00230
00231 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00232 this.label9.AutoSize = true;
00233 this.label9.Location = new System.Drawing.Point(299, 81);
00234 this.label9.Name = "label9";
00235 this.label9.Size = new System.Drawing.Size(180, 13);
00236 this.label9.TabIndex = 17;
00237 this.label9.Text = "e.g. book, journal, report, article, etc.";
00238
00239
00240
00241 this.comboBoxType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00242 | System.Windows.Forms.AnchorStyles.Right)));
00243 this.comboBoxType.FormattingEnabled = true;
00244 this.comboBoxType.Location = new System.Drawing.Point(53, 78);
00245 this.comboBoxType.Name = "comboBoxType";
00246 this.comboBoxType.Size = new System.Drawing.Size(240, 21);
00247 this.comboBoxType.TabIndex = 2;
00248 this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.setDirty);
00249
00250
00251
00252 this.tabControl1.Controls.Add(this.tabInfo);
00253 this.tabControl1.Controls.Add(this.tabComments);
00254 this.tabControl1.Controls.Add(this.tabReferences);
00255 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
00256 this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00257 this.tabControl1.Location = new System.Drawing.Point(0, 0);
00258 this.tabControl1.Name = "tabControl1";
00259 this.tabControl1.SelectedIndex = 0;
00260 this.tabControl1.Size = new System.Drawing.Size(700, 448);
00261 this.tabControl1.TabIndex = 0;
00262 this.tabControl1.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Selecting);
00263 this.tabControl1.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Deselecting);
00264
00265
00266
00267 this.tabInfo.Controls.Add(this.textYear);
00268 this.tabInfo.Controls.Add(this.label10);
00269 this.tabInfo.Controls.Add(this.label4);
00270 this.tabInfo.Controls.Add(this.btnSave);
00271 this.tabInfo.Controls.Add(this.tagContainer1);
00272 this.tabInfo.Controls.Add(this.comboBoxType);
00273 this.tabInfo.Controls.Add(this.label1);
00274 this.tabInfo.Controls.Add(this.textBoxAuthors);
00275 this.tabInfo.Controls.Add(this.textBoxTitle);
00276 this.tabInfo.Controls.Add(this.label5);
00277 this.tabInfo.Controls.Add(this.label2);
00278 this.tabInfo.Controls.Add(this.textBoxSource);
00279 this.tabInfo.Controls.Add(this.label3);
00280 this.tabInfo.Controls.Add(this.label9);
00281 this.tabInfo.Controls.Add(this.textBoxSummary);
00282 this.tabInfo.Controls.Add(this.label6);
00283 this.tabInfo.Controls.Add(this.label7);
00284 this.tabInfo.Controls.Add(this.label8);
00285 this.tabInfo.Controls.Add(this.textBoxISBN);
00286 this.tabInfo.Location = new System.Drawing.Point(4, 22);
00287 this.tabInfo.Name = "tabInfo";
00288 this.tabInfo.Padding = new System.Windows.Forms.Padding(3);
00289 this.tabInfo.Size = new System.Drawing.Size(692, 422);
00290 this.tabInfo.TabIndex = 0;
00291 this.tabInfo.Text = "Literature information";
00292 this.tabInfo.UseVisualStyleBackColor = true;
00293
00294
00295
00296 this.textYear.Location = new System.Drawing.Point(53, 115);
00297 this.textYear.Name = "textYear";
00298 this.textYear.Size = new System.Drawing.Size(44, 20);
00299 this.textYear.TabIndex = 3;
00300
00301
00302
00303 this.label10.AutoSize = true;
00304 this.label10.Location = new System.Drawing.Point(96, 118);
00305 this.label10.Name = "label10";
00306 this.label10.Size = new System.Drawing.Size(76, 13);
00307 this.label10.TabIndex = 19;
00308 this.label10.Text = "(of publication)";
00309
00310
00311
00312 this.label4.AutoSize = true;
00313 this.label4.Location = new System.Drawing.Point(360, 190);
00314 this.label4.Name = "label4";
00315 this.label4.Size = new System.Drawing.Size(122, 13);
00316 this.label4.TabIndex = 18;
00317 this.label4.Text = "e.g. publisher, URL, etc.";
00318
00319
00320
00321 this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00322 this.btnSave.Enabled = false;
00323 this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
00324 this.btnSave.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00325 this.btnSave.Location = new System.Drawing.Point(53, 393);
00326 this.btnSave.Name = "btnSave";
00327 this.btnSave.Size = new System.Drawing.Size(119, 23);
00328 this.btnSave.TabIndex = 7;
00329 this.btnSave.Text = "Save details";
00330 this.btnSave.UseVisualStyleBackColor = true;
00331 this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
00332
00333
00334
00335 this.tagContainer1.AddedTag = ((Shared.TagInfo)(resources.GetObject("tagContainer1.AddedTag")));
00336 this.tagContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00337 | System.Windows.Forms.AnchorStyles.Right)));
00338 this.tagContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00339 this.tagContainer1.ID = 0;
00340 this.tagContainer1.Location = new System.Drawing.Point(485, 6);
00341 this.tagContainer1.Name = "tagContainer1";
00342 this.tagContainer1.RemovedTag = ((Shared.TagInfo)(resources.GetObject("tagContainer1.RemovedTag")));
00343 this.tagContainer1.Size = new System.Drawing.Size(201, 410);
00344 this.tagContainer1.TabIndex = 8;
00345 this.tagContainer1.Tags = ((System.Collections.Generic.List<Shared.TagInfo>)(resources.GetObject("tagContainer1.Tags")));
00346 this.tagContainer1.Username = null;
00347 this.tagContainer1.TagAdded += new TagControls.TagContainerEventHandler(this.tagContainer1_TagAdded);
00348 this.tagContainer1.TagRemoved += new TagControls.TagContainerEventHandler(this.tagContainer1_TagRemoved);
00349
00350
00351
00352 this.tabComments.Controls.Add(this.workingCommentControl1);
00353 this.tabComments.Location = new System.Drawing.Point(4, 22);
00354 this.tabComments.Name = "tabComments";
00355 this.tabComments.Padding = new System.Windows.Forms.Padding(3);
00356 this.tabComments.Size = new System.Drawing.Size(692, 422);
00357 this.tabComments.TabIndex = 1;
00358 this.tabComments.Text = "Comments";
00359 this.tabComments.UseVisualStyleBackColor = true;
00360
00361
00362
00363 this.workingCommentControl1.AccessHandler = null;
00364 this.workingCommentControl1.Dock = System.Windows.Forms.DockStyle.Fill;
00365 this.workingCommentControl1.Literature = 0;
00366 this.workingCommentControl1.Location = new System.Drawing.Point(3, 3);
00367 this.workingCommentControl1.Name = "workingCommentControl1";
00368 this.workingCommentControl1.Project = 0;
00369 this.workingCommentControl1.Size = new System.Drawing.Size(686, 416);
00370 this.workingCommentControl1.TabIndex = 0;
00371
00372
00373
00374 this.tabReferences.Controls.Add(this.panel8);
00375 this.tabReferences.Controls.Add(this.panel7);
00376 this.tabReferences.Location = new System.Drawing.Point(4, 22);
00377 this.tabReferences.Name = "tabReferences";
00378 this.tabReferences.Size = new System.Drawing.Size(692, 422);
00379 this.tabReferences.TabIndex = 3;
00380 this.tabReferences.Text = "References";
00381 this.tabReferences.UseVisualStyleBackColor = true;
00382
00383
00384
00385 this.panel8.Controls.Add(this.tabControl2);
00386 this.panel8.Controls.Add(this.listView1);
00387 this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
00388 this.panel8.Location = new System.Drawing.Point(0, 0);
00389 this.panel8.Name = "panel8";
00390 this.panel8.Size = new System.Drawing.Size(692, 392);
00391 this.panel8.TabIndex = 0;
00392
00393
00394
00395 this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00396 | System.Windows.Forms.AnchorStyles.Left)
00397 | System.Windows.Forms.AnchorStyles.Right)));
00398 this.tabControl2.Controls.Add(this.tabRefInfo);
00399 this.tabControl2.Controls.Add(this.tabRefComments);
00400 this.tabControl2.Location = new System.Drawing.Point(190, 12);
00401 this.tabControl2.Name = "tabControl2";
00402 this.tabControl2.SelectedIndex = 0;
00403 this.tabControl2.Size = new System.Drawing.Size(494, 374);
00404 this.tabControl2.TabIndex = 1;
00405 this.tabControl2.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl2_Selecting);
00406
00407
00408
00409 this.tabRefInfo.Controls.Add(this.grpReview);
00410 this.tabRefInfo.Controls.Add(this.grpSuggestion);
00411 this.tabRefInfo.Controls.Add(this.panel3);
00412 this.tabRefInfo.Controls.Add(this.pnlRefInfo);
00413 this.tabRefInfo.Location = new System.Drawing.Point(4, 22);
00414 this.tabRefInfo.Name = "tabRefInfo";
00415 this.tabRefInfo.Padding = new System.Windows.Forms.Padding(3);
00416 this.tabRefInfo.Size = new System.Drawing.Size(486, 348);
00417 this.tabRefInfo.TabIndex = 0;
00418 this.tabRefInfo.Text = "Reference Info";
00419 this.tabRefInfo.UseVisualStyleBackColor = true;
00420
00421
00422
00423 this.grpReview.Controls.Add(this.label20);
00424 this.grpReview.Controls.Add(this.label19);
00425 this.grpReview.Controls.Add(this.label18);
00426 this.grpReview.Controls.Add(this.trackBar1);
00427 this.grpReview.Controls.Add(this.textBox2);
00428 this.grpReview.Controls.Add(this.label17);
00429 this.grpReview.Controls.Add(this.label16);
00430 this.grpReview.Controls.Add(this.textBox1);
00431 this.grpReview.Dock = System.Windows.Forms.DockStyle.Fill;
00432 this.grpReview.Location = new System.Drawing.Point(3, 89);
00433 this.grpReview.Name = "grpReview";
00434 this.grpReview.Size = new System.Drawing.Size(480, 225);
00435 this.grpReview.TabIndex = 2;
00436 this.grpReview.TabStop = false;
00437 this.grpReview.Text = "Review Information";
00438
00439
00440
00441 this.label20.AutoSize = true;
00442 this.label20.Location = new System.Drawing.Point(92, 188);
00443 this.label20.Name = "label20";
00444 this.label20.Size = new System.Drawing.Size(41, 13);
00445 this.label20.TabIndex = 4;
00446 this.label20.Text = "Lowest";
00447
00448
00449
00450 this.label19.AutoSize = true;
00451 this.label19.Location = new System.Drawing.Point(247, 188);
00452 this.label19.Name = "label19";
00453 this.label19.Size = new System.Drawing.Size(43, 13);
00454 this.label19.TabIndex = 6;
00455 this.label19.Text = "Highest";
00456
00457
00458
00459 this.label18.AutoSize = true;
00460 this.label18.Location = new System.Drawing.Point(9, 188);
00461 this.label18.Name = "label18";
00462 this.label18.Size = new System.Drawing.Size(62, 13);
00463 this.label18.TabIndex = 3;
00464 this.label18.Text = "Relevance:";
00465
00466
00467
00468 this.trackBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00469 this.trackBar1.Location = new System.Drawing.Point(139, 177);
00470 this.trackBar1.Maximum = 5;
00471 this.trackBar1.Name = "trackBar1";
00472 this.trackBar1.Size = new System.Drawing.Size(102, 45);
00473 this.trackBar1.TabIndex = 5;
00474 this.trackBar1.ValueChanged += new System.EventHandler(this.dirtify);
00475
00476
00477
00478 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00479 | System.Windows.Forms.AnchorStyles.Left)
00480 | System.Windows.Forms.AnchorStyles.Right)));
00481 this.textBox2.Location = new System.Drawing.Point(89, 56);
00482 this.textBox2.Multiline = true;
00483 this.textBox2.Name = "textBox2";
00484 this.textBox2.Size = new System.Drawing.Size(377, 115);
00485 this.textBox2.TabIndex = 2;
00486 this.textBox2.TextChanged += new System.EventHandler(this.dirtify);
00487
00488
00489
00490 this.label17.AutoSize = true;
00491 this.label17.Location = new System.Drawing.Point(9, 59);
00492 this.label17.Name = "label17";
00493 this.label17.Size = new System.Drawing.Size(70, 13);
00494 this.label17.TabIndex = 2;
00495 this.label17.Text = "Review Text:";
00496
00497
00498
00499 this.label16.AutoSize = true;
00500 this.label16.Location = new System.Drawing.Point(9, 29);
00501 this.label16.Name = "label16";
00502 this.label16.Size = new System.Drawing.Size(30, 13);
00503 this.label16.TabIndex = 0;
00504 this.label16.Text = "Title:";
00505
00506
00507
00508 this.textBox1.Location = new System.Drawing.Point(89, 26);
00509 this.textBox1.Name = "textBox1";
00510 this.textBox1.Size = new System.Drawing.Size(136, 20);
00511 this.textBox1.TabIndex = 1;
00512 this.textBox1.TextChanged += new System.EventHandler(this.dirtify);
00513
00514
00515
00516 this.grpSuggestion.Controls.Add(this.txtReason);
00517 this.grpSuggestion.Controls.Add(this.label15);
00518 this.grpSuggestion.Dock = System.Windows.Forms.DockStyle.Fill;
00519 this.grpSuggestion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00520 this.grpSuggestion.Location = new System.Drawing.Point(3, 89);
00521 this.grpSuggestion.Name = "grpSuggestion";
00522 this.grpSuggestion.Size = new System.Drawing.Size(480, 225);
00523 this.grpSuggestion.TabIndex = 6;
00524 this.grpSuggestion.TabStop = false;
00525 this.grpSuggestion.Text = "Suggestion Details";
00526 this.grpSuggestion.Visible = false;
00527
00528
00529
00530 this.txtReason.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00531 | System.Windows.Forms.AnchorStyles.Left)
00532 | System.Windows.Forms.AnchorStyles.Right)));
00533 this.txtReason.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00534 this.txtReason.Location = new System.Drawing.Point(12, 32);
00535 this.txtReason.Multiline = true;
00536 this.txtReason.Name = "txtReason";
00537 this.txtReason.Size = new System.Drawing.Size(454, 180);
00538 this.txtReason.TabIndex = 1;
00539 this.txtReason.Leave += new System.EventHandler(this.textBox1_Leave);
00540
00541
00542
00543 this.label15.AutoSize = true;
00544 this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00545 this.label15.Location = new System.Drawing.Point(6, 16);
00546 this.label15.Name = "label15";
00547 this.label15.Size = new System.Drawing.Size(219, 13);
00548 this.label15.TabIndex = 0;
00549 this.label15.Text = "Reason for suggesting this piece of literature:";
00550
00551
00552
00553 this.panel3.Controls.Add(this.CreateReviewButton);
00554 this.panel3.Controls.Add(this.btnDelRef);
00555 this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
00556 this.panel3.Location = new System.Drawing.Point(3, 314);
00557 this.panel3.Name = "panel3";
00558 this.panel3.Size = new System.Drawing.Size(480, 31);
00559 this.panel3.TabIndex = 6;
00560
00561
00562
00563 this.CreateReviewButton.Image = ((System.Drawing.Image)(resources.GetObject("CreateReviewButton.Image")));
00564 this.CreateReviewButton.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00565 this.CreateReviewButton.Location = new System.Drawing.Point(139, 5);
00566 this.CreateReviewButton.Name = "CreateReviewButton";
00567 this.CreateReviewButton.Size = new System.Drawing.Size(121, 23);
00568 this.CreateReviewButton.TabIndex = 1;
00569 this.CreateReviewButton.Text = "Create Review";
00570 this.CreateReviewButton.UseVisualStyleBackColor = true;
00571 this.CreateReviewButton.Click += new System.EventHandler(this.CreateReviewButton_Click);
00572
00573
00574
00575 this.btnDelRef.Image = ((System.Drawing.Image)(resources.GetObject("btnDelRef.Image")));
00576 this.btnDelRef.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00577 this.btnDelRef.Location = new System.Drawing.Point(6, 5);
00578 this.btnDelRef.Name = "btnDelRef";
00579 this.btnDelRef.Size = new System.Drawing.Size(121, 23);
00580 this.btnDelRef.TabIndex = 0;
00581 this.btnDelRef.Text = " Delete Reference";
00582 this.btnDelRef.UseVisualStyleBackColor = true;
00583 this.btnDelRef.Click += new System.EventHandler(this.btnDelRef_Click);
00584
00585
00586
00587 this.pnlRefInfo.Controls.Add(this.lblStatus);
00588 this.pnlRefInfo.Controls.Add(this.txtStatus);
00589 this.pnlRefInfo.Controls.Add(this.label12);
00590 this.pnlRefInfo.Controls.Add(this.lblDate);
00591 this.pnlRefInfo.Controls.Add(this.llblProjectLink);
00592 this.pnlRefInfo.Controls.Add(this.label14);
00593 this.pnlRefInfo.Dock = System.Windows.Forms.DockStyle.Top;
00594 this.pnlRefInfo.Location = new System.Drawing.Point(3, 3);
00595 this.pnlRefInfo.Name = "pnlRefInfo";
00596 this.pnlRefInfo.Size = new System.Drawing.Size(480, 86);
00597 this.pnlRefInfo.TabIndex = 1;
00598
00599
00600
00601 this.lblStatus.AutoSize = true;
00602 this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00603 this.lblStatus.Location = new System.Drawing.Point(3, 60);
00604 this.lblStatus.Name = "lblStatus";
00605 this.lblStatus.Size = new System.Drawing.Size(40, 13);
00606 this.lblStatus.TabIndex = 4;
00607 this.lblStatus.Text = "Status:";
00608
00609
00610
00611 this.txtStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00612 | System.Windows.Forms.AnchorStyles.Right)));
00613 this.txtStatus.Location = new System.Drawing.Point(89, 57);
00614 this.txtStatus.Name = "txtStatus";
00615 this.txtStatus.Size = new System.Drawing.Size(377, 20);
00616 this.txtStatus.TabIndex = 5;
00617 this.txtStatus.Leave += new System.EventHandler(this.txtStatus_Leave);
00618
00619
00620
00621 this.label12.AutoSize = true;
00622 this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00623 this.label12.Location = new System.Drawing.Point(3, 12);
00624 this.label12.Name = "label12";
00625 this.label12.Size = new System.Drawing.Size(43, 13);
00626 this.label12.TabIndex = 0;
00627 this.label12.Text = "Project:";
00628
00629
00630
00631 this.lblDate.AutoSize = true;
00632 this.lblDate.Location = new System.Drawing.Point(86, 36);
00633 this.lblDate.Name = "lblDate";
00634 this.lblDate.Size = new System.Drawing.Size(41, 13);
00635 this.lblDate.TabIndex = 3;
00636 this.lblDate.Text = "label15";
00637
00638
00639
00640 this.llblProjectLink.AutoSize = true;
00641 this.llblProjectLink.Location = new System.Drawing.Point(86, 12);
00642 this.llblProjectLink.Name = "llblProjectLink";
00643 this.llblProjectLink.Size = new System.Drawing.Size(55, 13);
00644 this.llblProjectLink.TabIndex = 1;
00645 this.llblProjectLink.TabStop = true;
00646 this.llblProjectLink.Text = "linkLabel1";
00647 this.llblProjectLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblProjectLink_LinkClicked);
00648
00649
00650
00651 this.label14.AutoSize = true;
00652 this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00653 this.label14.Location = new System.Drawing.Point(3, 36);
00654 this.label14.Name = "label14";
00655 this.label14.Size = new System.Drawing.Size(66, 13);
00656 this.label14.TabIndex = 2;
00657 this.label14.Text = "Date added:";
00658
00659
00660
00661 this.tabRefComments.Controls.Add(this.workingCommentControl2);
00662 this.tabRefComments.Location = new System.Drawing.Point(4, 22);
00663 this.tabRefComments.Name = "tabRefComments";
00664 this.tabRefComments.Padding = new System.Windows.Forms.Padding(3);
00665 this.tabRefComments.Size = new System.Drawing.Size(486, 348);
00666 this.tabRefComments.TabIndex = 1;
00667 this.tabRefComments.Text = "Comments";
00668 this.tabRefComments.UseVisualStyleBackColor = true;
00669
00670
00671
00672 this.workingCommentControl2.AccessHandler = null;
00673 this.workingCommentControl2.Dock = System.Windows.Forms.DockStyle.Fill;
00674 this.workingCommentControl2.Literature = 0;
00675 this.workingCommentControl2.Location = new System.Drawing.Point(3, 3);
00676 this.workingCommentControl2.Name = "workingCommentControl2";
00677 this.workingCommentControl2.Project = 0;
00678 this.workingCommentControl2.Size = new System.Drawing.Size(480, 342);
00679 this.workingCommentControl2.TabIndex = 0;
00680
00681
00682
00683 this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00684 | System.Windows.Forms.AnchorStyles.Left)));
00685 this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
00686 this.columnTitle});
00687 this.listView1.GridLines = true;
00688 listViewGroup1.Header = "Suggestions";
00689 listViewGroup1.Name = "listViewGroup1";
00690 this.listView1.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
00691 listViewGroup1});
00692 this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
00693 this.listView1.HideSelection = false;
00694 this.listView1.Location = new System.Drawing.Point(8, 12);
00695 this.listView1.MultiSelect = false;
00696 this.listView1.Name = "listView1";
00697 this.listView1.Size = new System.Drawing.Size(176, 374);
00698 this.listView1.SmallImageList = this.imageList1;
00699 this.listView1.TabIndex = 0;
00700 this.listView1.UseCompatibleStateImageBehavior = false;
00701 this.listView1.View = System.Windows.Forms.View.Details;
00702 this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
00703
00704
00705
00706 this.columnTitle.Text = "Title";
00707 this.columnTitle.Width = 170;
00708
00709
00710
00711 this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
00712 this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
00713 this.imageList1.Images.SetKeyName(0, "project");
00714
00715
00716
00717 this.panel7.Controls.Add(this.createReferenceButton);
00718 this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
00719 this.panel7.Location = new System.Drawing.Point(0, 392);
00720 this.panel7.Name = "panel7";
00721 this.panel7.Size = new System.Drawing.Size(692, 30);
00722 this.panel7.TabIndex = 6;
00723
00724
00725
00726 this.createReferenceButton.Image = global::Client.Properties.Resources.dropdown;
00727 this.createReferenceButton.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
00728 this.createReferenceButton.Location = new System.Drawing.Point(4, 3);
00729 this.createReferenceButton.Name = "createReferenceButton";
00730 this.createReferenceButton.Size = new System.Drawing.Size(180, 25);
00731 this.createReferenceButton.TabIndex = 0;
00732 this.createReferenceButton.Text = "Add this Literature to your project";
00733 this.createReferenceButton.UseVisualStyleBackColor = true;
00734 this.createReferenceButton.Click += new System.EventHandler(this.createReferenceButton_Click);
00735
00736
00737
00738 this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00739 this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
00740 this.btnClose.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00741 this.btnClose.Location = new System.Drawing.Point(615, 3);
00742 this.btnClose.Name = "btnClose";
00743 this.btnClose.Size = new System.Drawing.Size(82, 23);
00744 this.btnClose.TabIndex = 0;
00745 this.btnClose.Text = "Close";
00746 this.btnClose.UseVisualStyleBackColor = true;
00747 this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
00748
00749
00750
00751 this.label13.AutoSize = true;
00752 this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00753 this.label13.Location = new System.Drawing.Point(4, 2);
00754 this.label13.Name = "label13";
00755 this.label13.Size = new System.Drawing.Size(62, 13);
00756 this.label13.TabIndex = 24;
00757 this.label13.Text = "Comment:";
00758
00759
00760
00761 this.createReferenceContextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00762 this.findProjectToolStripMenuItem,
00763 this.toolStripMenuItem1});
00764 this.createReferenceContextMenu.Name = "createReferenceContextMenu";
00765 this.createReferenceContextMenu.Size = new System.Drawing.Size(155, 32);
00766
00767
00768
00769 this.findProjectToolStripMenuItem.Name = "findProjectToolStripMenuItem";
00770 this.findProjectToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
00771 this.findProjectToolStripMenuItem.Text = "Find project...";
00772 this.findProjectToolStripMenuItem.Click += new System.EventHandler(this.findProjectToolStripMenuItem_Click);
00773
00774
00775
00776 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
00777 this.toolStripMenuItem1.Size = new System.Drawing.Size(151, 6);
00778
00779
00780
00781 this.panel5.Controls.Add(this.btnClose);
00782 this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
00783 this.panel5.Location = new System.Drawing.Point(0, 448);
00784 this.panel5.Name = "panel5";
00785 this.panel5.Size = new System.Drawing.Size(700, 30);
00786 this.panel5.TabIndex = 28;
00787
00788
00789
00790 this.panel6.Controls.Add(this.tabControl1);
00791 this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
00792 this.panel6.Location = new System.Drawing.Point(0, 0);
00793 this.panel6.Name = "panel6";
00794 this.panel6.Size = new System.Drawing.Size(700, 448);
00795 this.panel6.TabIndex = 29;
00796
00797
00798
00799 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00800 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00801 this.ClientSize = new System.Drawing.Size(700, 478);
00802 this.Controls.Add(this.panel6);
00803 this.Controls.Add(this.panel5);
00804 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00805 this.Name = "LiteratureEntryView";
00806 this.Text = "Literature entry";
00807 this.Shown += new System.EventHandler(this.LiteratureEntryView_Shown);
00808 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LiteratureEntryView_FormClosing);
00809 this.tabControl1.ResumeLayout(false);
00810 this.tabInfo.ResumeLayout(false);
00811 this.tabInfo.PerformLayout();
00812 this.tabComments.ResumeLayout(false);
00813 this.tabReferences.ResumeLayout(false);
00814 this.panel8.ResumeLayout(false);
00815 this.tabControl2.ResumeLayout(false);
00816 this.tabRefInfo.ResumeLayout(false);
00817 this.grpReview.ResumeLayout(false);
00818 this.grpReview.PerformLayout();
00819 ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
00820 this.grpSuggestion.ResumeLayout(false);
00821 this.grpSuggestion.PerformLayout();
00822 this.panel3.ResumeLayout(false);
00823 this.pnlRefInfo.ResumeLayout(false);
00824 this.pnlRefInfo.PerformLayout();
00825 this.tabRefComments.ResumeLayout(false);
00826 this.panel7.ResumeLayout(false);
00827 this.createReferenceContextMenu.ResumeLayout(false);
00828 this.panel5.ResumeLayout(false);
00829 this.panel6.ResumeLayout(false);
00830 this.ResumeLayout(false);
00831
00832 }
00833
00834 #endregion
00835
00836 private System.Windows.Forms.Label label1;
00837 private System.Windows.Forms.TextBox textBoxAuthors;
00838 private System.Windows.Forms.Label label2;
00839 private System.Windows.Forms.TextBox textBoxTitle;
00840 private System.Windows.Forms.Label label3;
00841 private System.Windows.Forms.Label label5;
00842 private System.Windows.Forms.TextBox textBoxSource;
00843 private System.Windows.Forms.Label label6;
00844 private System.Windows.Forms.TextBox textBoxISBN;
00845 private System.Windows.Forms.Label label7;
00846 private System.Windows.Forms.TextBox textBoxSummary;
00847 private System.Windows.Forms.Label label8;
00848 private System.Windows.Forms.Label label9;
00849 private System.Windows.Forms.ComboBox comboBoxType;
00850 private System.Windows.Forms.TabControl tabControl1;
00851 private System.Windows.Forms.TabPage tabInfo;
00852 private System.Windows.Forms.TabPage tabComments;
00853 private System.Windows.Forms.Button btnSave;
00854 private System.Windows.Forms.Button btnClose;
00855 private TagControls.TagContainer tagContainer1;
00856 private System.Windows.Forms.TabPage tabReferences;
00857 private System.Windows.Forms.Label label13;
00858 private System.Windows.Forms.Button createReferenceButton;
00859 private System.Windows.Forms.ContextMenuStrip createReferenceContextMenu;
00860 private System.Windows.Forms.ToolStripMenuItem findProjectToolStripMenuItem;
00861 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
00862 private System.Windows.Forms.ListView listView1;
00863 private System.Windows.Forms.ColumnHeader columnTitle;
00864 private System.Windows.Forms.ImageList imageList1;
00865 private System.Windows.Forms.TabControl tabControl2;
00866 private System.Windows.Forms.TabPage tabRefInfo;
00867 private System.Windows.Forms.TabPage tabRefComments;
00868 private System.Windows.Forms.Label label12;
00869 private System.Windows.Forms.Panel pnlRefInfo;
00870 private System.Windows.Forms.Label lblDate;
00871 private System.Windows.Forms.LinkLabel llblProjectLink;
00872 private System.Windows.Forms.Label label14;
00873 private System.Windows.Forms.Label lblStatus;
00874 private System.Windows.Forms.TextBox txtStatus;
00875 private System.Windows.Forms.GroupBox grpSuggestion;
00876 private System.Windows.Forms.TextBox txtReason;
00877 private System.Windows.Forms.Label label15;
00878 private System.Windows.Forms.Panel panel3;
00879 private System.Windows.Forms.Button btnDelRef;
00880 private System.Windows.Forms.Panel panel5;
00881 private System.Windows.Forms.Panel panel6;
00882 private System.Windows.Forms.Panel panel8;
00883 private System.Windows.Forms.Panel panel7;
00884 private System.Windows.Forms.Button CreateReviewButton;
00885 private System.Windows.Forms.GroupBox grpReview;
00886 private System.Windows.Forms.Label label17;
00887 private System.Windows.Forms.Label label16;
00888 private System.Windows.Forms.TextBox textBox1;
00889 private System.Windows.Forms.Label label19;
00890 private System.Windows.Forms.Label label18;
00891 private System.Windows.Forms.TrackBar trackBar1;
00892 private System.Windows.Forms.TextBox textBox2;
00893 private System.Windows.Forms.Label label20;
00894 private CommentControls.WorkingCommentControl workingCommentControl1;
00895 private CommentControls.WorkingCommentControl workingCommentControl2;
00896 private System.Windows.Forms.Label label4;
00897 private System.Windows.Forms.Label label10;
00898 private System.Windows.Forms.TextBox textYear;
00899 }
00900 }