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