字體:小 中 大 | |
|
|
2010/04/06 08:07:22瀏覽1299|回應32|推薦1 | |
*已經有回應者,請務必要看一下我的回應!如果你的作品有問題....那就請你務必要修正好,再repost!我會再檢查一次! 我们先做左半邊的部份,然後再逐一的增加功能(當然就是在購票時,應該享有的折扣或是有優惠時段),不然一次就來個龐大的程式,你也是會有點撐不下去的感覺! ^_^ 當然啦!跟真正的大系統相比,這是[Small Case]但對各位來說剛開始罷了!一下子[灌]太多,會撐飽了!很容易就產生畏懼感!所以 take it easy ! we shall completed it step by step! 構想: 1.用幾個變數代表 各站的公里數,還有代表起站,終站,單價,票價! 2. 由起站的textbox取得起站文字,轉換成起站公里數!相同方式,取得終站公里數! 3. ticket_price= (ended-start)*unitprice 4. final show at the label -> from 起站 to 終站 的票價為 ticket_price 請依照上述的 idea 來design form , 撰寫程式碼 -> final make it as .exe file and upload 2010/04/13 現在我們要進行功能擴增了!加入考慮因素;購買的張數,是否屬於折價時段(共計有(1)7折(2)半價時段(3)自由座(4)來回票(5)原價時段) 所以在票價計價上,有條件式的選擇, 我們利用 "RadioButton"此控制項來做 discount 條件的選定! 因為此控制項屬於單選條件,比較方便! 使用其 radiobuttonN.checked 屬性( True or Flase) Please complete the add-on function coding and make it to .exe file and upload to your network storage and post your link in this post thanks! 提醒:開學上課至今,已經有七份的作業了!你(妳)完成幾份了?請自己Checked一下!有缺的話,速補齊!不要拖延! |
|
( 知識學習|其他 ) |