Drastically reduced the processing between every frame (4X less actions)
This commit is contained in:
Generated
+2
-2
@@ -62,7 +62,7 @@
|
||||
//
|
||||
this.pbxCaisses.Location = new System.Drawing.Point(12, 375);
|
||||
this.pbxCaisses.Name = "pbxCaisses";
|
||||
this.pbxCaisses.Size = new System.Drawing.Size(838, 246);
|
||||
this.pbxCaisses.Size = new System.Drawing.Size(838, 387);
|
||||
this.pbxCaisses.TabIndex = 1;
|
||||
this.pbxCaisses.TabStop = false;
|
||||
//
|
||||
@@ -189,7 +189,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1062, 630);
|
||||
this.ClientSize = new System.Drawing.Size(1062, 768);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.pbxCaisses);
|
||||
|
||||
Reference in New Issue
Block a user