form1.cs
来自「当文字的长度大于label的长度时」· CS 代码 · 共 30 行
CS
30 行
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace PowerNet.Mobile.Label
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
// this.label1.Click += new EventHandler(label1_Click);
}
void label1_Click(object sender, EventArgs e)
{
MessageBox.Show("yes");
throw new Exception("The method or operation is not implemented.");
}
private void moveWordControl1_MouseMove(object sender, MouseEventArgs e)
{
MessageBox.Show("dkjfdk");
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?