⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.cs

📁 这是一个小型的相片管理器
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.miOpenPhoto = new System.Windows.Forms.MenuItem();
			this.miSlideSh = new System.Windows.Forms.MenuItem();
			this.miSearch = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.miCut = new System.Windows.Forms.MenuItem();
			this.miCopy = new System.Windows.Forms.MenuItem();
			this.miPaste = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.miRotLeft = new System.Windows.Forms.MenuItem();
			this.miRotRight = new System.Windows.Forms.MenuItem();
			this.menuItem10 = new System.Windows.Forms.MenuItem();
			this.miRenPhoto = new System.Windows.Forms.MenuItem();
			this.miDelPhoto = new System.Windows.Forms.MenuItem();
			this.miTools = new System.Windows.Forms.MenuItem();
			this.miSettings = new System.Windows.Forms.MenuItem();
			this.miHTMLExp = new System.Windows.Forms.MenuItem();
			this.pbLoading = new System.Windows.Forms.ProgressBar();
			this.albPhotoSplitter = new System.Windows.Forms.Splitter();
			this.pPane = new VirtualPhotoOrganizer.Controls.PhotosPane();
			this.albPane = new VirtualPhotoOrganizer.Controls.AlbumsPane();
			((System.ComponentModel.ISupportInitialize)(this.stpProg)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stpCurrP)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.stpPhotos)).BeginInit();
			this.SuspendLayout();
			// 
			// stBar
			// 
			this.stBar.Location = new System.Drawing.Point(0, 598);
			this.stBar.Name = "stBar";
			this.stBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
																					 this.stpProg,
																					 this.stpCurrP,
																					 this.stpPhotos});
			this.stBar.ShowPanels = true;
			this.stBar.Size = new System.Drawing.Size(902, 23);
			this.stBar.TabIndex = 4;
			// 
			// stpProg
			// 
			this.stpProg.MinWidth = 400;
			this.stpProg.Width = 400;
			// 
			// stpCurrP
			// 
			this.stpCurrP.MinWidth = 150;
			this.stpCurrP.Width = 150;
			// 
			// stpPhotos
			// 
			this.stpPhotos.MinWidth = 150;
			this.stpPhotos.Width = 150;
			// 
			// tBar
			// 
			this.tBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.tBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																					this.tbNewAlbum,
																					this.tbImportPhotos,
																					this.toolBarButton8,
																					this.tbOpenP,
																					this.tbSlideSh,
																					this.tbRotLeft,
																					this.tbRotRight,
																					this.tbDel,
																					this.tbPrint,
																					this.tbHTMLExp});
			this.tBar.ButtonSize = new System.Drawing.Size(34, 33);
			this.tBar.DropDownArrows = true;
			this.tBar.ImageList = this.ilToolBar;
			this.tBar.Location = new System.Drawing.Point(0, 0);
			this.tBar.Name = "tBar";
			this.tBar.ShowToolTips = true;
			this.tBar.Size = new System.Drawing.Size(902, 39);
			this.tBar.TabIndex = 5;
			this.tBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tBar_ButtonClick);
			// 
			// tbNewAlbum
			// 
			this.tbNewAlbum.ImageIndex = 0;
			this.tbNewAlbum.Tag = "0";
			// 
			// tbImportPhotos
			// 
			this.tbImportPhotos.ImageIndex = 1;
			this.tbImportPhotos.Tag = "1";
			// 
			// toolBarButton8
			// 
			this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbOpenP
			// 
			this.tbOpenP.ImageIndex = 2;
			this.tbOpenP.Tag = "2";
			// 
			// tbSlideSh
			// 
			this.tbSlideSh.ImageIndex = 3;
			this.tbSlideSh.Tag = "3";
			// 
			// tbRotLeft
			// 
			this.tbRotLeft.ImageIndex = 4;
			this.tbRotLeft.Tag = "4";
			// 
			// tbRotRight
			// 
			this.tbRotRight.ImageIndex = 5;
			this.tbRotRight.Tag = "5";
			// 
			// tbDel
			// 
			this.tbDel.ImageIndex = 6;
			this.tbDel.Tag = "6";
			// 
			// tbPrint
			// 
			this.tbPrint.ImageIndex = 8;
			this.tbPrint.Tag = "7";
			// 
			// tbHTMLExp
			// 
			this.tbHTMLExp.ImageIndex = 7;
			this.tbHTMLExp.Tag = "8";
			// 
			// ilToolBar
			// 
			this.ilToolBar.ImageSize = new System.Drawing.Size(16, 16);
			this.ilToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilToolBar.ImageStream")));
			this.ilToolBar.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// mm
			// 
			this.mm.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																			   this.miFile,
																			   this.miEdit,
																			   this.miTools});
			// 
			// miFile
			// 
			this.miFile.Index = 0;
			this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																				   this.miNAlbum,
																				   this.miOpenAlbum,
																				   this.miPrint,
																				   this.menuItem2,
																				   this.miImport,
																				   this.menuItem6,
																				   this.miRenAlbum,
																				   this.miDelAlbum,
																				   this.menuItem9,
																				   this.miExit});
			this.miFile.Text = "文件";
			// 
			// miNAlbum
			// 
			this.miNAlbum.Index = 0;
			this.miNAlbum.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
			this.miNAlbum.Text = "新建相册...";
			this.miNAlbum.Click += new System.EventHandler(this.miNAlbum_Click);
			// 
			// miOpenAlbum
			// 
			this.miOpenAlbum.Index = 1;
			this.miOpenAlbum.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
			this.miOpenAlbum.Text = "打开相册...";
			this.miOpenAlbum.Click += new System.EventHandler(this.miOpenAlbum_Click);
			// 
			// miPrint
			// 
			this.miPrint.Index = 2;
			this.miPrint.Text = "打印...";
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 3;
			this.menuItem2.Text = "-";
			// 
			// miImport
			// 
			this.miImport.Index = 4;
			this.miImport.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					 this.miFromFile,
																					 this.miFolder});
			this.miImport.Text = "导入图片";
			// 
			// miFromFile
			// 
			this.miFromFile.Index = 0;
			this.miFromFile.Text = "从文件";
			this.miFromFile.Click += new System.EventHandler(this.miFromFile_Click);
			// 
			// miFolder
			// 
			this.miFolder.Index = 1;
			this.miFolder.Text = "从文件夹";
			this.miFolder.Click += new System.EventHandler(this.miFolder_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 5;
			this.menuItem6.Text = "-";
			// 
			// miRenAlbum
			// 
			this.miRenAlbum.Index = 6;
			this.miRenAlbum.Text = "重命名相册";
			this.miRenAlbum.Click += new System.EventHandler(this.miRenAlbum_Click);
			// 
			// miDelAlbum
			// 
			this.miDelAlbum.Index = 7;
			this.miDelAlbum.Text = "删除相册";
			this.miDelAlbum.Click += new System.EventHandler(this.miDelAlbum_Click);
			// 
			// menuItem9
			// 
			this.menuItem9.Index = 8;
			this.menuItem9.Text = "-";
			// 
			// miExit
			// 
			this.miExit.Index = 9;
			this.miExit.Text = "退出";
			this.miExit.Click += new System.EventHandler(this.miExit_Click);
			// 
			// miEdit
			// 
			this.miEdit.Index = 1;
			this.miEdit.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																				   this.miOpenPhoto,
																				   this.miSlideSh,
																				   this.miSearch,
																				   this.menuItem1,
																				   this.miCut,
																				   this.miCopy,
																				   this.miPaste,
																				   this.menuItem5,
																				   this.miRotLeft,
																				   this.miRotRight,
																				   this.menuItem10,
																				   this.miRenPhoto,
																				   this.miDelPhoto});
			this.miEdit.Text = "编辑";
			// 
			// miOpenPhoto
			// 
			this.miOpenPhoto.Index = 0;
			this.miOpenPhoto.Text = "打开图片...";
			this.miOpenPhoto.Click += new System.EventHandler(this.miOpenPhoto_Click);
			// 
			// miSlideSh
			// 
			this.miSlideSh.Index = 1;
			this.miSlideSh.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
			this.miSlideSh.Text = "开始幻灯片放映";
			this.miSlideSh.Click += new System.EventHandler(this.miSlideSh_Click);
			// 
			// miSearch
			// 
			this.miSearch.Index = 2;
			this.miSearch.Text = "查找";
			this.miSearch.Click += new System.EventHandler(this.miSearch_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 3;
			this.menuItem1.Text = "-";
			// 
			// miCut
			// 
			this.miCut.Enabled = false;
			this.miCut.Index = 4;
			this.miCut.Text = "剪切";
			this.miCut.Click += new System.EventHandler(this.miCut_Click);
			// 
			// miCopy
			// 
			this.miCopy.Enabled = false;
			this.miCopy.Index = 5;
			this.miCopy.Text = "复制";
			this.miCopy.Click += new System.EventHandler(this.miCopy_Click);
			// 
			// miPaste
			// 
			this.miPaste.Enabled = false;
			this.miPaste.Index = 6;
			this.miPaste.Text = "粘贴";
			this.miPaste.Click += new System.EventHandler(this.miPaste_Click);
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 7;
			this.menuItem5.Text = "-";
			// 
			// miRotLeft
			// 
			this.miRotLeft.Index = 8;
			this.miRotLeft.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
			this.miRotLeft.Text = "向左旋转";
			this.miRotLeft.Click += new System.EventHandler(this.miRotLeft_Click);
			// 
			// miRotRight
			// 
			this.miRotRight.Index = 9;
			this.miRotRight.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
			this.miRotRight.Text = "向右旋转";
			this.miRotRight.Click += new System.EventHandler(this.miRotRight_Click);
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 10;
			this.menuItem10.Text = "-";
			// 
			// miRenPhoto
			// 
			this.miRenPhoto.Index = 11;
			this.miRenPhoto.Text = "重命名图片";
			this.miRenPhoto.Click += new System.EventHandler(this.miRenPhoto_Click);
			// 
			// miDelPhoto
			// 
			this.miDelPhoto.Index = 12;
			this.miDelPhoto.Text = "删除图片";
			this.miDelPhoto.Click += new System.EventHandler(this.miDelPhoto_Click);
			// 
			// miTools
			// 
			this.miTools.Index = 2;
			this.miTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.miSettings,
																					this.miHTMLExp});
			this.miTools.Text = "工具";
			// 
			// miSettings
			// 
			this.miSettings.Index = 0;
			this.miSettings.Text = "设置...";
			this.miSettings.Click += new System.EventHandler(this.miSettings_Click);
			// 
			// miHTMLExp
			// 
			this.miHTMLExp.Index = 1;
			this.miHTMLExp.Shortcut = System.Windows.Forms.Shortcut.CtrlE;
			this.miHTMLExp.Text = "导出成HTML...";
			this.miHTMLExp.Click += new System.EventHandler(this.miHTMLExp_Click);
			// 
			// pbLoading
			// 
			this.pbLoading.Location = new System.Drawing.Point(58, 603);
			this.pbLoading.Name = "pbLoading";
			this.pbLoading.Size = new System.Drawing.Size(470, 17);
			this.pbLoading.Step = 5;
			this.pbLoading.TabIndex = 7;
			// 
			// albPhotoSplitter
			// 
			this.albPhotoSplitter.Location = new System.Drawing.Point(250, 39);
			this.albPhotoSplitter.Name = "albPhotoSplitter";
			this.albPhotoSplitter.Size = new System.Drawing.Size(2, 559);
			this.albPhotoSplitter.TabIndex = 8;
			this.albPhotoSplitter.TabStop = false;
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -