| // // btn_Browser // this.btn_Browser.Location = new System.Drawing.Point(24, 312); this.btn_Browser.Name = "btn_Browser"; this.btn_Browser.TabIndex = 1; this.btn_Browser.Text = "源 图"; this.btn_Browser.Click += new System.EventHandler(this.btn_Browser_Click); // // button2 // this.button2.Location = new System.Drawing.Point(552, 312); this.button2.Name = "button2"; this.button2.TabIndex = 2; this.button2.Text = "生 成"; this.button2.Click += new System.EventHandler(this.button2_Click); // // imgSource // this.imgSource.Location = new System.Drawing.Point(8, 16); this.imgSource.Name = "imgSource"; this.imgSource.Size = new System.Drawing.Size(272, 128); this.imgSource.TabIndex = 0; this.imgSource.TabStop = false; // // imgObject // this.imgObject.Location = new System.Drawing.Point(8, 16); this.imgObject.Name = "imgObject"; this.imgObject.Size = new System.Drawing.Size(336, 272); this.imgObject.TabIndex = 0; this.imgObject.TabStop = false; // // imgWater // this.imgWater.Location = new System.Drawing.Point(8, 16); this.imgWater.Name = "imgWater"; this.imgWater.Size = new System.Drawing.Size(272, 120); this.imgWater.TabIndex = 1; this.imgWater.TabStop = false; // // btn_Water // this.btn_Water.Location = new System.Drawing.Point(120, 312); this.btn_Water.Name = "btn_Water"; this.btn_Water.TabIndex = 3; this.btn_Water.Text = "水印图"; this.btn_Water.Click += new System.EventHandler(this.btn_Water_Click); // // local // |