亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.cs

?? 寫字板源代碼都在要的自己可以下下來看自己看了就知道了
?? CS
?? 第 1 頁 / 共 3 頁
字號:
using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.IO;namespace WindowsApplication1{	/// <summary>	/// Form1 的摘要說明。	/// </summary>	public class Form1 : System.Windows.Forms.Form	{		private System.Windows.Forms.MainMenu mainMenu1;		private System.Windows.Forms.MenuItem menuWenjian;		private System.Windows.Forms.MenuItem menuBianji;		private System.Windows.Forms.MenuItem menuBaocun;		private System.Windows.Forms.MenuItem menuLingcunwei;		private System.Windows.Forms.MenuItem menuTuichu;		private System.Windows.Forms.MenuItem menuChexiao;		private System.Windows.Forms.MenuItem menuJianqie;		private System.Windows.Forms.MenuItem menuFuzhi;		private System.Windows.Forms.MenuItem menuQuanxuan;		private System.Windows.Forms.MenuItem menuNiantie;		private System.Windows.Forms.MenuItem menuShanchu;		private System.Windows.Forms.MenuItem menuGeshi;		private System.Windows.Forms.MenuItem menuBangzhu;		private System.Windows.Forms.MenuItem menuZiti;		private System.Windows.Forms.MenuItem menuGuanyuzhuti;		private System.Windows.Forms.MenuItem menuGuanyujishiben;		private System.Windows.Forms.ImageList imageList1;		private System.Windows.Forms.StatusBar statusBar1;		private System.Windows.Forms.ToolBarButton toolBarButton1;		private System.Windows.Forms.ToolBarButton toolBarButton2;		private System.Windows.Forms.ToolBarButton toolBarButton3;		private System.Windows.Forms.ToolBarButton toolBarButton4;		private System.Windows.Forms.ToolBarButton toolBarButton5;		private System.Windows.Forms.ToolBarButton toolBarButton8;		private System.Windows.Forms.ToolBarButton toolBarButton7;		private System.Windows.Forms.ToolBar toolBar1;		private System.Windows.Forms.RichTextBox richTextBox1;		private System.Windows.Forms.OpenFileDialog openFileDialog1;		private System.Windows.Forms.SaveFileDialog saveFileDialog1;		private System.Windows.Forms.MenuItem menuDakai;		private System.Windows.Forms.MenuItem menuXinjian;		private System.Windows.Forms.ContextMenu contextMenu1;		private System.Windows.Forms.NotifyIcon notifyIcon1;		private System.Windows.Forms.FontDialog fontDialog1;		private System.Windows.Forms.MenuItem menuChexiao2;		private System.Windows.Forms.MenuItem menuFengexian;		private System.Windows.Forms.MenuItem menuFengexian3;		private System.Windows.Forms.MenuItem menuFengexian4;		private System.Windows.Forms.MenuItem menuFengexian6;		private System.Windows.Forms.MenuItem menuJianqie2;		private System.Windows.Forms.MenuItem menuFuzhi2;		private System.Windows.Forms.MenuItem menuNiantie2;		private System.Windows.Forms.MenuItem menuShanchu2;		private System.Windows.Forms.MenuItem menuFengexian7;		private System.Windows.Forms.MenuItem menuQuanxuan2;		private System.Windows.Forms.MenuItem menuBeijingyanse;		private System.Windows.Forms.ColorDialog colorDialog1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		private System.Windows.Forms.MenuItem menuItem3;
		private System.Windows.Forms.MenuItem menuItem4;
		private System.Windows.Forms.MenuItem menuItem5;		private System.ComponentModel.IContainer components;		public Form1()		{			//			// Windows 窗體設計器支持所必需的			//			InitializeComponent();			//			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼			//		}		/// <summary>		/// 清理所有正在使用的資源。		/// </summary>		protected override void Dispose( bool disposing )		{			if( disposing )			{				if (components != null) 				{					components.Dispose();				}			}			base.Dispose( disposing );		}		#region Windows 窗體設計器生成的代碼		/// <summary>		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改		/// 此方法的內容。		/// </summary>		private void InitializeComponent()		{			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuWenjian = new System.Windows.Forms.MenuItem();
			this.menuXinjian = new System.Windows.Forms.MenuItem();
			this.menuDakai = new System.Windows.Forms.MenuItem();
			this.menuBaocun = new System.Windows.Forms.MenuItem();
			this.menuLingcunwei = new System.Windows.Forms.MenuItem();
			this.menuFengexian = new System.Windows.Forms.MenuItem();
			this.menuTuichu = new System.Windows.Forms.MenuItem();
			this.menuBianji = new System.Windows.Forms.MenuItem();
			this.menuChexiao = new System.Windows.Forms.MenuItem();
			this.menuFengexian3 = new System.Windows.Forms.MenuItem();
			this.menuJianqie = new System.Windows.Forms.MenuItem();
			this.menuFuzhi = new System.Windows.Forms.MenuItem();
			this.menuNiantie = new System.Windows.Forms.MenuItem();
			this.menuShanchu = new System.Windows.Forms.MenuItem();
			this.menuFengexian4 = new System.Windows.Forms.MenuItem();
			this.menuQuanxuan = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.menuGeshi = new System.Windows.Forms.MenuItem();
			this.menuBeijingyanse = new System.Windows.Forms.MenuItem();
			this.menuZiti = new System.Windows.Forms.MenuItem();
			this.menuBangzhu = new System.Windows.Forms.MenuItem();
			this.menuGuanyuzhuti = new System.Windows.Forms.MenuItem();
			this.menuGuanyujishiben = new System.Windows.Forms.MenuItem();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.richTextBox1 = new System.Windows.Forms.RichTextBox();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuChexiao2 = new System.Windows.Forms.MenuItem();
			this.menuFengexian6 = new System.Windows.Forms.MenuItem();
			this.menuJianqie2 = new System.Windows.Forms.MenuItem();
			this.menuFuzhi2 = new System.Windows.Forms.MenuItem();
			this.menuNiantie2 = new System.Windows.Forms.MenuItem();
			this.menuShanchu2 = new System.Windows.Forms.MenuItem();
			this.menuFengexian7 = new System.Windows.Forms.MenuItem();
			this.menuQuanxuan2 = new System.Windows.Forms.MenuItem();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
			this.fontDialog1 = new System.Windows.Forms.FontDialog();
			this.colorDialog1 = new System.Windows.Forms.ColorDialog();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuWenjian,
																					  this.menuBianji,
																					  this.menuItem1,
																					  this.menuGeshi,
																					  this.menuBangzhu});
			// 
			// menuWenjian
			// 
			this.menuWenjian.Index = 0;
			this.menuWenjian.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						this.menuXinjian,
																						this.menuDakai,
																						this.menuBaocun,
																						this.menuLingcunwei,
																						this.menuFengexian,
																						this.menuTuichu});
			this.menuWenjian.Text = "文件(&F)";
			this.menuWenjian.Click += new System.EventHandler(this.menuWenjian_Click);
			// 
			// menuXinjian
			// 
			this.menuXinjian.Index = 0;
			this.menuXinjian.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
			this.menuXinjian.Text = "新建(&N)";
			this.menuXinjian.Click += new System.EventHandler(this.menuXinjian_Click);
			// 
			// menuDakai
			// 
			this.menuDakai.Index = 1;
			this.menuDakai.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
			this.menuDakai.Text = "打開(&O)...";
			this.menuDakai.Click += new System.EventHandler(this.menuDakai_Click);
			// 
			// menuBaocun
			// 
			this.menuBaocun.Index = 2;
			this.menuBaocun.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
			this.menuBaocun.Text = "保存(&S)";
			this.menuBaocun.Click += new System.EventHandler(this.menuBaocun_Click);
			// 
			// menuLingcunwei
			// 
			this.menuLingcunwei.Index = 3;
			this.menuLingcunwei.Text = "另存為(&A)...";
			this.menuLingcunwei.Click += new System.EventHandler(this.menuLingcunwei_Click_1);
			// 
			// menuFengexian
			// 
			this.menuFengexian.Index = 4;
			this.menuFengexian.Text = "-";
			// 
			// menuTuichu
			// 
			this.menuTuichu.Index = 5;
			this.menuTuichu.Text = "退出(&X)";
			this.menuTuichu.Click += new System.EventHandler(this.menuTuichu_Click);
			// 
			// menuBianji
			// 
			this.menuBianji.Index = 1;
			this.menuBianji.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					   this.menuChexiao,
																					   this.menuFengexian3,
																					   this.menuJianqie,
																					   this.menuFuzhi,
																					   this.menuNiantie,
																					   this.menuShanchu,
																					   this.menuFengexian4,
																					   this.menuQuanxuan});
			this.menuBianji.Text = "編輯(&E)";
			// 
			// menuChexiao
			// 
			this.menuChexiao.Index = 0;
			this.menuChexiao.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
			this.menuChexiao.Text = "撤消(&U)";
			this.menuChexiao.Click += new System.EventHandler(this.menuChexiao_Click);
			// 
			// menuFengexian3
			// 
			this.menuFengexian3.Index = 1;
			this.menuFengexian3.Text = "-";
			// 
			// menuJianqie
			// 
			this.menuJianqie.Index = 2;
			this.menuJianqie.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
			this.menuJianqie.Text = "剪切(&T)";
			this.menuJianqie.Click += new System.EventHandler(this.menuJianqie_Click);
			// 
			// menuFuzhi
			// 
			this.menuFuzhi.Index = 3;
			this.menuFuzhi.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
			this.menuFuzhi.Text = "復制(&C)";
			this.menuFuzhi.Click += new System.EventHandler(this.menuFuzhi_Click);
			// 
			// menuNiantie
			// 
			this.menuNiantie.Index = 4;
			this.menuNiantie.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
			this.menuNiantie.Text = "粘貼(&P)";
			this.menuNiantie.Click += new System.EventHandler(this.menuNiantie_Click);
			// 
			// menuShanchu
			// 
			this.menuShanchu.Index = 5;
			this.menuShanchu.Shortcut = System.Windows.Forms.Shortcut.Del;
			this.menuShanchu.Text = "刪除(&L)";
			this.menuShanchu.Click += new System.EventHandler(this.menuShanchu_Click);
			// 
			// menuFengexian4
			// 
			this.menuFengexian4.Index = 6;
			this.menuFengexian4.Text = "-";
			// 
			// menuQuanxuan
			// 
			this.menuQuanxuan.Index = 7;
			this.menuQuanxuan.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
			this.menuQuanxuan.Text = "全選(&A)";
			this.menuQuanxuan.Click += new System.EventHandler(this.menuQuanxuan_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 2;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem2,
																					  this.menuItem3,
																					  this.menuItem4,
																					  this.menuItem5});
			this.menuItem1.Text = "工具欄(&T)";
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 0;
			this.menuItem2.Text = "計算長方形面積";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "計算圓的面積或球的體積";
			this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 2;
			this.menuItem4.Text = "員工加工資的條目";
			this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 3;
			this.menuItem5.Text = "計算一元二次方程";
			this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click_1);
			// 
			// menuGeshi
			// 
			this.menuGeshi.Index = 3;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
洋洋av久久久久久久一区| 精品1区2区在线观看| 国产成人啪午夜精品网站男同| 亚洲一区二区高清| 亚洲六月丁香色婷婷综合久久 | 国产成人精品免费一区二区| 石原莉奈一区二区三区在线观看 | 亚洲大尺度视频在线观看| 久久久久久久久久久电影| 亚洲精品一区二区三区香蕉| 日韩一区二区视频在线观看| 欧美一二区视频| 欧美mv和日韩mv国产网站| 欧美一级二级在线观看| 欧美va在线播放| 久久品道一品道久久精品| 精品999在线播放| 欧美国产日韩亚洲一区| 亚洲欧洲日韩av| 一区二区三区四区激情| 天堂一区二区在线免费观看| 免费黄网站欧美| 国产黄人亚洲片| 91麻豆自制传媒国产之光| 色狠狠一区二区三区香蕉| 欧美日韩亚洲综合在线| 日韩欧美123| 国产精品久久久久久久久久免费看 | 伊人夜夜躁av伊人久久| 亚洲影院在线观看| 青青草国产精品亚洲专区无| 国内偷窥港台综合视频在线播放| 国产乱子伦一区二区三区国色天香| 国产·精品毛片| 欧美日韩专区在线| 久久免费国产精品| 亚洲综合小说图片| 国产精品一区二区免费不卡| 91黄色激情网站| 精品国产欧美一区二区| 一区二区在线观看不卡| 麻豆91小视频| 91久久国产综合久久| 精品国产乱码久久| 樱花草国产18久久久久| 国产永久精品大片wwwapp| 在线视频你懂得一区二区三区| 日韩一区二区免费视频| 亚洲精品国产无天堂网2021| 久久 天天综合| 欧美日免费三级在线| 久久久国产精品午夜一区ai换脸| 亚洲高清免费观看| 成人av影视在线观看| 日韩欧美在线1卡| 一区二区高清视频在线观看| 成人美女在线视频| 日韩欧美国产1| 亚洲国产视频直播| 97精品国产露脸对白| 久久精品视频在线看| 免费精品视频在线| 欧美精品丝袜中出| 亚洲一区二区三区四区在线观看| 国产999精品久久| 久久综合狠狠综合| 青草av.久久免费一区| 欧美日韩中文字幕一区| 亚洲视频免费看| jlzzjlzz国产精品久久| 国产日韩av一区二区| 国产剧情一区在线| 久久久国产午夜精品| 激情成人综合网| 欧美va天堂va视频va在线| 蜜臀av性久久久久蜜臀aⅴ流畅 | 日韩视频中午一区| 日本视频免费一区| 欧美肥妇毛茸茸| 日本不卡视频在线| 制服丝袜亚洲播放| 免费观看成人鲁鲁鲁鲁鲁视频| 欧美日韩一区二区三区不卡| 亚洲综合视频网| 欧美日韩视频在线一区二区| 亚洲成人自拍网| 欧美日韩专区在线| 蜜臀99久久精品久久久久久软件 | 91精品国产日韩91久久久久久| 亚洲第一狼人社区| 日韩视频一区二区在线观看| 国内精品在线播放| 国产欧美日韩亚州综合| a4yy欧美一区二区三区| 中文字幕中文字幕在线一区| 亚洲一区二区三区影院| 奇米色一区二区| 极品尤物av久久免费看| 久久精品99国产精品日本| 丰满亚洲少妇av| 激情图片小说一区| 欧美人伦禁忌dvd放荡欲情| 91在线观看下载| 色综合欧美在线视频区| 国产精品无遮挡| 精品国产一区久久| 专区另类欧美日韩| 欧美丝袜第三区| av高清久久久| 亚洲柠檬福利资源导航| 欧美色爱综合网| 狠狠色综合播放一区二区| 国产精品麻豆网站| 欧美精品久久天天躁| 国产盗摄女厕一区二区三区| 亚洲资源中文字幕| 26uuuu精品一区二区| 一本久道中文字幕精品亚洲嫩| 视频一区免费在线观看| 国产日产精品1区| 欧美日韩成人综合天天影院| 国产东北露脸精品视频| 自拍偷拍欧美精品| 337p粉嫩大胆色噜噜噜噜亚洲 | 欧美日韩精品三区| 国产精品中文字幕日韩精品| 亚洲国产一区二区在线播放| 国产日韩欧美精品一区| 7878成人国产在线观看| 91热门视频在线观看| 久久精品国产精品亚洲精品| 亚洲美女淫视频| 国产欧美一区二区精品性| 这里是久久伊人| 色婷婷av一区二区三区gif | 久久综合国产精品| 制服丝袜激情欧洲亚洲| 色婷婷综合在线| 丁香婷婷深情五月亚洲| 另类欧美日韩国产在线| 午夜影院久久久| 亚洲精品videosex极品| 日本一区免费视频| xfplay精品久久| 欧美成人激情免费网| 欧美精品一二三| 欧美三级蜜桃2在线观看| 色狠狠色噜噜噜综合网| 91在线云播放| 色综合欧美在线视频区| 91丨九色丨蝌蚪富婆spa| 99国产一区二区三精品乱码| 国产精品99久久久久久宅男| 国精品**一区二区三区在线蜜桃| 男人的j进女人的j一区| 日日夜夜精品免费视频| 亚洲va国产天堂va久久en| 亚洲国产中文字幕在线视频综合| 亚洲综合成人在线视频| 亚洲午夜久久久久久久久电影网 | 国产一区二区在线免费观看| 精彩视频一区二区| 国产老女人精品毛片久久| 高清成人免费视频| 国产99久久久国产精品潘金网站| 国产宾馆实践打屁股91| 99视频一区二区三区| 97久久精品人人澡人人爽| 在线亚洲免费视频| 在线观看视频一区二区| 欧美精品 国产精品| 欧美一区二区三区男人的天堂| 日韩三区在线观看| 久久先锋影音av| 丝袜美腿亚洲综合| 国内精品国产成人国产三级粉色| 国产一区二区网址| 亚洲精品美腿丝袜| 亚洲摸摸操操av| 极品少妇xxxx精品少妇偷拍| 国内精品视频666| 不卡的av网站| 欧美色倩网站大全免费| 日韩欧美国产一区二区在线播放| 亚洲精品一区二区三区四区高清| 中文字幕av资源一区| 午夜一区二区三区在线观看| 九九国产精品视频| 91婷婷韩国欧美一区二区| 在线综合视频播放| 中文一区在线播放| 国产精品成人在线观看| 天天综合天天做天天综合| 日本 国产 欧美色综合| 处破女av一区二区| 91精品国产一区二区人妖| 国产区在线观看成人精品| 日韩电影在线免费看| 韩国一区二区视频| 欧美女孩性生活视频|