Drastically reduced the processing between every frame (4X less actions)

This commit is contained in:
2023-01-11 14:10:30 +01:00
parent 435193b59f
commit a092c05866
4 changed files with 81 additions and 93 deletions
+2 -2
View File
@@ -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);