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

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

?? mainform.designer.cs

?? 在CSharpNotepad中可以創(chuàng)建和編輯簡單文本文檔
?? CS
?? 第 1 頁 / 共 5 頁
字號:
            this.toolStripStatusLabel3.Text = "    ";
            // 
            // toolStripStatusInsertOrOver
            // 
            this.toolStripStatusInsertOrOver.Name = "toolStripStatusInsertOrOver";
            this.toolStripStatusInsertOrOver.Size = new System.Drawing.Size(29, 17);
            this.toolStripStatusInsertOrOver.Text = "插入";
            // 
            // toolStripStatusLabel5
            // 
            this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
            this.toolStripStatusLabel5.Size = new System.Drawing.Size(29, 17);
            this.toolStripStatusLabel5.Text = "    ";
            // 
            // toolStrip2
            // 
            this.toolStrip2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tscbFontFamilyName,
            this.tscbFontSize,
            this.toolStripSeparator12,
            this.tsbBold,
            this.tsbItalic,
            this.tsbUnderLine,
            this.toolStripSeparator7,
            this.LeftAlign,
            this.MiddleAlign,
            this.RightAlign,
            this.tsbProject,
            this.toolStripSeparator9,
            this.tssbFontColor});
            this.toolStrip2.Location = new System.Drawing.Point(3, 49);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(414, 25);
            this.toolStrip2.TabIndex = 4;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // tscbFontFamilyName
            // 
            this.tscbFontFamilyName.DropDownHeight = 150;
            this.tscbFontFamilyName.DropDownWidth = 180;
            this.tscbFontFamilyName.IntegralHeight = false;
            this.tscbFontFamilyName.Name = "tscbFontFamilyName";
            this.tscbFontFamilyName.Size = new System.Drawing.Size(121, 25);
            this.tscbFontFamilyName.ToolTipText = "字體";
            this.tscbFontFamilyName.SelectedIndexChanged += new System.EventHandler(this.tscbFontFamilyName_SelectedIndexChanged);
            // 
            // tscbFontSize
            // 
            this.tscbFontSize.DropDownHeight = 150;
            this.tscbFontSize.IntegralHeight = false;
            this.tscbFontSize.MaxLength = 2;
            this.tscbFontSize.Name = "tscbFontSize";
            this.tscbFontSize.Size = new System.Drawing.Size(75, 25);
            this.tscbFontSize.ToolTipText = "字號";
            this.tscbFontSize.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tscbFontSize_KeyPress);
            this.tscbFontSize.SelectedIndexChanged += new System.EventHandler(this.tscbFontSize_SelectedIndexChanged);
            this.tscbFontSize.TextChanged += new System.EventHandler(this.tscbFontSize_TextChanged);
            // 
            // toolStripSeparator12
            // 
            this.toolStripSeparator12.Name = "toolStripSeparator12";
            this.toolStripSeparator12.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbBold
            // 
            this.tsbBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbBold.Image = ((System.Drawing.Image)(resources.GetObject("tsbBold.Image")));
            this.tsbBold.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbBold.Name = "tsbBold";
            this.tsbBold.Size = new System.Drawing.Size(23, 22);
            this.tsbBold.Text = "加粗";
            this.tsbBold.Click += new System.EventHandler(this.tsbBold_Click);
            // 
            // tsbItalic
            // 
            this.tsbItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbItalic.Image = ((System.Drawing.Image)(resources.GetObject("tsbItalic.Image")));
            this.tsbItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbItalic.Name = "tsbItalic";
            this.tsbItalic.Size = new System.Drawing.Size(23, 22);
            this.tsbItalic.Text = "傾斜";
            this.tsbItalic.Click += new System.EventHandler(this.tsbItalic_Click);
            // 
            // tsbUnderLine
            // 
            this.tsbUnderLine.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbUnderLine.Image = ((System.Drawing.Image)(resources.GetObject("tsbUnderLine.Image")));
            this.tsbUnderLine.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbUnderLine.Name = "tsbUnderLine";
            this.tsbUnderLine.Size = new System.Drawing.Size(23, 22);
            this.tsbUnderLine.Text = "下劃線";
            this.tsbUnderLine.Click += new System.EventHandler(this.tsbUnderLine_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // LeftAlign
            // 
            this.LeftAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.LeftAlign.Image = ((System.Drawing.Image)(resources.GetObject("LeftAlign.Image")));
            this.LeftAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.LeftAlign.Name = "LeftAlign";
            this.LeftAlign.Size = new System.Drawing.Size(23, 22);
            this.LeftAlign.Text = "左對齊";
            this.LeftAlign.Click += new System.EventHandler(this.LeftAlign_Click);
            // 
            // MiddleAlign
            // 
            this.MiddleAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.MiddleAlign.Image = ((System.Drawing.Image)(resources.GetObject("MiddleAlign.Image")));
            this.MiddleAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.MiddleAlign.Name = "MiddleAlign";
            this.MiddleAlign.Size = new System.Drawing.Size(23, 22);
            this.MiddleAlign.Text = "居中";
            this.MiddleAlign.Click += new System.EventHandler(this.MiddleAlign_Click);
            // 
            // RightAlign
            // 
            this.RightAlign.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.RightAlign.Image = ((System.Drawing.Image)(resources.GetObject("RightAlign.Image")));
            this.RightAlign.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.RightAlign.Name = "RightAlign";
            this.RightAlign.Size = new System.Drawing.Size(23, 22);
            this.RightAlign.Text = "右對齊";
            this.RightAlign.Click += new System.EventHandler(this.RightAlign_Click);
            // 
            // tsbProject
            // 
            this.tsbProject.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbProject.Image = ((System.Drawing.Image)(resources.GetObject("tsbProject.Image")));
            this.tsbProject.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbProject.Name = "tsbProject";
            this.tsbProject.Size = new System.Drawing.Size(23, 22);
            this.tsbProject.Text = "項目符號";
            this.tsbProject.Click += new System.EventHandler(this.tsbProject_Click);
            // 
            // toolStripSeparator9
            // 
            this.toolStripSeparator9.Name = "toolStripSeparator9";
            this.toolStripSeparator9.Size = new System.Drawing.Size(6, 25);
            // 
            // tssbFontColor
            // 
            this.tssbFontColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tssbFontColor.Image = ((System.Drawing.Image)(resources.GetObject("tssbFontColor.Image")));
            this.tssbFontColor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tssbFontColor.Name = "tssbFontColor";
            this.tssbFontColor.Size = new System.Drawing.Size(23, 22);
            this.tssbFontColor.Text = "字體顏色";
            this.tssbFontColor.Click += new System.EventHandler(this.tssbFontColor_Click);
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // colorDialog1
            // 
            this.colorDialog1.AnyColor = true;
            this.colorDialog1.FullOpen = true;
            // 
            // printPreviewDialog1
            // 
            this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0);
            this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300);
            this.printPreviewDialog1.Enabled = true;
            this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon")));
            this.printPreviewDialog1.Name = "printPreviewDialog1";
            this.printPreviewDialog1.Visible = false;
            // 
            // printDialog1
            // 
            this.printDialog1.UseEXDialog = true;
            // 
            // toolStripPanel1
            // 
            this.tableLayoutPanel1.SetColumnSpan(this.toolStripPanel1, 2);
            this.toolStripPanel1.Controls.Add(this.menuStrip1);
            this.toolStripPanel1.Controls.Add(this.toolStrip1);
            this.toolStripPanel1.Controls.Add(this.toolStrip2);
            this.toolStripPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripPanel1.Location = new System.Drawing.Point(0, 0);
            this.toolStripPanel1.Name = "toolStripPanel1";
            this.toolStripPanel1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.toolStripPanel1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.toolStripPanel1.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolStripPanel1.Size = new System.Drawing.Size(741, 74);
            // 
            // toolStripPanel2
            // 
            this.toolStripPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.toolStripPanel2.Location = new System.Drawing.Point(0, 457);
            this.toolStripPanel2.Name = "toolStripPanel2";
            this.toolStripPanel2.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.toolStripPanel2.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
            this.toolStripPanel2.Size = new System.Drawing.Size(741, 0);
            // 
            // toolStripPanel3
            // 
            this.toolStripPanel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.toolStripPanel3.Location = new System.Drawing.Point(0, 0);
            this.toolStripPanel3.Name = "toolStripPanel3";
            this.toolStripPanel3.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.toolStripPanel3.RowMargin = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.toolStripPanel3.Size = new System.Drawing.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91年精品国产| 不卡视频一二三| 国产九色sp调教91| 色婷婷国产精品| 亚洲精品在线观| 五月综合激情婷婷六月色窝| 五月天一区二区| 国产精品美女久久久久久久网站| 亚洲尤物视频在线| 成人在线一区二区三区| 欧美一区二区视频观看视频| 亚洲三级在线看| 国产成人精品免费| 日韩欧美视频一区| 日韩精品一二三区| 欧美体内she精高潮| 国产精品午夜在线| 国产精品亚洲а∨天堂免在线| 在线播放中文字幕一区| 亚洲一区成人在线| 色综合久久天天| 欧美激情艳妇裸体舞| 国产一区二区精品久久99| 欧美一区二区三区日韩视频| 亚洲va在线va天堂| 欧美性欧美巨大黑白大战| 国产亚洲va综合人人澡精品| 免费观看成人av| 91精品国产综合久久福利| 午夜精品久久久久久久久久 | 欧美一区二区三区免费视频 | 亚洲人成精品久久久久久 | 欧美视频一区二| 一区二区免费在线| 欧美日韩国产一区| 午夜电影网亚洲视频| 欧美美女一区二区三区| 天天操天天干天天综合网| 制服丝袜av成人在线看| 免费成人在线影院| 欧美www视频| 国产乱码精品一品二品| 欧美国产丝袜视频| 99久久精品免费看| 亚洲国产视频一区二区| 在线电影欧美成精品| 日本最新不卡在线| 久久综合色综合88| 9人人澡人人爽人人精品| 夜夜嗨av一区二区三区网页| 欧美日韩大陆一区二区| 久久99国产精品尤物| 国产清纯白嫩初高生在线观看91 | 天堂久久久久va久久久久| 制服.丝袜.亚洲.中文.综合| 国产在线国偷精品免费看| 亚洲国产精华液网站w| 日本精品免费观看高清观看| 日本不卡视频在线观看| 欧美经典一区二区| 色综合天天狠狠| 日韩av成人高清| 中文字幕日韩av资源站| 欧美高清你懂得| 国产精品一色哟哟哟| 一区二区三区在线观看国产| 日韩欧美亚洲国产精品字幕久久久| 久久国产视频网| 亚洲精品免费在线| 日韩免费视频一区| 色综合天天综合| 精品一区二区在线看| 亚洲私人影院在线观看| 精品国产1区二区| 欧美自拍偷拍一区| 国产精品一二三区在线| 亚洲一区二区三区四区在线观看| 日韩精品一区二区在线观看| 色婷婷久久久综合中文字幕| 国产在线国偷精品产拍免费yy| 一区二区三区四区av| 久久久久国产免费免费| 欧美人与z0zoxxxx视频| 成人午夜激情影院| 蜜臀久久99精品久久久久久9 | 国产精品伦理一区二区| 欧美一区二区三区日韩| 日本久久电影网| 99精品视频在线观看免费| 开心九九激情九九欧美日韩精美视频电影 | 欧美日韩国产a| 成人深夜福利app| 精品中文字幕一区二区| 亚洲成人一区在线| 亚洲精品videosex极品| 国产欧美日韩在线观看| 欧美成人a在线| 欧美日韩亚洲综合在线 | 亚洲欧美日韩国产一区二区三区| 久久免费电影网| 精品少妇一区二区三区| 欧美二区三区91| 678五月天丁香亚洲综合网| 色综合天天综合色综合av| 成人黄页毛片网站| 成人亚洲精品久久久久软件| 国产精品18久久久久久vr| 久久se精品一区二区| 男女性色大片免费观看一区二区 | 不卡高清视频专区| www.日韩av| 91视视频在线观看入口直接观看www | 午夜在线成人av| 免费高清在线一区| 免费高清不卡av| 国内外成人在线视频| 精彩视频一区二区三区| 久久99精品久久只有精品| 韩国一区二区视频| 国产91综合一区在线观看| 粉嫩av一区二区三区| av色综合久久天堂av综合| 99精品视频一区| 色88888久久久久久影院野外| 欧美亚洲国产bt| 91精品婷婷国产综合久久竹菊| 91精品国产色综合久久| 欧美成人a在线| 国产嫩草影院久久久久| 日韩伦理av电影| 亚洲国产成人tv| 蜜桃视频在线观看一区二区| 国内精品免费**视频| 不卡的av中国片| 欧美午夜影院一区| 91麻豆精品国产91久久久久 | 欧美日韩成人激情| 欧美成人午夜电影| 国产欧美日本一区视频| 亚洲码国产岛国毛片在线| 午夜精品在线看| 国产在线视频不卡二| 成人国产精品免费网站| 欧美午夜电影网| 欧美电视剧免费全集观看| 国产精品丝袜在线| 亚洲高清不卡在线观看| 久久福利资源站| 91丨porny丨最新| 欧美一区二区三级| 欧美韩国日本不卡| 日韩精品久久久久久| 成人开心网精品视频| 欧美日韩一级片网站| 国产亚洲精品7777| 亚洲成人免费影院| 成人黄色小视频在线观看| 精品视频资源站| 日本一区二区成人在线| 日韩影视精彩在线| 色综合av在线| 国产日韩欧美a| 蜜桃久久精品一区二区| 91色porny在线视频| 久久久久久久久久久久久久久99 | 国产精品国产三级国产三级人妇 | 最新成人av在线| 激情综合五月婷婷| 欧美天堂一区二区三区| 国产精品麻豆网站| 美国毛片一区二区三区| 欧美日韩一区二区三区在线| 中文字幕国产一区二区| 精品在线观看免费| 欧美日韩免费一区二区三区视频| 国产精品久久久久婷婷 | 久久se这里有精品| 欧美日韩国产天堂| 一区二区三区中文在线| 9色porny自拍视频一区二区| 精品成人免费观看| 日本在线不卡一区| 在线观看av一区| 亚洲欧美另类小说| 99久久久精品| 亚洲欧洲成人精品av97| 懂色av噜噜一区二区三区av| 精品国产乱码久久久久久蜜臀| 亚洲mv大片欧洲mv大片精品| 欧美在线综合视频| 亚洲女同ⅹxx女同tv| 91视频com| 亚洲免费观看高清| 91浏览器打开| 自拍偷拍欧美激情| 91麻豆免费视频| 一区二区免费在线| 欧美亚洲日本国产| 夜夜精品视频一区二区 | av一区二区不卡|