Database Reference
In-Depth Information
this.statusBarToolStripMenuItem.Click + = new
System.EventHandler(this.
StatusBarToolStripMenuItem_Click);
//
//toolsMenu
//
thi s.toolsMenu.DropDownItems.AddRange(new
System.Windows.Forms.ToolStripItem[] {
this.optionsToolStripMenuItem});
this.toolsMenu.Name = “toolsMenu”;
this.toolsMenu.Size = new System.Drawing.
Size(48, 20);
this.toolsMenu.Text = “&Tools”;
//
//optionsToolStripMenuItem
//
thi s.optionsToolStripMenuItem.Name
= “optionsToolStripMenuItem”;
this.optionsToolStripMenuItem.Size = new
System.Drawing.Size(116, 22);
thi s.optionsToolStripMenuItem.Text
= “&Options”;
//
//windowsMenu
//
thi s.windowsMenu.DropDownItems.AddRange
(new System.Windows.Forms.ToolStripItem[] {
this.newWindowToolStripMenuItem,
this.cascadeToolStripMenuItem,
this.tileVerticalToolStripMenuItem,
this.tileHorizontalToolStripMenuItem,
this.closeAllToolStripMenuItem,
this.arrangeIconsToolStripMenuItem});
this.windowsMenu.Name = “windowsMenu”;
this.windowsMenu.Size = new System.Drawing.
Size(68, 20);
this.windowsMenu.Text = “&Windows”;
//
//newWindowToolStripMenuItem
//
thi s.newWindowToolStripMenuItem.Name =
“newWindowToolStripMenuItem”;
this.newWindowToolStripMenuItem.Size = new
System.Drawing.Size(151, 22);
Search WWH ::




Custom Search