Database Reference
In-Depth Information
this.ClientSize = new System.
Drawing. Size(632, 453);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.toolStrip);
this.Controls.Add(this.menuStrip);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip;
this.Name = “Query”;
this.Text = “Query”;
this.WindowState = System.Windows.Forms.
FormWindowState.Maximized;
this.Load + = new System.EventHandler
(this.Query_Load);
this.FormClosing + = new System.Windows.Forms.
FormClosingEventHandler(this.Query_
FormClosing);
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
pri vate System.Windows.Forms.MenuStrip
menuStrip;
pri vate System.Windows.Forms.StatusStrip
statusStrip;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator3;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator4;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator5;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator6;
pri vate System.Windows.Forms.ToolStripMenuItem
printSetupToolStripMenuItem;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator7;
pri vate System.Windows.Forms.
ToolStripSeparator toolStripSeparator8;
Search WWH ::




Custom Search