Database Reference
In-Depth Information
thi s.aboutToolStripMenuItem.Text
= “&About......”;
//
//statusStrip
//
thi s.statusStrip.Items.AddRange(new System.
Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel});
this.statusStrip.Location = new System.
Drawing.Point(0, 430);
this.statusStrip.Name = “statusStrip”;
thi s.statusStrip.RightToLeft
= System.Windows.Forms.RightToLeft.Yes;
this.statusStrip.Size = new System.Drawing.
Size(632, 23);
this.statusStrip.TabIndex = 2;
this.statusStrip.Text = “StatusStrip”;
//
//toolStripStatusLabel
//
this.toolStripStatusLabel.Font = new System.
Drawing.Font(“Arial”, 12F, System.Drawing.
FontStyle.Italic);
thi s.toolStripStatusLabel.Name
= “toolStripStatusLabel”;
this.toolStripStatusLabel.Size = new System.
Drawing.Size(52, 18);
this.toolStripStatusLabel.Text = “Status”;
//
//newToolStripButton
//
this.newToolStripButton.Image = ((System.
Drawing.Image)(resources.
GetObject(“newToolStripButton.Image”)));
thi s.newToolStripButton.ImageTransparentColor
= System.Drawing.Color.Black;
thi s.newToolStripButton.Name
= “newToolStripButton”;
this.newToolStripButton.Size = new System.
Drawing.Size(86, 22);
this.newToolStripButton.Text = “New Query”;
this.newToolStripButton.Click + = new System.
EventHandler(this.ShowNewForm);
//
//openToolStripButton
Search WWH ::




Custom Search