SVN r1172
SVN-Revision: r1172
This commit is contained in:
+17
-33
@@ -30,6 +30,7 @@
|
||||
{
|
||||
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.gridleftTop = new Lskj.Control.GridControlEx();
|
||||
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
||||
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
||||
@@ -44,7 +45,6 @@
|
||||
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.tcButtom = new Lskj.PubModuleDetail3.TabIntoControl();
|
||||
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
||||
this.gridleftTop = new Lskj.Control.GridControlEx();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
||||
this.splitContainerControl1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit();
|
||||
@@ -95,6 +95,17 @@
|
||||
this.splitLeftControl.Text = "splitContainerControl3";
|
||||
this.splitLeftControl.SplitterPositionChanged += new System.EventHandler(this.splitContainerTop_SplitterPositionChanged);
|
||||
//
|
||||
// gridleftTop
|
||||
//
|
||||
this.gridleftTop.AdapterObj = null;
|
||||
this.gridleftTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridleftTop.Location = new System.Drawing.Point(0, 30);
|
||||
this.gridleftTop.Margin = new System.Windows.Forms.Padding(5);
|
||||
this.gridleftTop.Name = "gridleftTop";
|
||||
this.gridleftTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.gridleftTop.Size = new System.Drawing.Size(438, 374);
|
||||
this.gridleftTop.TabIndex = 11;
|
||||
//
|
||||
// panelControl1
|
||||
//
|
||||
this.panelControl1.Controls.Add(this.simpleButton1);
|
||||
@@ -169,8 +180,9 @@
|
||||
this.mg_control.Location = new System.Drawing.Point(0, 0);
|
||||
this.mg_control.Name = "mg_control";
|
||||
this.mg_control.OperShortMode = true;
|
||||
this.mg_control.Size = new System.Drawing.Size(800, 375);
|
||||
this.mg_control.Size = new System.Drawing.Size(533, 250);
|
||||
this.mg_control.TabIndex = 1;
|
||||
this.mg_control.VisibleMrpSearchPanel = false;
|
||||
this.mg_control.VisibleOperPanel = true;
|
||||
this.mg_control.VisibleSearchPanel = true;
|
||||
//
|
||||
@@ -225,7 +237,8 @@
|
||||
this.tcButtom.Location = new System.Drawing.Point(0, 0);
|
||||
this.tcButtom.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
||||
this.tcButtom.Name = "tcButtom";
|
||||
this.tcButtom.Size = new System.Drawing.Size(801, 205);
|
||||
this.tcButtom.Size = new System.Drawing.Size(534, 137);
|
||||
this.tcButtom.splitContainer = null;
|
||||
this.tcButtom.TabIndex = 4;
|
||||
//
|
||||
// pl_bottom
|
||||
@@ -239,17 +252,6 @@
|
||||
this.pl_bottom.TabIndex = 2;
|
||||
this.pl_bottom.Visible = false;
|
||||
//
|
||||
// gridleftTop
|
||||
//
|
||||
this.gridleftTop.AdapterObj = null;
|
||||
this.gridleftTop.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.gridleftTop.Location = new System.Drawing.Point(0, 30);
|
||||
this.gridleftTop.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
||||
this.gridleftTop.Name = "gridleftTop";
|
||||
this.gridleftTop.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
||||
this.gridleftTop.Size = new System.Drawing.Size(438, 374);
|
||||
this.gridleftTop.TabIndex = 11;
|
||||
//
|
||||
// ProductionMain
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
@@ -279,22 +281,4 @@
|
||||
|
||||
#endregion
|
||||
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitBottomControl;
|
||||
private Control.GridControlEx gridLeftButtom;
|
||||
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitLeftControl;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl1;
|
||||
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
||||
private DevExpress.XtraEditors.LabelControl labelControl1;
|
||||
private System.Windows.Forms.ComboBox comboBox1;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private DevExpress.XtraTab.XtraTabControl Tab_additional;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||||
private Control.ModuleGridEx mg_control;
|
||||
private DevExpress.XtraTab.XtraTabControl Tab_Bottom;
|
||||
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
|
||||
private TabIntoControl tcButtom;
|
||||
private Control.GridControlEx gridleftTop;
|
||||
}
|
||||
}
|
||||
private DevExpress.XtraEditors.SplitContainerControl splitCon
|
||||
Reference in New Issue
Block a user