ProjectView.Designer.cs

00001 namespace Client
00002 {
00003     partial class ProjectView
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(ProjectView));
00033             this.btnClose = new System.Windows.Forms.Button();
00034             this.btnSave = new System.Windows.Forms.Button();
00035             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
00036             this.tabControl1 = new System.Windows.Forms.TabControl();
00037             this.tabPage1 = new System.Windows.Forms.TabPage();
00038             this.lnkSubmit = new System.Windows.Forms.LinkLabel();
00039             this.tagContainer1 = new TagControls.TagContainer();
00040             this.label10 = new System.Windows.Forms.Label();
00041             this.txtPISynopsis = new System.Windows.Forms.TextBox();
00042             this.datePIStartDate = new System.Windows.Forms.DateTimePicker();
00043             this.txtPITitle = new System.Windows.Forms.TextBox();
00044             this.label4 = new System.Windows.Forms.Label();
00045             this.txtPIDepartment = new System.Windows.Forms.TextBox();
00046             this.label3 = new System.Windows.Forms.Label();
00047             this.label5 = new System.Windows.Forms.Label();
00048             this.label2 = new System.Windows.Forms.Label();
00049             this.txtPISubject = new System.Windows.Forms.TextBox();
00050             this.tabPage3 = new System.Windows.Forms.TabPage();
00051             this.dgvMembers = new System.Windows.Forms.DataGridView();
00052             this.contextPeople = new System.Windows.Forms.ContextMenuStrip(this.components);
00053             this.panLayout = new System.Windows.Forms.Panel();
00054             this.btnAddMember = new System.Windows.Forms.Button();
00055             this.btnRemoveMember = new System.Windows.Forms.Button();
00056             this.tabPage4 = new System.Windows.Forms.TabPage();
00057             this.panInfoLiterature = new System.Windows.Forms.Panel();
00058             this.txtInfoLiterature = new System.Windows.Forms.TextBox();
00059             this.lblInfoLiterature = new System.Windows.Forms.Label();
00060             this.dgvLiterature = new System.Windows.Forms.DataGridView();
00061             this.panel7 = new System.Windows.Forms.Panel();
00062             this.btnReview = new System.Windows.Forms.Button();
00063             this.btnRemoveSelectedBib = new System.Windows.Forms.Button();
00064             this.btnExportBibliography = new System.Windows.Forms.Button();
00065             this.btnAddReference = new System.Windows.Forms.Button();
00066             this.panel1 = new System.Windows.Forms.Panel();
00067             this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
00068             this.cmExportBibliography = new System.Windows.Forms.ContextMenuStrip(this.components);
00069             this.tableLayoutPanel1.SuspendLayout();
00070             this.tabControl1.SuspendLayout();
00071             this.tabPage1.SuspendLayout();
00072             this.tabPage3.SuspendLayout();
00073             ((System.ComponentModel.ISupportInitialize)(this.dgvMembers)).BeginInit();
00074             this.panLayout.SuspendLayout();
00075             this.tabPage4.SuspendLayout();
00076             this.panInfoLiterature.SuspendLayout();
00077             ((System.ComponentModel.ISupportInitialize)(this.dgvLiterature)).BeginInit();
00078             this.panel7.SuspendLayout();
00079             this.panel1.SuspendLayout();
00080             this.SuspendLayout();
00081             // 
00082             // btnClose
00083             // 
00084             this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00085             this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00086             this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
00087             this.btnClose.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00088             this.btnClose.Location = new System.Drawing.Point(536, 4);
00089             this.btnClose.Name = "btnClose";
00090             this.btnClose.Size = new System.Drawing.Size(82, 23);
00091             this.btnClose.TabIndex = 0;
00092             this.btnClose.Text = "&Close";
00093             this.btnClose.UseVisualStyleBackColor = true;
00094             this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
00095             // 
00096             // btnSave
00097             // 
00098             this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00099             this.btnSave.Enabled = false;
00100             this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
00101             this.btnSave.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00102             this.btnSave.Location = new System.Drawing.Point(69, 418);
00103             this.btnSave.Name = "btnSave";
00104             this.btnSave.Size = new System.Drawing.Size(112, 23);
00105             this.btnSave.TabIndex = 7;
00106             this.btnSave.Text = "&Save details";
00107             this.btnSave.UseVisualStyleBackColor = true;
00108             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
00109             // 
00110             // tableLayoutPanel1
00111             // 
00112             this.tableLayoutPanel1.ColumnCount = 1;
00113             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
00114             this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
00115             this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 1);
00116             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
00117             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
00118             this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(25);
00119             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
00120             this.tableLayoutPanel1.RowCount = 2;
00121             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
00122             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
00123             this.tableLayoutPanel1.Size = new System.Drawing.Size(621, 509);
00124             this.tableLayoutPanel1.TabIndex = 21;
00125             // 
00126             // tabControl1
00127             // 
00128             this.tabControl1.Controls.Add(this.tabPage1);
00129             this.tabControl1.Controls.Add(this.tabPage3);
00130             this.tabControl1.Controls.Add(this.tabPage4);
00131             this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
00132             this.tabControl1.HotTrack = true;
00133             this.tabControl1.Location = new System.Drawing.Point(3, 3);
00134             this.tabControl1.Name = "tabControl1";
00135             this.tabControl1.SelectedIndex = 0;
00136             this.tabControl1.Size = new System.Drawing.Size(615, 473);
00137             this.tabControl1.TabIndex = 0;
00138             this.tabControl1.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl1_Selected);
00139             this.tabControl1.Deselecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl1_Deselecting);
00140             // 
00141             // tabPage1
00142             // 
00143             this.tabPage1.Controls.Add(this.btnSave);
00144             this.tabPage1.Controls.Add(this.lnkSubmit);
00145             this.tabPage1.Controls.Add(this.tagContainer1);
00146             this.tabPage1.Controls.Add(this.label10);
00147             this.tabPage1.Controls.Add(this.txtPISynopsis);
00148             this.tabPage1.Controls.Add(this.datePIStartDate);
00149             this.tabPage1.Controls.Add(this.txtPITitle);
00150             this.tabPage1.Controls.Add(this.label4);
00151             this.tabPage1.Controls.Add(this.txtPIDepartment);
00152             this.tabPage1.Controls.Add(this.label3);
00153             this.tabPage1.Controls.Add(this.label5);
00154             this.tabPage1.Controls.Add(this.label2);
00155             this.tabPage1.Controls.Add(this.txtPISubject);
00156             this.tabPage1.Location = new System.Drawing.Point(4, 22);
00157             this.tabPage1.Name = "tabPage1";
00158             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
00159             this.tabPage1.Size = new System.Drawing.Size(607, 447);
00160             this.tabPage1.TabIndex = 0;
00161             this.tabPage1.Text = "Project information";
00162             this.tabPage1.UseVisualStyleBackColor = true;
00163             // 
00164             // lnkSubmit
00165             // 
00166             this.lnkSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00167             this.lnkSubmit.AutoSize = true;
00168             this.lnkSubmit.Location = new System.Drawing.Point(311, 110);
00169             this.lnkSubmit.Name = "lnkSubmit";
00170             this.lnkSubmit.Size = new System.Drawing.Size(88, 13);
00171             this.lnkSubmit.TabIndex = 4;
00172             this.lnkSubmit.TabStop = true;
00173             this.lnkSubmit.Text = "Submit project...";
00174             this.toolTip1.SetToolTip(this.lnkSubmit, resources.GetString("lnkSubmit.ToolTip"));
00175             this.lnkSubmit.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSubmit_LinkClicked);
00176             // 
00177             // tagContainer1
00178             // 
00179             this.tagContainer1.AddedTag = ((Shared.TagInfo)(resources.GetObject("tagContainer1.AddedTag")));
00180             this.tagContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00181                         | System.Windows.Forms.AnchorStyles.Right)));
00182             this.tagContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
00183             this.tagContainer1.ID = 0;
00184             this.tagContainer1.Location = new System.Drawing.Point(400, 6);
00185             this.tagContainer1.Name = "tagContainer1";
00186             this.tagContainer1.RemovedTag = ((Shared.TagInfo)(resources.GetObject("tagContainer1.RemovedTag")));
00187             this.tagContainer1.Size = new System.Drawing.Size(201, 435);
00188             this.tagContainer1.TabIndex = 6;
00189             this.tagContainer1.Tags = ((System.Collections.Generic.List<Shared.TagInfo>)(resources.GetObject("tagContainer1.Tags")));
00190             this.tagContainer1.Username = null;
00191             this.tagContainer1.TagAdded += new TagControls.TagContainerEventHandler(this.tagContainer1_TagAdded);
00192             this.tagContainer1.TagRemoved += new TagControls.TagContainerEventHandler(this.tagContainer1_TagRemoved);
00193             // 
00194             // label10
00195             // 
00196             this.label10.AutoSize = true;
00197             this.label10.Location = new System.Drawing.Point(14, 144);
00198             this.label10.Name = "label10";
00199             this.label10.Size = new System.Drawing.Size(53, 13);
00200             this.label10.TabIndex = 17;
00201             this.label10.Text = "Synopsis:";
00202             // 
00203             // txtPISynopsis
00204             // 
00205             this.txtPISynopsis.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00206                         | System.Windows.Forms.AnchorStyles.Left)
00207                         | System.Windows.Forms.AnchorStyles.Right)));
00208             this.txtPISynopsis.Location = new System.Drawing.Point(69, 141);
00209             this.txtPISynopsis.Multiline = true;
00210             this.txtPISynopsis.Name = "txtPISynopsis";
00211             this.txtPISynopsis.Size = new System.Drawing.Size(325, 271);
00212             this.txtPISynopsis.TabIndex = 5;
00213             this.txtPISynopsis.TextChanged += new System.EventHandler(this.setDirty);
00214             // 
00215             // datePIStartDate
00216             // 
00217             this.datePIStartDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00218                         | System.Windows.Forms.AnchorStyles.Right)));
00219             this.datePIStartDate.Location = new System.Drawing.Point(69, 106);
00220             this.datePIStartDate.Name = "datePIStartDate";
00221             this.datePIStartDate.Size = new System.Drawing.Size(236, 21);
00222             this.datePIStartDate.TabIndex = 3;
00223             this.datePIStartDate.ValueChanged += new System.EventHandler(this.setDirty);
00224             // 
00225             // txtPITitle
00226             // 
00227             this.txtPITitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00228                         | System.Windows.Forms.AnchorStyles.Right)));
00229             this.txtPITitle.Location = new System.Drawing.Point(69, 6);
00230             this.txtPITitle.Name = "txtPITitle";
00231             this.txtPITitle.Size = new System.Drawing.Size(325, 21);
00232             this.txtPITitle.TabIndex = 0;
00233             this.txtPITitle.TextChanged += new System.EventHandler(this.setDirty);
00234             // 
00235             // label4
00236             // 
00237             this.label4.AutoSize = true;
00238             this.label4.Location = new System.Drawing.Point(-1, 75);
00239             this.label4.Name = "label4";
00240             this.label4.Size = new System.Drawing.Size(68, 13);
00241             this.label4.TabIndex = 6;
00242             this.label4.Text = "Department:";
00243             // 
00244             // txtPIDepartment
00245             // 
00246             this.txtPIDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00247                         | System.Windows.Forms.AnchorStyles.Right)));
00248             this.txtPIDepartment.Location = new System.Drawing.Point(69, 72);
00249             this.txtPIDepartment.Name = "txtPIDepartment";
00250             this.txtPIDepartment.Size = new System.Drawing.Size(325, 21);
00251             this.txtPIDepartment.TabIndex = 2;
00252             this.txtPIDepartment.TextChanged += new System.EventHandler(this.setDirty);
00253             // 
00254             // label3
00255             // 
00256             this.label3.AutoSize = true;
00257             this.label3.Location = new System.Drawing.Point(20, 42);
00258             this.label3.Name = "label3";
00259             this.label3.Size = new System.Drawing.Size(47, 13);
00260             this.label3.TabIndex = 5;
00261             this.label3.Text = "Subject:";
00262             // 
00263             // label5
00264             // 
00265             this.label5.AutoSize = true;
00266             this.label5.Location = new System.Drawing.Point(10, 110);
00267             this.label5.Name = "label5";
00268             this.label5.Size = new System.Drawing.Size(60, 13);
00269             this.label5.TabIndex = 9;
00270             this.label5.Text = "Start date:";
00271             // 
00272             // label2
00273             // 
00274             this.label2.AutoSize = true;
00275             this.label2.Location = new System.Drawing.Point(33, 9);
00276             this.label2.Name = "label2";
00277             this.label2.Size = new System.Drawing.Size(31, 13);
00278             this.label2.TabIndex = 4;
00279             this.label2.Text = "Title:";
00280             // 
00281             // txtPISubject
00282             // 
00283             this.txtPISubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00284                         | System.Windows.Forms.AnchorStyles.Right)));
00285             this.txtPISubject.Location = new System.Drawing.Point(69, 39);
00286             this.txtPISubject.Name = "txtPISubject";
00287             this.txtPISubject.Size = new System.Drawing.Size(325, 21);
00288             this.txtPISubject.TabIndex = 1;
00289             this.txtPISubject.TextChanged += new System.EventHandler(this.setDirty);
00290             // 
00291             // tabPage3
00292             // 
00293             this.tabPage3.Controls.Add(this.dgvMembers);
00294             this.tabPage3.Controls.Add(this.panLayout);
00295             this.tabPage3.Location = new System.Drawing.Point(4, 22);
00296             this.tabPage3.Name = "tabPage3";
00297             this.tabPage3.Size = new System.Drawing.Size(607, 447);
00298             this.tabPage3.TabIndex = 2;
00299             this.tabPage3.Text = "People";
00300             this.tabPage3.UseVisualStyleBackColor = true;
00301             // 
00302             // dgvMembers
00303             // 
00304             this.dgvMembers.AllowUserToAddRows = false;
00305             this.dgvMembers.AllowUserToDeleteRows = false;
00306             this.dgvMembers.AllowUserToResizeColumns = false;
00307             this.dgvMembers.AllowUserToResizeRows = false;
00308             this.dgvMembers.BackgroundColor = System.Drawing.Color.White;
00309             this.dgvMembers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00310             this.dgvMembers.ContextMenuStrip = this.contextPeople;
00311             this.dgvMembers.Dock = System.Windows.Forms.DockStyle.Fill;
00312             this.dgvMembers.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
00313             this.dgvMembers.Location = new System.Drawing.Point(0, 0);
00314             this.dgvMembers.Name = "dgvMembers";
00315             this.dgvMembers.ReadOnly = true;
00316             this.dgvMembers.RowHeadersVisible = false;
00317             this.dgvMembers.RowTemplate.Height = 23;
00318             this.dgvMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
00319             this.dgvMembers.Size = new System.Drawing.Size(607, 417);
00320             this.dgvMembers.TabIndex = 1;
00321             this.dgvMembers.SelectionChanged += new System.EventHandler(this.dgvMembers_SelectionChanged);
00322             // 
00323             // contextPeople
00324             // 
00325             this.contextPeople.Name = "contextPeople";
00326             this.contextPeople.Size = new System.Drawing.Size(153, 26);
00327             this.contextPeople.Opening += new System.ComponentModel.CancelEventHandler(this.contextPeople_Opening);
00328             // 
00329             // panLayout
00330             // 
00331             this.panLayout.Controls.Add(this.btnAddMember);
00332             this.panLayout.Controls.Add(this.btnRemoveMember);
00333             this.panLayout.Dock = System.Windows.Forms.DockStyle.Bottom;
00334             this.panLayout.Location = new System.Drawing.Point(0, 417);
00335             this.panLayout.Margin = new System.Windows.Forms.Padding(0);
00336             this.panLayout.Name = "panLayout";
00337             this.panLayout.Size = new System.Drawing.Size(607, 30);
00338             this.panLayout.TabIndex = 0;
00339             // 
00340             // btnAddMember
00341             // 
00342             this.btnAddMember.Location = new System.Drawing.Point(3, 4);
00343             this.btnAddMember.Name = "btnAddMember";
00344             this.btnAddMember.Size = new System.Drawing.Size(108, 23);
00345             this.btnAddMember.TabIndex = 0;
00346             this.btnAddMember.Text = "Add member...";
00347             this.btnAddMember.UseVisualStyleBackColor = true;
00348             this.btnAddMember.Click += new System.EventHandler(this.btnAddMember_Click);
00349             // 
00350             // btnRemoveMember
00351             // 
00352             this.btnRemoveMember.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00353             this.btnRemoveMember.AutoSize = true;
00354             this.btnRemoveMember.Enabled = false;
00355             this.btnRemoveMember.Location = new System.Drawing.Point(408, 4);
00356             this.btnRemoveMember.Name = "btnRemoveMember";
00357             this.btnRemoveMember.Size = new System.Drawing.Size(194, 23);
00358             this.btnRemoveMember.TabIndex = 1;
00359             this.btnRemoveMember.Text = "Remove selected member";
00360             this.btnRemoveMember.UseVisualStyleBackColor = true;
00361             this.btnRemoveMember.Click += new System.EventHandler(this.btnRemoveMember_Click);
00362             // 
00363             // tabPage4
00364             // 
00365             this.tabPage4.Controls.Add(this.panInfoLiterature);
00366             this.tabPage4.Controls.Add(this.dgvLiterature);
00367             this.tabPage4.Controls.Add(this.panel7);
00368             this.tabPage4.Location = new System.Drawing.Point(4, 22);
00369             this.tabPage4.Name = "tabPage4";
00370             this.tabPage4.Size = new System.Drawing.Size(607, 447);
00371             this.tabPage4.TabIndex = 5;
00372             this.tabPage4.Text = "Literature";
00373             this.tabPage4.UseVisualStyleBackColor = true;
00374             // 
00375             // panInfoLiterature
00376             // 
00377             this.panInfoLiterature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00378                         | System.Windows.Forms.AnchorStyles.Right)));
00379             this.panInfoLiterature.BackColor = System.Drawing.SystemColors.Info;
00380             this.panInfoLiterature.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00381             this.panInfoLiterature.Controls.Add(this.txtInfoLiterature);
00382             this.panInfoLiterature.Controls.Add(this.lblInfoLiterature);
00383             this.panInfoLiterature.ForeColor = System.Drawing.SystemColors.InfoText;
00384             this.panInfoLiterature.Location = new System.Drawing.Point(131, 80);
00385             this.panInfoLiterature.Name = "panInfoLiterature";
00386             this.panInfoLiterature.Size = new System.Drawing.Size(344, 174);
00387             this.panInfoLiterature.TabIndex = 3;
00388             // 
00389             // txtInfoLiterature
00390             // 
00391             this.txtInfoLiterature.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00392                         | System.Windows.Forms.AnchorStyles.Left)
00393                         | System.Windows.Forms.AnchorStyles.Right)));
00394             this.txtInfoLiterature.BackColor = System.Drawing.SystemColors.Info;
00395             this.txtInfoLiterature.BorderStyle = System.Windows.Forms.BorderStyle.None;
00396             this.txtInfoLiterature.ForeColor = System.Drawing.SystemColors.InfoText;
00397             this.txtInfoLiterature.Location = new System.Drawing.Point(3, 22);
00398             this.txtInfoLiterature.Multiline = true;
00399             this.txtInfoLiterature.Name = "txtInfoLiterature";
00400             this.txtInfoLiterature.Size = new System.Drawing.Size(336, 147);
00401             this.txtInfoLiterature.TabIndex = 1;
00402             this.txtInfoLiterature.Text = resources.GetString("txtInfoLiterature.Text");
00403             // 
00404             // lblInfoLiterature
00405             // 
00406             this.lblInfoLiterature.AutoSize = true;
00407             this.lblInfoLiterature.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
00408             this.lblInfoLiterature.Location = new System.Drawing.Point(0, 0);
00409             this.lblInfoLiterature.Name = "lblInfoLiterature";
00410             this.lblInfoLiterature.Size = new System.Drawing.Size(208, 17);
00411             this.lblInfoLiterature.TabIndex = 0;
00412             this.lblInfoLiterature.Text = "Project Associated Literature";
00413             // 
00414             // dgvLiterature
00415             // 
00416             this.dgvLiterature.AllowUserToAddRows = false;
00417             this.dgvLiterature.AllowUserToDeleteRows = false;
00418             this.dgvLiterature.AllowUserToResizeRows = false;
00419             this.dgvLiterature.BackgroundColor = System.Drawing.Color.White;
00420             this.dgvLiterature.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00421             this.dgvLiterature.Dock = System.Windows.Forms.DockStyle.Fill;
00422             this.dgvLiterature.Location = new System.Drawing.Point(0, 0);
00423             this.dgvLiterature.Name = "dgvLiterature";
00424             this.dgvLiterature.ReadOnly = true;
00425             this.dgvLiterature.RowHeadersVisible = false;
00426             this.dgvLiterature.RowTemplate.Height = 23;
00427             this.dgvLiterature.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
00428             this.dgvLiterature.Size = new System.Drawing.Size(607, 417);
00429             this.dgvLiterature.TabIndex = 0;
00430             this.dgvLiterature.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvLiterature_CellMouseDoubleClick);
00431             this.dgvLiterature.SelectionChanged += new System.EventHandler(this.dgvLiterature_SelectionChanged);
00432             this.dgvLiterature.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvLiterature_CellContentClick);
00433             // 
00434             // panel7
00435             // 
00436             this.panel7.Controls.Add(this.btnReview);
00437             this.panel7.Controls.Add(this.btnRemoveSelectedBib);
00438             this.panel7.Controls.Add(this.btnExportBibliography);
00439             this.panel7.Controls.Add(this.btnAddReference);
00440             this.panel7.Dock = System.Windows.Forms.DockStyle.Bottom;
00441             this.panel7.Location = new System.Drawing.Point(0, 417);
00442             this.panel7.Name = "panel7";
00443             this.panel7.Size = new System.Drawing.Size(607, 30);
00444             this.panel7.TabIndex = 1;
00445             // 
00446             // btnReview
00447             // 
00448             this.btnReview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00449             this.btnReview.Image = ((System.Drawing.Image)(resources.GetObject("btnReview.Image")));
00450             this.btnReview.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00451             this.btnReview.Location = new System.Drawing.Point(131, 4);
00452             this.btnReview.Name = "btnReview";
00453             this.btnReview.Size = new System.Drawing.Size(108, 23);
00454             this.btnReview.TabIndex = 1;
00455             this.btnReview.Text = "Add review";
00456             this.btnReview.UseVisualStyleBackColor = true;
00457             this.btnReview.Click += new System.EventHandler(this.btnReview_Click);
00458             // 
00459             // btnRemoveSelectedBib
00460             // 
00461             this.btnRemoveSelectedBib.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00462             this.btnRemoveSelectedBib.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveSelectedBib.Image")));
00463             this.btnRemoveSelectedBib.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00464             this.btnRemoveSelectedBib.Location = new System.Drawing.Point(490, 4);
00465             this.btnRemoveSelectedBib.Name = "btnRemoveSelectedBib";
00466             this.btnRemoveSelectedBib.Size = new System.Drawing.Size(117, 23);
00467             this.btnRemoveSelectedBib.TabIndex = 3;
00468             this.btnRemoveSelectedBib.Text = "    Remove selected";
00469             this.btnRemoveSelectedBib.UseVisualStyleBackColor = true;
00470             this.btnRemoveSelectedBib.Click += new System.EventHandler(this.btnRemoveSelectedBib_Click);
00471             // 
00472             // btnExportBibliography
00473             // 
00474             this.btnExportBibliography.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
00475                         | System.Windows.Forms.AnchorStyles.Right)));
00476             this.btnExportBibliography.Image = ((System.Drawing.Image)(resources.GetObject("btnExportBibliography.Image")));
00477             this.btnExportBibliography.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
00478             this.btnExportBibliography.Location = new System.Drawing.Point(316, 4);
00479             this.btnExportBibliography.Name = "btnExportBibliography";
00480             this.btnExportBibliography.Size = new System.Drawing.Size(108, 23);
00481             this.btnExportBibliography.TabIndex = 2;
00482             this.btnExportBibliography.Text = "Export To File";
00483             this.btnExportBibliography.UseVisualStyleBackColor = true;
00484             this.btnExportBibliography.Click += new System.EventHandler(this.btnExportBibliography_Click);
00485             // 
00486             // btnAddReference
00487             // 
00488             this.btnAddReference.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00489             this.btnAddReference.Image = ((System.Drawing.Image)(resources.GetObject("btnAddReference.Image")));
00490             this.btnAddReference.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
00491             this.btnAddReference.Location = new System.Drawing.Point(3, 4);
00492             this.btnAddReference.Name = "btnAddReference";
00493             this.btnAddReference.Size = new System.Drawing.Size(122, 23);
00494             this.btnAddReference.TabIndex = 0;
00495             this.btnAddReference.Text = "    Add Reference";
00496             this.btnAddReference.UseVisualStyleBackColor = true;
00497             this.btnAddReference.Click += new System.EventHandler(this.btnAddReference_Click);
00498             // 
00499             // panel1
00500             // 
00501             this.panel1.Controls.Add(this.btnClose);
00502             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
00503             this.panel1.Location = new System.Drawing.Point(0, 479);
00504             this.panel1.Margin = new System.Windows.Forms.Padding(0);
00505             this.panel1.Name = "panel1";
00506             this.panel1.Size = new System.Drawing.Size(621, 30);
00507             this.panel1.TabIndex = 22;
00508             // 
00509             // cmExportBibliography
00510             // 
00511             this.cmExportBibliography.Name = "cmExportBibliography";
00512             this.cmExportBibliography.Size = new System.Drawing.Size(61, 4);
00513             // 
00514             // ProjectView
00515             // 
00516             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00517             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00518             this.CancelButton = this.btnClose;
00519             this.ClientSize = new System.Drawing.Size(621, 509);
00520             this.Controls.Add(this.tableLayoutPanel1);
00521             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00522             this.Name = "ProjectView";
00523             this.Text = "Project";
00524             this.Shown += new System.EventHandler(this.ProjectView_Shown);
00525             this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ProjectView_FormClosing);
00526             this.tableLayoutPanel1.ResumeLayout(false);
00527             this.tabControl1.ResumeLayout(false);
00528             this.tabPage1.ResumeLayout(false);
00529             this.tabPage1.PerformLayout();
00530             this.tabPage3.ResumeLayout(false);
00531             ((System.ComponentModel.ISupportInitialize)(this.dgvMembers)).EndInit();
00532             this.panLayout.ResumeLayout(false);
00533             this.panLayout.PerformLayout();
00534             this.tabPage4.ResumeLayout(false);
00535             this.panInfoLiterature.ResumeLayout(false);
00536             this.panInfoLiterature.PerformLayout();
00537             ((System.ComponentModel.ISupportInitialize)(this.dgvLiterature)).EndInit();
00538             this.panel7.ResumeLayout(false);
00539             this.panel1.ResumeLayout(false);
00540             this.ResumeLayout(false);
00541 
00542         }
00543 
00544         #endregion
00545 
00546         private System.Windows.Forms.Button btnClose;
00547         private System.Windows.Forms.Button btnSave;
00548         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
00549         private System.Windows.Forms.Panel panel1;
00550         private System.Windows.Forms.TabControl tabControl1;
00551         private System.Windows.Forms.TabPage tabPage1;
00552         private TagControls.TagContainer tagContainer1;
00553         private System.Windows.Forms.Label label10;
00554         private System.Windows.Forms.TextBox txtPISynopsis;
00555         private System.Windows.Forms.DateTimePicker datePIStartDate;
00556         private System.Windows.Forms.TextBox txtPITitle;
00557         private System.Windows.Forms.Label label4;
00558         private System.Windows.Forms.TextBox txtPIDepartment;
00559         private System.Windows.Forms.Label label3;
00560         private System.Windows.Forms.Label label5;
00561         private System.Windows.Forms.Label label2;
00562         private System.Windows.Forms.TextBox txtPISubject;
00563         private System.Windows.Forms.TabPage tabPage3;
00564         private System.Windows.Forms.TabPage tabPage4;
00565         private System.Windows.Forms.DataGridView dgvLiterature;
00566         private System.Windows.Forms.Panel panel7;
00567         private System.Windows.Forms.Panel panLayout;
00568         private System.Windows.Forms.Button btnAddMember;
00569         private System.Windows.Forms.Button btnRemoveMember;
00570         private System.Windows.Forms.DataGridView dgvMembers;
00571         private System.Windows.Forms.LinkLabel lnkSubmit;
00572         private System.Windows.Forms.Button btnAddReference;
00573         private System.Windows.Forms.ToolTip toolTip1;
00574         private System.Windows.Forms.ContextMenuStrip cmExportBibliography;
00575         private System.Windows.Forms.Button btnRemoveSelectedBib;
00576         private System.Windows.Forms.Button btnExportBibliography;
00577         private System.Windows.Forms.Panel panInfoLiterature;
00578         private System.Windows.Forms.TextBox txtInfoLiterature;
00579         private System.Windows.Forms.Label lblInfoLiterature;
00580         private System.Windows.Forms.Button btnReview;
00581         private System.Windows.Forms.ContextMenuStrip contextPeople;
00582     }
00583 }

Generated on Thu Dec 21 06:21:55 2006 for SCRAML by  doxygen 1.5.1-p1