Files
lserp_cs_5.0/插件库/Lskj.MyControl/GridControlEx.Designer.cs
T
2026-07-10 15:25:05 +08:00

129 lines
5.9 KiB
C#

namespace Lskj.MyControl
{
partial class GridControlEx
{
/// <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.gridMain = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.pnlBottom = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pnlSpec = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.gridMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.pnlBottom.SuspendLayout();
this.SuspendLayout();
//
// 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 = 0;
this.gridMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
this.gridMain.Click += new System.EventHandler(this.gridMain_Click);
//
// gridView1
//
this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.LightSkyBlue;
this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.gridView1.GridControl = this.gridMain;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
this.gridView1.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false;
this.gridView1.OptionsSelection.MultiSelect = true;
this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.ShowGroupPanel = false;
this.gridView1.PaintStyleName = "Skin";
this.gridView1.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView1_CustomDrawRowIndicator);
this.gridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridView1_CustomDrawCell);
//
// 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, 373);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(598, 27);
this.pnlBottom.TabIndex = 1;
this.pnlBottom.Visible = false;
//
// 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";
//
// pnlSpec
//
this.pnlSpec.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlSpec.Location = new System.Drawing.Point(0, 371);
this.pnlSpec.Name = "pnlSpec";
this.pnlSpec.Size = new System.Drawing.Size(598, 2);
this.pnlSpec.TabIndex = 2;
this.pnlSpec.Visible = false;
//
// GridControlEx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridMain);
this.Controls.Add(this.pnlSpec);
this.Controls.Add(this.pnlBottom);
this.Name = "GridControlEx";
this.Size = new System.Drawing.Size(598, 400);
((System.ComponentModel.ISupportInitialize)(this.gridMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.pnlBottom.ResumeLayout(false);
this.pnlBottom.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridMain;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel pnlSpec;
}
}