Files

413 lines
18 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace AGVSystem
{
// Token: 0x02000012 RID: 18
public partial class OutputSet : global::System.Windows.Forms.Form
{
// Token: 0x060000FA RID: 250 RVA: 0x0001C920 File Offset: 0x0001AB20
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
if (flag)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x060000FB RID: 251 RVA: 0x0001C958 File Offset: 0x0001AB58
private void InitializeComponent()
{
global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::AGVSystem.OutputSet));
this.panel1 = new global::System.Windows.Forms.Panel();
this.groupBox1 = new global::System.Windows.Forms.GroupBox();
this.comboBox7 = new global::System.Windows.Forms.ComboBox();
this.comboBox6 = new global::System.Windows.Forms.ComboBox();
this.comboBox5 = new global::System.Windows.Forms.ComboBox();
this.numericUpDown2 = new global::System.Windows.Forms.NumericUpDown();
this.label1 = new global::System.Windows.Forms.Label();
this.label2 = new global::System.Windows.Forms.Label();
this.textBox1 = new global::System.Windows.Forms.TextBox();
this.label3 = new global::System.Windows.Forms.Label();
this.label6 = new global::System.Windows.Forms.Label();
this.label4 = new global::System.Windows.Forms.Label();
this.comboBox4 = new global::System.Windows.Forms.ComboBox();
this.numericUpDown1 = new global::System.Windows.Forms.NumericUpDown();
this.label5 = new global::System.Windows.Forms.Label();
this.comboBox1 = new global::System.Windows.Forms.ComboBox();
this.comboBox3 = new global::System.Windows.Forms.ComboBox();
this.comboBox2 = new global::System.Windows.Forms.ComboBox();
this.label7 = new global::System.Windows.Forms.Label();
this.toolStrip1 = new global::System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new global::System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new global::System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown2).BeginInit();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).BeginInit();
this.toolStrip1.SuspendLayout();
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
base.SuspendLayout();
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.label7);
this.panel1.Controls.Add(this.toolStrip1);
this.panel1.Dock = global::System.Windows.Forms.DockStyle.Right;
this.panel1.Location = new global::System.Drawing.Point(485, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new global::System.Drawing.Size(436, 505);
this.panel1.TabIndex = 0;
this.groupBox1.Controls.Add(this.comboBox7);
this.groupBox1.Controls.Add(this.comboBox6);
this.groupBox1.Controls.Add(this.comboBox5);
this.groupBox1.Controls.Add(this.numericUpDown2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.comboBox4);
this.groupBox1.Controls.Add(this.numericUpDown1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.comboBox3);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Enabled = false;
this.groupBox1.Location = new global::System.Drawing.Point(0, 71);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new global::System.Drawing.Size(436, 434);
this.groupBox1.TabIndex = 41;
this.groupBox1.TabStop = false;
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Items.AddRange(new object[]
{
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
});
this.comboBox7.Location = new global::System.Drawing.Point(250, 217);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new global::System.Drawing.Size(121, 20);
this.comboBox7.TabIndex = 43;
this.comboBox7.Visible = false;
this.comboBox6.FormattingEnabled = true;
this.comboBox6.Items.AddRange(new object[]
{
"0",
"1",
"2",
"3"
});
this.comboBox6.Location = new global::System.Drawing.Point(250, 153);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new global::System.Drawing.Size(121, 20);
this.comboBox6.TabIndex = 42;
this.comboBox6.Visible = false;
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Items.AddRange(new object[]
{
"",
"card1",
"card2",
"card3"
});
this.comboBox5.Location = new global::System.Drawing.Point(250, 89);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new global::System.Drawing.Size(121, 20);
this.comboBox5.TabIndex = 41;
this.comboBox5.Visible = false;
this.numericUpDown2.Location = new global::System.Drawing.Point(250, 26);
this.numericUpDown2.Name = "numericUpDown2";
this.numericUpDown2.Size = new global::System.Drawing.Size(120, 21);
this.numericUpDown2.TabIndex = 40;
this.numericUpDown2.Visible = false;
this.label1.AutoSize = true;
this.label1.Location = new global::System.Drawing.Point(53, 28);
this.label1.Name = "label1";
this.label1.Size = new global::System.Drawing.Size(65, 12);
this.label1.TabIndex = 28;
this.label1.Text = "位置编号:";
this.label2.AutoSize = true;
this.label2.Location = new global::System.Drawing.Point(51, 92);
this.label2.Name = "label2";
this.label2.Size = new global::System.Drawing.Size(65, 12);
this.label2.TabIndex = 29;
this.label2.Text = "板卡选择:";
this.textBox1.Location = new global::System.Drawing.Point(122, 347);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new global::System.Drawing.Size(240, 64);
this.textBox1.TabIndex = 39;
this.label3.AutoSize = true;
this.label3.Location = new global::System.Drawing.Point(75, 156);
this.label3.Name = "label3";
this.label3.Size = new global::System.Drawing.Size(41, 12);
this.label3.TabIndex = 30;
this.label3.Text = "Prot";
this.label6.AutoSize = true;
this.label6.Location = new global::System.Drawing.Point(75, 350);
this.label6.Name = "label6";
this.label6.Size = new global::System.Drawing.Size(41, 12);
this.label6.TabIndex = 38;
this.label6.Text = "备注:";
this.label4.AutoSize = true;
this.label4.Location = new global::System.Drawing.Point(81, 220);
this.label4.Name = "label4";
this.label4.Size = new global::System.Drawing.Size(35, 12);
this.label4.TabIndex = 31;
this.label4.Text = "Bit";
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Items.AddRange(new object[]
{
"0",
"1"
});
this.comboBox4.Location = new global::System.Drawing.Point(122, 283);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new global::System.Drawing.Size(121, 20);
this.comboBox4.TabIndex = 37;
this.comboBox4.TextChanged += new global::System.EventHandler(this.comboBox4_TextChanged);
this.numericUpDown1.Location = new global::System.Drawing.Point(122, 26);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new global::System.Drawing.Size(120, 21);
this.numericUpDown1.TabIndex = 32;
this.label5.AutoSize = true;
this.label5.Location = new global::System.Drawing.Point(27, 287);
this.label5.Name = "label5";
this.label5.Size = new global::System.Drawing.Size(89, 12);
this.label5.TabIndex = 36;
this.label5.Text = "Output Value";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[]
{
"",
"card1",
"card2",
"card3"
});
this.comboBox1.Location = new global::System.Drawing.Point(122, 89);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new global::System.Drawing.Size(121, 20);
this.comboBox1.TabIndex = 33;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[]
{
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"
});
this.comboBox3.Location = new global::System.Drawing.Point(122, 217);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new global::System.Drawing.Size(121, 20);
this.comboBox3.TabIndex = 35;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[]
{
"0",
"1",
"2",
"3"
});
this.comboBox2.Location = new global::System.Drawing.Point(122, 153);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new global::System.Drawing.Size(121, 20);
this.comboBox2.TabIndex = 34;
this.label7.AutoSize = true;
this.label7.Location = new global::System.Drawing.Point(250, 369);
this.label7.Name = "label7";
this.label7.Size = new global::System.Drawing.Size(0, 12);
this.label7.TabIndex = 40;
this.toolStrip1.BackColor = global::System.Drawing.Color.White;
this.toolStrip1.ImageScalingSize = new global::System.Drawing.Size(64, 64);
this.toolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5,
this.toolStripButton6
});
this.toolStrip1.Location = new global::System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new global::System.Drawing.Size(436, 71);
this.toolStrip1.TabIndex = 27;
this.toolStrip1.Text = "toolStrip1";
this.toolStripButton1.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton1.Image");
this.toolStripButton1.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton1.Text = "新建";
this.toolStripButton1.Click += new global::System.EventHandler(this.toolStripButton1_Click);
this.toolStripButton2.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton2.Enabled = false;
this.toolStripButton2.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton2.Image");
this.toolStripButton2.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton2.Text = "查询";
this.toolStripButton3.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton3.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton3.Image");
this.toolStripButton3.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton3.Text = "添加";
this.toolStripButton3.Click += new global::System.EventHandler(this.toolStripButton3_Click);
this.toolStripButton4.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton4.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton4.Image");
this.toolStripButton4.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton4.Text = "删除";
this.toolStripButton4.Click += new global::System.EventHandler(this.toolStripButton4_Click);
this.toolStripButton5.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton5.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton5.Image");
this.toolStripButton5.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton5.Text = "更新";
this.toolStripButton5.Click += new global::System.EventHandler(this.toolStripButton5_Click);
this.toolStripButton6.DisplayStyle = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton6.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("toolStripButton6.Image");
this.toolStripButton6.ImageTransparentColor = global::System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Size = new global::System.Drawing.Size(68, 68);
this.toolStripButton6.Text = "保存";
this.toolStripButton6.Click += new global::System.EventHandler(this.toolStripButton6_Click);
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.BackgroundColor = global::System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersHeight = 30;
this.dataGridView1.Dock = global::System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.GridColor = global::System.Drawing.Color.DimGray;
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 = 30;
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new global::System.Drawing.Size(485, 505);
this.dataGridView1.TabIndex = 19;
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(921, 505);
base.Controls.Add(this.dataGridView1);
base.Controls.Add(this.panel1);
base.Name = "OutputSet";
this.Text = "板卡output设置";
base.WindowState = global::System.Windows.Forms.FormWindowState.Maximized;
base.Load += new global::System.EventHandler(this.OutputSet_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown2).EndInit();
((global::System.ComponentModel.ISupportInitialize)this.numericUpDown1).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
base.ResumeLayout(false);
}
// Token: 0x040001DA RID: 474
private global::System.ComponentModel.IContainer components = null;
// Token: 0x040001DB RID: 475
private global::System.Windows.Forms.Panel panel1;
// Token: 0x040001DC RID: 476
private global::System.Windows.Forms.TextBox textBox1;
// Token: 0x040001DD RID: 477
private global::System.Windows.Forms.Label label6;
// Token: 0x040001DE RID: 478
private global::System.Windows.Forms.ComboBox comboBox4;
// Token: 0x040001DF RID: 479
private global::System.Windows.Forms.Label label5;
// Token: 0x040001E0 RID: 480
private global::System.Windows.Forms.ComboBox comboBox3;
// Token: 0x040001E1 RID: 481
private global::System.Windows.Forms.ComboBox comboBox2;
// Token: 0x040001E2 RID: 482
private global::System.Windows.Forms.ComboBox comboBox1;
// Token: 0x040001E3 RID: 483
private global::System.Windows.Forms.NumericUpDown numericUpDown1;
// Token: 0x040001E4 RID: 484
private global::System.Windows.Forms.Label label4;
// Token: 0x040001E5 RID: 485
private global::System.Windows.Forms.Label label3;
// Token: 0x040001E6 RID: 486
private global::System.Windows.Forms.Label label2;
// Token: 0x040001E7 RID: 487
private global::System.Windows.Forms.Label label1;
// Token: 0x040001E8 RID: 488
private global::System.Windows.Forms.ToolStrip toolStrip1;
// Token: 0x040001E9 RID: 489
private global::System.Windows.Forms.ToolStripButton toolStripButton1;
// Token: 0x040001EA RID: 490
private global::System.Windows.Forms.ToolStripButton toolStripButton2;
// Token: 0x040001EB RID: 491
private global::System.Windows.Forms.ToolStripButton toolStripButton3;
// Token: 0x040001EC RID: 492
private global::System.Windows.Forms.ToolStripButton toolStripButton4;
// Token: 0x040001ED RID: 493
private global::System.Windows.Forms.ToolStripButton toolStripButton5;
// Token: 0x040001EE RID: 494
private global::System.Windows.Forms.ToolStripButton toolStripButton6;
// Token: 0x040001EF RID: 495
private global::System.Windows.Forms.Label label7;
// Token: 0x040001F0 RID: 496
private global::System.Windows.Forms.DataGridView dataGridView1;
// Token: 0x040001F1 RID: 497
private global::System.Windows.Forms.GroupBox groupBox1;
// Token: 0x040001F2 RID: 498
private global::System.Windows.Forms.ComboBox comboBox7;
// Token: 0x040001F3 RID: 499
private global::System.Windows.Forms.ComboBox comboBox6;
// Token: 0x040001F4 RID: 500
private global::System.Windows.Forms.ComboBox comboBox5;
// Token: 0x040001F5 RID: 501
private global::System.Windows.Forms.NumericUpDown numericUpDown2;
}
}