⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chat_frm.designer.cs

📁 C#实现的网络编程实验聊天程序(含论文)
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace EasyChat
{
    partial class chat_frm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(chat_frm));
            this.chatrcd_rtb = new System.Windows.Forms.RichTextBox();
            this.msg_tb = new System.Windows.Forms.TextBox();
            this.clear_btn = new System.Windows.Forms.Button();
            this.close_btn = new System.Windows.Forms.Button();
            this.send_btn = new System.Windows.Forms.Button();
            this.save_btn = new System.Windows.Forms.Button();
            this.user_lb = new System.Windows.Forms.Label();
            this.svrskt_lb = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.online_cb = new System.Windows.Forms.ComboBox();
            this.private_rb = new System.Windows.Forms.RadioButton();
            this.broadcast_rb = new System.Windows.Forms.RadioButton();
            this.label2 = new System.Windows.Forms.Label();
            this.hide_cb = new System.Windows.Forms.CheckBox();
            this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.comeback_tsmi = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.close_tsmi = new System.Windows.Forms.ToolStripMenuItem();
            this.nudge_pb = new System.Windows.Forms.PictureBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudge_pb)).BeginInit();
            this.SuspendLayout();
            // 
            // chatrcd_rtb
            // 
            this.chatrcd_rtb.AutoWordSelection = true;
            this.chatrcd_rtb.BackColor = System.Drawing.SystemColors.Window;
            this.chatrcd_rtb.Location = new System.Drawing.Point(13, 30);
            this.chatrcd_rtb.Name = "chatrcd_rtb";
            this.chatrcd_rtb.ReadOnly = true;
            this.chatrcd_rtb.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
            this.chatrcd_rtb.Size = new System.Drawing.Size(494, 253);
            this.chatrcd_rtb.TabIndex = 0;
            this.chatrcd_rtb.Text = "";
            this.chatrcd_rtb.TextChanged += new System.EventHandler(this.chatrcd_rtb_TextChanged);
            // 
            // msg_tb
            // 
            this.msg_tb.Location = new System.Drawing.Point(13, 326);
            this.msg_tb.Multiline = true;
            this.msg_tb.Name = "msg_tb";
            this.msg_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.msg_tb.Size = new System.Drawing.Size(494, 90);
            this.msg_tb.TabIndex = 1;
            // 
            // clear_btn
            // 
            this.clear_btn.Location = new System.Drawing.Point(120, 431);
            this.clear_btn.Name = "clear_btn";
            this.clear_btn.Size = new System.Drawing.Size(92, 23);
            this.clear_btn.TabIndex = 3;
            this.clear_btn.Text = "清除聊天记录";
            this.clear_btn.UseVisualStyleBackColor = true;
            this.clear_btn.Click += new System.EventHandler(this.clear_btn_Click);
            // 
            // close_btn
            // 
            this.close_btn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.close_btn.Location = new System.Drawing.Point(354, 431);
            this.close_btn.Name = "close_btn";
            this.close_btn.Size = new System.Drawing.Size(69, 23);
            this.close_btn.TabIndex = 4;
            this.close_btn.Text = "关 闭";
            this.close_btn.UseVisualStyleBackColor = true;
            this.close_btn.Click += new System.EventHandler(this.close_btn_Click);
            // 
            // send_btn
            // 
            this.send_btn.Location = new System.Drawing.Point(438, 431);
            this.send_btn.Name = "send_btn";
            this.send_btn.Size = new System.Drawing.Size(69, 23);
            this.send_btn.TabIndex = 5;
            this.send_btn.Text = "发 送";
            this.send_btn.UseVisualStyleBackColor = true;
            this.send_btn.Click += new System.EventHandler(this.send_btn_Click);
            // 
            // save_btn
            // 
            this.save_btn.Location = new System.Drawing.Point(14, 431);
            this.save_btn.Name = "save_btn";
            this.save_btn.Size = new System.Drawing.Size(92, 23);
            this.save_btn.TabIndex = 6;
            this.save_btn.Text = "保存聊天记录";
            this.save_btn.UseVisualStyleBackColor = true;
            this.save_btn.Click += new System.EventHandler(this.save_btn_Click);
            // 
            // user_lb
            // 
            this.user_lb.AutoSize = true;
            this.user_lb.Location = new System.Drawing.Point(12, 9);
            this.user_lb.Name = "user_lb";
            this.user_lb.Size = new System.Drawing.Size(29, 12);
            this.user_lb.TabIndex = 12;
            this.user_lb.Text = "name";
            this.user_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // svrskt_lb
            // 
            this.svrskt_lb.AutoSize = true;
            this.svrskt_lb.Location = new System.Drawing.Point(203, 9);
            this.svrskt_lb.Name = "svrskt_lb";
            this.svrskt_lb.Size = new System.Drawing.Size(41, 12);
            this.svrskt_lb.TabIndex = 13;
            this.svrskt_lb.Text = "label1";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 300);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 15;
            this.label1.Text = "请选择接受方:";
            // 
            // online_cb
            // 
            this.online_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.online_cb.FormattingEnabled = true;
            this.online_cb.Location = new System.Drawing.Point(99, 296);
            this.online_cb.Name = "online_cb";
            this.online_cb.Size = new System.Drawing.Size(126, 20);
            this.online_cb.TabIndex = 16;
            this.online_cb.DropDown += new System.EventHandler(this.online_cb_DropDown);
            // 
            // private_rb
            // 
            this.private_rb.AutoSize = true;
            this.private_rb.Location = new System.Drawing.Point(380, 298);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -