创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -41,6 +41,8 @@
this.BtnConMES = new System.Windows.Forms.Button();
this.OpenFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.ChkCSV = new System.Windows.Forms.CheckBox();
this.label3 = new System.Windows.Forms.Label();
this.ChkINI = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// Use_Set
@@ -58,7 +60,7 @@
//
this.ChkMES.AutoSize = true;
this.ChkMES.Font = new System.Drawing.Font("宋体", 12F);
this.ChkMES.Location = new System.Drawing.Point(309, 146);
this.ChkMES.Location = new System.Drawing.Point(567, 176);
this.ChkMES.Margin = new System.Windows.Forms.Padding(5);
this.ChkMES.Name = "ChkMES";
this.ChkMES.Size = new System.Drawing.Size(98, 20);
@@ -87,31 +89,34 @@
this.label35.Size = new System.Drawing.Size(39, 16);
this.label35.TabIndex = 105;
this.label35.Text = "路径";
this.label35.Click += new System.EventHandler(this.label35_Click);
//
// ChkExcel
//
this.ChkExcel.AutoSize = true;
this.ChkExcel.Font = new System.Drawing.Font("宋体", 12F);
this.ChkExcel.Location = new System.Drawing.Point(156, 146);
this.ChkExcel.Location = new System.Drawing.Point(297, 441);
this.ChkExcel.Margin = new System.Windows.Forms.Padding(5);
this.ChkExcel.Name = "ChkExcel";
this.ChkExcel.Size = new System.Drawing.Size(114, 20);
this.ChkExcel.TabIndex = 102;
this.ChkExcel.Text = "导出到Excel";
this.ChkExcel.UseVisualStyleBackColor = true;
this.ChkExcel.Visible = false;
this.ChkExcel.CheckedChanged += new System.EventHandler(this.ChkExcel_CheckedChanged);
//
// ChkTXT
//
this.ChkTXT.AutoSize = true;
this.ChkTXT.Font = new System.Drawing.Font("宋体", 12F);
this.ChkTXT.Location = new System.Drawing.Point(14, 176);
this.ChkTXT.Location = new System.Drawing.Point(152, 227);
this.ChkTXT.Margin = new System.Windows.Forms.Padding(5);
this.ChkTXT.Name = "ChkTXT";
this.ChkTXT.Size = new System.Drawing.Size(98, 20);
this.ChkTXT.TabIndex = 103;
this.ChkTXT.Text = "导出到TXT";
this.ChkTXT.UseVisualStyleBackColor = true;
this.ChkTXT.Visible = false;
this.ChkTXT.CheckedChanged += new System.EventHandler(this.ChkTXT_CheckedChanged);
//
// path
//
@@ -120,33 +125,36 @@
this.path.Name = "path";
this.path.Size = new System.Drawing.Size(384, 26);
this.path.TabIndex = 99;
this.path.TextChanged += new System.EventHandler(this.path_TextChanged);
//
// ChkSql
//
this.ChkSql.AutoSize = true;
this.ChkSql.Font = new System.Drawing.Font("宋体", 12F);
this.ChkSql.Location = new System.Drawing.Point(156, 185);
this.ChkSql.Location = new System.Drawing.Point(550, 232);
this.ChkSql.Margin = new System.Windows.Forms.Padding(5);
this.ChkSql.Name = "ChkSql";
this.ChkSql.Size = new System.Drawing.Size(146, 20);
this.ChkSql.TabIndex = 104;
this.ChkSql.Text = "导出到SqlServer";
this.ChkSql.UseVisualStyleBackColor = true;
this.ChkSql.Visible = false;
//
// BtnConSql
//
this.BtnConSql.Location = new System.Drawing.Point(135, 215);
this.BtnConSql.Location = new System.Drawing.Point(135, 357);
this.BtnConSql.Margin = new System.Windows.Forms.Padding(5);
this.BtnConSql.Name = "BtnConSql";
this.BtnConSql.Size = new System.Drawing.Size(151, 53);
this.BtnConSql.TabIndex = 101;
this.BtnConSql.Text = "Sql设置";
this.BtnConSql.UseVisualStyleBackColor = true;
this.BtnConSql.Visible = false;
this.BtnConSql.Click += new System.EventHandler(this.BtnConSql_Click);
//
// BtnConMES
//
this.BtnConMES.Location = new System.Drawing.Point(285, 294);
this.BtnConMES.Location = new System.Drawing.Point(550, 71);
this.BtnConMES.Margin = new System.Windows.Forms.Padding(5);
this.BtnConMES.Name = "BtnConMES";
this.BtnConMES.Size = new System.Drawing.Size(151, 53);
@@ -164,7 +172,7 @@
//
this.ChkCSV.AutoSize = true;
this.ChkCSV.Font = new System.Drawing.Font("宋体", 11F);
this.ChkCSV.Location = new System.Drawing.Point(12, 204);
this.ChkCSV.Location = new System.Drawing.Point(550, 134);
this.ChkCSV.Name = "ChkCSV";
this.ChkCSV.Size = new System.Drawing.Size(95, 19);
this.ChkCSV.TabIndex = 109;
@@ -172,11 +180,36 @@
this.ChkCSV.UseVisualStyleBackColor = true;
this.ChkCSV.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(251, 9);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(151, 16);
this.label3.TabIndex = 115;
this.label3.Text = "请先预装WPS或excel";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// ChkINI
//
this.ChkINI.AutoSize = true;
this.ChkINI.Font = new System.Drawing.Font("宋体", 12F);
this.ChkINI.Location = new System.Drawing.Point(152, 186);
this.ChkINI.Margin = new System.Windows.Forms.Padding(5);
this.ChkINI.Name = "ChkINI";
this.ChkINI.Size = new System.Drawing.Size(98, 20);
this.ChkINI.TabIndex = 116;
this.ChkINI.Text = "导出到INI";
this.ChkINI.UseVisualStyleBackColor = true;
//
// Save
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(421, 412);
this.ClientSize = new System.Drawing.Size(416, 475);
this.Controls.Add(this.ChkINI);
this.Controls.Add(this.label3);
this.Controls.Add(this.ChkCSV);
this.Controls.Add(this.BtnConMES);
this.Controls.Add(this.Use_Set);
@@ -213,5 +246,7 @@
private System.Windows.Forms.Button BtnConMES;
private System.Windows.Forms.OpenFileDialog OpenFileDialog1;
private System.Windows.Forms.CheckBox ChkCSV;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox ChkINI;
}
}