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

📄 bitmapmaniptestform.cs

📁 图像管理源码
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.thumbnailWidthTextBox.Size = new System.Drawing.Size(40, 20);
			this.thumbnailWidthTextBox.TabIndex = 15;
			this.thumbnailWidthTextBox.Text = "50";
			// 
			// thumbnailBtn
			// 
			this.thumbnailBtn.Location = new System.Drawing.Point(96, 104);
			this.thumbnailBtn.Name = "thumbnailBtn";
			this.thumbnailBtn.TabIndex = 14;
			this.thumbnailBtn.Text = "Thumbnail:";
			this.thumbnailBtn.Click += new System.EventHandler(this.thumbnailBtn_Click);
			// 
			// reverseBtn
			// 
			this.reverseBtn.Location = new System.Drawing.Point(288, 40);
			this.reverseBtn.Name = "reverseBtn";
			this.reverseBtn.TabIndex = 18;
			this.reverseBtn.Text = "Reverse";
			this.reverseBtn.Click += new System.EventHandler(this.reverseBtn_Click);
			// 
			// flipBtn
			// 
			this.flipBtn.Location = new System.Drawing.Point(376, 40);
			this.flipBtn.Name = "flipBtn";
			this.flipBtn.TabIndex = 19;
			this.flipBtn.Text = "Flip";
			this.flipBtn.Click += new System.EventHandler(this.flipBtn_Click);
			// 
			// cropBtn
			// 
			this.cropBtn.Location = new System.Drawing.Point(288, 72);
			this.cropBtn.Name = "cropBtn";
			this.cropBtn.TabIndex = 20;
			this.cropBtn.Text = "Crop:";
			this.cropBtn.Click += new System.EventHandler(this.cropBtn_Click);
			// 
			// bottomRightYTextBox
			// 
			this.bottomRightYTextBox.Location = new System.Drawing.Point(512, 104);
			this.bottomRightYTextBox.Name = "bottomRightYTextBox";
			this.bottomRightYTextBox.Size = new System.Drawing.Size(40, 20);
			this.bottomRightYTextBox.TabIndex = 25;
			this.bottomRightYTextBox.Text = "50";
			// 
			// bottomRightXTextBox
			// 
			this.bottomRightXTextBox.Location = new System.Drawing.Point(456, 104);
			this.bottomRightXTextBox.Name = "bottomRightXTextBox";
			this.bottomRightXTextBox.Size = new System.Drawing.Size(40, 20);
			this.bottomRightXTextBox.TabIndex = 24;
			this.bottomRightXTextBox.Text = "50";
			// 
			// topLeftYTextBox
			// 
			this.topLeftYTextBox.Location = new System.Drawing.Point(512, 72);
			this.topLeftYTextBox.Name = "topLeftYTextBox";
			this.topLeftYTextBox.Size = new System.Drawing.Size(40, 20);
			this.topLeftYTextBox.TabIndex = 22;
			this.topLeftYTextBox.Text = "0";
			// 
			// topLeftXTextBox
			// 
			this.topLeftXTextBox.Location = new System.Drawing.Point(456, 72);
			this.topLeftXTextBox.Name = "topLeftXTextBox";
			this.topLeftXTextBox.Size = new System.Drawing.Size(40, 20);
			this.topLeftXTextBox.TabIndex = 21;
			this.topLeftXTextBox.Text = "0";
			// 
			// topLeftLbl
			// 
			this.topLeftLbl.Location = new System.Drawing.Point(368, 80);
			this.topLeftLbl.Name = "topLeftLbl";
			this.topLeftLbl.Size = new System.Drawing.Size(56, 23);
			this.topLeftLbl.TabIndex = 28;
			this.topLeftLbl.Text = "Top Left:";
			// 
			// bottomRightLbl
			// 
			this.bottomRightLbl.Location = new System.Drawing.Point(368, 104);
			this.bottomRightLbl.Name = "bottomRightLbl";
			this.bottomRightLbl.Size = new System.Drawing.Size(80, 23);
			this.bottomRightLbl.TabIndex = 29;
			this.bottomRightLbl.Text = "Bottom Right:";
			// 
			// overlayBtn
			// 
			this.overlayBtn.Location = new System.Drawing.Point(8, 144);
			this.overlayBtn.Name = "overlayBtn";
			this.overlayBtn.TabIndex = 30;
			this.overlayBtn.Text = "Overlay:";
			this.overlayBtn.Click += new System.EventHandler(this.overlayBtn_Click);
			// 
			// overlayImgUrlTextBox
			// 
			this.overlayImgUrlTextBox.Location = new System.Drawing.Point(200, 144);
			this.overlayImgUrlTextBox.Name = "overlayImgUrlTextBox";
			this.overlayImgUrlTextBox.Size = new System.Drawing.Size(352, 20);
			this.overlayImgUrlTextBox.TabIndex = 31;
			this.overlayImgUrlTextBox.Text = "http://www.codeproject.com/images/codeproject125x125.gif";
			// 
			// overlayImgLbl
			// 
			this.overlayImgLbl.Location = new System.Drawing.Point(96, 146);
			this.overlayImgLbl.Name = "overlayImgLbl";
			this.overlayImgLbl.TabIndex = 32;
			this.overlayImgLbl.Text = "Overlay Image:";
			// 
			// alphaLbl
			// 
			this.alphaLbl.Location = new System.Drawing.Point(96, 168);
			this.alphaLbl.Name = "alphaLbl";
			this.alphaLbl.TabIndex = 33;
			this.alphaLbl.Text = "Alpha (0-100)";
			// 
			// alphaTextBox
			// 
			this.alphaTextBox.Location = new System.Drawing.Point(200, 168);
			this.alphaTextBox.Name = "alphaTextBox";
			this.alphaTextBox.Size = new System.Drawing.Size(24, 20);
			this.alphaTextBox.TabIndex = 34;
			this.alphaTextBox.Text = "45";
			// 
			// overlayPositionLbl
			// 
			this.overlayPositionLbl.Location = new System.Drawing.Point(312, 168);
			this.overlayPositionLbl.Name = "overlayPositionLbl";
			this.overlayPositionLbl.TabIndex = 35;
			this.overlayPositionLbl.Text = "Position:";
			// 
			// overlayPositionCombo
			// 
			this.overlayPositionCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.overlayPositionCombo.Items.AddRange(new object[] {
																	  "TopLeft",
																	  "TopRight",
																	  "BottomRight",
																	  "BottomLeft",
																	  "Center"});
			this.overlayPositionCombo.Location = new System.Drawing.Point(368, 168);
			this.overlayPositionCombo.Name = "overlayPositionCombo";
			this.overlayPositionCombo.Size = new System.Drawing.Size(121, 21);
			this.overlayPositionCombo.TabIndex = 36;
			// 
			// revertBtn
			// 
			this.revertBtn.Location = new System.Drawing.Point(464, 40);
			this.revertBtn.Name = "revertBtn";
			this.revertBtn.TabIndex = 37;
			this.revertBtn.Text = "Revert";
			this.revertBtn.Click += new System.EventHandler(this.revertBtn_Click);
			// 
			// currentFormatLbl
			// 
			this.currentFormatLbl.Location = new System.Drawing.Point(8, 200);
			this.currentFormatLbl.Name = "currentFormatLbl";
			this.currentFormatLbl.TabIndex = 38;
			this.currentFormatLbl.Text = "Current Format:";
			// 
			// currentFormatValueLbl
			// 
			this.currentFormatValueLbl.Location = new System.Drawing.Point(96, 200);
			this.currentFormatValueLbl.Name = "currentFormatValueLbl";
			this.currentFormatValueLbl.TabIndex = 39;
			this.currentFormatValueLbl.Text = "foo";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(13, 224);
			this.label2.Name = "label2";
			this.label2.TabIndex = 40;
			this.label2.Text = "Convert To:";
			// 
			// jpgBtn
			// 
			this.jpgBtn.Location = new System.Drawing.Point(96, 224);
			this.jpgBtn.Name = "jpgBtn";
			this.jpgBtn.Size = new System.Drawing.Size(48, 23);
			this.jpgBtn.TabIndex = 41;
			this.jpgBtn.Text = "JPEG";
			this.jpgBtn.Click += new System.EventHandler(this.jpgBtn_Click);
			// 
			// jpgQualityLbl
			// 
			this.jpgQualityLbl.Location = new System.Drawing.Point(152, 226);
			this.jpgQualityLbl.Name = "jpgQualityLbl";
			this.jpgQualityLbl.TabIndex = 42;
			this.jpgQualityLbl.Text = "Q=";
			// 
			// jpgQualityTextBox
			// 
			this.jpgQualityTextBox.Location = new System.Drawing.Point(175, 225);
			this.jpgQualityTextBox.Name = "jpgQualityTextBox";
			this.jpgQualityTextBox.Size = new System.Drawing.Size(25, 20);
			this.jpgQualityTextBox.TabIndex = 43;
			this.jpgQualityTextBox.Text = "75";
			// 
			// bmpBtn
			// 
			this.bmpBtn.Location = new System.Drawing.Point(160, 256);
			this.bmpBtn.Name = "bmpBtn";
			this.bmpBtn.Size = new System.Drawing.Size(48, 23);
			this.bmpBtn.TabIndex = 47;
			this.bmpBtn.Text = "BMP";
			this.bmpBtn.Click += new System.EventHandler(this.bmpBtn_Click);
			// 
			// gifBtn
			// 
			this.gifBtn.Location = new System.Drawing.Point(96, 256);
			this.gifBtn.Name = "gifBtn";
			this.gifBtn.Size = new System.Drawing.Size(48, 23);
			this.gifBtn.TabIndex = 50;
			this.gifBtn.Text = "GIF";
			this.gifBtn.Click += new System.EventHandler(this.gifBtn_Click);
			// 
			// tiffBtn
			// 
			this.tiffBtn.Location = new System.Drawing.Point(224, 224);
			this.tiffBtn.Name = "tiffBtn";
			this.tiffBtn.Size = new System.Drawing.Size(48, 23);
			this.tiffBtn.TabIndex = 51;
			this.tiffBtn.Text = "TIFF";
			this.tiffBtn.Click += new System.EventHandler(this.tiffBtn_Click);
			// 
			// pngBtn
			// 
			this.pngBtn.Location = new System.Drawing.Point(224, 256);
			this.pngBtn.Name = "pngBtn";
			this.pngBtn.Size = new System.Drawing.Size(48, 23);
			this.pngBtn.TabIndex = 52;
			this.pngBtn.Text = "PNG";
			this.pngBtn.Click += new System.EventHandler(this.pngBtn_Click);
			// 
			// imgDimensionsLbl
			// 
			this.imgDimensionsLbl.Location = new System.Drawing.Point(336, 200);
			this.imgDimensionsLbl.Name = "imgDimensionsLbl";
			this.imgDimensionsLbl.TabIndex = 54;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(280, 224);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(80, 23);
			this.label3.TabIndex = 56;
			this.label3.Text = "compression=";
			// 
			// tiffCompressionCombo
			// 
			this.tiffCompressionCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.tiffCompressionCombo.Items.AddRange(new object[] {
																	  "CCITT3",
																	  "CCITT4",
																	  "LZW",
																	  "RLE",
																	  "None",
																	  "Unspecified"});
			this.tiffCompressionCombo.Location = new System.Drawing.Point(360, 224);
			this.tiffCompressionCombo.Name = "tiffCompressionCombo";
			this.tiffCompressionCombo.Size = new System.Drawing.Size(168, 21);
			this.tiffCompressionCombo.TabIndex = 57;
			// 
			// BitmapManipTestForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(568, 341);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.tiffCompressionCombo,
																		  this.label3,
																		  this.imgDimensionsLbl,
																		  this.pngBtn,
																		  this.tiffBtn,
																		  this.gifBtn,
																		  this.bmpBtn,
																		  this.jpgQualityTextBox,
																		  this.jpgQualityLbl,
																		  this.jpgBtn,
																		  this.label2,
																		  this.currentFormatValueLbl,
																		  this.currentFormatLbl,
																		  this.revertBtn,
																		  this.overlayPositionCombo,
																		  this.overlayPositionLbl,
																		  this.alphaTextBox,
																		  this.alphaLbl,
																		  this.overlayImgLbl,
																		  this.overlayImgUrlTextBox,
																		  this.overlayBtn,
																		  this.bottomRightLbl,

⌨️ 快捷键说明

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