SVN r1104

SVN-Revision: r1104
This commit is contained in:
cyf
2026-01-30 07:48:24 +00:00
parent 5ccfe15fee
commit 47cf35aa28
45 changed files with 4096 additions and 449 deletions
+28 -26
View File
@@ -36,11 +36,14 @@
this.pl_buttom = new DevExpress.XtraEditors.PanelControl();
this.gridControlEx1 = new Lskj.Control.GridControlEx();
this.pl_main = new DevExpress.XtraEditors.PanelControl();
this.splitMain = new DevExpress.XtraEditors.SplitContainerControl();
this.cmMain = new DevExpress.XtraCharts.ChartControl();
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).BeginInit();
this.pl_buttom.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_main)).BeginInit();
this.pl_main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMain)).BeginInit();
this.splitMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.cmMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).BeginInit();
@@ -53,10 +56,10 @@
//
this.pl_buttom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_buttom.Controls.Add(this.gridControlEx1);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_buttom.Location = new System.Drawing.Point(0, 230);
this.pl_buttom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_buttom.Location = new System.Drawing.Point(0, 0);
this.pl_buttom.Name = "pl_buttom";
this.pl_buttom.Size = new System.Drawing.Size(588, 149);
this.pl_buttom.Size = new System.Drawing.Size(588, 120);
this.pl_buttom.TabIndex = 0;
this.pl_buttom.Visible = false;
//
@@ -68,7 +71,8 @@
this.gridControlEx1.Margin = new System.Windows.Forms.Padding(4, 7, 4, 7);
this.gridControlEx1.Name = "gridControlEx1";
this.gridControlEx1.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridControlEx1.Size = new System.Drawing.Size(588, 149);
this.gridControlEx1.Size = new System.Drawing.Size(588, 120);
this.gridControlEx1.SysModel = null;
this.gridControlEx1.TabIndex = 0;
//
// pl_main
@@ -78,9 +82,25 @@
this.pl_main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_main.Location = new System.Drawing.Point(0, 0);
this.pl_main.Name = "pl_main";
this.pl_main.Size = new System.Drawing.Size(588, 230);
this.pl_main.Size = new System.Drawing.Size(588, 254);
this.pl_main.TabIndex = 1;
//
// splitMain
//
this.splitMain.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
this.splitMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMain.Horizontal = false;
this.splitMain.Location = new System.Drawing.Point(0, 0);
this.splitMain.Name = "splitMain";
this.splitMain.Panel1.Controls.Add(this.pl_main);
this.splitMain.Panel1.Text = "Panel1";
this.splitMain.Panel2.Controls.Add(this.pl_buttom);
this.splitMain.Panel2.Text = "Panel2";
this.splitMain.Size = new System.Drawing.Size(588, 379);
this.splitMain.SplitterPosition = 254;
this.splitMain.TabIndex = 5;
this.splitMain.Text = "splitContainerControl1";
//
// cmMain
//
this.cmMain.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -96,7 +116,7 @@
pointSeriesLabel1.LineVisibility = DevExpress.Utils.DefaultBoolean.True;
this.cmMain.SeriesTemplate.Label = pointSeriesLabel1;
this.cmMain.SeriesTemplate.View = lineSeriesView1;
this.cmMain.Size = new System.Drawing.Size(588, 230);
this.cmMain.Size = new System.Drawing.Size(588, 254);
this.cmMain.TabIndex = 2;
this.cmMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cmMain_MouseDoubleClick);
this.cmMain.MouseMove += new System.Windows.Forms.MouseEventHandler(this.cmMain_MouseMove);
@@ -104,29 +124,11 @@
// ChartControlEx
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.pl_main);
this.Controls.Add(this.pl_buttom);
this.Controls.Add(this.splitMain);
this.Name = "ChartControlEx";
this.Size = new System.Drawing.Size(588, 379);
((System.ComponentModel.ISupportInitialize)(this.pl_buttom)).EndInit();
this.pl_buttom.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_main)).EndInit();
this.pl_main.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(pieSeriesLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pieSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(pointSeriesLabel1)).EndInit();
((System.ComponentModel.ISupportInitialize)(lineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl pl_buttom;
private DevExpress.XtraEditors.PanelControl pl_main;
private GridControlEx gridControlEx1;
public DevExpress.XtraCharts.ChartControl cmMain;
}
}