Compare commits

1 Commits
v1.0.4 ... main

Author SHA1 Message Date
66a6423129 fix:更新上位机背景图 2026-04-02 16:24:10 +08:00
8 changed files with 688 additions and 1063 deletions

View File

@@ -57,19 +57,19 @@
// label1 // label1
// //
this.label1.AutoSize = true; this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(77, 107); this.label1.Location = new System.Drawing.Point(115, 110);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1"; this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14); this.label1.Size = new System.Drawing.Size(94, 21);
this.label1.TabIndex = 0; this.label1.TabIndex = 0;
this.label1.Text = "订阅主题"; this.label1.Text = "订阅主题";
// //
// txtSubTopic // txtSubTopic
// //
this.txtSubTopic.Location = new System.Drawing.Point(144, 104); this.txtSubTopic.Location = new System.Drawing.Point(213, 110);
this.txtSubTopic.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.txtSubTopic.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.txtSubTopic.Name = "txtSubTopic"; this.txtSubTopic.Name = "txtSubTopic";
this.txtSubTopic.Size = new System.Drawing.Size(337, 23); this.txtSubTopic.Size = new System.Drawing.Size(310, 31);
this.txtSubTopic.TabIndex = 1; this.txtSubTopic.TabIndex = 1;
// //
// txtReceiveMessage // txtReceiveMessage
@@ -93,7 +93,7 @@
// //
// btnSubscribe // btnSubscribe
// //
this.btnSubscribe.Location = new System.Drawing.Point(485, 71); this.btnSubscribe.Location = new System.Drawing.Point(527, 76);
this.btnSubscribe.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnSubscribe.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.btnSubscribe.Name = "btnSubscribe"; this.btnSubscribe.Name = "btnSubscribe";
this.btnSubscribe.Size = new System.Drawing.Size(70, 56); this.btnSubscribe.Size = new System.Drawing.Size(70, 56);
@@ -105,19 +105,19 @@
// label3 // label3
// //
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(63, 74); this.label3.Location = new System.Drawing.Point(115, 76);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 14); this.label3.Size = new System.Drawing.Size(115, 21);
this.label3.TabIndex = 8; this.label3.TabIndex = 8;
this.label3.Text = "服务器地址"; this.label3.Text = "服务器地址";
// //
// txtSubService // txtSubService
// //
this.txtSubService.Location = new System.Drawing.Point(144, 71); this.txtSubService.Location = new System.Drawing.Point(213, 73);
this.txtSubService.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.txtSubService.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
this.txtSubService.Name = "txtSubService"; this.txtSubService.Name = "txtSubService";
this.txtSubService.Size = new System.Drawing.Size(337, 23); this.txtSubService.Size = new System.Drawing.Size(310, 31);
this.txtSubService.TabIndex = 9; this.txtSubService.TabIndex = 9;
this.txtSubService.TextChanged += new System.EventHandler(this.txtSubService_TextChanged); this.txtSubService.TextChanged += new System.EventHandler(this.txtSubService_TextChanged);
// //
@@ -128,7 +128,7 @@
this.label2.Location = new System.Drawing.Point(38, 309); this.label2.Location = new System.Drawing.Point(38, 309);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2"; this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 21); this.label2.Size = new System.Drawing.Size(79, 33);
this.label2.TabIndex = 10; this.label2.TabIndex = 10;
this.label2.Text = "日志"; this.label2.Text = "日志";
// //
@@ -139,7 +139,7 @@
this.label5.Location = new System.Drawing.Point(38, 132); this.label5.Location = new System.Drawing.Point(38, 132);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5"; this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(52, 21); this.label5.Size = new System.Drawing.Size(79, 33);
this.label5.TabIndex = 12; this.label5.TabIndex = 12;
this.label5.Text = "解码"; this.label5.Text = "解码";
this.label5.Click += new System.EventHandler(this.label5_Click); this.label5.Click += new System.EventHandler(this.label5_Click);
@@ -280,7 +280,8 @@
// //
// FmMqttClient // FmMqttClient
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ApplyImageInvert = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.BackImage = ((System.Drawing.Image)(resources.GetObject("$this.BackImage"))); this.BackImage = ((System.Drawing.Image)(resources.GetObject("$this.BackImage")));
@@ -302,7 +303,7 @@
this.Name = "FmMqttClient"; this.Name = "FmMqttClient";
this.Padding = new System.Windows.Forms.Padding(23, 70, 23, 23); this.Padding = new System.Windows.Forms.Padding(23, 70, 23, 23);
this.Style = MetroFramework.MetroColorStyle.Magenta; this.Style = MetroFramework.MetroColorStyle.Magenta;
this.Text = " 安灯数据流测试工具"; this.Text = " 安灯数据流测试工具";
this.Load += new System.EventHandler(this.FmMqttClient_Load); this.Load += new System.EventHandler(this.FmMqttClient_Load);
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper> <IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\Administrator\Desktop\</PublishUrl> <PublishUrl>D:\公司项目\Andon\4.测试上位机\VS工程\</PublishUrl>
<Install>true</Install> <Install>true</Install>
<InstallFrom>Disk</InstallFrom> <InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled> <UpdateEnabled>false</UpdateEnabled>
@@ -23,7 +23,8 @@
<UpdatePeriodically>false</UpdatePeriodically> <UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired> <UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions> <MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>6</ApplicationRevision> <AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>7</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust> <UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted> <PublishWizardCompleted>true</PublishWizardCompleted>

View File

@@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pQnT/MSOmzN0uBN4NjCRTf/xETLpNU8riSGS+47N36Q=</dsig:DigestValue> <dsig:DigestValue>9MFL16vI3vWUnntuNYKtYRF/i96wwck41unCG6PWw74=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

View File

@@ -89,14 +89,14 @@
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>
<dependency> <dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MqttClientWin.exe" size="84992"> <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MqttClientWin.exe" size="61952">
<assemblyIdentity name="MqttClientWin" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> <assemblyIdentity name="MqttClientWin" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash> <hash>
<dsig:Transforms> <dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>IkYAMiomVn+HOcrunFx4ange/4U4KJHumhhm3e4UJaM=</dsig:DigestValue> <dsig:DigestValue>JAQ6FBu5k/UugkJ7h6OUe+sz3tma8QH+FxzipokBU7g=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>

View File

@@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms> </dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pQnT/MSOmzN0uBN4NjCRTf/xETLpNU8riSGS+47N36Q=</dsig:DigestValue> <dsig:DigestValue>9MFL16vI3vWUnntuNYKtYRF/i96wwck41unCG6PWw74=</dsig:DigestValue>
</hash> </hash>
</dependentAssembly> </dependentAssembly>
</dependency> </dependency>