271 lines
13 KiB
C#
271 lines
13 KiB
C#
namespace AGVSystem
|
|
{
|
|
// Token: 0x02000020 RID: 32
|
|
public partial class frmchangefind : global::System.Windows.Forms.Form
|
|
{
|
|
// Token: 0x060001D3 RID: 467 RVA: 0x0004CFE8 File Offset: 0x0004B1E8
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
bool flag = disposing && this.components != null;
|
|
if (flag)
|
|
{
|
|
this.components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
// Token: 0x060001D4 RID: 468 RVA: 0x0004D020 File Offset: 0x0004B220
|
|
private void InitializeComponent()
|
|
{
|
|
global::System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea = new global::System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
|
global::System.Windows.Forms.DataVisualization.Charting.Legend legend = new global::System.Windows.Forms.DataVisualization.Charting.Legend();
|
|
global::System.Windows.Forms.DataVisualization.Charting.Series series = new global::System.Windows.Forms.DataVisualization.Charting.Series();
|
|
this.splitContainer1 = new global::System.Windows.Forms.SplitContainer();
|
|
this.cmb_gz = new global::System.Windows.Forms.ComboBox();
|
|
this.cmb_agv = new global::System.Windows.Forms.ComboBox();
|
|
this.dateTimePicker2 = new global::System.Windows.Forms.DateTimePicker();
|
|
this.cmb_linelist = new global::System.Windows.Forms.ComboBox();
|
|
this.label4 = new global::System.Windows.Forms.Label();
|
|
this.label3 = new global::System.Windows.Forms.Label();
|
|
this.label2 = new global::System.Windows.Forms.Label();
|
|
this.dateTimePicker1 = new global::System.Windows.Forms.DateTimePicker();
|
|
this.label1 = new global::System.Windows.Forms.Label();
|
|
this.panel1 = new global::System.Windows.Forms.Panel();
|
|
this.button2 = new global::System.Windows.Forms.Button();
|
|
this.button1 = new global::System.Windows.Forms.Button();
|
|
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
|
|
this.splitContainer2 = new global::System.Windows.Forms.SplitContainer();
|
|
this.chart1 = new global::System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
|
|
((global::System.ComponentModel.ISupportInitialize)this.splitContainer2).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
((global::System.ComponentModel.ISupportInitialize)this.chart1).BeginInit();
|
|
base.SuspendLayout();
|
|
this.splitContainer1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = global::System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.Location = new global::System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = global::System.Windows.Forms.Orientation.Horizontal;
|
|
this.splitContainer1.Panel1.Controls.Add(this.cmb_gz);
|
|
this.splitContainer1.Panel1.Controls.Add(this.cmb_agv);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.cmb_linelist);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label4);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label3);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label2);
|
|
this.splitContainer1.Panel1.Controls.Add(this.dateTimePicker1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.label1);
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
this.splitContainer1.Size = new global::System.Drawing.Size(924, 460);
|
|
this.splitContainer1.SplitterDistance = 79;
|
|
this.splitContainer1.TabIndex = 0;
|
|
this.cmb_gz.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_gz.FormattingEnabled = true;
|
|
this.cmb_gz.Items.AddRange(new object[]
|
|
{
|
|
"",
|
|
"防撞",
|
|
"急停",
|
|
"驱动",
|
|
"牵引帮",
|
|
"电量",
|
|
"充电电极"
|
|
});
|
|
this.cmb_gz.Location = new global::System.Drawing.Point(504, 48);
|
|
this.cmb_gz.Name = "cmb_gz";
|
|
this.cmb_gz.Size = new global::System.Drawing.Size(145, 20);
|
|
this.cmb_gz.TabIndex = 17;
|
|
this.cmb_agv.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_agv.FormattingEnabled = true;
|
|
this.cmb_agv.Location = new global::System.Drawing.Point(504, 19);
|
|
this.cmb_agv.Name = "cmb_agv";
|
|
this.cmb_agv.Size = new global::System.Drawing.Size(82, 20);
|
|
this.cmb_agv.TabIndex = 16;
|
|
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:MM:ss";
|
|
this.dateTimePicker2.Format = global::System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker2.Location = new global::System.Drawing.Point(242, 16);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new global::System.Drawing.Size(157, 21);
|
|
this.dateTimePicker2.TabIndex = 15;
|
|
this.cmb_linelist.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_linelist.FormattingEnabled = true;
|
|
this.cmb_linelist.Location = new global::System.Drawing.Point(79, 48);
|
|
this.cmb_linelist.Name = "cmb_linelist";
|
|
this.cmb_linelist.Size = new global::System.Drawing.Size(320, 20);
|
|
this.cmb_linelist.TabIndex = 14;
|
|
this.cmb_linelist.SelectedIndexChanged += new global::System.EventHandler(this.cmb_linelist_SelectedIndexChanged);
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new global::System.Drawing.Point(433, 51);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new global::System.Drawing.Size(65, 12);
|
|
this.label4.TabIndex = 8;
|
|
this.label4.Text = "故障类型:";
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new global::System.Drawing.Point(439, 22);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new global::System.Drawing.Size(59, 12);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "AGV编号:";
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new global::System.Drawing.Point(8, 51);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new global::System.Drawing.Size(65, 12);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "线体名称:";
|
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:MM:ss";
|
|
this.dateTimePicker1.Format = global::System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new global::System.Drawing.Point(79, 16);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new global::System.Drawing.Size(157, 21);
|
|
this.dateTimePicker1.TabIndex = 1;
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new global::System.Drawing.Point(32, 22);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new global::System.Drawing.Size(41, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "时间:";
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new global::System.Drawing.Point(598, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new global::System.Drawing.Size(326, 79);
|
|
this.panel1.TabIndex = 13;
|
|
this.button2.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.button2.Location = new global::System.Drawing.Point(67, 0);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new global::System.Drawing.Size(132, 79);
|
|
this.button2.TabIndex = 12;
|
|
this.button2.Text = "查 询";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new global::System.EventHandler(this.button2_Click);
|
|
this.button1.Dock = global::System.Windows.Forms.DockStyle.Right;
|
|
this.button1.Location = new global::System.Drawing.Point(199, 0);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new global::System.Drawing.Size(127, 79);
|
|
this.button1.TabIndex = 10;
|
|
this.button1.Text = "导 出";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new global::System.EventHandler(this.button1_Click);
|
|
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 = 70;
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridView1.Size = new global::System.Drawing.Size(283, 375);
|
|
this.dataGridView1.TabIndex = 0;
|
|
this.dataGridView1.RowStateChanged += new global::System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged);
|
|
this.splitContainer2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.splitContainer2.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.FixedPanel = global::System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer2.Location = new global::System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
this.splitContainer2.Panel1.Controls.Add(this.dataGridView1);
|
|
this.splitContainer2.Panel2.Controls.Add(this.chart1);
|
|
this.splitContainer2.Size = new global::System.Drawing.Size(924, 377);
|
|
this.splitContainer2.SplitterDistance = 285;
|
|
this.splitContainer2.TabIndex = 1;
|
|
chartArea.Name = "ChartArea1";
|
|
this.chart1.ChartAreas.Add(chartArea);
|
|
this.chart1.Dock = global::System.Windows.Forms.DockStyle.Fill;
|
|
legend.Name = "Legend1";
|
|
this.chart1.Legends.Add(legend);
|
|
this.chart1.Location = new global::System.Drawing.Point(0, 0);
|
|
this.chart1.Name = "chart1";
|
|
series.BackImageAlignment = global::System.Windows.Forms.DataVisualization.Charting.ChartImageAlignmentStyle.Center;
|
|
series.ChartArea = "ChartArea1";
|
|
series.IsValueShownAsLabel = true;
|
|
series.Legend = "Legend1";
|
|
series.Name = "充电次数";
|
|
this.chart1.Series.Add(series);
|
|
this.chart1.Size = new global::System.Drawing.Size(633, 375);
|
|
this.chart1.TabIndex = 0;
|
|
this.chart1.Text = "chart1";
|
|
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
|
|
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
|
base.ClientSize = new global::System.Drawing.Size(924, 460);
|
|
base.Controls.Add(this.splitContainer1);
|
|
base.Name = "frmchangefind";
|
|
this.Text = "充电记录";
|
|
base.Load += new global::System.EventHandler(this.frmfind_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((global::System.ComponentModel.ISupportInitialize)this.splitContainer1).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
((global::System.ComponentModel.ISupportInitialize)this.splitContainer2).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
((global::System.ComponentModel.ISupportInitialize)this.chart1).EndInit();
|
|
base.ResumeLayout(false);
|
|
}
|
|
|
|
// Token: 0x0400059E RID: 1438
|
|
private global::System.ComponentModel.IContainer components = null;
|
|
|
|
// Token: 0x0400059F RID: 1439
|
|
private global::System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
// Token: 0x040005A0 RID: 1440
|
|
private global::System.Windows.Forms.Button button1;
|
|
|
|
// Token: 0x040005A1 RID: 1441
|
|
private global::System.Windows.Forms.Label label4;
|
|
|
|
// Token: 0x040005A2 RID: 1442
|
|
private global::System.Windows.Forms.Label label3;
|
|
|
|
// Token: 0x040005A3 RID: 1443
|
|
private global::System.Windows.Forms.Label label2;
|
|
|
|
// Token: 0x040005A4 RID: 1444
|
|
private global::System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
|
|
// Token: 0x040005A5 RID: 1445
|
|
private global::System.Windows.Forms.Label label1;
|
|
|
|
// Token: 0x040005A6 RID: 1446
|
|
private global::System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
// Token: 0x040005A7 RID: 1447
|
|
private global::System.Windows.Forms.Button button2;
|
|
|
|
// Token: 0x040005A8 RID: 1448
|
|
private global::System.Windows.Forms.Panel panel1;
|
|
|
|
// Token: 0x040005A9 RID: 1449
|
|
private global::System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
|
|
// Token: 0x040005AA RID: 1450
|
|
private global::System.Windows.Forms.ComboBox cmb_linelist;
|
|
|
|
// Token: 0x040005AB RID: 1451
|
|
private global::System.Windows.Forms.ComboBox cmb_agv;
|
|
|
|
// Token: 0x040005AC RID: 1452
|
|
private global::System.Windows.Forms.ComboBox cmb_gz;
|
|
|
|
// Token: 0x040005AD RID: 1453
|
|
private global::System.Windows.Forms.SplitContainer splitContainer2;
|
|
|
|
// Token: 0x040005AE RID: 1454
|
|
private global::System.Windows.Forms.DataVisualization.Charting.Chart chart1;
|
|
}
|
|
}
|