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

网络编程

开发平台:

C#

  1. namespace server
  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.listBox1 = new System.Windows.Forms.ListBox();
  29.             this.label1 = new System.Windows.Forms.Label();
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  32.             this.button1 = new System.Windows.Forms.Button();
  33.             this.button2 = new System.Windows.Forms.Button();
  34.             this.button3 = new System.Windows.Forms.Button();
  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.panel1 = new System.Windows.Forms.Panel();
  39.             this.textBox2 = new System.Windows.Forms.TextBox();
  40.             this.textBox1 = new System.Windows.Forms.TextBox();
  41.             this.button5 = new System.Windows.Forms.Button();
  42.             this.button4 = new System.Windows.Forms.Button();
  43.             this.label3 = new System.Windows.Forms.Label();
  44.             this.label4 = new System.Windows.Forms.Label();
  45.             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  46.             this.toolStrip1.SuspendLayout();
  47.             this.panel1.SuspendLayout();
  48.             this.SuspendLayout();
  49.             // 
  50.             // listBox1
  51.             // 
  52.             this.listBox1.FormattingEnabled = true;
  53.             this.listBox1.ItemHeight = 12;
  54.             this.listBox1.Location = new System.Drawing.Point(0, 24);
  55.             this.listBox1.Name = "listBox1";
  56.             this.listBox1.Size = new System.Drawing.Size(293, 172);
  57.             this.listBox1.TabIndex = 0;
  58.             // 
  59.             // label1
  60.             // 
  61.             this.label1.AutoSize = true;
  62.             this.label1.Location = new System.Drawing.Point(-2, 9);
  63.             this.label1.Name = "label1";
  64.             this.label1.Size = new System.Drawing.Size(53, 12);
  65.             this.label1.TabIndex = 1;
  66.             this.label1.Text = "消息显示";
  67.             // 
  68.             // label2
  69.             // 
  70.             this.label2.AutoSize = true;
  71.             this.label2.Location = new System.Drawing.Point(-2, 214);
  72.             this.label2.Name = "label2";
  73.             this.label2.Size = new System.Drawing.Size(53, 12);
  74.             this.label2.TabIndex = 2;
  75.             this.label2.Text = "消息发送";
  76.             // 
  77.             // richTextBox1
  78.             // 
  79.             this.richTextBox1.Location = new System.Drawing.Point(0, 238);
  80.             this.richTextBox1.Name = "richTextBox1";
  81.             this.richTextBox1.Size = new System.Drawing.Size(293, 96);
  82.             this.richTextBox1.TabIndex = 3;
  83.             this.richTextBox1.Text = "";
  84.             // 
  85.             // button1
  86.             // 
  87.             this.button1.Location = new System.Drawing.Point(12, 340);
  88.             this.button1.Name = "button1";
  89.             this.button1.Size = new System.Drawing.Size(75, 23);
  90.             this.button1.TabIndex = 4;
  91.             this.button1.Text = "等待连接";
  92.             this.button1.UseVisualStyleBackColor = true;
  93.             this.button1.Click += new System.EventHandler(this.button1_Click);
  94.             // 
  95.             // button2
  96.             // 
  97.             this.button2.Location = new System.Drawing.Point(195, 340);
  98.             this.button2.Name = "button2";
  99.             this.button2.Size = new System.Drawing.Size(75, 23);
  100.             this.button2.TabIndex = 5;
  101.             this.button2.Text = "发送";
  102.             this.button2.UseVisualStyleBackColor = true;
  103.             this.button2.Click += new System.EventHandler(this.button2_Click);
  104.             // 
  105.             // button3
  106.             // 
  107.             this.button3.Location = new System.Drawing.Point(170, 209);
  108.             this.button3.Name = "button3";
  109.             this.button3.Size = new System.Drawing.Size(100, 23);
  110.             this.button3.TabIndex = 6;
  111.             this.button3.Text = "清除聊天记录";
  112.             this.button3.UseVisualStyleBackColor = true;
  113.             this.button3.Click += new System.EventHandler(this.button3_Click);
  114.             // 
  115.             // toolStrip1
  116.             // 
  117.             this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom;
  118.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  119.             this.toolStripLabel1,
  120.             this.toolStripLabel2});
  121.             this.toolStrip1.Location = new System.Drawing.Point(0, 363);
  122.             this.toolStrip1.Name = "toolStrip1";
  123.             this.toolStrip1.Size = new System.Drawing.Size(453, 25);
  124.             this.toolStrip1.TabIndex = 7;
  125.             this.toolStrip1.Text = "toolStrip1";
  126.             // 
  127.             // toolStripLabel1
  128.             // 
  129.             this.toolStripLabel1.Name = "toolStripLabel1";
  130.             this.toolStripLabel1.Size = new System.Drawing.Size(0, 22);
  131.             // 
  132.             // toolStripLabel2
  133.             // 
  134.             this.toolStripLabel2.Name = "toolStripLabel2";
  135.             this.toolStripLabel2.Size = new System.Drawing.Size(0, 22);
  136.             // 
  137.             // panel1
  138.             // 
  139.             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  140.             this.panel1.Controls.Add(this.textBox2);
  141.             this.panel1.Controls.Add(this.textBox1);
  142.             this.panel1.Controls.Add(this.button5);
  143.             this.panel1.Controls.Add(this.button4);
  144.             this.panel1.Controls.Add(this.label3);
  145.             this.panel1.Controls.Add(this.label4);
  146.             this.panel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147.             this.panel1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
  148.             this.panel1.Location = new System.Drawing.Point(299, 24);
  149.             this.panel1.Name = "panel1";
  150.             this.panel1.Size = new System.Drawing.Size(153, 312);
  151.             this.panel1.TabIndex = 14;
  152.             // 
  153.             // textBox2
  154.             // 
  155.             this.textBox2.Location = new System.Drawing.Point(0, 158);
  156.             this.textBox2.Multiline = true;
  157.             this.textBox2.Name = "textBox2";
  158.             this.textBox2.Size = new System.Drawing.Size(150, 111);
  159.             this.textBox2.TabIndex = 15;
  160.             // 
  161.             // textBox1
  162.             // 
  163.             this.textBox1.Location = new System.Drawing.Point(0, 24);
  164.             this.textBox1.Multiline = true;
  165.             this.textBox1.Name = "textBox1";
  166.             this.textBox1.Size = new System.Drawing.Size(153, 94);
  167.             this.textBox1.TabIndex = 14;
  168.             // 
  169.             // button5
  170.             // 
  171.             this.button5.Location = new System.Drawing.Point(75, 286);
  172.             this.button5.Name = "button5";
  173.             this.button5.Size = new System.Drawing.Size(75, 23);
  174.             this.button5.TabIndex = 13;
  175.             this.button5.Text = "发送文件";
  176.             this.button5.UseVisualStyleBackColor = true;
  177.             this.button5.Click += new System.EventHandler(this.button5_Click);
  178.             // 
  179.             // button4
  180.             // 
  181.             this.button4.Location = new System.Drawing.Point(3, 286);
  182.             this.button4.Name = "button4";
  183.             this.button4.Size = new System.Drawing.Size(75, 23);
  184.             this.button4.TabIndex = 12;
  185.             this.button4.Text = "打开文件";
  186.             this.button4.UseVisualStyleBackColor = true;
  187.             this.button4.Click += new System.EventHandler(this.button4_Click);
  188.             // 
  189.             // label3
  190.             // 
  191.             this.label3.AutoSize = true;
  192.             this.label3.Location = new System.Drawing.Point(3, 9);
  193.             this.label3.Name = "label3";
  194.             this.label3.Size = new System.Drawing.Size(57, 12);
  195.             this.label3.TabIndex = 10;
  196.             this.label3.Text = "文件路径";
  197.             // 
  198.             // label4
  199.             // 
  200.             this.label4.AutoSize = true;
  201.             this.label4.Location = new System.Drawing.Point(3, 143);
  202.             this.label4.Name = "label4";
  203.             this.label4.Size = new System.Drawing.Size(57, 12);
  204.             this.label4.TabIndex = 11;
  205.             this.label4.Text = "文件大小";
  206.             // 
  207.             // openFileDialog1
  208.             // 
  209.             this.openFileDialog1.FileName = "openFileDialog1";
  210.             // 
  211.             // Form1
  212.             // 
  213.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215.             this.ClientSize = new System.Drawing.Size(453, 388);
  216.             this.Controls.Add(this.panel1);
  217.             this.Controls.Add(this.toolStrip1);
  218.             this.Controls.Add(this.button3);
  219.             this.Controls.Add(this.button2);
  220.             this.Controls.Add(this.button1);
  221.             this.Controls.Add(this.richTextBox1);
  222.             this.Controls.Add(this.label2);
  223.             this.Controls.Add(this.label1);
  224.             this.Controls.Add(this.listBox1);
  225.             this.MaximizeBox = false;
  226.             this.Name = "Form1";
  227.             this.Text = "服务器端";
  228.             this.toolStrip1.ResumeLayout(false);
  229.             this.toolStrip1.PerformLayout();
  230.             this.panel1.ResumeLayout(false);
  231.             this.panel1.PerformLayout();
  232.             this.ResumeLayout(false);
  233.             this.PerformLayout();
  234.         }
  235.         #endregion
  236.         private System.Windows.Forms.ListBox listBox1;
  237.         private System.Windows.Forms.Label label1;
  238.         private System.Windows.Forms.Label label2;
  239.         private System.Windows.Forms.RichTextBox richTextBox1;
  240.         private System.Windows.Forms.Button button1;
  241.         private System.Windows.Forms.Button button2;
  242.         private System.Windows.Forms.Button button3;
  243.         private System.Windows.Forms.ToolStrip toolStrip1;
  244.         private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  245.         private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  246.         private System.Windows.Forms.Panel panel1;
  247.         private System.Windows.Forms.TextBox textBox2;
  248.         private System.Windows.Forms.TextBox textBox1;
  249.         private System.Windows.Forms.Button button5;
  250.         private System.Windows.Forms.Button button4;
  251.         private System.Windows.Forms.Label label3;
  252.         private System.Windows.Forms.Label label4;
  253.         private System.Windows.Forms.OpenFileDialog openFileDialog1;
  254.     }
  255. }