123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- namespace parkspace_manager
- {
- partial class FormParkSpaceStatus
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.ParkingSpaceMonitorPanel = new System.Windows.Forms.Panel();
- this.parkspaceStatusSamplePanel = new System.Windows.Forms.Panel();
- this.btn_unknown = new System.Windows.Forms.Button();
- this.btn_error = new System.Windows.Forms.Button();
- this.btn_locked = new System.Windows.Forms.Button();
- this.btn_reserved = new System.Windows.Forms.Button();
- this.btn_occupied = new System.Windows.Forms.Button();
- this.btn_empty = new System.Windows.Forms.Button();
- this.btn_clear = new System.Windows.Forms.Button();
- this.parkspaceStatusSamplePanel.SuspendLayout();
- this.SuspendLayout();
- //
- // ParkingSpaceMonitorPanel
- //
- this.ParkingSpaceMonitorPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ParkingSpaceMonitorPanel.Location = new System.Drawing.Point(0, 79);
- this.ParkingSpaceMonitorPanel.Name = "ParkingSpaceMonitorPanel";
- this.ParkingSpaceMonitorPanel.Size = new System.Drawing.Size(1574, 727);
- this.ParkingSpaceMonitorPanel.TabIndex = 0;
- //
- // parkspaceStatusSamplePanel
- //
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_clear);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_unknown);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_error);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_locked);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_reserved);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_occupied);
- this.parkspaceStatusSamplePanel.Controls.Add(this.btn_empty);
- this.parkspaceStatusSamplePanel.Dock = System.Windows.Forms.DockStyle.Top;
- this.parkspaceStatusSamplePanel.Location = new System.Drawing.Point(0, 0);
- this.parkspaceStatusSamplePanel.Name = "parkspaceStatusSamplePanel";
- this.parkspaceStatusSamplePanel.Size = new System.Drawing.Size(1574, 73);
- this.parkspaceStatusSamplePanel.TabIndex = 1;
- //
- // btn_unknown
- //
- this.btn_unknown.BackColor = System.Drawing.Color.Violet;
- this.btn_unknown.Location = new System.Drawing.Point(864, 22);
- this.btn_unknown.Name = "btn_unknown";
- this.btn_unknown.Size = new System.Drawing.Size(133, 33);
- this.btn_unknown.TabIndex = 5;
- this.btn_unknown.Text = "未知";
- this.btn_unknown.UseVisualStyleBackColor = false;
- //
- // btn_error
- //
- this.btn_error.BackColor = System.Drawing.Color.Red;
- this.btn_error.Location = new System.Drawing.Point(700, 22);
- this.btn_error.Name = "btn_error";
- this.btn_error.Size = new System.Drawing.Size(133, 33);
- this.btn_error.TabIndex = 4;
- this.btn_error.Text = "故障";
- this.btn_error.UseVisualStyleBackColor = false;
- //
- // btn_locked
- //
- this.btn_locked.BackColor = System.Drawing.Color.LightGreen;
- this.btn_locked.Location = new System.Drawing.Point(528, 22);
- this.btn_locked.Name = "btn_locked";
- this.btn_locked.Size = new System.Drawing.Size(133, 33);
- this.btn_locked.TabIndex = 3;
- this.btn_locked.Text = "已锁定";
- this.btn_locked.UseVisualStyleBackColor = false;
- //
- // btn_reserved
- //
- this.btn_reserved.BackColor = System.Drawing.Color.SkyBlue;
- this.btn_reserved.Location = new System.Drawing.Point(356, 22);
- this.btn_reserved.Name = "btn_reserved";
- this.btn_reserved.Size = new System.Drawing.Size(133, 33);
- this.btn_reserved.TabIndex = 2;
- this.btn_reserved.Text = "已预约";
- this.btn_reserved.UseVisualStyleBackColor = false;
- //
- // btn_occupied
- //
- this.btn_occupied.BackColor = System.Drawing.Color.Yellow;
- this.btn_occupied.Location = new System.Drawing.Point(183, 22);
- this.btn_occupied.Name = "btn_occupied";
- this.btn_occupied.Size = new System.Drawing.Size(133, 33);
- this.btn_occupied.TabIndex = 1;
- this.btn_occupied.Text = "占用";
- this.btn_occupied.UseVisualStyleBackColor = false;
- //
- // btn_empty
- //
- this.btn_empty.BackColor = System.Drawing.Color.White;
- this.btn_empty.Location = new System.Drawing.Point(12, 22);
- this.btn_empty.Name = "btn_empty";
- this.btn_empty.Size = new System.Drawing.Size(133, 33);
- this.btn_empty.TabIndex = 0;
- this.btn_empty.Text = "空闲";
- this.btn_empty.UseVisualStyleBackColor = false;
- //
- // btn_clear
- //
- this.btn_clear.BackColor = System.Drawing.Color.Orange;
- this.btn_clear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn_clear.Location = new System.Drawing.Point(1187, 22);
- this.btn_clear.Name = "btn_clear";
- this.btn_clear.Size = new System.Drawing.Size(133, 33);
- this.btn_clear.TabIndex = 6;
- this.btn_clear.Text = "一键清除";
- this.btn_clear.UseVisualStyleBackColor = false;
- this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
- //
- // FormParkSpaceStatus
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1574, 806);
- this.Controls.Add(this.parkspaceStatusSamplePanel);
- this.Controls.Add(this.ParkingSpaceMonitorPanel);
- this.Name = "FormParkSpaceStatus";
- this.Text = "FormParkSpaceStatus";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormParkSpaceStatus_FormClosing);
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormParkSpaceStatus_FormClosed);
- this.parkspaceStatusSamplePanel.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel ParkingSpaceMonitorPanel;
- private System.Windows.Forms.Panel parkspaceStatusSamplePanel;
- private System.Windows.Forms.Button btn_empty;
- private System.Windows.Forms.Button btn_occupied;
- private System.Windows.Forms.Button btn_reserved;
- private System.Windows.Forms.Button btn_locked;
- private System.Windows.Forms.Button btn_error;
- private System.Windows.Forms.Button btn_unknown;
- private System.Windows.Forms.Button btn_clear;
- }
- }
|