文件名称:C#仿QQ截图 图片 截图 .net
文件大小:11KB
文件格式:RAR
更新时间:2013-09-13 03:22:27
C#仿QQ截图 图片 截图 .net
System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.picbox.TabIndex = 0; this.picbox.TabStop = false; // // fullScreenBtn // this.fullScreenBtn.Location = new System.Drawing.Point(0, 0); this.fullScreenBtn.Name = "fullScreenBtn"; this.fullScreenBtn.Size = new System.Drawing.Size(96, 32); this.fullScreenBtn.TabIndex = 1; this.fullScreenBtn.Text = "全屏截取"; this.fullScreenBtn.Click += new System.EventHandler(this.fullScreenBtn_Click); // // mouseCaptureBtn // this.mouseCaptureBtn.Location = new System.Drawing.Point(120, 0); this.mouseCaptureBtn.Name = "mouseCaptureBtn"; this.mouseCaptureBtn.Size = new System.Drawing.Size(96, 32); this.mouseCaptureBtn.TabIndex = 2; this.mouseCaptureBtn.Text = "鼠标截取"; this.mouseCaptureBtn.Click += new System.EventHandler(this.mouseCaptureBtn_Click); // // ClearBtn // this.ClearBtn.Location = new System.Drawing.Point(240, 0); this.ClearBtn.Name = "ClearBtn"; this.ClearBtn.Size = new System.Drawing.Size(88, 32); this.ClearBtn.TabIndex = 3; this.ClearBtn.Text = "清除截取图片"; this.ClearBtn.Click += new System.EventHandler(this.ClearBtn_Click); // // saveBtn // this.saveBtn.Location = new System.Drawing.Point(352, 0); this.saveBtn.Name = "saveBtn"; this.saveBtn.Size = new System.Drawing.Size(96, 32); this.saveBtn.TabIndex = 4; this.saveBtn.Text = "保存截取图片"; this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click); // // aboutBtn
【文件预览】:
C#模仿qq截图.doc