115 lines
4.7 KiB
C#
115 lines
4.7 KiB
C#
namespace Lskj.MyControl
|
|
{
|
|
partial class BandedControlEx
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.pnlBottom = new System.Windows.Forms.Panel();
|
|
this.pnlSpec = new System.Windows.Forms.Panel();
|
|
this.gridMain = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
|
|
this.pnlBottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
|
|
this.label1.Location = new System.Drawing.Point(7, 6);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(113, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "合计:0,平均值:0";
|
|
//
|
|
// pnlBottom
|
|
//
|
|
this.pnlBottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pnlBottom.Controls.Add(this.label1);
|
|
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlBottom.Location = new System.Drawing.Point(0, 371);
|
|
this.pnlBottom.Name = "pnlBottom";
|
|
this.pnlBottom.Size = new System.Drawing.Size(598, 27);
|
|
this.pnlBottom.TabIndex = 4;
|
|
this.pnlBottom.Visible = false;
|
|
//
|
|
// pnlSpec
|
|
//
|
|
this.pnlSpec.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pnlSpec.Location = new System.Drawing.Point(0, 398);
|
|
this.pnlSpec.Name = "pnlSpec";
|
|
this.pnlSpec.Size = new System.Drawing.Size(598, 2);
|
|
this.pnlSpec.TabIndex = 5;
|
|
this.pnlSpec.Visible = false;
|
|
//
|
|
// gridMain
|
|
//
|
|
this.gridMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gridMain.MainView = this.gridView1;
|
|
this.gridMain.Name = "gridMain";
|
|
this.gridMain.Size = new System.Drawing.Size(598, 371);
|
|
this.gridMain.TabIndex = 6;
|
|
this.gridMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.GridControl = this.gridMain;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// BandedControlEx
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.gridMain);
|
|
this.Controls.Add(this.pnlBottom);
|
|
this.Controls.Add(this.pnlSpec);
|
|
this.Name = "BandedControlEx";
|
|
this.Size = new System.Drawing.Size(598, 400);
|
|
this.pnlBottom.ResumeLayout(false);
|
|
this.pnlBottom.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Panel pnlBottom;
|
|
private System.Windows.Forms.Panel pnlSpec;
|
|
private DevExpress.XtraGrid.GridControl gridMain;
|
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView gridView1;
|
|
}
|
|
}
|