添加项目文件。

This commit is contained in:
zhouyunhao
2024-08-13 10:31:46 +08:00
parent 771a9cc09d
commit 6f4c64175d
76 changed files with 19060 additions and 0 deletions

281
C-Windows-1/Form3.Designer.cs generated Normal file
View File

@@ -0,0 +1,281 @@
namespace C_Windows_1
{
partial class Form3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
this.LinkLabel2 = new System.Windows.Forms.LinkLabel();
this.function5 = new System.Windows.Forms.Label();
this.BtnManual5 = new System.Windows.Forms.Button();
this.Label3 = new System.Windows.Forms.Label();
this.function3 = new System.Windows.Forms.Label();
this.function2 = new System.Windows.Forms.Label();
this.function1 = new System.Windows.Forms.Label();
this.BtnManual4 = new System.Windows.Forms.Button();
this.BtnManual3 = new System.Windows.Forms.Button();
this.BtnManual2 = new System.Windows.Forms.Button();
this.BtnManual1 = new System.Windows.Forms.Button();
this.Label5 = new System.Windows.Forms.Label();
this.Label4 = new System.Windows.Forms.Label();
this.LinkLabel1 = new System.Windows.Forms.LinkLabel();
this.Label2 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.PictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
this.SuspendLayout();
//
// LinkLabel2
//
this.LinkLabel2.AutoSize = true;
this.LinkLabel2.Font = new System.Drawing.Font("宋体", 12F);
this.LinkLabel2.Location = new System.Drawing.Point(303, 441);
this.LinkLabel2.Name = "LinkLabel2";
this.LinkLabel2.Size = new System.Drawing.Size(216, 16);
this.LinkLabel2.TabIndex = 33;
this.LinkLabel2.TabStop = true;
this.LinkLabel2.Text = "连接局域网数据库的配置方法";
this.LinkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel2_LinkClicked);
//
// function5
//
this.function5.AutoSize = true;
this.function5.Font = new System.Drawing.Font("宋体", 12F);
this.function5.Location = new System.Drawing.Point(290, 141);
this.function5.Name = "function5";
this.function5.Size = new System.Drawing.Size(632, 256);
this.function5.TabIndex = 32;
this.function5.Text = resources.GetString("function5.Text");
//
// BtnManual5
//
this.BtnManual5.Font = new System.Drawing.Font("宋体", 12F);
this.BtnManual5.Location = new System.Drawing.Point(83, 388);
this.BtnManual5.Name = "BtnManual5";
this.BtnManual5.Size = new System.Drawing.Size(145, 29);
this.BtnManual5.TabIndex = 31;
this.BtnManual5.Text = "5.导出SQL文件";
this.BtnManual5.UseVisualStyleBackColor = true;
this.BtnManual5.Click += new System.EventHandler(this.BtnManual5_Click);
//
// Label3
//
this.Label3.AutoSize = true;
this.Label3.Font = new System.Drawing.Font("宋体", 12F);
this.Label3.Location = new System.Drawing.Point(288, 141);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(560, 384);
this.Label3.TabIndex = 20;
this.Label3.Text = resources.GetString("Label3.Text");
//
// function3
//
this.function3.AutoSize = true;
this.function3.Font = new System.Drawing.Font("宋体", 12F);
this.function3.Location = new System.Drawing.Point(288, 141);
this.function3.Name = "function3";
this.function3.Size = new System.Drawing.Size(600, 208);
this.function3.TabIndex = 30;
this.function3.Text = resources.GetString("function3.Text");
//
// function2
//
this.function2.AutoSize = true;
this.function2.Font = new System.Drawing.Font("宋体", 12F);
this.function2.Location = new System.Drawing.Point(288, 141);
this.function2.Name = "function2";
this.function2.Size = new System.Drawing.Size(584, 368);
this.function2.TabIndex = 29;
this.function2.Text = resources.GetString("function2.Text");
//
// function1
//
this.function1.AutoSize = true;
this.function1.Font = new System.Drawing.Font("宋体", 12F);
this.function1.Location = new System.Drawing.Point(288, 141);
this.function1.Name = "function1";
this.function1.Size = new System.Drawing.Size(424, 128);
this.function1.TabIndex = 28;
this.function1.Text = "1.在波特率下拉列表中选择正确的波特率默认为9600。\r\n\r\n2.在端口号下拉列表中选择正确的端口,点击连接串口,\r\n若连接上串口状态处会显示串口已连接。\r\n" +
"\r\n3.若端口下拉项没有设备所对应的端口,则点击刷新串口。\r\n若要断开和串口的连接则点击断开连接。\r\n\r\n";
//
// BtnManual4
//
this.BtnManual4.Font = new System.Drawing.Font("宋体", 12F);
this.BtnManual4.Location = new System.Drawing.Point(83, 331);
this.BtnManual4.Name = "BtnManual4";
this.BtnManual4.Size = new System.Drawing.Size(145, 29);
this.BtnManual4.TabIndex = 27;
this.BtnManual4.Text = "4.基本使用步骤";
this.BtnManual4.UseVisualStyleBackColor = true;
this.BtnManual4.Click += new System.EventHandler(this.BtnManual4_Click);
//
// BtnManual3
//
this.BtnManual3.Font = new System.Drawing.Font("宋体", 12F);
this.BtnManual3.Location = new System.Drawing.Point(83, 274);
this.BtnManual3.Name = "BtnManual3";
this.BtnManual3.Size = new System.Drawing.Size(145, 29);
this.BtnManual3.TabIndex = 26;
this.BtnManual3.Text = "3.存储功能";
this.BtnManual3.UseVisualStyleBackColor = true;
this.BtnManual3.Click += new System.EventHandler(this.BtnManual3_Click);
//
// BtnManual2
//
this.BtnManual2.Font = new System.Drawing.Font("宋体", 12F);
this.BtnManual2.Location = new System.Drawing.Point(83, 217);
this.BtnManual2.Name = "BtnManual2";
this.BtnManual2.Size = new System.Drawing.Size(145, 29);
this.BtnManual2.TabIndex = 25;
this.BtnManual2.Text = "2.基本设置功能";
this.BtnManual2.UseVisualStyleBackColor = true;
this.BtnManual2.Click += new System.EventHandler(this.BtnManual2_Click);
//
// BtnManual1
//
this.BtnManual1.Font = new System.Drawing.Font("宋体", 12F);
this.BtnManual1.Location = new System.Drawing.Point(83, 160);
this.BtnManual1.Name = "BtnManual1";
this.BtnManual1.Size = new System.Drawing.Size(145, 29);
this.BtnManual1.TabIndex = 24;
this.BtnManual1.Text = "1.串口设置功能";
this.BtnManual1.UseVisualStyleBackColor = true;
this.BtnManual1.Click += new System.EventHandler(this.BtnManual1_Click);
//
// Label5
//
this.Label5.AutoSize = true;
this.Label5.Font = new System.Drawing.Font("宋体", 12F);
this.Label5.Location = new System.Drawing.Point(13, 141);
this.Label5.Name = "Label5";
this.Label5.Size = new System.Drawing.Size(88, 16);
this.Label5.TabIndex = 23;
this.Label5.Text = "功能目录:";
//
// Label4
//
this.Label4.AutoSize = true;
this.Label4.Font = new System.Drawing.Font("宋体", 12F);
this.Label4.Location = new System.Drawing.Point(183, 105);
this.Label4.Name = "Label4";
this.Label4.Size = new System.Drawing.Size(568, 16);
this.Label4.TabIndex = 22;
this.Label4.Text = "欢迎使用深圳市凌龙科技有限公司研发的LL-Control上位机控制系统(*^▽^*)";
//
// LinkLabel1
//
this.LinkLabel1.AutoSize = true;
this.LinkLabel1.Location = new System.Drawing.Point(154, 598);
this.LinkLabel1.Name = "LinkLabel1";
this.LinkLabel1.Size = new System.Drawing.Size(137, 12);
this.LinkLabel1.TabIndex = 21;
this.LinkLabel1.TabStop = true;
this.LinkLabel1.Text = "http://www.shzhll.com/";
this.LinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel1_LinkClicked);
//
// Label2
//
this.Label2.AutoSize = true;
this.Label2.Font = new System.Drawing.Font("宋体", 30F);
this.Label2.Location = new System.Drawing.Point(299, 42);
this.Label2.Name = "Label2";
this.Label2.Size = new System.Drawing.Size(377, 40);
this.Label2.TabIndex = 19;
this.Label2.Text = "LL-Control使用说明";
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Location = new System.Drawing.Point(11, 598);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(137, 12);
this.Label1.TabIndex = 18;
this.Label1.Text = "深圳市凌龙科技有限公司";
//
// PictureBox1
//
this.PictureBox1.Image = global::C_Windows_1.Properties.Resources._20200407085137;
this.PictureBox1.Location = new System.Drawing.Point(199, 16);
this.PictureBox1.Name = "PictureBox1";
this.PictureBox1.Size = new System.Drawing.Size(102, 96);
this.PictureBox1.TabIndex = 17;
this.PictureBox1.TabStop = false;
//
// Form3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(934, 626);
this.Controls.Add(this.LinkLabel2);
this.Controls.Add(this.function5);
this.Controls.Add(this.BtnManual5);
this.Controls.Add(this.Label3);
this.Controls.Add(this.function3);
this.Controls.Add(this.function2);
this.Controls.Add(this.function1);
this.Controls.Add(this.BtnManual4);
this.Controls.Add(this.BtnManual3);
this.Controls.Add(this.BtnManual2);
this.Controls.Add(this.BtnManual1);
this.Controls.Add(this.Label5);
this.Controls.Add(this.Label4);
this.Controls.Add(this.LinkLabel1);
this.Controls.Add(this.Label2);
this.Controls.Add(this.Label1);
this.Controls.Add(this.PictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form3";
this.Text = "使用说明";
this.Load += new System.EventHandler(this.Form3_Load);
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.LinkLabel LinkLabel2;
internal System.Windows.Forms.Label function5;
internal System.Windows.Forms.Button BtnManual5;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Label function3;
internal System.Windows.Forms.Label function2;
internal System.Windows.Forms.Label function1;
internal System.Windows.Forms.Button BtnManual4;
internal System.Windows.Forms.Button BtnManual3;
internal System.Windows.Forms.Button BtnManual2;
internal System.Windows.Forms.Button BtnManual1;
internal System.Windows.Forms.Label Label5;
internal System.Windows.Forms.Label Label4;
internal System.Windows.Forms.LinkLabel LinkLabel1;
internal System.Windows.Forms.Label Label2;
internal System.Windows.Forms.Label Label1;
internal System.Windows.Forms.PictureBox PictureBox1;
}
}