1 Star 0 Fork 0

vinge_ven / nwSerial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Form1.Designer.cs 8.11 KB
一键复制 编辑 原始数据 按行查看 历史
vinge_ven 提交于 2024-03-10 16:12 . 添加项目文件。
namespace WindowsFormsencrapt
{
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.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.btTest = new System.Windows.Forms.Button();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.textResult = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.textNum = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.textType = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(87, 113);
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(77, 28);
this.textBox1.TabIndex = 0;
this.textBox1.Text = "NWL";
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(75, 77);
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(284, 28);
this.textBox2.TabIndex = 1;
//
// btTest
//
this.btTest.Location = new System.Drawing.Point(385, 37);
this.btTest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btTest.Name = "btTest";
this.btTest.Size = new System.Drawing.Size(110, 32);
this.btTest.TabIndex = 2;
this.btTest.Text = "生成";
this.btTest.UseVisualStyleBackColor = true;
this.btTest.Click += new System.EventHandler(this.btTest_Click);
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(248, 114);
this.textBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(112, 28);
this.textBox3.TabIndex = 3;
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(385, 114);
this.textBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(112, 28);
this.textBox5.TabIndex = 5;
this.textBox5.TextChanged += new System.EventHandler(this.textBox5_TextChanged);
//
// button1
//
this.button1.Enabled = false;
this.button1.Location = new System.Drawing.Point(75, 38);
this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(65, 31);
this.button1.TabIndex = 6;
this.button1.Text = "规格";
this.button1.UseVisualStyleBackColor = true;
//
// textResult
//
this.textResult.Location = new System.Drawing.Point(78, 151);
this.textResult.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textResult.Multiline = true;
this.textResult.Name = "textResult";
this.textResult.Size = new System.Drawing.Size(417, 342);
this.textResult.TabIndex = 7;
//
// button2
//
this.button2.Enabled = false;
this.button2.Location = new System.Drawing.Point(225, 38);
this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(65, 31);
this.button2.TabIndex = 9;
this.button2.Text = "数量";
this.button2.UseVisualStyleBackColor = true;
//
// textNum
//
this.textNum.Location = new System.Drawing.Point(300, 38);
this.textNum.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textNum.Name = "textNum";
this.textNum.Size = new System.Drawing.Size(65, 28);
this.textNum.TabIndex = 8;
this.textNum.Text = "100";
//
// button3
//
this.button3.Location = new System.Drawing.Point(387, 77);
this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(110, 32);
this.button3.TabIndex = 10;
this.button3.Text = "验证";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textType
//
this.textType.Location = new System.Drawing.Point(150, 38);
this.textType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textType.Name = "textType";
this.textType.Size = new System.Drawing.Size(65, 28);
this.textType.TabIndex = 11;
this.textType.Text = "0";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(546, 540);
this.Controls.Add(this.textType);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textNum);
this.Controls.Add(this.textResult);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.btTest);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form1";
this.Text = "女娲序列号生成器";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button btTest;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textResult;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textNum;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.TextBox textType;
}
}
1
https://gitee.com/vinge/nwSerial.git
git@gitee.com:vinge/nwSerial.git
vinge
nwSerial
nwSerial
master

搜索帮助