导表工具修改
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
checkBoxGenClient.Name = "checkBoxGenClient";
|
||||
checkBoxGenClient.Size = new Size(87, 21);
|
||||
checkBoxGenClient.TabIndex = 5;
|
||||
checkBoxGenClient.Text = "生产服务端";
|
||||
checkBoxGenClient.Text = "生成客户端";
|
||||
checkBoxGenClient.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label2
|
||||
@@ -137,7 +137,7 @@
|
||||
checkBoxGenServer.Name = "checkBoxGenServer";
|
||||
checkBoxGenServer.Size = new Size(87, 21);
|
||||
checkBoxGenServer.TabIndex = 9;
|
||||
checkBoxGenServer.Text = "生产客户端";
|
||||
checkBoxGenServer.Text = "生成服务端";
|
||||
checkBoxGenServer.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// buttonSelectServerPath
|
||||
|
||||
Reference in New Issue
Block a user