Form1.Designer.cs
上传用户:bjelec
上传日期:2015-05-18
资源大小:30k
文件大小:7k
源码类别:

网络编程

开发平台:

C#

  1. namespace client
  2. {
  3.     partial class Form1
  4.     {
  5.         /// <summary>
  6.         /// 必需的设计器变量。
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// 清理所有正在使用的资源。
  11.         /// </summary>
  12.         /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows 窗体设计器生成的代码
  22.         /// <summary>
  23.         /// 设计器支持所需的方法 - 不要
  24.         /// 使用代码编辑器修改此方法的内容。
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.button1 = new System.Windows.Forms.Button();
  29.             this.button2 = new System.Windows.Forms.Button();
  30.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  31.             this.listBox1 = new System.Windows.Forms.ListBox();
  32.             this.label1 = new System.Windows.Forms.Label();
  33.             this.button3 = new System.Windows.Forms.Button();
  34.             this.label2 = new System.Windows.Forms.Label();
  35.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  36.             this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  37.             this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  38.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  39.             this.toolStrip1.SuspendLayout();
  40.             this.SuspendLayout();
  41.             // 
  42.             // button1
  43.             // 
  44.             this.button1.Location = new System.Drawing.Point(12, 342);
  45.             this.button1.Name = "button1";
  46.             this.button1.Size = new System.Drawing.Size(75, 23);
  47.             this.button1.TabIndex = 0;
  48.             this.button1.Text = "连接服务器";
  49.             this.button1.UseVisualStyleBackColor = true;
  50.             this.button1.Click += new System.EventHandler(this.button1_Click);
  51.             // 
  52.             // button2
  53.             // 
  54.             this.button2.Location = new System.Drawing.Point(225, 342);
  55.             this.button2.Name = "button2";
  56.             this.button2.Size = new System.Drawing.Size(75, 23);
  57.             this.button2.TabIndex = 1;
  58.             this.button2.Text = "发送消息";
  59.             this.button2.UseVisualStyleBackColor = true;
  60.             this.button2.Click += new System.EventHandler(this.button2_Click);
  61.             // 
  62.             // richTextBox1
  63.             // 
  64.             this.richTextBox1.Location = new System.Drawing.Point(1, 236);
  65.             this.richTextBox1.Name = "richTextBox1";
  66.             this.richTextBox1.Size = new System.Drawing.Size(309, 100);
  67.             this.richTextBox1.TabIndex = 2;
  68.             this.richTextBox1.Text = "";
  69.             // 
  70.             // listBox1
  71.             // 
  72.             this.listBox1.FormattingEnabled = true;
  73.             this.listBox1.ItemHeight = 12;
  74.             this.listBox1.Location = new System.Drawing.Point(1, 24);
  75.             this.listBox1.Name = "listBox1";
  76.             this.listBox1.Size = new System.Drawing.Size(309, 184);
  77.             this.listBox1.TabIndex = 3;
  78.             // 
  79.             // label1
  80.             // 
  81.             this.label1.AutoSize = true;
  82.             this.label1.Location = new System.Drawing.Point(-1, 9);
  83.             this.label1.Name = "label1";
  84.             this.label1.Size = new System.Drawing.Size(53, 12);
  85.             this.label1.TabIndex = 4;
  86.             this.label1.Text = "消息显示";
  87.             // 
  88.             // button3
  89.             // 
  90.             this.button3.Location = new System.Drawing.Point(200, 210);
  91.             this.button3.Name = "button3";
  92.             this.button3.Size = new System.Drawing.Size(100, 23);
  93.             this.button3.TabIndex = 8;
  94.             this.button3.Text = "清除聊天记录";
  95.             this.button3.UseVisualStyleBackColor = true;
  96.             this.button3.Click += new System.EventHandler(this.button3_Click);
  97.             // 
  98.             // label2
  99.             // 
  100.             this.label2.AutoSize = true;
  101.             this.label2.Location = new System.Drawing.Point(-2, 221);
  102.             this.label2.Name = "label2";
  103.             this.label2.Size = new System.Drawing.Size(53, 12);
  104.             this.label2.TabIndex = 7;
  105.             this.label2.Text = "消息发送";
  106.             // 
  107.             // toolStrip1
  108.             // 
  109.             this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
  110.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111.             this.toolStripLabel1,
  112.             this.toolStripLabel2});
  113.             this.toolStrip1.Location = new System.Drawing.Point(0, 367);
  114.             this.toolStrip1.Name = "toolStrip1";
  115.             this.toolStrip1.Size = new System.Drawing.Size(469, 25);
  116.             this.toolStrip1.TabIndex = 9;
  117.             this.toolStrip1.Text = "toolStrip1";
  118.             // 
  119.             // toolStripLabel1
  120.             // 
  121.             this.toolStripLabel1.Name = "toolStripLabel1";
  122.             this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
  123.             // 
  124.             // toolStripLabel2
  125.             // 
  126.             this.toolStripLabel2.Name = "toolStripLabel2";
  127.             this.toolStripLabel2.Size = new System.Drawing.Size(0, 22);
  128.             // 
  129.             // openFileDialog1
  130.             // 
  131.             this.openFileDialog1.FileName = "openFileDialog1";
  132.             // 
  133.             // Form1
  134.             // 
  135.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  136.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137.             this.ClientSize = new System.Drawing.Size(469, 392);
  138.             this.Controls.Add(this.toolStrip1);
  139.             this.Controls.Add(this.button3);
  140.             this.Controls.Add(this.label2);
  141.             this.Controls.Add(this.label1);
  142.             this.Controls.Add(this.listBox1);
  143.             this.Controls.Add(this.richTextBox1);
  144.             this.Controls.Add(this.button2);
  145.             this.Controls.Add(this.button1);
  146.             this.MaximizeBox = false;
  147.             this.Name = "Form1";
  148.             this.Text = "客户端";
  149.             this.toolStrip1.ResumeLayout(false);
  150.             this.toolStrip1.PerformLayout();
  151.             this.ResumeLayout(false);
  152.             this.PerformLayout();
  153.         }
  154.         #endregion
  155.         private System.Windows.Forms.Button button1;
  156.         private System.Windows.Forms.Button button2;
  157.         private System.Windows.Forms.RichTextBox richTextBox1;
  158.         private System.Windows.Forms.ListBox listBox1;
  159.         private System.Windows.Forms.Label label1;
  160.         private System.Windows.Forms.Button button3;
  161.         private System.Windows.Forms.Label label2;
  162.         private System.Windows.Forms.ToolStrip toolStrip1;
  163.         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  164.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  165.         private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  166.     }
  167. }