翁长征
嘿咻~嘿咻~懂点程序~活着!
经过简单的准备,花了半天的工夫,基本上把设计器的雏形搞出来了。


代码如下:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace ReportGUI
{
    
/// <summary>
    
/// FrmReportDesigner 的摘要说明。
    
/// </summary>

    public class FrmReportDesigner : System.Windows.Forms.Form
    
{
        
private System.Windows.Forms.Button button1;
        
private System.Windows.Forms.Panel panel1;
        
private System.Windows.Forms.Panel pnlReportFrame;
        
private System.Windows.Forms.Panel panel5;
        
private System.Windows.Forms.Splitter splitter4;
        
private System.Windows.Forms.Panel panel4;
        
private System.Windows.Forms.Splitter splitter3;
        
private System.Windows.Forms.Panel panel3;
        
private System.Windows.Forms.Splitter splitter2;
        
private System.Windows.Forms.Panel panel2;
        
private System.Windows.Forms.Splitter splitter1;
        
private System.Windows.Forms.Panel panel6;
        
private System.Windows.Forms.Splitter splitter5;
        
/// <summary>
        
/// 必需的设计器变量。
        
/// </summary>

        private System.ComponentModel.Container components = null;

        
public FrmReportDesigner()
        
{
            
//
            
// Windows 窗体设计器支持所必需的
            
//
            InitializeComponent();

            
//
            
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            
//
        }


        
/// <summary>
        
/// 清理所有正在使用的资源。
        
/// </summary>

        protected override void Dispose( bool disposing )
        
{
            
if( disposing )
            
{
                
if(components != null)
                
{
                    components.Dispose();
                }

            }

            
base.Dispose( disposing );
        }


        
Windows 窗体设计器生成的代码

    }

}

posted on 2006-03-15 09:06  翁长征  阅读(673)  评论(0)    收藏  举报