cmSysButton1.Bounds = new System.Drawing.Rectangle(382, 8, 27, 22);
cmSysButton1.BoxState = CCWin.ControlBoxState.Normal;
cmSysButton1.Location = new System.Drawing.Point(382, 8);
cmSysButton1.Name = "SysTool";
cmSysButton1.OwnerForm = this;
cmSysButton1.Size = new System.Drawing.Size(27, 22);
cmSysButton1.SysButtonDown = null;
cmSysButton1.SysButtonMouse = null;
cmSysButton1.SysButtonNorml = null;
cmSysButton1.ToolTip = "主菜单";
this.SysButtonItems.AddRange(new CCWin.CmSysButton[] {
cmSysButton1});
|