AIParkingApplicationForm, StatusBar - Fix UI
This commit is contained in:
parent
960e8cf76d
commit
b46d79e101
|
@ -40,7 +40,7 @@ namespace AIParkingApplication
|
||||||
}
|
}
|
||||||
|
|
||||||
statusBar = new StatusBar("192.168.1.122", "192.168.1.200", TimeSpan.FromSeconds(1));
|
statusBar = new StatusBar("192.168.1.122", "192.168.1.200", TimeSpan.FromSeconds(1));
|
||||||
statusBar.Location = new Point(0, sidebar.Location.Y + sidebar.Height + 25);
|
statusBar.Location = new Point(0, sidebar.Location.Y + sidebar.Height + 26);
|
||||||
statusBar.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
statusBar.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
||||||
Controls.Add(statusBar);
|
Controls.Add(statusBar);
|
||||||
|
|
||||||
|
|
8
AIParkingApplication/StatusBar.Designer.cs
generated
8
AIParkingApplication/StatusBar.Designer.cs
generated
|
@ -72,7 +72,7 @@
|
||||||
// lblPingTimeToDoorAccessControl
|
// lblPingTimeToDoorAccessControl
|
||||||
//
|
//
|
||||||
this.lblPingTimeToDoorAccessControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lblPingTimeToDoorAccessControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lblPingTimeToDoorAccessControl.Location = new System.Drawing.Point(437, 0);
|
this.lblPingTimeToDoorAccessControl.Location = new System.Drawing.Point(440, 0);
|
||||||
this.lblPingTimeToDoorAccessControl.Name = "lblPingTimeToDoorAccessControl";
|
this.lblPingTimeToDoorAccessControl.Name = "lblPingTimeToDoorAccessControl";
|
||||||
this.lblPingTimeToDoorAccessControl.Size = new System.Drawing.Size(71, 18);
|
this.lblPingTimeToDoorAccessControl.Size = new System.Drawing.Size(71, 18);
|
||||||
this.lblPingTimeToDoorAccessControl.TabIndex = 3;
|
this.lblPingTimeToDoorAccessControl.TabIndex = 3;
|
||||||
|
@ -96,13 +96,13 @@
|
||||||
this.lblServer.Name = "lblServer";
|
this.lblServer.Name = "lblServer";
|
||||||
this.lblServer.Size = new System.Drawing.Size(63, 18);
|
this.lblServer.Size = new System.Drawing.Size(63, 18);
|
||||||
this.lblServer.TabIndex = 1;
|
this.lblServer.TabIndex = 1;
|
||||||
this.lblServer.Text = "Server";
|
this.lblServer.Text = "Server:";
|
||||||
this.lblServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
this.lblServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
//
|
//
|
||||||
// lblEngine
|
// lblEngine
|
||||||
//
|
//
|
||||||
this.lblEngine.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lblEngine.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lblEngine.Location = new System.Drawing.Point(570, 0);
|
this.lblEngine.Location = new System.Drawing.Point(583, 0);
|
||||||
this.lblEngine.Name = "lblEngine";
|
this.lblEngine.Name = "lblEngine";
|
||||||
this.lblEngine.Size = new System.Drawing.Size(65, 18);
|
this.lblEngine.Size = new System.Drawing.Size(65, 18);
|
||||||
this.lblEngine.TabIndex = 3;
|
this.lblEngine.TabIndex = 3;
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
// lblEngineStatus
|
// lblEngineStatus
|
||||||
//
|
//
|
||||||
this.lblEngineStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lblEngineStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lblEngineStatus.Location = new System.Drawing.Point(641, 0);
|
this.lblEngineStatus.Location = new System.Drawing.Point(654, 0);
|
||||||
this.lblEngineStatus.Name = "lblEngineStatus";
|
this.lblEngineStatus.Name = "lblEngineStatus";
|
||||||
this.lblEngineStatus.Size = new System.Drawing.Size(169, 18);
|
this.lblEngineStatus.Size = new System.Drawing.Size(169, 18);
|
||||||
this.lblEngineStatus.TabIndex = 3;
|
this.lblEngineStatus.TabIndex = 3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user