using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace TextWriter
{
    
/// <summary>
    
/// search 的摘要说明。
    
/// </summary>

    public class search : System.Windows.Forms.Form
    
{
        
public string Searchtext
        
{
            
get 
            
{
                
return textBox1.Text;
            }

        }

        
private System.Windows.Forms.TextBox textBox1;
        
private System.Windows.Forms.Button ok;
        
private System.Windows.Forms.Button cancel;
        
private System.Windows.Forms.Label label1;
        
/// <summary>
        
/// 必需的设计器变量。
        
/// </summary>

        private System.ComponentModel.Container components = null;

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

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


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

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

            }

            
base.Dispose( disposing );
        }


        
Windows 窗体设计器生成的代码

        
private void search_Load(object sender, System.EventArgs e)
        
{
        
        }

    }

}

posts - 46, comments - 16, trackbacks - 0, articles - 7

Copyright © 火山工作室