1.初始化项目。保险起见bin目录完整提交 2.基于现场代码为调整过的初始项目(此次提交还未解决代码差异问题)

This commit is contained in:
龚记林
2026-08-19 11:14:30 +08:00
parent b820c71956
commit 2b30644d28
382 changed files with 140652 additions and 1 deletions
@@ -0,0 +1,130 @@
namespace AGVSystem
{
partial class warnlist
{
/// <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()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.dgv_Alarm = new System.Windows.Forms.DataGridView();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.线 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.agvNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).BeginInit();
this.SuspendLayout();
//
// dgv_Alarm
//
this.dgv_Alarm.AllowUserToAddRows = false;
this.dgv_Alarm.AllowUserToDeleteRows = false;
this.dgv_Alarm.AllowUserToOrderColumns = true;
this.dgv_Alarm.AllowUserToResizeRows = false;
this.dgv_Alarm.BackgroundColor = System.Drawing.Color.White;
this.dgv_Alarm.ColumnHeadersHeight = 25;
this.dgv_Alarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.线,
this.,
this.,
this.agvNo});
this.dgv_Alarm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgv_Alarm.Location = new System.Drawing.Point(0, 0);
this.dgv_Alarm.Name = "dgv_Alarm";
this.dgv_Alarm.ReadOnly = true;
this.dgv_Alarm.RowHeadersVisible = false;
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.dgv_Alarm.RowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv_Alarm.RowTemplate.Height = 30;
this.dgv_Alarm.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv_Alarm.Size = new System.Drawing.Size(1044, 475);
this.dgv_Alarm.TabIndex = 7;
//
// 时间
//
this..DataPropertyName = "时间";
this..HeaderText = "时间";
this..Name = "时间";
this..ReadOnly = true;
this..Width = 150;
//
// 线体名称
//
this.线.DataPropertyName = "线体名称";
this.线.HeaderText = "线体名称";
this.线.Name = "线体名称";
this.线.ReadOnly = true;
this.线.Width = 130;
//
// 内部编号
//
this..DataPropertyName = "内部编号";
this..HeaderText = "设备序号";
this..Name = "内部编号";
this..ReadOnly = true;
//
// 报警信息
//
this..DataPropertyName = "报警信息";
this..HeaderText = "报警信息";
this..Name = "报警信息";
this..ReadOnly = true;
this..Width = 250;
//
// agvNo
//
this.agvNo.HeaderText = "Column1";
this.agvNo.Name = "agvNo";
this.agvNo.ReadOnly = true;
this.agvNo.Visible = false;
//
// warnlist
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1044, 475);
this.Controls.Add(this.dgv_Alarm);
this.Name = "warnlist";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设备报警列表";
this.TopMost = true;
this.Load += new System.EventHandler(this.warnlist_Load);
((System.ComponentModel.ISupportInitialize)(this.dgv_Alarm)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dgv_Alarm;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn 线;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn agvNo;
}
}