You can now also add windows and it all gets dump into a nice directory for each driver.
This commit is contained in:
Generated
+2
-1
@@ -108,9 +108,10 @@
|
||||
this.pbxWindow.Location = new System.Drawing.Point(12, 558);
|
||||
this.pbxWindow.Name = "pbxWindow";
|
||||
this.pbxWindow.Size = new System.Drawing.Size(960, 42);
|
||||
this.pbxWindow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pbxWindow.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pbxWindow.TabIndex = 8;
|
||||
this.pbxWindow.TabStop = false;
|
||||
this.pbxWindow.Click += new System.EventHandler(this.pbxWindow_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user