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

64 lines
2.2 KiB
C#

namespace Lskj.BaseInfo
{
partial class Panel_GridPage {
/// <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.gridList = new Lskj.MyControl.GridControlEx();
this.SuspendLayout();
//
// gridList
//
this.gridList.bomCaption = null;
this.gridList.bomSql = null;
this.gridList.ConstSql = null;
this.gridList.detailEnableCond = null;
this.gridList.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridList.loadBom = null;
this.gridList.Location = new System.Drawing.Point(0, 0);
this.gridList.Name = "gridList";
this.gridList.RowColorCondtion = null;
this.gridList.Size = new System.Drawing.Size(511, 421);
this.gridList.SourceType = 0;
this.gridList.Sql = null;
this.gridList.sqlC = null;
this.gridList.TabIndex = 0;
//
// Panel_GridPage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridList);
this.Name = "Panel_GridPage";
this.Size = new System.Drawing.Size(511, 421);
this.ResumeLayout(false);
}
#endregion
public MyControl.GridControlEx gridList;
}
}