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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? hrichtextbox.cs

?? c#編寫的汽車銷售公司erp進(jìn)銷存系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號(hào):
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using System.IO;
using System.Text;

namespace CallCenter.BusinessInterfaces.MainForms
{
	/// <summary>
	/// HRichTextBox 的摘要說明。
	/// </summary>
	public class HRichTextBox : System.Windows.Forms.UserControl
	{
		private System.Windows.Forms.ToolBar toolBar1;
		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 toolBarButton6;
		private System.Windows.Forms.ToolBarButton toolBarButton7;
		private System.Windows.Forms.FontDialog fontDialog1;
		private System.Windows.Forms.ColorDialog colorDialog1;
		private System.Windows.Forms.ToolBarButton toolBarButton8;
		private System.Windows.Forms.ToolBarButton toolBarButton9;
		private System.Windows.Forms.ToolBarButton toolBarButton10;
		private System.Windows.Forms.OpenFileDialog openFileDialog1;
		private System.Windows.Forms.SaveFileDialog saveFileDialog1;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.ToolBarButton toolBarButton5;
		private System.Windows.Forms.ToolBarButton toolBarButton11;
		private System.Windows.Forms.ToolBarButton toolBarButton12;
		private System.Windows.Forms.ToolBarButton toolBarButton13;
		private System.Windows.Forms.ToolBarButton toolBarButton14;
		private System.Windows.Forms.ToolBarButton toolBarButton15;
		private System.Windows.Forms.ToolBarButton toolBarButton16;
		private System.Windows.Forms.ToolBarButton toolBarButton17;
		private System.Windows.Forms.ContextMenu contextMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		private System.Windows.Forms.MenuItem menuItem3;
		private System.Windows.Forms.ToolBarButton toolBarButton18;
		private System.Windows.Forms.ToolBarButton toolBarButton19;
		private System.Windows.Forms.ToolBarButton toolBarButton20;
		private System.Windows.Forms.ToolBarButton toolBarButton21;
		public System.Windows.Forms.RichTextBox richTextBox1;
		private DevExpress.XtraEditors.PanelControl panelControl1;
		private System.ComponentModel.IContainer components;

		public HRichTextBox()
		{
			// 該調(diào)用是 Windows.Forms 窗體設(shè)計(jì)器所必需的。
			InitializeComponent();

			// TODO: 在 InitializeComponent 調(diào)用后添加任何初始化

		}

		/// <summary> 
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region 組件設(shè)計(jì)器生成的代碼
		/// <summary> 
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器 
		/// 修改此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton17 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton11 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton12 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton8 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton10 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton13 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton14 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton15 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton16 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton18 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton19 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton20 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton21 = new System.Windows.Forms.ToolBarButton();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.fontDialog1 = new System.Windows.Forms.FontDialog();
			this.colorDialog1 = new System.Windows.Forms.ColorDialog();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.richTextBox1 = new System.Windows.Forms.RichTextBox();
			this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
			((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
			this.panelControl1.SuspendLayout();
			this.SuspendLayout();
			// 
			// toolBar1
			// 
			this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.toolBarButton2,
																						this.toolBarButton3,
																						this.toolBarButton5,
																						this.toolBarButton4,
																						this.toolBarButton17,
																						this.toolBarButton11,
																						this.toolBarButton6,
																						this.toolBarButton7,
																						this.toolBarButton12,
																						this.toolBarButton8,
																						this.toolBarButton9,
																						this.toolBarButton10,
																						this.toolBarButton13,
																						this.toolBarButton14,
																						this.toolBarButton15,
																						this.toolBarButton16,
																						this.toolBarButton18,
																						this.toolBarButton19,
																						this.toolBarButton20,
																						this.toolBarButton21});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(664, 41);
			this.toolBar1.TabIndex = 0;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Tag = "居左";
			this.toolBarButton1.Text = "居左";
			this.toolBarButton1.ToolTipText = "居左";
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.Tag = "居中";
			this.toolBarButton2.Text = "居中";
			this.toolBarButton2.ToolTipText = "居中";
			// 
			// toolBarButton3
			// 
			this.toolBarButton3.Tag = "居右";
			this.toolBarButton3.Text = "居右";
			this.toolBarButton3.ToolTipText = "居右";
			// 
			// toolBarButton5
			// 
			this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton4
			// 
			this.toolBarButton4.Tag = "導(dǎo)出";
			this.toolBarButton4.Text = "導(dǎo)出";
			this.toolBarButton4.ToolTipText = "導(dǎo)出";
			// 
			// toolBarButton17
			// 
			this.toolBarButton17.Tag = "導(dǎo)入";
			this.toolBarButton17.Text = "導(dǎo)入";
			this.toolBarButton17.ToolTipText = "導(dǎo)入";
			// 
			// toolBarButton11
			// 
			this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton6
			// 
			this.toolBarButton6.Tag = "字體";
			this.toolBarButton6.Text = "字體";
			this.toolBarButton6.ToolTipText = "字體";
			// 
			// toolBarButton7
			// 
			this.toolBarButton7.Tag = "顏色";
			this.toolBarButton7.Text = "顏色";
			this.toolBarButton7.ToolTipText = "顏色";
			// 
			// toolBarButton12
			// 
			this.toolBarButton12.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton8
			// 
			this.toolBarButton8.Tag = "剪切";
			this.toolBarButton8.Text = "剪切";
			this.toolBarButton8.ToolTipText = "剪切";
			// 
			// toolBarButton9
			// 
			this.toolBarButton9.Tag = "粘貼";
			this.toolBarButton9.Text = "粘貼";
			this.toolBarButton9.ToolTipText = "粘貼";
			// 
			// toolBarButton10
			// 
			this.toolBarButton10.Tag = "復(fù)制";
			this.toolBarButton10.Text = "復(fù)制";
			this.toolBarButton10.ToolTipText = "復(fù)制";
			// 
			// toolBarButton13
			// 
			this.toolBarButton13.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// toolBarButton14
			// 
			this.toolBarButton14.Tag = "查找";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久毛片av大全日韩| 欧美日本一区二区三区| 精品人伦一区二区色婷婷| 美女看a上一区| 欧美www视频| 国产suv精品一区二区6| 久久蜜桃av一区精品变态类天堂| 国产精品综合一区二区三区| 久久久久久久久久看片| 99re成人在线| 亚洲制服丝袜在线| 日韩欧美中文字幕一区| 国产曰批免费观看久久久| 国产精品久久久久国产精品日日| 一本久道中文字幕精品亚洲嫩| 亚洲国产乱码最新视频 | 国产成人精品午夜视频免费 | 中文字幕综合网| 91国偷自产一区二区三区观看| 亚洲成人在线免费| 久久久久国产精品麻豆| a亚洲天堂av| 调教+趴+乳夹+国产+精品| 久久亚洲欧美国产精品乐播| 成人黄色软件下载| 日韩精品欧美精品| 国产精品久久久久aaaa樱花| 欧美日韩精品久久久| 国产成人8x视频一区二区 | 一区二区三区欧美视频| 欧美一区二区国产| 91在线看国产| 精品一区二区三区在线视频| 亚洲另类中文字| 久久免费美女视频| 欧美精品一二三区| 成人国产精品免费| 久久99精品国产麻豆不卡| 亚洲精品五月天| 精品成人免费观看| 欧美日韩精品欧美日韩精品一| 国产精品夜夜爽| 日韩精品久久理论片| 最新不卡av在线| 久久久久88色偷偷免费| 欧美日本视频在线| 97久久精品人人澡人人爽| 日本网站在线观看一区二区三区| 国产精品久久久久久久久免费相片| 欧美日韩在线一区二区| 99久久国产综合色|国产精品| 久久国产精品无码网站| 亚洲成人激情自拍| 亚洲精品国产精品乱码不99| 国产精品久久久久久久久晋中 | 欧美一区二区三区日韩视频| 一本一道综合狠狠老| 国产精品一区二区视频| 免费观看在线综合| 亚洲成人一二三| 亚洲一区二区三区在线播放| 亚洲欧美日韩中文字幕一区二区三区| 精品久久久久久久久久久久久久久久久 | 国产成人精品亚洲午夜麻豆| 久久爱另类一区二区小说| 丝袜美腿一区二区三区| 亚洲一区影音先锋| √…a在线天堂一区| 国产精品乱码一区二区三区软件| 久久亚洲精品国产精品紫薇| 精品国产乱码久久久久久蜜臀 | 在线观看网站黄不卡| 色噜噜狠狠色综合欧洲selulu| 成人影视亚洲图片在线| 国产成人99久久亚洲综合精品| 国产精品99久久久久久有的能看 | 香蕉久久一区二区不卡无毒影院| 亚洲精品网站在线观看| 亚洲自拍偷拍图区| 亚洲一区二区三区四区在线| 亚洲成av人片一区二区| 亚洲成人高清在线| 日本不卡一二三区黄网| 精品制服美女丁香| 国产一区二区三区视频在线播放| 久久99久久久久久久久久久| 蜜桃av一区二区| 国产一区二区三区在线观看免费| 国产成人亚洲综合a∨婷婷图片| 国产·精品毛片| 99国产精品久久久| 在线观看国产91| 91精品国产黑色紧身裤美女| 日韩女优电影在线观看| 久久亚洲影视婷婷| 中文字幕在线免费不卡| 亚洲国产精品影院| 久久国产人妖系列| 粉嫩高潮美女一区二区三区| av电影在线不卡| 欧美日韩中文字幕一区二区| 欧美一区二区三区在线| 国产午夜精品久久久久久免费视| 亚洲欧洲国产日韩| 日韩高清欧美激情| 国产精品66部| 色婷婷亚洲婷婷| 日韩亚洲国产中文字幕欧美| 国产日韩av一区| 一区二区高清在线| 极品少妇xxxx精品少妇| av在线一区二区| 91精品国产综合久久久蜜臀粉嫩| 久久色视频免费观看| 亚洲综合一区二区三区| 国内一区二区视频| 在线免费观看日本欧美| 久久综合成人精品亚洲另类欧美| 亚洲男帅同性gay1069| 久久精品99国产精品日本| 91网站在线观看视频| 日韩欧美黄色影院| 一区二区三区欧美亚洲| 国产电影精品久久禁18| 欧美日韩精品一区二区在线播放| 国产日韩成人精品| 日韩电影在线一区二区三区| 99久久精品情趣| 欧美mv日韩mv| 亚洲国产成人精品视频| 波多野结衣91| 日韩精品一区二| 亚洲国产欧美日韩另类综合| 成人蜜臀av电影| 欧美大片拔萝卜| 香蕉av福利精品导航| 91在线云播放| 国产亚洲欧美日韩日本| 蜜臀av性久久久久av蜜臀妖精| 日本道精品一区二区三区| 日本一区二区三区电影| 久久99热狠狠色一区二区| 欧美色手机在线观看| 中文字幕日本乱码精品影院| 久久精品国产免费看久久精品| 在线观看一区不卡| 亚洲色图丝袜美腿| 成人久久久精品乱码一区二区三区 | 18成人在线观看| 国产精品一二三在| 久久伊99综合婷婷久久伊| 丝袜亚洲另类丝袜在线| 在线观看亚洲专区| 亚洲欧美日韩一区二区三区在线观看| 国产精品资源站在线| 精品av久久707| 久久av资源网| 日韩西西人体444www| 三级不卡在线观看| 6080日韩午夜伦伦午夜伦| 亚洲一区二区欧美日韩| 在线观看视频一区二区| 一区二区理论电影在线观看| 91网站最新地址| 一区二区三区国产豹纹内裤在线| 96av麻豆蜜桃一区二区| 亚洲欧洲日韩一区二区三区| 99久久亚洲一区二区三区青草| 欧美激情一区在线观看| 成人精品亚洲人成在线| 亚洲欧美综合色| 色欧美片视频在线观看| 一区二区视频在线看| 欧美在线色视频| 亚洲gay无套男同| 69堂精品视频| 久久精品国产亚洲a| 日韩电影网1区2区| 精品国产百合女同互慰| 国产精品一二三四五| 亚洲欧洲日本在线| 在线免费观看日本一区| 日韩极品在线观看| 久久综合久久鬼色中文字| 成人性生交大片免费看视频在线 | 亚洲欧美日韩久久| 欧美在线免费观看视频| 日韩国产欧美三级| 国产欧美日韩一区二区三区在线观看| 成人综合日日夜夜| 亚洲精品国久久99热| 欧美精品久久一区二区三区| 麻豆一区二区三| 欧美极品美女视频| 欧美亚州韩日在线看免费版国语版| 日本视频在线一区| 国产精品丝袜黑色高跟| 色香蕉成人二区免费| 日本中文字幕一区| 中文一区在线播放|