namespace monitor_main_windows { partial class FormStatusSelect { /// /// 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() { this.btn_confirm = new System.Windows.Forms.Button(); this.btn_cancel = new System.Windows.Forms.Button(); this.listBox_status = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // btn_confirm // this.btn_confirm.Location = new System.Drawing.Point(13, 126); this.btn_confirm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btn_confirm.Name = "btn_confirm"; this.btn_confirm.Size = new System.Drawing.Size(88, 38); this.btn_confirm.TabIndex = 0; this.btn_confirm.Text = "确定"; this.btn_confirm.UseVisualStyleBackColor = true; this.btn_confirm.Click += new System.EventHandler(this.btn_confirm_Click); // // btn_cancel // this.btn_cancel.Location = new System.Drawing.Point(125, 126); this.btn_cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(88, 38); this.btn_cancel.TabIndex = 1; this.btn_cancel.Text = "取消"; this.btn_cancel.UseVisualStyleBackColor = true; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // listBox_status // this.listBox_status.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listBox_status.FormattingEnabled = true; this.listBox_status.ItemHeight = 20; this.listBox_status.Items.AddRange(new object[] { "空闲", "占用", "已预约", "锁定", "故障"}); this.listBox_status.Location = new System.Drawing.Point(25, 12); this.listBox_status.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.listBox_status.Name = "listBox_status"; this.listBox_status.Size = new System.Drawing.Size(169, 104); this.listBox_status.TabIndex = 2; this.listBox_status.SelectedIndexChanged += new System.EventHandler(this.listBox_status_SelectedIndexChanged); // // FormStatusSelect // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(231, 175); this.Controls.Add(this.listBox_status); this.Controls.Add(this.btn_cancel); this.Controls.Add(this.btn_confirm); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormStatusSelect"; this.ShowInTaskbar = false; this.Text = "FormStatusSelect"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btn_confirm; private System.Windows.Forms.Button btn_cancel; private System.Windows.Forms.ListBox listBox_status; } }