提交当前本机整理版本

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
+24 -1
View File
@@ -36,4 +36,27 @@ namespace Lskj.PubTabDll
// xtraTabControl
//
this.xtraTabControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this
this.xtraTabControl.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl.Location = new System.Drawing.Point(0, 0);
this.xtraTabControl.Name = "xtraTabControl";
this.xtraTabControl.Size = new System.Drawing.Size(561, 442);
this.xtraTabControl.TabIndex = 6;
//
// TabDllEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.xtraTabControl);
this.Name = "TabDllEx";
this.Size = new System.Drawing.Size(561, 442);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
public DevExpress.XtraTab.XtraTabControl xtraTabControl;
}
}