提交当前本机整理版本

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
+23 -3
View File
@@ -248,7 +248,6 @@ namespace Lskj.PubBomImport
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(500, 444);
this.gcMain.SysModel = null;
this.gcMain.TabIndex = 16;
//
// gc_Right
@@ -260,7 +259,6 @@ namespace Lskj.PubBomImport
this.gc_Right.Name = "gc_Right";
this.gc_Right.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gc_Right.Size = new System.Drawing.Size(367, 444);
this.gc_Right.SysModel = null;
this.gc_Right.TabIndex = 18;
//
// FrmMain
@@ -290,4 +288,26 @@ namespace Lskj.PubBomImport
((System.ComponentModel.ISupportInitialize)(this.tipsEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit();
this.splitMainContainer.ResumeLayout(false);
this.ResumeLayout(f
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.SimpleButton btnRead;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.PanelControl pl_cond;
private DevExpress.XtraEditors.TextEdit condTxtEdit;
private System.Windows.Forms.Label lb_cond;
private DevExpress.XtraEditors.PanelControl pl_purview;
private Control.LabelMultiAutoTextEdit purview_Mulit;
private System.Windows.Forms.Label lb_purview;
private DevExpress.XtraEditors.PanelControl tips;
private DevExpress.XtraEditors.TextEdit tipsEdit;
private DevExpress.XtraEditors.SplitContainerControl splitMainContainer;
private Control.GridControlEx gcMain;
private Control.GridControlEx gc_Right;
}
}