提交当前本机整理版本
This commit is contained in:
Generated
+30
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user