释放动态库

This commit is contained in:
zqm
2026-03-27 09:27:42 +08:00
parent 3e781179f5
commit 3148da02dd
3 changed files with 58 additions and 9 deletions

View File

@@ -35,16 +35,17 @@
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(30, 50);
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(454, 376);
this.pictureBox1.Size = new System.Drawing.Size(800, 450);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(569, 152);
this.button1.Location = new System.Drawing.Point(644, 80);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(109, 49);
this.button1.TabIndex = 1;