Database Reference
In-Depth Information
this.openToolStripButton = new System.Windows.
Forms.ToolStripButton();
this.saveToolStripButton = new System.Windows.
Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.
Forms.ToolStripSeparator();
this.printToolStripButton = new System.
Windows.Forms.ToolStripButton();
this.printPreviewToolStripButton = new System.
Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.
Forms.ToolStripSeparator();
this.helpToolStripButton = new System.Windows.
Forms.ToolStripButton();
this.toolStrip = new System.Windows.Forms.
ToolStrip();
this.menuStrip.SuspendLayout();
this.statusStrip.SuspendLayout();
this.toolStrip.SuspendLayout();
this.SuspendLayout();
//
//menuStrip
//
thi s.menuStrip.Items.AddRange(new System.
Windows.Forms.ToolStripItem[] {
this.fileMenu,
this.editMenu,
this.viewMenu,
this.toolsMenu,
this.windowsMenu,
this.helpMenu});
this.menuStrip.Location = new System.Drawing.
Point(0, 0);
this.menuStrip.MdiWindowListItem = this.
windowsMenu;
this.menuStrip.Name = “menuStrip”;
this.menuStrip.Size = new System.Drawing.
Size(632, 24);
this.menuStrip.TabIndex = 0;
this.menuStrip.Text = “MenuStrip”;
this.menuStrip.Visible = false;
//
//fileMenu
//
Search WWH ::




Custom Search