数据修改
parent
b3eafb3f2a
commit
4aa28f1fbf
|
|
@ -183,7 +183,7 @@
|
|||
nginxServiceDisplayNameTbox.Name = "nginxServiceDisplayNameTbox";
|
||||
nginxServiceDisplayNameTbox.Size = new Size(259, 23);
|
||||
nginxServiceDisplayNameTbox.TabIndex = 23;
|
||||
nginxServiceDisplayNameTbox.Text = "EI_Nginx_Self_Starting";
|
||||
nginxServiceDisplayNameTbox.Text = "HT_Nginx_Self_Starting";
|
||||
//
|
||||
// nginxServiceNameTbox
|
||||
//
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
nginxServiceNameTbox.Name = "nginxServiceNameTbox";
|
||||
nginxServiceNameTbox.Size = new Size(259, 23);
|
||||
nginxServiceNameTbox.TabIndex = 22;
|
||||
nginxServiceNameTbox.Text = "EI_Nginx";
|
||||
nginxServiceNameTbox.Text = "HT_Nginx";
|
||||
//
|
||||
// label12
|
||||
//
|
||||
|
|
@ -228,7 +228,7 @@
|
|||
serviceDisplayNameTBox.Name = "serviceDisplayNameTBox";
|
||||
serviceDisplayNameTBox.Size = new Size(259, 23);
|
||||
serviceDisplayNameTBox.TabIndex = 16;
|
||||
serviceDisplayNameTBox.Text = "EI_Image_Viewer_DisplayName";
|
||||
serviceDisplayNameTBox.Text = "HT_MIRS_DisplayName";
|
||||
//
|
||||
// serviceNameTBox
|
||||
//
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
serviceNameTBox.Name = "serviceNameTBox";
|
||||
serviceNameTBox.Size = new Size(259, 23);
|
||||
serviceNameTBox.TabIndex = 15;
|
||||
serviceNameTBox.Text = "EI_Image_Viewer";
|
||||
serviceNameTBox.Text = "HT_MIRS";
|
||||
//
|
||||
// label11
|
||||
//
|
||||
|
|
@ -442,7 +442,7 @@
|
|||
Controls.Add(groupBox1);
|
||||
Icon = (Icon)resources.GetObject("$this.Icon");
|
||||
Name = "Main";
|
||||
Text = "安装 - EI Image Viewer V1";
|
||||
Text = "安装 HT_MIRS";
|
||||
TopMost = true;
|
||||
Load += Main_Load;
|
||||
groupBox1.ResumeLayout(false);
|
||||
|
|
|
|||
|
|
@ -421,9 +421,9 @@ namespace Start
|
|||
|
||||
var deployFoder = this.folderPathTbox.Text;
|
||||
|
||||
// 3个压缩包的名称
|
||||
string nginxExtractName = "EIImageViewerWeb";
|
||||
string apiExtractName = "EIImageViewerService";
|
||||
|
||||
string dataExtraName = "EIImageViewerData";
|
||||
|
||||
string nginxStartPath = Path.Combine(deployFoder, @$"{nginxExtractName}\");
|
||||
|
|
@ -434,14 +434,14 @@ namespace Start
|
|||
|
||||
|
||||
|
||||
var apiBinPath = Path.Combine(deployFoder, "EIImageViewerService/EI_Image_Viewer.exe");
|
||||
var apiJsonConfigPath = Path.Combine(deployFoder, "EIImageViewerService/appsettings.CertificateApply.json");
|
||||
var apiBinPath = Path.Combine(deployFoder, $"{apiExtractName}/EI_Image_Viewer.exe");
|
||||
var apiJsonConfigPath = Path.Combine(deployFoder, $"{apiExtractName}/appsettings.CertificateApply.json");
|
||||
|
||||
string nginxRarFilePath = Path.Combine(AppContext.BaseDirectory, $@"Resource\EIImageViewerWeb.rar");
|
||||
string apiRarFilePath = Path.Combine(AppContext.BaseDirectory, "Resource/EIImageViewerService.rar");
|
||||
string nginxRarFilePath = Path.Combine(AppContext.BaseDirectory, $@"Resource\{nginxExtractName}.rar");
|
||||
string apiRarFilePath = Path.Combine(AppContext.BaseDirectory, $"Resource/{apiExtractName}.rar");
|
||||
|
||||
|
||||
string dataRarFilePath = Path.Combine(AppContext.BaseDirectory, "Resource/EIImageViewerData.rar");
|
||||
string dataRarFilePath = Path.Combine(AppContext.BaseDirectory, $"Resource/{dataExtraName}.rar");
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,64 @@
|
|||
<root>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue