Database Reference
In-Depth Information
//
//helpToolStripButton
//
thi s.helpToolStripButton.DisplayStyle
= System.Windows.Forms.
ToolStripItemDisplayStyle.Image;
this.helpToolStripButton.Image = ((System.
Drawing.Image)(resources.
GetObject(“helpToolStripButton.Image”)));
thi s.helpToolStripButton.ImageTransparentColor
= System.Drawing.Color.Black;
thi s.helpToolStripButton.Name
= “helpToolStripButton”;
this.helpToolStripButton.Size = new System.
Drawing.Size(23, 22);
this.helpToolStripButton.Text = “Help”;
this.helpToolStripButton.Visible = false;
//
//toolStrip
//
thi s.toolStrip.Items.AddRange(new System.
Windows.Forms.ToolStripItem[] {
this.newToolStripButton,
this.openToolStripButton,
this.saveToolStripButton,
this.toolStripSeparator1,
this.toolStripSeparator2,
this.printToolStripButton,
this.printPreviewToolStripButton,
this.helpToolStripButton});
this.toolStrip.Location = new System.Drawing.
Point(0, 0);
this.toolStrip.Name = “toolStrip”;
this.toolStrip.Size = new System.Drawing.
Size(632, 25);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = “ToolStrip”;
//
//Query
//
this.AutoScaleDimensions = new System.Drawing.
SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.
AutoScaleMode.Font;
Search WWH ::




Custom Search