提交当前本机整理版本

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
+30 -1
View File
@@ -29,4 +29,33 @@ namespace Lskj.PubTabDll
/// </summary>
private void InitializeComponent()
{
this.tabDllEx = new Lskj.PubTabDll.TabDllEx();
this.SuspendLayout();
//
// tabDllEx
//
this.tabDllEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabDllEx.Location = new System.Drawing.Point(0, 0);
this.tabDllEx.Name = "tabDllEx";
this.tabDllEx.Size = new System.Drawing.Size(907, 549);
this.tabDllEx.TabIndex = 0;
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(907, 549);
this.Controls.Add(this.tabDllEx);
this.Name = "FrmMain";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private TabDllEx tabDllEx;
}
}