Now its responsive

This commit is contained in:
2023-01-18 14:10:31 +01:00
parent a891033a25
commit dca1caf427
4 changed files with 87 additions and 49 deletions
+18 -9
View File
@@ -55,26 +55,30 @@
// pbxRayons
//
this.pbxRayons.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbxRayons.Location = new System.Drawing.Point(12, 12);
this.pbxRayons.Location = new System.Drawing.Point(0, 0);
this.pbxRayons.Name = "pbxRayons";
this.pbxRayons.Size = new System.Drawing.Size(1044, 357);
this.pbxRayons.Size = new System.Drawing.Size(983, 300);
this.pbxRayons.TabIndex = 0;
this.pbxRayons.TabStop = false;
this.pbxRayons.Click += new System.EventHandler(this.pbxRayons_Click);
//
// pbxCaisses
//
this.pbxCaisses.Location = new System.Drawing.Point(12, 575);
this.pbxCaisses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbxCaisses.Location = new System.Drawing.Point(0, 512);
this.pbxCaisses.Name = "pbxCaisses";
this.pbxCaisses.Size = new System.Drawing.Size(1044, 246);
this.pbxCaisses.Size = new System.Drawing.Size(983, 200);
this.pbxCaisses.TabIndex = 1;
this.pbxCaisses.TabStop = false;
this.pbxCaisses.Click += new System.EventHandler(this.pbxCaisses_Click);
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.btnAddTime);
this.groupBox1.Controls.Add(this.btnAddClients);
this.groupBox1.Controls.Add(this.btnStartStop);
this.groupBox1.Location = new System.Drawing.Point(856, 12);
this.groupBox1.Location = new System.Drawing.Point(1696, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(200, 125);
this.groupBox1.TabIndex = 2;
@@ -111,13 +115,14 @@
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.lblTime);
this.groupBox2.Controls.Add(this.lblAvgWaitingTime);
this.groupBox2.Controls.Add(this.lblClients);
this.groupBox2.Controls.Add(this.lblAvaiblePlaces);
this.groupBox2.Controls.Add(this.lblClientsWithoutCheckout);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(856, 138);
this.groupBox2.Location = new System.Drawing.Point(1696, 138);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 120);
this.groupBox2.TabIndex = 6;
@@ -190,17 +195,19 @@
//
// pbxWaitRoom
//
this.pbxWaitRoom.Location = new System.Drawing.Point(12, 375);
this.pbxWaitRoom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pbxWaitRoom.Location = new System.Drawing.Point(0, 306);
this.pbxWaitRoom.Name = "pbxWaitRoom";
this.pbxWaitRoom.Size = new System.Drawing.Size(1044, 194);
this.pbxWaitRoom.Size = new System.Drawing.Size(983, 200);
this.pbxWaitRoom.TabIndex = 7;
this.pbxWaitRoom.TabStop = false;
this.pbxWaitRoom.Click += new System.EventHandler(this.pbxWaitRoom_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1062, 833);
this.ClientSize = new System.Drawing.Size(1902, 1033);
this.Controls.Add(this.pbxWaitRoom);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
@@ -208,6 +215,8 @@
this.Controls.Add(this.pbxRayons);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.Resize += new System.EventHandler(this.Form1_Resize);
((System.ComponentModel.ISupportInitialize)(this.pbxRayons)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbxCaisses)).EndInit();
this.groupBox1.ResumeLayout(false);