第一章魔獸視窗

2022-08-31 12:21:10 字數 2808 閱讀 6994

開始顯示第乙個窗體

使用者直接點登陸的話就會提示使用者名稱不能為空密碼不能為空

沒有賬號的話只能先註冊,點選藍色摁鈕進入下乙個窗體

這裡有判斷是否為空,註冊成功後利用窗體傳值,並且開啟第乙個視窗

把註冊的使用者名稱和密碼寫上去就可以的登陸到這個了

視窗一**:

1 usingsystem;

2 usingsystem.collections.generic;

3 usingsystem.componentmodel;

4 usingsystem.data;

5 usingsystem.drawing;

6 usingsystem.linq;

7 usingsystem.text;

8 usingsystem.threading.tasks;

9 usingsystem.windows.forms;

10 11 namespaceloging

12 21

22 private void form2_load(objectsender, eventargs e)

23 26

27 private void button1_click(objectsender, eventargs e)

28 34 else if (textbox1.text == mile && textbox2.text ==pwd)

35 40

41 }

42 43 private void picturebox1_click(objectsender, eventargs e)

44 47

48 private void label4_click(objectsender, eventargs e)

49 53 }

54 }

視窗二**:

1 usingsystem;

2 usingsystem.collections.generic;

3 usingsystem.componentmodel;

4 usingsystem.data;

5 usingsystem.drawing;

6 usingsystem.linq;

7 usingsystem.text;

8 usingsystem.threading.tasks;

9 usingsystem.windows.forms;

10 11 namespaceloging

12 20 public static stringmile;

21 public static stringpwd;

22 private void lbls_click(objectsender, eventargs e)

23 26

27 private void lblpwd_click(objectsender, eventargs e)

28 31

32 private void button1_click(objectsender, eventargs e)

33 39 else if (textbox3.text == "")

42 else if (textbox2.text == "")

46 else if (textbox4.text == "")

47 50 else if (textbox5.text == "")

53 else if (textbox6.text == "")

54 57 else

66 }

67 68 private void button2_click(objectsender, eventargs e)

69 72

73 private void form3_load(objectsender, eventargs e)

74 77

78 }

79 }

視窗三**:

usingsystem;

usingsystem.collections.generic;

usingsystem.componentmodel;

usingsystem.data;

usingsystem.drawing;

usingsystem.linq;

usingsystem.text;

usingsystem.threading.tasks;

usingsystem.windows.forms;

namespaceloging

private void form1_load(objectsender, eventargs e)}}

第一章魔獸視窗

開始顯示第乙個窗體 使用者直接點登陸的話就會提示使用者名稱不能為空密碼不能為空 沒有賬號的話只能先註冊,點選藍色摁鈕進入下乙個窗體 這裡有判斷是否為空,註冊成功後利用窗體傳值,並且開啟第乙個視窗 把註冊的使用者名稱和密碼寫上去就可以的登陸到這個了 視窗一 1 using system 2using ...

python第一章筆記 第一章 基礎

參與除法的兩個數中有乙個數為浮點數,結果也為浮點數 如 1.0 2,1 2.0,1.0 2.0 python print 1.0 2 結果 0.5 print 1 2.0 結果 0.5 print 1.0 2.0 結果 0.5 整數 整數,計算結果的小數部分被截除,只保留整數部分 不會四捨五入 如 ...

第一章 緒論

1.16 void print descending int x,int y,int z 按從大到小順序輸出三個數 print descending 1.17 status fib int k,int m,int f 求k階斐波那契序列的第m項的值f gender char schoolname 校...