.menuItemInvert.Text =" 插入"; // // menuItemGray // this .menuItemGray.Name = "menuItemGray" ; this .menuItemGray.Size = new System.Drawing.Size(152, 22); this .menuItemGray.Text =" 灰度"; // // menuItemBright // this .menuItemBright.Name = "menuItemBright" ; this .menuItemBright.Size = new System.Drawing.Size(152, 22); this .menuItemBright.Text =" 亮度"; // // Form1 // this .AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this .AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this .ClientSize = new System.Drawing.Size(292, 267); this .Controls.Add( this .menuStrip1); this .MainMenuStrip = this .menuStrip1; this .Name = "Form1" ; this .Text = "Form1" ; this .menuStrip1.ResumeLayout( false ); this .menuStrip1.PerformLayout(); this .ResumeLayout( false ); this .PerformLayout(); }