namespace AGV_WPF { partial class AGVMonitor { /// /// 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.components = new System.ComponentModel.Container(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.label5 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(65, 28); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(76, 20); this.comboBox1.TabIndex = 0; this.comboBox1.Text = "1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 31); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 1; this.label1.Text = "车号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(161, 31); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 3; this.label2.Text = "状态"; // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "64", "65", "66", "67", "68", "69", "71"}); this.comboBox2.Location = new System.Drawing.Point(196, 28); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(76, 20); this.comboBox2.TabIndex = 2; this.comboBox2.Text = "65"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(287, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 5; this.label3.Text = "路线"; // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Items.AddRange(new object[] { "1", "2", "3"}); this.comboBox3.Location = new System.Drawing.Point(322, 28); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(76, 20); this.comboBox3.TabIndex = 4; this.comboBox3.Text = "1"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(417, 31); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 7; this.label4.Text = "异常"; // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Items.AddRange(new object[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"}); this.comboBox4.Location = new System.Drawing.Point(452, 28); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(76, 20); this.comboBox4.TabIndex = 6; this.comboBox4.Text = "0"; // // button1 // this.button1.Location = new System.Drawing.Point(726, 25); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 8; this.button1.Text = "确定"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Checked = true; this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBox1.Location = new System.Drawing.Point(672, 28); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(48, 16); this.checkBox1.TabIndex = 9; this.checkBox1.Text = "在线"; this.checkBox1.UseVisualStyleBackColor = true; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(542, 32); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(29, 12); this.label5.TabIndex = 11; this.label5.Text = "地标"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(577, 27); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(68, 21); this.textBox1.TabIndex = 12; this.textBox1.Text = "0"; // // AGVMonitor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(837, 82); this.Controls.Add(this.textBox1); this.Controls.Add(this.label5); this.Controls.Add(this.checkBox1); this.Controls.Add(this.button1); this.Controls.Add(this.label4); this.Controls.Add(this.comboBox4); this.Controls.Add(this.label3); this.Controls.Add(this.comboBox3); this.Controls.Add(this.label2); this.Controls.Add(this.comboBox2); this.Controls.Add(this.label1); this.Controls.Add(this.comboBox1); this.Name = "AGVMonitor"; this.Text = "AGVMonitor"; this.Load += new System.EventHandler(this.AGVMonitor_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox comboBox3; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox comboBox4; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox1; } }