記事本部分功能

2022-04-21 08:56:44 字數 2411 閱讀 5815

namespace

記事本

//編輯欄

private

void 撤銷toolstripmenuitem_click(object sender, eventargs e) //

撤銷 }

private

void 剪下toolstripmenuitem_click(object sender, eventargs e) //

剪下

private

void 複製toolstripmenuitem_click(object sender, eventargs e) //

複製

private

void 貼上toolstripmenuitem_click(object sender, eventargs e) //

貼上

private

void 刪除toolstripmenuitem_click(object sender, eventargs e) //

刪除

private

void 全選toolstripmenuitem_click(object sender, eventargs e) //

全選

//檔案欄(對話方塊)

private

void 新建toolstripmenuitem_click(object sender, eventargs e) //

新建 }

else}}

lujing = null;//

執行完新建將路徑變為空,因為是新建的文字是不會有路徑的.

this.textbox1.text = ""; //

將文字框清空

}

private

void 開啟toolstripmenuitem_click(object sender, eventargs e) //

開啟 }

else

}//儲存完之後再開啟新的

openfiledialog1.filter = "

文字檔案.txt|*.txt|所有檔案|*.*

"; //

篩選檔案型別

dialogresult dk = openfiledialog1.showdialog(); //

建立乙個列舉型別的變數dk來接收開啟這個對話方塊

if (dk == dialogresult.ok) //

如果點的是確定,才會執行下面的**

}else}}

private

string lujing; //

定義乙個變數來存放路徑

private

void 儲存toolstripmenuitem_click(object sender, eventargs e) //儲存

}else

//如果有路徑,就存到之前的路徑裡面

}private

void 另存為toolstripmenuitem_click(object sender, eventargs e) //

另存為 }

private

void 頁面設定toolstripmenuitem_click(object sender, eventargs e) //

頁面設定

private

void 列印toolstripmenuitem_click(object sender, eventargs e)//

列印 }

private

void printdocument1_printpage(object sender, system.drawing.printing.printpageeventargs e) //

設定列印畫板

private

void 退出toolstripmenuitem_click(object sender, eventargs e) //

退出

//格式

private

void 自動換行toolstripmenuitem_click(object sender, eventargs e)//

自動換行

private

void 字型ftoolstripmenuitem_click(object sender, eventargs e) //

字型未完成

private

void printdocument2_printpage(object

sender, system.drawing.printing.printpageeventargs e)

}}

個人記事本

size t strlen const char s the strlen function calculates the length of the string s,excluding 不包括 the terminating null byte 0 計算長度時,不包括末尾的結束符 0 但是,換行...

記事本 陳慧琳

翻開隨身攜帶的記事本 寫著許多事都是關於你 你討厭被冷落 習慣被守候 寂寞才找我 我看見自己寫下的心情 把自己放在卑微的後頭 等你等太久 想你淚會流 而幸福快樂是什麼 愛的痛了 痛的哭了 哭的累了 日記本裡頁頁執著 記載著你的好 像上癮的毒藥 它反覆騙著我 愛的痛了 痛的哭了 哭的累了 矛盾心裡總是...

記事本程式

anchor 控制項與容器周圍的距離保持不變 dock 定義容器要停靠到哪一邊,重要的乙個是fill填充 using system using system.collections.generic using system.componentmodel using system.data using...