提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+29 -1
View File
@@ -42,4 +42,32 @@ namespace Lskj.PubInvoiceOut
this.progressPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.progressPanel.Location = new System.Drawing.Point(0, 0);
this.progressPanel.Name = "progressPanel";
this.progr
this.progressPanel.Size = new System.Drawing.Size(284, 261);
this.progressPanel.TabIndex = 6;
this.progressPanel.Text = "progressPanel";
this.progressPanel.Visible = false;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Controls.Add(this.progressPanel);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmMain";
this.Opacity = 0D;
this.ShowInTaskbar = false;
this.Text = "FrmMain";
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraWaitForm.ProgressPanel progressPanel;
}
}