using System; using System.Windows.Forms; namespace chutian_parking_terminal { partial class MessageBoxForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MessageBoxForm)); this.msgBox = new System.Windows.Forms.Label(); this.OKbtn = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panelProgressBarContainer = new System.Windows.Forms.Panel(); this.time_label = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // msgBox // this.msgBox.AutoSize = true; this.msgBox.Font = new System.Drawing.Font("宋体", 30F); this.msgBox.ForeColor = System.Drawing.Color.Black; this.msgBox.Location = new System.Drawing.Point(134, 192); this.msgBox.Name = "msgBox"; this.msgBox.Size = new System.Drawing.Size(37, 40); this.msgBox.TabIndex = 1; this.msgBox.Text = "."; // // OKbtn // this.OKbtn.FlatAppearance.BorderSize = 0; this.OKbtn.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.OKbtn.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.OKbtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.OKbtn.Font = new System.Drawing.Font("宋体", 10F); this.OKbtn.ForeColor = System.Drawing.SystemColors.ControlLightLight; this.OKbtn.Image = ((System.Drawing.Image)(resources.GetObject("OKbtn.Image"))); this.OKbtn.Location = new System.Drawing.Point(302, 354); this.OKbtn.Name = "OKbtn"; this.OKbtn.Size = new System.Drawing.Size(393, 106); this.OKbtn.TabIndex = 2; this.OKbtn.UseVisualStyleBackColor = true; this.OKbtn.Click += new System.EventHandler(this.OKbtn_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(114)))), ((int)(((byte)(223))))); this.panel1.Controls.Add(this.time_label); this.panel1.Controls.Add(this.panelProgressBarContainer); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(982, 66); this.panel1.TabIndex = 0; // // panelProgressBarContainer // this.panelProgressBarContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(152)))), ((int)(((byte)(114)))), ((int)(((byte)(223))))); this.panelProgressBarContainer.Location = new System.Drawing.Point(0, 56); this.panelProgressBarContainer.Name = "panelProgressBarContainer"; this.panelProgressBarContainer.Size = new System.Drawing.Size(982, 10); this.panelProgressBarContainer.TabIndex = 3; // // time_label // this.time_label.Font = new System.Drawing.Font("宋体", 23F); this.time_label.Location = new System.Drawing.Point(930, 9); this.time_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.time_label.Name = "time_label"; this.time_label.Size = new System.Drawing.Size(32, 36); this.time_label.TabIndex = 4; this.time_label.Text = "5"; // // MessageBoxForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(982, 500); this.Controls.Add(this.OKbtn); this.Controls.Add(this.msgBox); this.Controls.Add(this.panel1); this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Location = new System.Drawing.Point(56, 600); this.MaximizeBox = false; this.Name = "MessageBoxForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "MessageForm"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button OKbtn; public System.Windows.Forms.Label msgBox; private System.Windows.Forms.Panel panel1; private Panel panelProgressBarContainer; private Label time_label; } }