private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.MenuItem17 = new System.Windows.Forms.MenuItem(); this.SaveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.mnuClearDisplay = new System.Windows.Forms.MenuItem(); this.mnuHistory = new System.Windows.Forms.MenuItem(); this.btnVerb = new System.Windows.Forms.Button(); this.btnOverview = new System.Windows.Forms.Button(); this.mnuWordNetLicense = new System.Windows.Forms.MenuItem(); this.txtSearchWord = new System.Windows.Forms.TextBox(); this.Label1 = new System.Windows.Forms.Label(); this.txtSenses = new System.Windows.Forms.TextBox(); this.mnuSaveDisplay = new System.Windows.Forms.MenuItem(); this.mnuAdvancedOptions = new System.Windows.Forms.MenuItem(); this.mnuWordWrap = new System.Windows.Forms.MenuItem(); this.mnuShowHelp = new System.Windows.Forms.MenuItem(); this.btnSearch = new System.Windows.Forms.Button(); this.mnuOptions = new System.Windows.Forms.MenuItem(); this.mnuShowGloss = new System.Windows.Forms.MenuItem(); this.mnuLGPL = new System.Windows.Forms.MenuItem(); this.mnuExit = new System.Windows.Forms.MenuItem(); this.MainMenu1 = new System.Windows.Forms.MainMenu(this.components); this.mnuFile = new System.Windows.Forms.MenuItem(); this.mnuHelp = new System.Windows.Forms.MenuItem(); this.lblSearchInfo = new System.Windows.Forms.Label(); this.btnAdj = new System.Windows.Forms.Button(); this.Label3 = new System.Windows.Forms.Label(); this.btnNoun = new System.Windows.Forms.Button(); this.btnAdv = new System.Windows.Forms.Button(); this.Panel1 = new System.Windows.Forms.Panel(); this.Panel3 = new System.Windows.Forms.Panel(); this.wnColour = new WordNetControls.WordNetColourFormat(); this.StatusBar1 = new System.Windows.Forms.StatusBar(); this.Panel1.SuspendLayout(); this.Panel3.SuspendLayout(); this.SuspendLayout(); // //MenuItem17 // this.MenuItem17.Index = 1; this.MenuItem17.Text = "-"; // //SaveFileDialog1 // this.SaveFileDialog1.Filter = "Text files (*.txt)|*.txt"; // //mnuClearDisplay // this.mnuClearDisplay.Index = 1; this.mnuClearDisplay.Text = "Clear Current Display"; // //mnuHistory // this.mnuHistory.Index = -1; this.mnuHistory.Text = ""; // //btnVerb // this.btnVerb.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnVerb.Location = new System.Drawing.Point(350, 36); this.btnVerb.Name = "btnVerb"; this.btnVerb.Size = new System.Drawing.Size(40, 18); this.btnVerb.TabIndex = 4; this.btnVerb.Text = "Verb"; this.btnVerb.Visible = false; // //btnOverview // this.btnOverview.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOverview.Location = new System.Drawing.Point(223, 36); this.btnOverview.Name = "btnOverview"; this.btnOverview.Size = new System.Drawing.Size(75, 18); this.btnOverview.TabIndex = 15; this.btnOverview.Text = "Overview"; this.btnOverview.Visible = false; // //mnuWordNetLicense // this.mnuWordNetLicense.Index = 0; this.mnuWordNetLicense.Text = "WordNet License (Princeton)"; // //txtSearchWord // this.txtSearchWord.AcceptsReturn = true; this.txtSearchWord.Anchor = (System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right); this.txtSearchWord.Location = new System.Drawing.Point(80, 6); this.txtSearchWord.Name = "txtSearchWord"; this.txtSearchWord.Size = new System.Drawing.Size(216, 21); this.txtSearchWord.TabIndex = 1; // //Label1 // this.Label1.Location = new System.Drawing.Point(0, 6); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(80, 19); this.Label1.TabIndex = 0; this.Label1.Text = "Search Word:"; // //txtSenses // this.txtSenses.Anchor = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right); this.txtSenses.Location = new System.Drawing.Point(544, 6); this.txtSenses.Name = "txtSenses"; this.txtSenses.Size = new System.Drawing.Size(40, 21); this.txtSenses.TabIndex = 8; this.txtSenses.Text = "0"; // //mnuSaveDisplay // this.mnuSaveDisplay.Index = 0; this.mnuSaveDisplay.Text = "Save Current Display"; // //mnuAdvancedOptions // this.mnuAdvancedOptions.Index = 3; this.mnuAdvancedOptions.Text = "Advanced search options"; // //mnuWordWrap // this.mnuWordWrap.Checked = true; this.mnuWordWrap.Index = 0; this.mnuWordWrap.Text = "Word Wrap"; // //mnuShowHelp // this.mnuShowHelp.Index = 1; this.mnuShowHelp.Text = "Show help with each search"; // //btnSearch // this.btnSearch.Anchor = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right); this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSearch.Location = new System.Drawing.Point(304, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(56, 19); this.btnSearch.TabIndex = 13; this.btnSearch.Text = "Search"; // //mnuOptions // this.mnuOptions.Index = 1; this.mnuOptions.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuWordWrap, this.mnuShowHelp, this.mnuShowGloss, this.mnuAdvancedOptions }); this.mnuOptions.Text = "Options"; // //mnuShowGloss // this.mnuShowGloss.Index = 2; this.mnuShowGloss.Text = "Show descriptive gloss"; // //mnuLGPL // this.mnuLGPL.Index = 2; this.mnuLGPL.Text = "License"; // //mnuExit // this.mnuExit.Index = 2; this.mnuExit.Text = "Exit"; // //MainMenu1 // this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuFile, this.mnuOptions, this.mnuHelp }); // //mnuFile // this.mnuFile.Index = 0; this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuSaveDisplay, this.mnuClearDisplay, this.mnuExit }); this.mnuFile.Text = "File"; // //mnuHelp // this.mnuHelp.Index = 2; this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuWordNetLicense, this.MenuItem17, this.mnuLGPL }); this.mnuHelp.Text = "Help"; // //lblSearchInfo // this.lblSearchInfo.Location = new System.Drawing.Point(2, 40); this.lblSearchInfo.Name = "lblSearchInfo"; this.lblSearchInfo.Size = new System.Drawing.Size(296, 14); this.lblSearchInfo.TabIndex = 2; // //btnAdj // this.btnAdj.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAdj.Location = new System.Drawing.Point(396, 36); this.btnAdj.Name = "btnAdj"; this.btnAdj.Size = new System.Drawing.Size(64, 18); this.btnAdj.TabIndex = 5; this.btnAdj.Text = "Adjective"; this.btnAdj.Visible = false; // //Label3 // this.Label3.Anchor = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right); this.Label3.Location = new System.Drawing.Point(480, 6); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(100, 19); this.Label3.TabIndex = 7; this.Label3.Text = "Senses:"; // //btnNoun // this.btnNoun.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnNoun.Location = new System.Drawing.Point(304, 36); this.btnNoun.Name = "btnNoun"; this.btnNoun.Size = new System.Drawing.Size(40, 18); this.btnNoun.TabIndex = 3; this.btnNoun.Text = "Noun"; this.btnNoun.Visible = false; // //btnAdv // this.btnAdv.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnAdv.Location = new System.Drawing.Point(466, 36); this.btnAdv.Name = "btnAdv"; this.btnAdv.Size = new System.Drawing.Size(48, 18); this.btnAdv.TabIndex = 6; this.btnAdv.Text = "Adverb"; this.btnAdv.Visible = false; // //Panel1 // this.Panel1.Controls.Add(this.btnAdj); this.Panel1.Controls.Add(this.btnAdv); this.Panel1.Controls.Add(this.txtSenses); this.Panel1.Controls.Add(this.btnNoun); this.Panel1.Controls.Add(this.Label1); this.Panel1.Controls.Add(this.btnSearch); this.Panel1.Controls.Add(this.btnVerb); this.Panel1.Controls.Add(this.btnOverview); this.Panel1.Controls.Add(this.lblSearchInfo); this.Panel1.Controls.Add(this.txtSearchWord); this.Panel1.Controls.Add(this.Label3); this.Panel1.Dock = System.Windows.Forms.DockStyle.Top; this.Panel1.Location = new System.Drawing.Point(0, 0); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(592, 60); this.Panel1.TabIndex = 19; // //Panel3 // this.Panel3.Controls.Add(this.wnColour); this.Panel3.Controls.Add(this.StatusBar1); this.Panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.Panel3.Location = new System.Drawing.Point(0, 60); this.Panel3.Name = "Panel3"; this.Panel3.Size = new System.Drawing.Size(592, 339); this.Panel3.TabIndex = 21; // //wnColour // this.wnColour.CSSBody = "font-family:'Verdana';font-size:10pt;"; this.wnColour.CSSDefinition = "color: #000000; text-decoration: none"; this.wnColour.CSSHover = "background-color: yellow"; this.wnColour.CSSLexeme = "color: #0000FF; font-weight:bold; text-decoration: none"; this.wnColour.CSSPOS = "font-size: 12pt; color: #FFFFFF; font-weight: bold; background-color: #808080"; this.wnColour.CSSQuote = "color: #800000; text-decoration: none"; this.wnColour.Location = new System.Drawing.Point(0, 3); this.wnColour.Name = "wnColour"; this.wnColour.Size = new System.Drawing.Size(589, 315); this.wnColour.TabIndex = 12; // //StatusBar1 // this.StatusBar1.Location = new System.Drawing.Point(0, 320); this.StatusBar1.Name = "StatusBar1"; this.StatusBar1.Size = new System.Drawing.Size(592, 19); this.StatusBar1.TabIndex = 11; this.StatusBar1.Text = "WordNet.Net Colour Formatting Sample"; // //StartForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 14); this.ClientSize = new System.Drawing.Size(592, 399); this.Controls.Add(this.Panel3); this.Controls.Add(this.Panel1); this.Menu = this.MainMenu1; this.Name = "StartForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "WordNet.Net Colour Formatting Sample"; this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.Panel3.ResumeLayout(false); this.ResumeLayout(false); }