| this.local.Location = new System.Drawing.Point(256, 312); this.local.Name = "local"; this.local.Size = new System.Drawing.Size(112, 20); this.local.TabIndex = 4; this.local.Text = "--请选择--"; // // alpha // this.alpha.Location = new System.Drawing.Point(448, 312); this.alpha.Name = "alpha"; this.alpha.Size = new System.Drawing.Size(72, 21); this.alpha.TabIndex = 5; this.alpha.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(216, 312); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(32, 23); this.label1.TabIndex = 6; this.label1.Text = "位置"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Location = new System.Drawing.Point(392, 312); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 23); this.label2.TabIndex = 6; this.label2.Text = "透明度"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // groupBox3 // this.groupBox3.Controls.AddRange(new System.Windows.Forms.Control[] { this.imgWater}); this.groupBox3.Location = new System.Drawing.Point(0, 160); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(288, 136); this.groupBox3.TabIndex = 7; this.groupBox3.TabStop = false; this.groupBox3.Text = "水印图"; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(664, 365); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.groupBox3, this.label1, this.alpha, this.local, |