empls[i++] = new Student("Larry Thomas", "GIS", 80, "大一");
}
/// <summary>
/// Clean up any resources being used. /// </summary>
protected override void Dispose( bool disposing ) {
if( disposing ) {
if (components != null) {
components.Dispose(); } }
base.Dispose( disposing ); }
#region Windows Form Designer generated code /// <summary>
/// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary>
private void InitializeComponent() {
this.lsVac = new System.Windows.Forms.ListBox(); this.btCompute = new System.Windows.Forms.Button(); this.SuspendLayout(); //
// lsVac //
this.lsVac.ItemHeight = 12;
this.lsVac.Location = new System.Drawing.Point(38, 34); http://www.77cn.com.cn = "lsVac";
this.lsVac.Size = new System.Drawing.Size(260, 196); this.lsVac.TabIndex = 0; //
// btCompute //
this.btCompute.Location = new System.Drawing.Point(106, 250);
http://www.77cn.com.cn = "btCompute";
this.btCompute.Size = new System.Drawing.Size(86, 26);