| 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 // this.aboutBtn.Location = new System.Drawing.Point(472, 0); this.aboutBtn.Name = "aboutBtn"; this.aboutBtn.Size = new System.Drawing.Size(96, 32); this.aboutBtn.TabIndex = 5; this.aboutBtn.Text = "关 于"; this.aboutBtn.Click = new System.EventHandler(this.aboutBtn_Click); // // exitBtn // this.exitBtn.Location = new System.Drawing.Point(592, 0); this.exitBtn.Name = "exitBtn"; this.exitBtn.Size = new System.Drawing.Size(88, 32); this.exitBtn.TabIndex = 6; this.exitBtn.Text = "退 出"; this.exitBtn.Click = new System.EventHandler(this.exitBtn_Click); // // panel1 // this.panel1.Controls.Add(this.fullScreenBtn); this.panel1.Controls.Add(this.mouseCaptureBtn); this.panel1.Controls.Add(this.ClearBtn); this.panel1.Controls.Add(this.saveBtn); this.panel1.Controls.Add(this.aboutBtn); this.panel1.Controls.Add(this.exitBtn); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(680, 32); this.panel1.TabIndex = 7; // // CaptureScreenForm // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(696, 358); this.Controls.Add(this.panel1); this.Controls.Add(this.picbox); this.Name = "CaptureScreenForm"; this.Text = "截取屏幕";
|
| 共8页: 上一页 [1] 2 [3] [4] [5] [6] [7] [8] 下一页 |
评论加载中…