提交当前本机整理版本
This commit is contained in:
Generated
+26
-1
@@ -173,4 +173,29 @@
|
||||
this.Text = "导入Excel";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OnImportFormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_top)).EndInit();
|
||||
this.pl_top.ResumeLayout(false
|
||||
this.pl_top.ResumeLayout(false);
|
||||
this.pl_top.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
||||
this.pl_bottom.ResumeLayout(false);
|
||||
this.pl_bottom.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
|
||||
this.pl_main.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.PanelControl pl_top;
|
||||
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
||||
private DevExpress.XtraEditors.PanelControl pl_main;
|
||||
private DevExpress.XtraEditors.SimpleButton btnExport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnImport;
|
||||
private DevExpress.XtraEditors.SimpleButton btnRead;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private GridControlEx gcMain;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCover;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user