2 Star 5 Fork 0

追雨潮/rfid商品信息写入程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
frm_LockData.Designer.cs 19.66 KB
一键复制 编辑 原始数据 按行查看 历史
hechao 提交于 2021-11-19 10:06 . 添加项目文件。
namespace UHFReaderDemo
{
partial class frm_LockData
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.chk12 = new System.Windows.Forms.CheckBox();
this.chk11 = new System.Windows.Forms.CheckBox();
this.chk2 = new System.Windows.Forms.CheckBox();
this.chk1 = new System.Windows.Forms.CheckBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chk16 = new System.Windows.Forms.CheckBox();
this.chk15 = new System.Windows.Forms.CheckBox();
this.chk6 = new System.Windows.Forms.CheckBox();
this.chk5 = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.chk14 = new System.Windows.Forms.CheckBox();
this.chk13 = new System.Windows.Forms.CheckBox();
this.chk4 = new System.Windows.Forms.CheckBox();
this.chk3 = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.chk18 = new System.Windows.Forms.CheckBox();
this.chk17 = new System.Windows.Forms.CheckBox();
this.chk8 = new System.Windows.Forms.CheckBox();
this.chk7 = new System.Windows.Forms.CheckBox();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.chk20 = new System.Windows.Forms.CheckBox();
this.chk19 = new System.Windows.Forms.CheckBox();
this.chk10 = new System.Windows.Forms.CheckBox();
this.chk9 = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chk12);
this.groupBox1.Controls.Add(this.chk11);
this.groupBox1.Controls.Add(this.chk2);
this.groupBox1.Controls.Add(this.chk1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(192, 70);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "销毁密钥";
//
// chk12
//
this.chk12.AutoSize = true;
this.chk12.Location = new System.Drawing.Point(97, 43);
this.chk12.Name = "chk12";
this.chk12.Size = new System.Drawing.Size(78, 16);
this.chk12.TabIndex = 3;
this.chk12.Text = "PermaLock";
this.chk12.UseVisualStyleBackColor = true;
//
// chk11
//
this.chk11.AutoSize = true;
this.chk11.Location = new System.Drawing.Point(7, 43);
this.chk11.Name = "chk11";
this.chk11.Size = new System.Drawing.Size(84, 16);
this.chk11.TabIndex = 2;
this.chk11.Text = "Read/Write";
this.chk11.UseVisualStyleBackColor = true;
//
// chk2
//
this.chk2.AutoSize = true;
this.chk2.Location = new System.Drawing.Point(97, 21);
this.chk2.Name = "chk2";
this.chk2.Size = new System.Drawing.Size(84, 16);
this.chk2.TabIndex = 1;
this.chk2.Text = "Skip/Write";
this.chk2.UseVisualStyleBackColor = true;
//
// chk1
//
this.chk1.AutoSize = true;
this.chk1.Location = new System.Drawing.Point(7, 21);
this.chk1.Name = "chk1";
this.chk1.Size = new System.Drawing.Size(84, 16);
this.chk1.TabIndex = 0;
this.chk1.Text = "Skip/Write";
this.chk1.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.chk16);
this.groupBox2.Controls.Add(this.chk15);
this.groupBox2.Controls.Add(this.chk6);
this.groupBox2.Controls.Add(this.chk5);
this.groupBox2.Location = new System.Drawing.Point(12, 96);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(192, 70);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "UII存储区";
//
// chk16
//
this.chk16.AutoSize = true;
this.chk16.Location = new System.Drawing.Point(97, 43);
this.chk16.Name = "chk16";
this.chk16.Size = new System.Drawing.Size(78, 16);
this.chk16.TabIndex = 3;
this.chk16.Text = "PermaLock";
this.chk16.UseVisualStyleBackColor = true;
//
// chk15
//
this.chk15.AutoSize = true;
this.chk15.Location = new System.Drawing.Point(7, 43);
this.chk15.Name = "chk15";
this.chk15.Size = new System.Drawing.Size(78, 16);
this.chk15.TabIndex = 2;
this.chk15.Text = "Pwd Write";
this.chk15.UseVisualStyleBackColor = true;
//
// chk6
//
this.chk6.AutoSize = true;
this.chk6.Location = new System.Drawing.Point(97, 21);
this.chk6.Name = "chk6";
this.chk6.Size = new System.Drawing.Size(84, 16);
this.chk6.TabIndex = 1;
this.chk6.Text = "Skip/Write";
this.chk6.UseVisualStyleBackColor = true;
//
// chk5
//
this.chk5.AutoSize = true;
this.chk5.Location = new System.Drawing.Point(7, 21);
this.chk5.Name = "chk5";
this.chk5.Size = new System.Drawing.Size(84, 16);
this.chk5.TabIndex = 0;
this.chk5.Text = "Skip/Write";
this.chk5.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.chk14);
this.groupBox3.Controls.Add(this.chk13);
this.groupBox3.Controls.Add(this.chk4);
this.groupBox3.Controls.Add(this.chk3);
this.groupBox3.Location = new System.Drawing.Point(222, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(192, 70);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "访问密钥";
//
// chk14
//
this.chk14.AutoSize = true;
this.chk14.Location = new System.Drawing.Point(97, 43);
this.chk14.Name = "chk14";
this.chk14.Size = new System.Drawing.Size(78, 16);
this.chk14.TabIndex = 3;
this.chk14.Text = "PermaLock";
this.chk14.UseVisualStyleBackColor = true;
//
// chk13
//
this.chk13.AutoSize = true;
this.chk13.Location = new System.Drawing.Point(7, 43);
this.chk13.Name = "chk13";
this.chk13.Size = new System.Drawing.Size(84, 16);
this.chk13.TabIndex = 2;
this.chk13.Text = "Read/Write";
this.chk13.UseVisualStyleBackColor = true;
//
// chk4
//
this.chk4.AutoSize = true;
this.chk4.Location = new System.Drawing.Point(97, 21);
this.chk4.Name = "chk4";
this.chk4.Size = new System.Drawing.Size(84, 16);
this.chk4.TabIndex = 1;
this.chk4.Text = "Skip/Write";
this.chk4.UseVisualStyleBackColor = true;
//
// chk3
//
this.chk3.AutoSize = true;
this.chk3.Location = new System.Drawing.Point(7, 21);
this.chk3.Name = "chk3";
this.chk3.Size = new System.Drawing.Size(84, 16);
this.chk3.TabIndex = 0;
this.chk3.Text = "Skip/Write";
this.chk3.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.chk18);
this.groupBox4.Controls.Add(this.chk17);
this.groupBox4.Controls.Add(this.chk8);
this.groupBox4.Controls.Add(this.chk7);
this.groupBox4.Location = new System.Drawing.Point(222, 96);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(192, 70);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "TID存储区";
//
// chk18
//
this.chk18.AutoSize = true;
this.chk18.Location = new System.Drawing.Point(97, 43);
this.chk18.Name = "chk18";
this.chk18.Size = new System.Drawing.Size(78, 16);
this.chk18.TabIndex = 3;
this.chk18.Text = "PermaLock";
this.chk18.UseVisualStyleBackColor = true;
//
// chk17
//
this.chk17.AutoSize = true;
this.chk17.Location = new System.Drawing.Point(7, 43);
this.chk17.Name = "chk17";
this.chk17.Size = new System.Drawing.Size(78, 16);
this.chk17.TabIndex = 2;
this.chk17.Text = "Pwd Write";
this.chk17.UseVisualStyleBackColor = true;
//
// chk8
//
this.chk8.AutoSize = true;
this.chk8.Location = new System.Drawing.Point(97, 21);
this.chk8.Name = "chk8";
this.chk8.Size = new System.Drawing.Size(84, 16);
this.chk8.TabIndex = 1;
this.chk8.Text = "Skip/Write";
this.chk8.UseVisualStyleBackColor = true;
//
// chk7
//
this.chk7.AutoSize = true;
this.chk7.Location = new System.Drawing.Point(7, 21);
this.chk7.Name = "chk7";
this.chk7.Size = new System.Drawing.Size(84, 16);
this.chk7.TabIndex = 0;
this.chk7.Text = "Skip/Write";
this.chk7.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.chk20);
this.groupBox5.Controls.Add(this.chk19);
this.groupBox5.Controls.Add(this.chk10);
this.groupBox5.Controls.Add(this.chk9);
this.groupBox5.Location = new System.Drawing.Point(12, 180);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(192, 70);
this.groupBox5.TabIndex = 5;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "用户存储区";
//
// chk20
//
this.chk20.AutoSize = true;
this.chk20.Location = new System.Drawing.Point(97, 43);
this.chk20.Name = "chk20";
this.chk20.Size = new System.Drawing.Size(78, 16);
this.chk20.TabIndex = 3;
this.chk20.Text = "PermaLock";
this.chk20.UseVisualStyleBackColor = true;
//
// chk19
//
this.chk19.AutoSize = true;
this.chk19.Location = new System.Drawing.Point(7, 43);
this.chk19.Name = "chk19";
this.chk19.Size = new System.Drawing.Size(78, 16);
this.chk19.TabIndex = 2;
this.chk19.Text = "Pwd Write";
this.chk19.UseVisualStyleBackColor = true;
//
// chk10
//
this.chk10.AutoSize = true;
this.chk10.Location = new System.Drawing.Point(97, 21);
this.chk10.Name = "chk10";
this.chk10.Size = new System.Drawing.Size(84, 16);
this.chk10.TabIndex = 1;
this.chk10.Text = "Skip/Write";
this.chk10.UseVisualStyleBackColor = true;
//
// chk9
//
this.chk9.AutoSize = true;
this.chk9.Location = new System.Drawing.Point(7, 21);
this.chk9.Name = "chk9";
this.chk9.Size = new System.Drawing.Size(84, 16);
this.chk9.TabIndex = 0;
this.chk9.Text = "Skip/Write";
this.chk9.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(237, 190);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 6;
this.button1.Text = "选择所有";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(327, 190);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 7;
this.button2.Text = "清除所有";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(237, 219);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 8;
this.button3.Text = "生成数据";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(327, 219);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 9;
this.button4.Text = "取消操作";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(436, 262);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "锁定数据生成";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox chk12;
private System.Windows.Forms.CheckBox chk11;
private System.Windows.Forms.CheckBox chk2;
private System.Windows.Forms.CheckBox chk1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox chk16;
private System.Windows.Forms.CheckBox chk15;
private System.Windows.Forms.CheckBox chk6;
private System.Windows.Forms.CheckBox chk5;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.CheckBox chk14;
private System.Windows.Forms.CheckBox chk13;
private System.Windows.Forms.CheckBox chk4;
private System.Windows.Forms.CheckBox chk3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.CheckBox chk18;
private System.Windows.Forms.CheckBox chk17;
private System.Windows.Forms.CheckBox chk8;
private System.Windows.Forms.CheckBox chk7;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox chk20;
private System.Windows.Forms.CheckBox chk19;
private System.Windows.Forms.CheckBox chk10;
private System.Windows.Forms.CheckBox chk9;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hechao58/rfid_write.git
git@gitee.com:hechao58/rfid_write.git
hechao58
rfid_write
rfid商品信息写入程序
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385