www.pudn.com > SMSManagement.rar > SMSForm.designer.cs


namespace SMSManagement 
{ 
    partial class SMSForm 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
        private System.Windows.Forms.MainMenu mainMenu1; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMSForm)); 
            this.mainMenu1 = new System.Windows.Forms.MainMenu(); 
            this.menuItem1 = new System.Windows.Forms.MenuItem(); 
            this.menuItem2 = new System.Windows.Forms.MenuItem(); 
            this.treeView1 = new System.Windows.Forms.TreeView(); 
            this.imageList1 = new System.Windows.Forms.ImageList(); 
            this.textBox1 = new System.Windows.Forms.TextBox(); 
            this.splitter1 = new System.Windows.Forms.Splitter(); 
            this.SuspendLayout(); 
            //  
            // mainMenu1 
            //  
            this.mainMenu1.MenuItems.Add(this.menuItem1); 
            this.mainMenu1.MenuItems.Add(this.menuItem2); 
            //  
            // menuItem1 
            //  
            this.menuItem1.Text = "发送"; 
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click); 
            //  
            // menuItem2 
            //  
            this.menuItem2.Text = "退出"; 
            this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click); 
            //  
            // treeView1 
            //  
            this.treeView1.Dock = System.Windows.Forms.DockStyle.Top; 
            this.treeView1.ImageIndex = 0; 
            this.treeView1.ImageList = this.imageList1; 
            this.treeView1.Location = new System.Drawing.Point(0, 0); 
            this.treeView1.Name = "treeView1"; 
            this.treeView1.SelectedImageIndex = 2; 
            this.treeView1.Size = new System.Drawing.Size(240, 128); 
            this.treeView1.TabIndex = 0; 
            this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect); 
            this.imageList1.Images.Clear(); 
            this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource")))); 
            this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource1")))); 
            this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("resource2")))); 
            //  
            // textBox1 
            //  
            this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.textBox1.Location = new System.Drawing.Point(0, 128); 
            this.textBox1.Multiline = true; 
            this.textBox1.Name = "textBox1"; 
            this.textBox1.ReadOnly = true; 
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; 
            this.textBox1.Size = new System.Drawing.Size(240, 140); 
            this.textBox1.TabIndex = 1; 
            //  
            // splitter1 
            //  
            this.splitter1.BackColor = System.Drawing.Color.Black; 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top; 
            this.splitter1.Location = new System.Drawing.Point(0, 128); 
            this.splitter1.Name = "splitter1"; 
            this.splitter1.Size = new System.Drawing.Size(240, 5); 
            //  
            // SMSForm 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 
            this.AutoScroll = true; 
            this.ClientSize = new System.Drawing.Size(240, 268); 
            this.Controls.Add(this.splitter1); 
            this.Controls.Add(this.textBox1); 
            this.Controls.Add(this.treeView1); 
            this.Menu = this.mainMenu1; 
            this.Name = "SMSForm"; 
            this.Text = "短信管理器"; 
            this.Load += new System.EventHandler(this.SMSForm_Load); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.TreeView treeView1; 
        private System.Windows.Forms.TextBox textBox1; 
        private System.Windows.Forms.Splitter splitter1; 
        private System.Windows.Forms.ImageList imageList1; 
        private System.Windows.Forms.MenuItem menuItem1; 
        private System.Windows.Forms.MenuItem menuItem2; 
    } 
}