ChatClient.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace SocketChat.Client
  2. {
  3. partial class ChatClient
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnClose = new System.Windows.Forms.Button();
  29. this.btnSend = new System.Windows.Forms.Button();
  30. this.txtSendMsg = new System.Windows.Forms.RichTextBox();
  31. this.txtChatMsg = new System.Windows.Forms.RichTextBox();
  32. this.lb_online = new System.Windows.Forms.Label();
  33. this.lbx_online = new System.Windows.Forms.ListBox();
  34. this.TcpInfo = new System.Windows.Forms.RichTextBox();
  35. this.lb_receive = new System.Windows.Forms.Label();
  36. this.lb_log = new System.Windows.Forms.Label();
  37. this.lb_send = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // btnClose
  41. //
  42. this.btnClose.Location = new System.Drawing.Point(495, 294);
  43. this.btnClose.Name = "btnClose";
  44. this.btnClose.Size = new System.Drawing.Size(75, 32);
  45. this.btnClose.TabIndex = 11;
  46. this.btnClose.Text = "关闭";
  47. this.btnClose.UseVisualStyleBackColor = true;
  48. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  49. //
  50. // btnSend
  51. //
  52. this.btnSend.Location = new System.Drawing.Point(495, 245);
  53. this.btnSend.Name = "btnSend";
  54. this.btnSend.Size = new System.Drawing.Size(75, 35);
  55. this.btnSend.TabIndex = 10;
  56. this.btnSend.Text = "发送";
  57. this.btnSend.UseVisualStyleBackColor = true;
  58. this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
  59. //
  60. // txtSendMsg
  61. //
  62. this.txtSendMsg.Location = new System.Drawing.Point(167, 245);
  63. this.txtSendMsg.Name = "txtSendMsg";
  64. this.txtSendMsg.Size = new System.Drawing.Size(322, 81);
  65. this.txtSendMsg.TabIndex = 9;
  66. this.txtSendMsg.Text = "";
  67. //
  68. // txtChatMsg
  69. //
  70. this.txtChatMsg.Location = new System.Drawing.Point(167, 25);
  71. this.txtChatMsg.Name = "txtChatMsg";
  72. this.txtChatMsg.Size = new System.Drawing.Size(403, 193);
  73. this.txtChatMsg.TabIndex = 8;
  74. this.txtChatMsg.Text = "";
  75. this.txtChatMsg.WordWrap = false;
  76. //
  77. // lb_online
  78. //
  79. this.lb_online.AutoSize = true;
  80. this.lb_online.Location = new System.Drawing.Point(9, 10);
  81. this.lb_online.Name = "lb_online";
  82. this.lb_online.Size = new System.Drawing.Size(65, 12);
  83. this.lb_online.TabIndex = 7;
  84. this.lb_online.Text = "在线列表:";
  85. //
  86. // lbx_online
  87. //
  88. this.lbx_online.FormattingEnabled = true;
  89. this.lbx_online.ItemHeight = 12;
  90. this.lbx_online.Location = new System.Drawing.Point(9, 25);
  91. this.lbx_online.Name = "lbx_online";
  92. this.lbx_online.Size = new System.Drawing.Size(125, 304);
  93. this.lbx_online.TabIndex = 6;
  94. //
  95. // TcpInfo
  96. //
  97. this.TcpInfo.Location = new System.Drawing.Point(600, 25);
  98. this.TcpInfo.Name = "TcpInfo";
  99. this.TcpInfo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  100. this.TcpInfo.Size = new System.Drawing.Size(234, 193);
  101. this.TcpInfo.TabIndex = 12;
  102. this.TcpInfo.Text = "";
  103. this.TcpInfo.WordWrap = false;
  104. //
  105. // lb_receive
  106. //
  107. this.lb_receive.AutoSize = true;
  108. this.lb_receive.Location = new System.Drawing.Point(165, 9);
  109. this.lb_receive.Name = "lb_receive";
  110. this.lb_receive.Size = new System.Drawing.Size(65, 12);
  111. this.lb_receive.TabIndex = 13;
  112. this.lb_receive.Text = "接收消息:";
  113. //
  114. // lb_log
  115. //
  116. this.lb_log.AutoSize = true;
  117. this.lb_log.Location = new System.Drawing.Point(616, 9);
  118. this.lb_log.Name = "lb_log";
  119. this.lb_log.Size = new System.Drawing.Size(35, 12);
  120. this.lb_log.TabIndex = 14;
  121. this.lb_log.Text = "Log:";
  122. //
  123. // lb_send
  124. //
  125. this.lb_send.AutoSize = true;
  126. this.lb_send.Location = new System.Drawing.Point(165, 229);
  127. this.lb_send.Name = "lb_send";
  128. this.lb_send.Size = new System.Drawing.Size(65, 12);
  129. this.lb_send.TabIndex = 15;
  130. this.lb_send.Text = "发送消息:";
  131. //
  132. // ChatClient
  133. //
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(846, 350);
  137. this.Controls.Add(this.lb_send);
  138. this.Controls.Add(this.lb_log);
  139. this.Controls.Add(this.lb_receive);
  140. this.Controls.Add(this.TcpInfo);
  141. this.Controls.Add(this.btnClose);
  142. this.Controls.Add(this.btnSend);
  143. this.Controls.Add(this.txtSendMsg);
  144. this.Controls.Add(this.txtChatMsg);
  145. this.Controls.Add(this.lb_online);
  146. this.Controls.Add(this.lbx_online);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  148. this.Name = "ChatClient";
  149. this.Text = "客户端";
  150. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChatClient_FormClosing);
  151. this.ResumeLayout(false);
  152. this.PerformLayout();
  153. }
  154. #endregion
  155. private System.Windows.Forms.Button btnClose;
  156. private System.Windows.Forms.Button btnSend;
  157. private System.Windows.Forms.RichTextBox txtSendMsg;
  158. private System.Windows.Forms.RichTextBox txtChatMsg;
  159. private System.Windows.Forms.Label lb_online;
  160. private System.Windows.Forms.ListBox lbx_online;
  161. private System.Windows.Forms.RichTextBox TcpInfo;
  162. private System.Windows.Forms.Label lb_receive;
  163. private System.Windows.Forms.Label lb_log;
  164. private System.Windows.Forms.Label lb_send;
  165. }
  166. }