📄 chat_frm.designer.cs
字号:
this.private_rb.Name = "private_rb";
this.private_rb.Size = new System.Drawing.Size(59, 16);
this.private_rb.TabIndex = 17;
this.private_rb.Text = "悄悄话";
this.private_rb.UseVisualStyleBackColor = true;
//
// broadcast_rb
//
this.broadcast_rb.AutoSize = true;
this.broadcast_rb.Checked = true;
this.broadcast_rb.Location = new System.Drawing.Point(449, 298);
this.broadcast_rb.Name = "broadcast_rb";
this.broadcast_rb.Size = new System.Drawing.Size(59, 16);
this.broadcast_rb.TabIndex = 18;
this.broadcast_rb.TabStop = true;
this.broadcast_rb.Text = "聊天室";
this.broadcast_rb.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.broadcast_rb.UseVisualStyleBackColor = true;
this.broadcast_rb.CheckedChanged += new System.EventHandler(this.broadcast_rb_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(309, 301);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 19;
this.label2.Text = "聊天模式:";
//
// hide_cb
//
this.hide_cb.AutoSize = true;
this.hide_cb.Location = new System.Drawing.Point(412, 8);
this.hide_cb.Name = "hide_cb";
this.hide_cb.Size = new System.Drawing.Size(96, 16);
this.hide_cb.TabIndex = 20;
this.hide_cb.Text = "最小化到托盘";
this.hide_cb.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.hide_cb.UseVisualStyleBackColor = true;
this.hide_cb.CheckedChanged += new System.EventHandler(this.hide_cb_CheckedChanged);
//
// notifyIcon1
//
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
this.notifyIcon1.Text = "EasyChat";
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.comeback_tsmi,
this.toolStripSeparator1,
this.close_tsmi});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(119, 54);
//
// comeback_tsmi
//
this.comeback_tsmi.Name = "comeback_tsmi";
this.comeback_tsmi.Size = new System.Drawing.Size(118, 22);
this.comeback_tsmi.Text = "还原窗口";
this.comeback_tsmi.Click += new System.EventHandler(this.comeback_tsmi_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(115, 6);
//
// close_tsmi
//
this.close_tsmi.Name = "close_tsmi";
this.close_tsmi.Size = new System.Drawing.Size(118, 22);
this.close_tsmi.Text = "关闭连接";
this.close_tsmi.Click += new System.EventHandler(this.close_tsmi_Click);
//
// nudge_pb
//
this.nudge_pb.Image = ((System.Drawing.Image)(resources.GetObject("nudge_pb.Image")));
this.nudge_pb.Location = new System.Drawing.Point(254, 295);
this.nudge_pb.Name = "nudge_pb";
this.nudge_pb.Size = new System.Drawing.Size(34, 22);
this.nudge_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.nudge_pb.TabIndex = 21;
this.nudge_pb.TabStop = false;
this.toolTip1.SetToolTip(this.nudge_pb, "振你没商量!");
this.nudge_pb.Click += new System.EventHandler(this.nudge_pb_Click);
//
// toolTip1
//
this.toolTip1.AutomaticDelay = 100;
this.toolTip1.AutoPopDelay = 3000;
this.toolTip1.InitialDelay = 100;
this.toolTip1.IsBalloon = true;
this.toolTip1.ReshowDelay = 20;
this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.toolTip1.ToolTipTitle = "发送闪屏振动";
//
// chat_frm
//
this.AcceptButton = this.send_btn;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.close_btn;
this.ClientSize = new System.Drawing.Size(520, 471);
this.Controls.Add(this.nudge_pb);
this.Controls.Add(this.label2);
this.Controls.Add(this.online_cb);
this.Controls.Add(this.hide_cb);
this.Controls.Add(this.broadcast_rb);
this.Controls.Add(this.private_rb);
this.Controls.Add(this.label1);
this.Controls.Add(this.svrskt_lb);
this.Controls.Add(this.user_lb);
this.Controls.Add(this.save_btn);
this.Controls.Add(this.send_btn);
this.Controls.Add(this.close_btn);
this.Controls.Add(this.clear_btn);
this.Controls.Add(this.msg_tb);
this.Controls.Add(this.chatrcd_rtb);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.KeyPreview = true;
this.MaximizeBox = false;
this.Name = "chat_frm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "聊天窗口";
this.SizeChanged += new System.EventHandler(this.chat_frm_SizeChanged);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.chat_frm_FormClosing);
this.Load += new System.EventHandler(this.chat_frm_Load);
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.nudge_pb)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox chatrcd_rtb;
private System.Windows.Forms.TextBox msg_tb;
private System.Windows.Forms.Button clear_btn;
private System.Windows.Forms.Button close_btn;
private System.Windows.Forms.Button send_btn;
private System.Windows.Forms.Button save_btn;
private System.Windows.Forms.Label user_lb;
private System.Windows.Forms.Label svrskt_lb;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox online_cb;
private System.Windows.Forms.RadioButton private_rb;
private System.Windows.Forms.RadioButton broadcast_rb;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.CheckBox hide_cb;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem comeback_tsmi;
private System.Windows.Forms.ToolStripMenuItem close_tsmi;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.PictureBox nudge_pb;
private System.Windows.Forms.ToolTip toolTip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -