SVN r310
SVN-Revision: r310
This commit is contained in:
Generated
+26
-31
@@ -33,8 +33,8 @@ namespace Lskj.PubBomAlter
|
||||
this.splitRightContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.splitControlContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.topPanel = new DevExpress.XtraEditors.PanelControl();
|
||||
this.treeGridControlEx = new Lskj.Control.TreeGridControlEx();
|
||||
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
|
||||
this.btnApply = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.pl_top = new DevExpress.XtraEditors.PanelControl();
|
||||
this.pl_top_search = new DevExpress.XtraEditors.PanelControl();
|
||||
@@ -49,6 +49,7 @@ namespace Lskj.PubBomAlter
|
||||
this.btnPmsSave = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.rightDetailPanel = new System.Windows.Forms.Panel();
|
||||
this.gcDetailControlEx = new Lskj.Control.GridControlEx();
|
||||
this.treeGridControlEx = new Lskj.Control.TreeGridControlEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).BeginInit();
|
||||
this.splitRightContainer.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitControlContainer)).BeginInit();
|
||||
@@ -130,21 +131,11 @@ namespace Lskj.PubBomAlter
|
||||
this.topPanel.Size = new System.Drawing.Size(380, 566);
|
||||
this.topPanel.TabIndex = 21;
|
||||
//
|
||||
// treeGridControlEx
|
||||
//
|
||||
this.treeGridControlEx.AdapterObj = null;
|
||||
this.treeGridControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.treeGridControlEx.Location = new System.Drawing.Point(2, 29);
|
||||
this.treeGridControlEx.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.treeGridControlEx.Name = "treeGridControlEx";
|
||||
this.treeGridControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.treeGridControlEx.Size = new System.Drawing.Size(376, 500);
|
||||
this.treeGridControlEx.TabIndex = 29;
|
||||
//
|
||||
// pl_buttom
|
||||
//
|
||||
this.pl_buttom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pl_buttom.Appearance.Options.UseBackColor = true;
|
||||
this.pl_buttom.Controls.Add(this.btnApply);
|
||||
this.pl_buttom.Controls.Add(this.btnSave);
|
||||
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.pl_buttom.Location = new System.Drawing.Point(2, 529);
|
||||
@@ -153,6 +144,17 @@ namespace Lskj.PubBomAlter
|
||||
this.pl_buttom.Size = new System.Drawing.Size(376, 35);
|
||||
this.pl_buttom.TabIndex = 28;
|
||||
//
|
||||
// btnApply
|
||||
//
|
||||
this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btnApply.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnApply.Appearance.Options.UseFont = true;
|
||||
this.btnApply.Location = new System.Drawing.Point(214, 5);
|
||||
this.btnApply.Name = "btnApply";
|
||||
this.btnApply.Size = new System.Drawing.Size(80, 26);
|
||||
this.btnApply.TabIndex = 41;
|
||||
this.btnApply.Text = "提交审批(&A)";
|
||||
//
|
||||
// btnSave
|
||||
//
|
||||
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
@@ -310,6 +312,17 @@ namespace Lskj.PubBomAlter
|
||||
this.gcDetailControlEx.Size = new System.Drawing.Size(411, 566);
|
||||
this.gcDetailControlEx.TabIndex = 52;
|
||||
//
|
||||
// treeGridControlEx
|
||||
//
|
||||
this.treeGridControlEx.AdapterObj = null;
|
||||
this.treeGridControlEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.treeGridControlEx.Location = new System.Drawing.Point(2, 29);
|
||||
this.treeGridControlEx.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.treeGridControlEx.Name = "treeGridControlEx";
|
||||
this.treeGridControlEx.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.treeGridControlEx.Size = new System.Drawing.Size(376, 500);
|
||||
this.treeGridControlEx.TabIndex = 29;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||||
@@ -352,22 +365,4 @@ namespace Lskj.PubBomAlter
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitRightContainer;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitControlContainer;
|
||||
private DevExpress.XtraEditors.PanelControl topPanel;
|
||||
private DevExpress.XtraEditors.PanelControl pl_Bottom;
|
||||
private System.Windows.Forms.Panel rightDetailPanel;
|
||||
private DevExpress.XtraEditors.PanelControl pl_top;
|
||||
private DevExpress.XtraEditors.PanelControl pl_top_search;
|
||||
private DevExpress.XtraEditors.PanelControl pl_top_fix_search;
|
||||
private System.Windows.Forms.ComboBox cbField;
|
||||
private DevExpress.XtraEditors.SimpleButton btnFixSearch;
|
||||
private System.Windows.Forms.TextBox txtFixKey;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private Control.TreeGridControlEx treeGridControlEx;
|
||||
private DevExpress.XtraEditors.PanelControl pl_buttom;
|
||||
private DevExpress.XtraEditors.SimpleButton btnSave;
|
||||
private Control.GridControlEx gcMainControlEx;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton btnPmsSave;
|
||||
private Control.GridControlEx gcDetailControlEx;
|
||||
}
|
||||
}
|
||||
|
||||
private DevExpress.XtraEditors.PanelC
|
||||
Reference in New Issue
Block a user