配置表接入和升级服务器框架到最新版

This commit is contained in:
2025-10-10 17:57:01 +08:00
parent 520d4f37bd
commit 8a302754d6
250 changed files with 6356 additions and 4135 deletions

View File

@@ -46,17 +46,13 @@
textBoxServerGenJsonPath = new TextBox();
label5 = new Label();
buttonSelectServerJsonPath = new Button();
textBoxClientNamespce = new TextBox();
textBoxServerNamespace = new TextBox();
label6 = new Label();
label7 = new Label();
SuspendLayout();
//
// textBoxExcelPath
//
textBoxExcelPath.Location = new Point(105, 13);
textBoxExcelPath.Location = new Point(81, 13);
textBoxExcelPath.Name = "textBoxExcelPath";
textBoxExcelPath.Size = new Size(301, 23);
textBoxExcelPath.Size = new Size(325, 23);
textBoxExcelPath.TabIndex = 0;
//
// buttonSelectExcelPath
@@ -80,9 +76,9 @@
//
// textBoxClientGenPath
//
textBoxClientGenPath.Location = new Point(105, 42);
textBoxClientGenPath.Location = new Point(81, 42);
textBoxClientGenPath.Name = "textBoxClientGenPath";
textBoxClientGenPath.Size = new Size(301, 23);
textBoxClientGenPath.Size = new Size(325, 23);
textBoxClientGenPath.TabIndex = 3;
//
// buttonSelectClientPath
@@ -100,7 +96,7 @@
checkBoxGenClient.AutoSize = true;
checkBoxGenClient.Checked = true;
checkBoxGenClient.CheckState = CheckState.Checked;
checkBoxGenClient.Location = new Point(412, 160);
checkBoxGenClient.Location = new Point(504, 13);
checkBoxGenClient.Name = "checkBoxGenClient";
checkBoxGenClient.Size = new Size(87, 21);
checkBoxGenClient.TabIndex = 5;
@@ -118,9 +114,9 @@
//
// textBoxServerGenPath
//
textBoxServerGenPath.Location = new Point(105, 100);
textBoxServerGenPath.Location = new Point(81, 100);
textBoxServerGenPath.Name = "textBoxServerGenPath";
textBoxServerGenPath.Size = new Size(301, 23);
textBoxServerGenPath.Size = new Size(325, 23);
textBoxServerGenPath.TabIndex = 7;
//
// label3
@@ -137,7 +133,7 @@
checkBoxGenServer.AutoSize = true;
checkBoxGenServer.Checked = true;
checkBoxGenServer.CheckState = CheckState.Checked;
checkBoxGenServer.Location = new Point(412, 189);
checkBoxGenServer.Location = new Point(504, 42);
checkBoxGenServer.Name = "checkBoxGenServer";
checkBoxGenServer.Size = new Size(87, 21);
checkBoxGenServer.TabIndex = 9;
@@ -157,9 +153,9 @@
//
// buttonRun
//
buttonRun.Location = new Point(504, 13);
buttonRun.Location = new Point(504, 77);
buttonRun.Name = "buttonRun";
buttonRun.Size = new Size(82, 195);
buttonRun.Size = new Size(87, 77);
buttonRun.TabIndex = 12;
buttonRun.Text = "执行";
buttonRun.UseVisualStyleBackColor = true;
@@ -167,9 +163,9 @@
//
// textBoxClientGenJsonPath
//
textBoxClientGenJsonPath.Location = new Point(105, 71);
textBoxClientGenJsonPath.Location = new Point(81, 71);
textBoxClientGenJsonPath.Name = "textBoxClientGenJsonPath";
textBoxClientGenJsonPath.Size = new Size(301, 23);
textBoxClientGenJsonPath.Size = new Size(325, 23);
textBoxClientGenJsonPath.TabIndex = 13;
//
// label4
@@ -193,9 +189,9 @@
//
// textBoxServerGenJsonPath
//
textBoxServerGenJsonPath.Location = new Point(105, 131);
textBoxServerGenJsonPath.Location = new Point(81, 131);
textBoxServerGenJsonPath.Name = "textBoxServerGenJsonPath";
textBoxServerGenJsonPath.Size = new Size(301, 23);
textBoxServerGenJsonPath.Size = new Size(325, 23);
textBoxServerGenJsonPath.TabIndex = 16;
//
// label5
@@ -217,47 +213,11 @@
buttonSelectServerJsonPath.UseVisualStyleBackColor = true;
buttonSelectServerJsonPath.Click += buttonSelectServerJsonPath_Click;
//
// textBoxClientNamespce
//
textBoxClientNamespce.Location = new Point(105, 160);
textBoxClientNamespce.Name = "textBoxClientNamespce";
textBoxClientNamespce.Size = new Size(301, 23);
textBoxClientNamespce.TabIndex = 19;
//
// textBoxServerNamespace
//
textBoxServerNamespace.Location = new Point(105, 189);
textBoxServerNamespace.Name = "textBoxServerNamespace";
textBoxServerNamespace.Size = new Size(301, 23);
textBoxServerNamespace.TabIndex = 20;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(7, 161);
label6.Name = "label6";
label6.Size = new Size(92, 17);
label6.TabIndex = 21;
label6.Text = "客户端命名空间";
//
// label7
//
label7.AutoSize = true;
label7.Location = new Point(7, 192);
label7.Name = "label7";
label7.Size = new Size(92, 17);
label7.TabIndex = 22;
label7.Text = "服务端命名空间";
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(596, 216);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(textBoxServerNamespace);
Controls.Add(textBoxClientNamespce);
ClientSize = new Size(599, 165);
Controls.Add(buttonSelectServerJsonPath);
Controls.Add(label5);
Controls.Add(textBoxServerGenJsonPath);
@@ -302,9 +262,5 @@
private TextBox textBoxServerGenJsonPath;
private Label label5;
private Button buttonSelectServerJsonPath;
private TextBox textBoxClientNamespce;
private TextBox textBoxServerNamespace;
private Label label6;
private Label label7;
}
}