提交当前本机整理版本
This commit is contained in:
+24
-1
@@ -94,4 +94,27 @@ namespace Lskj.PubBomImportNew
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appear
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.Appearance.Options.UseBackColor = true;
|
||||
this.Appearance.Options.UseFont = true;
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.ClientSize = new System.Drawing.Size(784, 461);
|
||||
this.Controls.Add(this.gcMain);
|
||||
this.Controls.Add(this.pl_bottom);
|
||||
this.Name = "FrmMain";
|
||||
this.Opacity = 0D;
|
||||
this.Text = "表格导入";
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
||||
this.pl_bottom.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
#endregion
|
||||
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
||||
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
||||
private DevExpress.XtraEditors.SimpleButton btnOk;
|
||||
private Control.GridControlEx gcMain;
|
||||
private DevExpress.XtraEditors.SimpleButton btnRead;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user