📄 form1.designer.cs
字号:
namespace WindowsApplication1
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox_Time1 = new System.Windows.Forms.TextBox();
this.textBox_AccMask = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.comboBox_Mode = new System.Windows.Forms.ComboBox();
this.comboBox_Filter = new System.Windows.Forms.ComboBox();
this.textBox_Time0 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textBox_AccCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.buttonConnect = new System.Windows.Forms.Button();
this.comboBox_CANIndex = new System.Windows.Forms.ComboBox();
this.comboBox_DevIndex = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button_StartCAN = new System.Windows.Forms.Button();
this.button_StopCAN = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.comboBox_FrameFormat = new System.Windows.Forms.ComboBox();
this.comboBox_FrameType = new System.Windows.Forms.ComboBox();
this.button_Send = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.comboBox_SendType = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.textBox_Data = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textBox_ID = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.listBox_Info = new System.Windows.Forms.ListBox();
this.timer_rec = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.buttonConnect);
this.groupBox1.Controls.Add(this.comboBox_CANIndex);
this.groupBox1.Controls.Add(this.comboBox_DevIndex);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(425, 138);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设备参数";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox_Time1);
this.groupBox2.Controls.Add(this.textBox_AccMask);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.comboBox_Mode);
this.groupBox2.Controls.Add(this.comboBox_Filter);
this.groupBox2.Controls.Add(this.textBox_Time0);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.textBox_AccCode);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Location = new System.Drawing.Point(10, 50);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(405, 77);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "初始化CAN参数";
//
// textBox_Time1
//
this.textBox_Time1.Location = new System.Drawing.Point(218, 46);
this.textBox_Time1.Name = "textBox_Time1";
this.textBox_Time1.Size = new System.Drawing.Size(28, 21);
this.textBox_Time1.TabIndex = 1;
//
// textBox_AccMask
//
this.textBox_AccMask.Location = new System.Drawing.Point(74, 46);
this.textBox_AccMask.Name = "textBox_AccMask";
this.textBox_AccMask.Size = new System.Drawing.Size(70, 21);
this.textBox_AccMask.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(152, 52);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 0;
this.label6.Text = "定时器1:0x";
//
// comboBox_Mode
//
this.comboBox_Mode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Mode.FormattingEnabled = true;
this.comboBox_Mode.Items.AddRange(new object[] {
"正常",
"只听"});
this.comboBox_Mode.Location = new System.Drawing.Point(317, 48);
this.comboBox_Mode.Name = "comboBox_Mode";
this.comboBox_Mode.Size = new System.Drawing.Size(70, 20);
this.comboBox_Mode.TabIndex = 1;
//
// comboBox_Filter
//
this.comboBox_Filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_Filter.FormattingEnabled = true;
this.comboBox_Filter.Items.AddRange(new object[] {
"双滤波",
"单滤波"});
this.comboBox_Filter.Location = new System.Drawing.Point(317, 21);
this.comboBox_Filter.Name = "comboBox_Filter";
this.comboBox_Filter.Size = new System.Drawing.Size(70, 20);
this.comboBox_Filter.TabIndex = 1;
//
// textBox_Time0
//
this.textBox_Time0.Location = new System.Drawing.Point(218, 19);
this.textBox_Time0.Name = "textBox_Time0";
this.textBox_Time0.Size = new System.Drawing.Size(28, 21);
this.textBox_Time0.TabIndex = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(280, 52);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 12);
this.label8.TabIndex = 0;
this.label8.Text = "模式:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(256, 25);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 0;
this.label7.Text = "滤波方式:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 52);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(59, 12);
this.label5.TabIndex = 0;
this.label5.Text = "屏蔽码:0x";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(152, 25);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "定时器0:0x";
//
// textBox_AccCode
//
this.textBox_AccCode.Location = new System.Drawing.Point(74, 19);
this.textBox_AccCode.Name = "textBox_AccCode";
this.textBox_AccCode.Size = new System.Drawing.Size(70, 21);
this.textBox_AccCode.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 0;
this.label3.Text = "验收码:0x";
//
// buttonConnect
//
this.buttonConnect.Location = new System.Drawing.Point(275, 21);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(75, 23);
this.buttonConnect.TabIndex = 2;
this.buttonConnect.Text = "连接";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// comboBox_CANIndex
//
this.comboBox_CANIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_CANIndex.FormattingEnabled = true;
this.comboBox_CANIndex.Items.AddRange(new object[] {
"0",
"1"});
this.comboBox_CANIndex.Location = new System.Drawing.Point(209, 23);
this.comboBox_CANIndex.Name = "comboBox_CANIndex";
this.comboBox_CANIndex.Size = new System.Drawing.Size(42, 20);
this.comboBox_CANIndex.TabIndex = 1;
//
// comboBox_DevIndex
//
this.comboBox_DevIndex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_DevIndex.FormattingEnabled = true;
this.comboBox_DevIndex.Items.AddRange(new object[] {
"0",
"1",
"2",
"3",
"4",
"5",
"6",
"7"});
this.comboBox_DevIndex.Location = new System.Drawing.Point(87, 23);
this.comboBox_DevIndex.Name = "comboBox_DevIndex";
this.comboBox_DevIndex.Size = new System.Drawing.Size(41, 20);
this.comboBox_DevIndex.TabIndex = 1;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -