MainWindow.Designer.cs

00001 namespace Client
00002 {
00003     partial class MainWindow
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
00033             System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("My Stuff", System.Windows.Forms.HorizontalAlignment.Left);
00034             System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Stuff", System.Windows.Forms.HorizontalAlignment.Left);
00035             System.Windows.Forms.ListViewGroup listViewGroup3 = new System.Windows.Forms.ListViewGroup("Recent Searches", System.Windows.Forms.HorizontalAlignment.Left);
00036             System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("My Projects", 5);
00037             System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("All Projects", 3);
00038             System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("My Literature", 4);
00039             System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("All Literature", 2);
00040             System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("All Users", 8);
00041             System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("All Tags", 7);
00042             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
00043             this.mainGridView = new System.Windows.Forms.DataGridView();
00044             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
00045             this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00046             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
00047             this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00048             this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
00049             this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00050             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
00051             this.sidebarTree = new System.Windows.Forms.ListView();
00052             this.imageList1 = new System.Windows.Forms.ImageList(this.components);
00053             this.tagCloud1 = new TagControls.TagCloud();
00054             this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00055             this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00056             this.literaturToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00057             this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00058             this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
00059             this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
00060             this.helpToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00061             this.menuStrip1 = new System.Windows.Forms.MenuStrip();
00062             this.toolStrip2 = new System.Windows.Forms.ToolStrip();
00063             this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
00064             this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
00065             this.toolStripSplitButton1 = new System.Windows.Forms.ToolStripDropDownButton();
00066             this.projectToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00067             this.literatureToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
00068             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
00069             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
00070             this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
00071             this.cmdTagCloud = new System.Windows.Forms.ToolStripButton();
00072             this.cmdSearch = new System.Windows.Forms.ToolStripButton();
00073             this.searchBox = new System.Windows.Forms.ToolStripTextBox();
00074             ((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit();
00075             this.contextMenuStrip1.SuspendLayout();
00076             this.splitContainer1.Panel1.SuspendLayout();
00077             this.splitContainer1.Panel2.SuspendLayout();
00078             this.splitContainer1.SuspendLayout();
00079             this.menuStrip1.SuspendLayout();
00080             this.toolStrip2.SuspendLayout();
00081             this.SuspendLayout();
00082             // 
00083             // mainGridView
00084             // 
00085             this.mainGridView.AllowUserToAddRows = false;
00086             this.mainGridView.AllowUserToDeleteRows = false;
00087             dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(245)))), ((int)(((byte)(250)))));
00088             this.mainGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
00089             this.mainGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
00090             this.mainGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
00091             this.mainGridView.BackgroundColor = System.Drawing.SystemColors.Window;
00092             this.mainGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
00093             this.mainGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00094             this.mainGridView.ContextMenuStrip = this.contextMenuStrip1;
00095             this.mainGridView.Dock = System.Windows.Forms.DockStyle.Fill;
00096             this.mainGridView.Location = new System.Drawing.Point(0, 0);
00097             this.mainGridView.Name = "mainGridView";
00098             this.mainGridView.RowHeadersVisible = false;
00099             this.mainGridView.RowTemplate.Height = 23;
00100             this.mainGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
00101             this.mainGridView.ShowEditingIcon = false;
00102             this.mainGridView.Size = new System.Drawing.Size(610, 487);
00103             this.mainGridView.TabIndex = 0;
00104             this.mainGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.mainGridView_CellMouseDown);
00105             this.mainGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.mainGridView_KeyDown);
00106             this.mainGridView.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.mainGridView_CellMouseDoubleClick);
00107             // 
00108             // contextMenuStrip1
00109             // 
00110             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00111             this.showToolStripMenuItem,
00112             this.toolStripMenuItem3,
00113             this.editToolStripMenuItem,
00114             this.toolStripMenuItem2,
00115             this.deleteToolStripMenuItem});
00116             this.contextMenuStrip1.Name = "contextMenuStrip1";
00117             this.contextMenuStrip1.Size = new System.Drawing.Size(167, 82);
00118             this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
00119             // 
00120             // showToolStripMenuItem
00121             // 
00122             this.showToolStripMenuItem.Name = "showToolStripMenuItem";
00123             this.showToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
00124             this.showToolStripMenuItem.Text = "Show relevant...";
00125             this.showToolStripMenuItem.Click += new System.EventHandler(this.showToolStripMenuItem_Click);
00126             // 
00127             // toolStripMenuItem3
00128             // 
00129             this.toolStripMenuItem3.Name = "toolStripMenuItem3";
00130             this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
00131             // 
00132             // editToolStripMenuItem
00133             // 
00134             this.editToolStripMenuItem.Name = "editToolStripMenuItem";
00135             this.editToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
00136             this.editToolStripMenuItem.Text = "Edit...";
00137             this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
00138             // 
00139             // toolStripMenuItem2
00140             // 
00141             this.toolStripMenuItem2.Name = "toolStripMenuItem2";
00142             this.toolStripMenuItem2.Size = new System.Drawing.Size(163, 6);
00143             // 
00144             // deleteToolStripMenuItem
00145             // 
00146             this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
00147             this.deleteToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
00148             this.deleteToolStripMenuItem.Text = "Delete";
00149             this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deletePressed);
00150             // 
00151             // splitContainer1
00152             // 
00153             this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00154                         | System.Windows.Forms.AnchorStyles.Left)
00155                         | System.Windows.Forms.AnchorStyles.Right)));
00156             this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
00157             this.splitContainer1.IsSplitterFixed = true;
00158             this.splitContainer1.Location = new System.Drawing.Point(0, 52);
00159             this.splitContainer1.Name = "splitContainer1";
00160             // 
00161             // splitContainer1.Panel1
00162             // 
00163             this.splitContainer1.Panel1.Controls.Add(this.sidebarTree);
00164             // 
00165             // splitContainer1.Panel2
00166             // 
00167             this.splitContainer1.Panel2.Controls.Add(this.tagCloud1);
00168             this.splitContainer1.Panel2.Controls.Add(this.mainGridView);
00169             this.splitContainer1.Size = new System.Drawing.Size(763, 487);
00170             this.splitContainer1.SplitterDistance = 149;
00171             this.splitContainer1.TabIndex = 19;
00172             // 
00173             // sidebarTree
00174             // 
00175             this.sidebarTree.Dock = System.Windows.Forms.DockStyle.Fill;
00176             listViewGroup1.Header = "My Stuff";
00177             listViewGroup1.Name = "myStuffGroup";
00178             listViewGroup2.Header = "Stuff";
00179             listViewGroup2.Name = "stuffGroup";
00180             listViewGroup3.Header = "Recent Searches";
00181             listViewGroup3.Name = "searchesGroup";
00182             this.sidebarTree.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
00183             listViewGroup1,
00184             listViewGroup2,
00185             listViewGroup3});
00186             this.sidebarTree.HideSelection = false;
00187             listViewItem1.Group = listViewGroup1;
00188             listViewItem1.Tag = "MyProjects";
00189             listViewItem2.Group = listViewGroup2;
00190             listViewItem2.Tag = "AllProjects";
00191             listViewItem3.Group = listViewGroup1;
00192             listViewItem3.Tag = "MyLiterature";
00193             listViewItem4.Group = listViewGroup2;
00194             listViewItem4.Tag = "AllLiterature";
00195             listViewItem5.Group = listViewGroup2;
00196             listViewItem5.Tag = "AllUsers";
00197             listViewItem6.Group = listViewGroup2;
00198             listViewItem6.Tag = "AllTags";
00199             this.sidebarTree.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
00200             listViewItem1,
00201             listViewItem2,
00202             listViewItem3,
00203             listViewItem4,
00204             listViewItem5,
00205             listViewItem6});
00206             this.sidebarTree.Location = new System.Drawing.Point(0, 0);
00207             this.sidebarTree.MultiSelect = false;
00208             this.sidebarTree.Name = "sidebarTree";
00209             this.sidebarTree.Size = new System.Drawing.Size(149, 487);
00210             this.sidebarTree.SmallImageList = this.imageList1;
00211             this.sidebarTree.TabIndex = 0;
00212             this.sidebarTree.UseCompatibleStateImageBehavior = false;
00213             this.sidebarTree.View = System.Windows.Forms.View.SmallIcon;
00214             this.sidebarTree.SelectedIndexChanged += new System.EventHandler(this.sidebarTree_SelectedIndexChanged);
00215             // 
00216             // imageList1
00217             // 
00218             this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
00219             this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
00220             this.imageList1.Images.SetKeyName(0, "project.bmp");
00221             this.imageList1.Images.SetKeyName(1, "literature.bmp");
00222             this.imageList1.Images.SetKeyName(2, "all-literature.png");
00223             this.imageList1.Images.SetKeyName(3, "all-projects.png");
00224             this.imageList1.Images.SetKeyName(4, "my-literature.png");
00225             this.imageList1.Images.SetKeyName(5, "my-projects.png");
00226             this.imageList1.Images.SetKeyName(6, "find.png");
00227             this.imageList1.Images.SetKeyName(7, "all-tags.png");
00228             this.imageList1.Images.SetKeyName(8, "all-users.png");
00229             // 
00230             // tagCloud1
00231             // 
00232             this.tagCloud1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00233             this.tagCloud1.Location = new System.Drawing.Point(154, 0);
00234             this.tagCloud1.maxTagSize = 15F;
00235             this.tagCloud1.minTagSize = 5F;
00236             this.tagCloud1.Name = "tagCloud1";
00237             this.tagCloud1.SelectedTag = null;
00238             this.tagCloud1.ShowMyTagsOnly = false;
00239             this.tagCloud1.Size = new System.Drawing.Size(456, 234);
00240             this.tagCloud1.SortBy = TagControls.TagCloud.SortOrder.Alphabetical;
00241             this.tagCloud1.TabIndex = 1;
00242             this.tagCloud1.Tags = ((System.Collections.Generic.List<Shared.TagInfo>)(resources.GetObject("tagCloud1.Tags")));
00243             this.tagCloud1.Username = null;
00244             this.tagCloud1.Visible = false;
00245             this.tagCloud1.Leave += new System.EventHandler(this.tagCloud1_Leave);
00246             this.tagCloud1.TagSelected += new TagControls.TagCloudEventHandler(this.tagCloud1_TagSelected);
00247             // 
00248             // helpToolStripMenuItem
00249             // 
00250             this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00251             this.newToolStripMenuItem,
00252             this.toolStripMenuItem1,
00253             this.exitToolStripMenuItem});
00254             this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
00255             this.helpToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
00256             this.helpToolStripMenuItem.Text = "File";
00257             // 
00258             // newToolStripMenuItem
00259             // 
00260             this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00261             this.literaturToolStripMenuItem,
00262             this.projectToolStripMenuItem});
00263             this.newToolStripMenuItem.Image = global::Client.Properties.Resources.create_new;
00264             this.newToolStripMenuItem.Name = "newToolStripMenuItem";
00265             this.newToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
00266             this.newToolStripMenuItem.Text = "New";
00267             // 
00268             // literaturToolStripMenuItem
00269             // 
00270             this.literaturToolStripMenuItem.Image = global::Client.Properties.Resources.literature;
00271             this.literaturToolStripMenuItem.Name = "literaturToolStripMenuItem";
00272             this.literaturToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
00273             this.literaturToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
00274             this.literaturToolStripMenuItem.Text = "Literature";
00275             this.literaturToolStripMenuItem.Click += new System.EventHandler(this.literaturToolStripMenuItem_Click);
00276             // 
00277             // projectToolStripMenuItem
00278             // 
00279             this.projectToolStripMenuItem.Image = global::Client.Properties.Resources.project;
00280             this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
00281             this.projectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
00282                         | System.Windows.Forms.Keys.N)));
00283             this.projectToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
00284             this.projectToolStripMenuItem.Text = "Project";
00285             this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
00286             // 
00287             // toolStripMenuItem1
00288             // 
00289             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
00290             this.toolStripMenuItem1.Size = new System.Drawing.Size(118, 6);
00291             // 
00292             // exitToolStripMenuItem
00293             // 
00294             this.exitToolStripMenuItem.Image = global::Client.Properties.Resources.exit;
00295             this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
00296             this.exitToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
00297             this.exitToolStripMenuItem.Text = "Log out";
00298             this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
00299             // 
00300             // helpToolStripMenuItem1
00301             // 
00302             this.helpToolStripMenuItem1.Name = "helpToolStripMenuItem1";
00303             this.helpToolStripMenuItem1.Size = new System.Drawing.Size(60, 20);
00304             this.helpToolStripMenuItem1.Text = "About...";
00305             this.helpToolStripMenuItem1.Click += new System.EventHandler(this.helpToolStripMenuItem1_Click);
00306             // 
00307             // menuStrip1
00308             // 
00309             this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00310             this.helpToolStripMenuItem,
00311             this.helpToolStripMenuItem1});
00312             this.menuStrip1.Location = new System.Drawing.Point(0, 0);
00313             this.menuStrip1.Name = "menuStrip1";
00314             this.menuStrip1.Size = new System.Drawing.Size(763, 24);
00315             this.menuStrip1.TabIndex = 0;
00316             this.menuStrip1.Text = "menuStrip1";
00317             // 
00318             // toolStrip2
00319             // 
00320             this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
00321             this.toolStripButton1,
00322             this.toolStripSeparator2,
00323             this.toolStripSplitButton1,
00324             this.toolStripButton3,
00325             this.toolStripSeparator1,
00326             this.toolStripButton4,
00327             this.cmdTagCloud,
00328             this.cmdSearch,
00329             this.searchBox});
00330             this.toolStrip2.Location = new System.Drawing.Point(0, 24);
00331             this.toolStrip2.Name = "toolStrip2";
00332             this.toolStrip2.Size = new System.Drawing.Size(763, 25);
00333             this.toolStrip2.TabIndex = 1;
00334             this.toolStrip2.Text = "toolStrip2";
00335             // 
00336             // toolStripButton1
00337             // 
00338             this.toolStripButton1.Image = global::Client.Properties.Resources.user;
00339             this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
00340             this.toolStripButton1.Name = "toolStripButton1";
00341             this.toolStripButton1.Size = new System.Drawing.Size(69, 22);
00342             this.toolStripButton1.Text = "Profile...";
00343             this.toolStripButton1.Click += new System.EventHandler(this.profileToolStripMenuItem_Click);
00344             // 
00345             // toolStripSeparator2
00346             // 
00347             this.toolStripSeparator2.Name = "toolStripSeparator2";
00348             this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
00349             // 
00350             // toolStripSplitButton1
00351             // 
00352             this.toolStripSplitButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
00353             this.projectToolStripMenuItem1,
00354             this.literatureToolStripMenuItem1});
00355             this.toolStripSplitButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton1.Image")));
00356             this.toolStripSplitButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
00357             this.toolStripSplitButton1.Name = "toolStripSplitButton1";
00358             this.toolStripSplitButton1.Size = new System.Drawing.Size(69, 22);
00359             this.toolStripSplitButton1.Text = "New...";
00360             this.toolStripSplitButton1.ToolTipText = "Create a new item...";
00361             // 
00362             // projectToolStripMenuItem1
00363             // 
00364             this.projectToolStripMenuItem1.Image = global::Client.Properties.Resources.project;
00365             this.projectToolStripMenuItem1.Name = "projectToolStripMenuItem1";
00366             this.projectToolStripMenuItem1.Size = new System.Drawing.Size(132, 22);
00367             this.projectToolStripMenuItem1.Text = "Project";
00368             this.projectToolStripMenuItem1.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
00369             // 
00370             // literatureToolStripMenuItem1
00371             // 
00372             this.literatureToolStripMenuItem1.Image = global::Client.Properties.Resources.literature;
00373             this.literatureToolStripMenuItem1.Name = "literatureToolStripMenuItem1";
00374             this.literatureToolStripMenuItem1.Size = new System.Drawing.Size(132, 22);
00375             this.literatureToolStripMenuItem1.Text = "Literature";
00376             this.literatureToolStripMenuItem1.Click += new System.EventHandler(this.literaturToolStripMenuItem_Click);
00377             // 
00378             // toolStripButton3
00379             // 
00380             this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
00381             this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
00382             this.toolStripButton3.Name = "toolStripButton3";
00383             this.toolStripButton3.Size = new System.Drawing.Size(57, 22);
00384             this.toolStripButton3.Text = "Edit...";
00385             this.toolStripButton3.ToolTipText = "Edit the currently selected item";
00386             this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
00387             // 
00388             // toolStripSeparator1
00389             // 
00390             this.toolStripSeparator1.Name = "toolStripSeparator1";
00391             this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
00392             // 
00393             // toolStripButton4
00394             // 
00395             this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
00396             this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
00397             this.toolStripButton4.Name = "toolStripButton4";
00398             this.toolStripButton4.Size = new System.Drawing.Size(58, 22);
00399             this.toolStripButton4.Text = "Delete";
00400             this.toolStripButton4.ToolTipText = "Delete the currently selected item";
00401             this.toolStripButton4.Click += new System.EventHandler(this.deletePressed);
00402             // 
00403             // cmdTagCloud
00404             // 
00405             this.cmdTagCloud.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
00406             this.cmdTagCloud.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00407             this.cmdTagCloud.Image = ((System.Drawing.Image)(resources.GetObject("cmdTagCloud.Image")));
00408             this.cmdTagCloud.ImageTransparentColor = System.Drawing.Color.Magenta;
00409             this.cmdTagCloud.Name = "cmdTagCloud";
00410             this.cmdTagCloud.Size = new System.Drawing.Size(23, 22);
00411             this.cmdTagCloud.Text = "toolStripButton2";
00412             this.cmdTagCloud.ToolTipText = "Show the tag cloud";
00413             this.cmdTagCloud.Click += new System.EventHandler(this.cmdTagCloud_Click);
00414             // 
00415             // cmdSearch
00416             // 
00417             this.cmdSearch.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
00418             this.cmdSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
00419             this.cmdSearch.Image = ((System.Drawing.Image)(resources.GetObject("cmdSearch.Image")));
00420             this.cmdSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
00421             this.cmdSearch.Name = "cmdSearch";
00422             this.cmdSearch.Size = new System.Drawing.Size(23, 22);
00423             this.cmdSearch.Text = "Search";
00424             this.cmdSearch.ToolTipText = "Perform search";
00425             this.cmdSearch.Click += new System.EventHandler(this.Search);
00426             // 
00427             // searchBox
00428             // 
00429             this.searchBox.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
00430             this.searchBox.Name = "searchBox";
00431             this.searchBox.Size = new System.Drawing.Size(150, 25);
00432             this.searchBox.Text = "Search...";
00433             this.searchBox.ToolTipText = resources.GetString("searchBox.ToolTipText");
00434             this.searchBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.searchBox_KeyDown);
00435             this.searchBox.Enter += new System.EventHandler(this.searhBox_Enter);
00436             this.searchBox.Leave += new System.EventHandler(this.searchBox_Leave);
00437             // 
00438             // MainWindow
00439             // 
00440             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00441             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00442             this.ClientSize = new System.Drawing.Size(763, 541);
00443             this.Controls.Add(this.splitContainer1);
00444             this.Controls.Add(this.toolStrip2);
00445             this.Controls.Add(this.menuStrip1);
00446             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00447             this.Name = "MainWindow";
00448             this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
00449             this.Text = "Main Window";
00450             this.Shown += new System.EventHandler(this.MainWindow_Shown);
00451             ((System.ComponentModel.ISupportInitialize)(this.mainGridView)).EndInit();
00452             this.contextMenuStrip1.ResumeLayout(false);
00453             this.splitContainer1.Panel1.ResumeLayout(false);
00454             this.splitContainer1.Panel2.ResumeLayout(false);
00455             this.splitContainer1.ResumeLayout(false);
00456             this.menuStrip1.ResumeLayout(false);
00457             this.menuStrip1.PerformLayout();
00458             this.toolStrip2.ResumeLayout(false);
00459             this.toolStrip2.PerformLayout();
00460             this.ResumeLayout(false);
00461             this.PerformLayout();
00462 
00463         }
00464 
00465         #endregion
00466 
00467         private System.Windows.Forms.DataGridView mainGridView;
00468         private System.Windows.Forms.SplitContainer splitContainer1;
00469         private TagControls.TagCloud tagCloud1;
00470         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
00471         private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
00472         private System.Windows.Forms.ToolStripMenuItem literaturToolStripMenuItem;
00473         private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem;
00474         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
00475         private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
00476         private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem1;
00477         private System.Windows.Forms.MenuStrip menuStrip1;
00478         private System.Windows.Forms.ImageList imageList1;
00479         private System.Windows.Forms.ListView sidebarTree;
00480         private System.Windows.Forms.ToolStrip toolStrip2;
00481         private System.Windows.Forms.ToolStripDropDownButton toolStripSplitButton1;
00482         private System.Windows.Forms.ToolStripMenuItem projectToolStripMenuItem1;
00483         private System.Windows.Forms.ToolStripMenuItem literatureToolStripMenuItem1;
00484         private System.Windows.Forms.ToolStripButton toolStripButton3;
00485         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
00486         private System.Windows.Forms.ToolStripButton toolStripButton4;
00487         private System.Windows.Forms.ToolStripButton cmdTagCloud;
00488         private System.Windows.Forms.ToolStripButton cmdSearch;
00489         private System.Windows.Forms.ToolStripTextBox searchBox;
00490         private System.Windows.Forms.ToolStripButton toolStripButton1;
00491         private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
00492         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
00493         private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
00494         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
00495         private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
00496         private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
00497         private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
00498     }
00499 }

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