using HZH_Controls; using HZH_Controls.Controls; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WinForms { public partial class WorkWidth : Form { public String selectValue; public WorkWidth() { InitializeComponent(); } private void btnSubmit_Click(object sender, EventArgs e) { } private void btnCancel_Click(object sender, EventArgs e) { this.DialogResult = DialogResult.Cancel; } } }