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

📄 frmpiclib.cs

📁 个人信息的源代码
💻 CS
📖 第 1 页 / 共 4 页
字号:
			this.lnkPrint.Text = "打印";
			this.lnkPrint.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkPrint_LinkClicked);
			// 
			// lnkSave
			// 
			this.lnkSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkSave.AutoSize = true;
			this.lnkSave.BackColor = System.Drawing.Color.Transparent;
			this.lnkSave.Location = new System.Drawing.Point(582, 156);
			this.lnkSave.Name = "lnkSave";
			this.lnkSave.Size = new System.Drawing.Size(29, 17);
			this.lnkSave.TabIndex = 34;
			this.lnkSave.TabStop = true;
			this.lnkSave.Text = "保存";
			this.lnkSave.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSave_LinkClicked);
			// 
			// lnkSetBold
			// 
			this.lnkSetBold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkSetBold.AutoSize = true;
			this.lnkSetBold.BackColor = System.Drawing.Color.Transparent;
			this.lnkSetBold.Location = new System.Drawing.Point(355, 10);
			this.lnkSetBold.Name = "lnkSetBold";
			this.lnkSetBold.Size = new System.Drawing.Size(29, 17);
			this.lnkSetBold.TabIndex = 28;
			this.lnkSetBold.TabStop = true;
			this.lnkSetBold.Text = "粗体";
			this.lnkSetBold.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSetBold_LinkClicked);
			// 
			// lnkItalic
			// 
			this.lnkItalic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkItalic.AutoSize = true;
			this.lnkItalic.BackColor = System.Drawing.Color.Transparent;
			this.lnkItalic.Location = new System.Drawing.Point(395, 10);
			this.lnkItalic.Name = "lnkItalic";
			this.lnkItalic.Size = new System.Drawing.Size(29, 17);
			this.lnkItalic.TabIndex = 27;
			this.lnkItalic.TabStop = true;
			this.lnkItalic.Text = "斜体";
			this.lnkItalic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkItalic_LinkClicked);
			// 
			// lnkFontSizeUp
			// 
			this.lnkFontSizeUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkFontSizeUp.AutoSize = true;
			this.lnkFontSizeUp.BackColor = System.Drawing.Color.Transparent;
			this.lnkFontSizeUp.Location = new System.Drawing.Point(435, 10);
			this.lnkFontSizeUp.Name = "lnkFontSizeUp";
			this.lnkFontSizeUp.Size = new System.Drawing.Size(54, 17);
			this.lnkFontSizeUp.TabIndex = 29;
			this.lnkFontSizeUp.TabStop = true;
			this.lnkFontSizeUp.Text = "增大字体";
			this.lnkFontSizeUp.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFontSizeUp_LinkClicked);
			// 
			// lnkFontSizeDown
			// 
			this.lnkFontSizeDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkFontSizeDown.AutoSize = true;
			this.lnkFontSizeDown.BackColor = System.Drawing.Color.Transparent;
			this.lnkFontSizeDown.Location = new System.Drawing.Point(499, 10);
			this.lnkFontSizeDown.Name = "lnkFontSizeDown";
			this.lnkFontSizeDown.Size = new System.Drawing.Size(54, 17);
			this.lnkFontSizeDown.TabIndex = 31;
			this.lnkFontSizeDown.TabStop = true;
			this.lnkFontSizeDown.Text = "减小字体";
			this.lnkFontSizeDown.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFontSizeDown_LinkClicked);
			// 
			// lnkSelectFont
			// 
			this.lnkSelectFont.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkSelectFont.AutoSize = true;
			this.lnkSelectFont.BackColor = System.Drawing.Color.Transparent;
			this.lnkSelectFont.Location = new System.Drawing.Point(563, 10);
			this.lnkSelectFont.Name = "lnkSelectFont";
			this.lnkSelectFont.Size = new System.Drawing.Size(54, 17);
			this.lnkSelectFont.TabIndex = 30;
			this.lnkSelectFont.TabStop = true;
			this.lnkSelectFont.Text = "设置字体";
			this.lnkSelectFont.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSelectFont_LinkClicked);
			// 
			// lnkCut
			// 
			this.lnkCut.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkCut.AutoSize = true;
			this.lnkCut.BackColor = System.Drawing.Color.Transparent;
			this.lnkCut.Location = new System.Drawing.Point(403, 34);
			this.lnkCut.Name = "lnkCut";
			this.lnkCut.Size = new System.Drawing.Size(29, 17);
			this.lnkCut.TabIndex = 23;
			this.lnkCut.TabStop = true;
			this.lnkCut.Text = "剪切";
			this.lnkCut.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCut_LinkClicked);
			// 
			// lnkCopy
			// 
			this.lnkCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkCopy.AutoSize = true;
			this.lnkCopy.BackColor = System.Drawing.Color.Transparent;
			this.lnkCopy.Location = new System.Drawing.Point(443, 34);
			this.lnkCopy.Name = "lnkCopy";
			this.lnkCopy.Size = new System.Drawing.Size(29, 17);
			this.lnkCopy.TabIndex = 22;
			this.lnkCopy.TabStop = true;
			this.lnkCopy.Text = "复制";
			this.lnkCopy.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCopy_LinkClicked);
			// 
			// lnkPaste
			// 
			this.lnkPaste.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkPaste.AutoSize = true;
			this.lnkPaste.BackColor = System.Drawing.Color.Transparent;
			this.lnkPaste.Location = new System.Drawing.Point(483, 34);
			this.lnkPaste.Name = "lnkPaste";
			this.lnkPaste.Size = new System.Drawing.Size(29, 17);
			this.lnkPaste.TabIndex = 24;
			this.lnkPaste.TabStop = true;
			this.lnkPaste.Text = "粘贴";
			this.lnkPaste.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkPaste_LinkClicked);
			// 
			// lnkSelectAll
			// 
			this.lnkSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkSelectAll.AutoSize = true;
			this.lnkSelectAll.BackColor = System.Drawing.Color.Transparent;
			this.lnkSelectAll.Location = new System.Drawing.Point(523, 34);
			this.lnkSelectAll.Name = "lnkSelectAll";
			this.lnkSelectAll.Size = new System.Drawing.Size(29, 17);
			this.lnkSelectAll.TabIndex = 26;
			this.lnkSelectAll.TabStop = true;
			this.lnkSelectAll.Text = "全选";
			this.lnkSelectAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSelectAll_LinkClicked);
			// 
			// lnkFind
			// 
			this.lnkFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.lnkFind.AutoSize = true;
			this.lnkFind.BackColor = System.Drawing.Color.Transparent;
			this.lnkFind.Location = new System.Drawing.Point(563, 34);
			this.lnkFind.Name = "lnkFind";
			this.lnkFind.Size = new System.Drawing.Size(54, 17);
			this.lnkFind.TabIndex = 25;
			this.lnkFind.TabStop = true;
			this.lnkFind.Text = "查找替换";
			this.lnkFind.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkFind_LinkClicked);
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.BackColor = System.Drawing.Color.Transparent;
			this.label3.Location = new System.Drawing.Point(16, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(42, 17);
			this.label3.TabIndex = 21;
			this.label3.Text = "说明:";
			// 
			// txtComment
			// 
			this.txtComment.AcceptsTab = true;
			this.txtComment.AllowDrop = true;
			this.txtComment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.txtComment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.txtComment.HideSelection = false;
			this.txtComment.Location = new System.Drawing.Point(16, 58);
			this.txtComment.Name = "txtComment";
			this.txtComment.ShowContextMenu = false;
			this.txtComment.Size = new System.Drawing.Size(606, 84);
			this.txtComment.TabIndex = 20;
			this.txtComment.Text = "";
			this.txtComment.TextChanged += new System.EventHandler(this.txtComment_TextChanged);
			this.txtComment.Leave += new System.EventHandler(this.txtComment_Leave);
			// 
			// splitter1
			// 
			this.splitter1.BackColor = System.Drawing.Color.White;
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.Location = new System.Drawing.Point(0, 214);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(640, 8);
			this.splitter1.TabIndex = 2;
			this.splitter1.TabStop = false;
			// 
			// panel2
			// 
			this.panel2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
			this.panel2.Controls.Add(this.toolBar1);
			this.panel2.Controls.Add(this.label1);
			this.panel2.Controls.Add(this.txtPicNotes);
			this.panel2.Controls.Add(this.lstFiles);
			this.panel2.Controls.Add(this.label2);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel2.Location = new System.Drawing.Point(0, 222);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(640, 184);
			this.panel2.TabIndex = 1;
			// 
			// toolBar1
			// 
			this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
			this.toolBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.tbtnPrevPic,
																						this.tbtnNextPic,
																						this.toolBarButton2,
																						this.tbtnAddPic,
																						this.tbtnDelPic,
																						this.toolBarButton3,
																						this.tbtnExportPic,
																						this.toolBarButton4,
																						this.tbtnPicSizeMode});
			this.toolBar1.ButtonSize = new System.Drawing.Size(23, 22);
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.ImageList1;
			this.toolBar1.Location = new System.Drawing.Point(0, 0);
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(640, 29);
			this.toolBar1.TabIndex = 3;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 
			// toolBarButton1
			// 
			this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbtnPrevPic
			// 
			this.tbtnPrevPic.ImageIndex = 0;
			this.tbtnPrevPic.Tag = "PrevPic";
			this.tbtnPrevPic.ToolTipText = "前一幅";
			// 
			// tbtnNextPic
			// 
			this.tbtnNextPic.ImageIndex = 1;
			this.tbtnNextPic.Tag = "NextPic";
			this.tbtnNextPic.ToolTipText = "下一幅";
			// 
			// toolBarButton2
			// 
			this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbtnAddPic
			// 
			this.tbtnAddPic.ImageIndex = 4;
			this.tbtnAddPic.Tag = "AddPic";
			this.tbtnAddPic.ToolTipText = "添加图片";
			// 
			// tbtnDelPic
			// 
			this.tbtnDelPic.ImageIndex = 5;
			this.tbtnDelPic.Tag = "DelPic";
			this.tbtnDelPic.ToolTipText = "删除图片";
			// 
			// toolBarButton3
			// 
			this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbtnExportPic
			// 
			this.tbtnExportPic.ImageIndex = 7;
			this.tbtnExportPic.Tag = "ExportPic";
			this.tbtnExportPic.ToolTipText = "导出图片";
			// 
			// toolBarButton4
			// 
			this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
			// 
			// tbtnPicSizeMode
			// 
			this.tbtnPicSizeMode.DropDownMenu = this.ctxPicOpt;
			this.tbtnPicSizeMode.ImageIndex = 8;
			this.tbtnPicSizeMode.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
			this.tbtnPicSizeMode.Tag = "PicSizeMode";
			// 
			// ctxPicOpt
			// 
			this.ctxPicOpt.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.cmnuAutoSize,
																					  this.cmnuStretch});
			// 
			// cmnuAutoSize
			// 
			this.cmnuAutoSize.Index = 0;
			this.cmnuAutoSize.Text = "保持原始尺寸";
			this.cmnuAutoSize.Click += new System.EventHandler(this.cmnuAutoSize_Click);
			// 
			// cmnuStretch
			// 
			this.cmnuStretch.Index = 1;
			this.cmnuStretch.Text = "自动拉伸图像";
			this.cmnuStretch.Click += new System.EventHandler(this.cmnuStretch_Click);
			// 
			// ImageList1
			// 
			this.ImageList1.ImageSize = new System.Drawing.Size(16, 16);
			this.ImageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ImageList1.ImageStream")));
			this.ImageList1.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.BackColor = System.Drawing.Color.Transparent;
			this.label1.Location = new System.Drawing.Point(24, 44);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(66, 17);
			this.label1.TabIndex = 2;
			this.label1.Text = "图片列表:";
			// 
			// txtPicNotes
			// 
			this.txtPicNotes.AcceptsTab = true;
			this.txtPicNotes.AllowDrop = true;
			this.txtPicNotes.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 

⌨️ 快捷键说明

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