第一章魔獸視窗

2022-09-06 07:06:12 字數 3116 閱讀 7127

開始顯示第乙個窗體

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

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

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

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

視窗一**:

1

using

system;

2using

system.collections.generic;

3using

system.componentmodel;

4using

system.data;

5using

system.drawing;

6using

system.linq;

7using

system.text;

8using

system.threading.tasks;

9using

system.windows.forms;

1011

namespace

loging

1221

22private

void form2_load(object

sender, eventargs e)

2326

27private

void button1_click(object

sender, eventargs e)

2834

else

if (textbox1.text == mile && textbox2.text ==pwd)

354041}

4243

private

void picturebox1_click(object

sender, eventargs e)

4447

48private

void label4_click(object

sender, eventargs e)

4953

}54 }

視窗二**:

1

using

system;

2using

system.collections.generic;

3using

system.componentmodel;

4using

system.data;

5using

system.drawing;

6using

system.linq;

7using

system.text;

8using

system.threading.tasks;

9using

system.windows.forms;

1011

namespace

loging

1220

public

static

string

mile;

21public

static

string

pwd;

22private

void lbls_click(object

sender, eventargs e)

2326

27private

void lblpwd_click(object

sender, eventargs e)

2831

32private

void button1_click(object

sender, eventargs e)

3339

else

if (textbox3.text == ""

) 42

else

if (textbox2.text == ""

) 46

else

if (textbox4.text == "")47

50else

if (textbox5.text == ""

) 53

else

if (textbox6.text == "")54

57else66}

6768

private

void button2_click(object

sender, eventargs e)

6972

73private

void form3_load(object

sender, eventargs e)

747778}

79 }

視窗三**:

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

loging

private

void form1_load(object

sender, eventargs e)}}

第一章魔獸視窗

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

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 校...