C oop體檢套餐管理系統

2021-07-27 19:30:00 字數 2370 閱讀 8149

using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

namespace healthcheck

set

}private string bewrite;

public string bewrite

set

}private int price;

public int price

set

}public healthcheckitem()

{}public healthcheckitem(string name,int price,string bewrite)

public static dictionaryitemdic = new dictionary(),,

,,,,

,};}using system;

using system.collections.generic;

using system.linq;

using system.text;

using system.threading.tasks;

namespace healthcheck

set

}public listitemlist=new list();

public static dictionary> setdic = new dictionary>();

public healthcheckset()

public healthcheckset(string name)

///

/// dic_values 新增

///

///

public static void dicadd(listlist,string str)}}

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 healthcheck

private void frmmain_load(object sender, eventargs e)

//更新檢查專案列表

private void renovateitem()

}//更新**列表

private void renovatelist()

if (cbolist.items.count>2)

}//**列表

private void cbolist_selectedindexchanged(object sender, eventargs e)

else

}///

/// 重新整理dgv列表

///

private void renovatedgv()

///

/// 檢查總金額

///

///

///

private int pricesum(string key)

return sum;

}//專案列表

private void cboitem_selectedindexchanged(object sender, eventargs e)

else

}//dgv單擊事件

private void dgvhealthcheckinfo_cellclick(object sender, datagridviewcelleventargs e)

}//刪除檢查專案

private void b***eleteitem_click(object sender, eventargs e)}}

//新增檢查專案

private void btnadditem_click(object sender, eventargs e)

else

}//**新增

private void btnadd_click(object sender, eventargs e)

}healthcheckset dic = new healthcheckset(txtname.text);

renovatelist();}}

}}

體檢套餐管理系統

今天,我們來寫乙個體檢 管理系統的小專案 專案需求 1.載入預設體檢 如下圖所示 2.顯示指定 的專案明細 3.向指定 新增檢查專案資訊 4.刪除 中的專案資訊 5.新建 開始 首先要做的就是搭好窗體 然後建立checkitems類 public class checkitems public st...

體檢套餐管理系統 C

效果圖如下 實現的功能主要有以下幾個方面 具體 及注釋如下 1 建立體檢專案維護系統中的檢查專案類 healthcheckitem 體檢 類 healthcheckset using system using system.collections.generic using system.linq ...

體驗套餐管理系統

1.顯示指定專案的專案明細2.向指定 新增檢查專案資訊3.刪除 中的專案資訊4.新建 做專案之前得有自己的思路,不要著急寫,先把這個專案理清楚了就好,之後該怎麼寫就明白了!實現窗體的搭建 1.2初始化預設 定義幾個檢查專案 checkitem sg,tz,sl,tl,ggn,bc,xdt 定義乙個系...