摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Resources;namespace test{ public partial class Form1 : Form { public Form1() //过早函数 { InitializeComponent(); /// 初始化推盘程序参数 this.n 阅读全文
posted @ 2007-09-27 15:54 草青工作室 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2007-09-27 13:54 草青工作室 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 子窗体一旦最大化后,子窗体的图标就越过菜单栏跑到最上面去了,他的位置高过了菜单栏,弄的界面很难看的解决办法!!!!!在主窗口属性中把 MainMenuStrip设置成你的主菜单,也可在代码中加入:this.MainMenuStrip = this.menuMain; 阅读全文
posted @ 2007-09-27 13:49 草青工作室 阅读(102) 评论(0) 推荐(0) 编辑