56 lines
2.5 KiB
C#
56 lines
2.5 KiB
C#
namespace AGVSystem
|
|
{
|
|
// Token: 0x02000016 RID: 22
|
|
public partial class Frm_Path_Status : global::System.Windows.Forms.Form
|
|
{
|
|
// Token: 0x06000128 RID: 296 RVA: 0x00036878 File Offset: 0x00034A78
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
bool flag = disposing && this.components != null;
|
|
if (flag)
|
|
{
|
|
this.components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
// Token: 0x06000129 RID: 297 RVA: 0x000368B0 File Offset: 0x00034AB0
|
|
private void InitializeComponent()
|
|
{
|
|
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
|
|
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
|
|
base.SuspendLayout();
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.BackgroundColor = global::System.Drawing.Color.White;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = global::System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
|
this.dataGridView1.Location = new global::System.Drawing.Point(0, 0);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.RowHeadersWidth = 60;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new global::System.Drawing.Size(655, 391);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.RowStateChanged += new global::System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged);
|
|
this.dataGridView1.DoubleClick += new global::System.EventHandler(this.dataGridView1_DoubleClick);
|
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
|
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
|
base.ClientSize = new global::System.Drawing.Size(655, 391);
|
|
base.Controls.Add(this.dataGridView1);
|
|
base.Name = "Frm_Path_Status";
|
|
this.Text = "管控路口现况";
|
|
base.FormClosed += new global::System.Windows.Forms.FormClosedEventHandler(this.Frm_Path_Status_FormClosed);
|
|
base.Load += new global::System.EventHandler(this.Frm_Path_Status_Load);
|
|
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
|
|
base.ResumeLayout(false);
|
|
}
|
|
|
|
// Token: 0x0400041D RID: 1053
|
|
private global::System.ComponentModel.IContainer components = null;
|
|
|
|
// Token: 0x0400041E RID: 1054
|
|
private global::System.Windows.Forms.DataGridView dataGridView1;
|
|
}
|
|
}
|