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

450 lines
24 KiB
C#

namespace Lskj.PubPageModuleDetail
{
partial class TabPageContainer
{
/// <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.splitterControl2 = new DevExpress.XtraEditors.SplitterControl();
this.splitterControl3 = new DevExpress.XtraEditors.SplitterControl();
this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
this.pl_right_where = new System.Windows.Forms.Panel();
this.tvLeft = new Lskj.MyControl.TreeViewEx();
this.plContainer = new System.Windows.Forms.Panel();
this.gridLeft = new DevExpress.XtraGrid.GridControl();
this.GridViewLeft = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.plLeft = new System.Windows.Forms.Panel();
this.plTopMain = new System.Windows.Forms.Panel();
this.gcMain = new Lskj.MyControl.GridControlEx();
this.pl_down = new System.Windows.Forms.Panel();
this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.pl_search = new System.Windows.Forms.Panel();
this.btnHelp = new DevExpress.XtraEditors.SimpleButton();
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
this.btnImprt = new DevExpress.XtraEditors.SimpleButton();
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
this.txtKey = new System.Windows.Forms.TextBox();
this.cbField = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.plRightGrid = new System.Windows.Forms.Panel();
this.tabMain = new DevExpress.XtraTab.XtraTabControl();
this.plBottomMain = new System.Windows.Forms.Panel();
this.plContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridViewLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.plLeft.SuspendLayout();
this.plTopMain.SuspendLayout();
this.pl_down.SuspendLayout();
this.pl_search.SuspendLayout();
this.plRightGrid.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
this.SuspendLayout();
//
// splitterControl2
//
this.splitterControl2.Dock = System.Windows.Forms.DockStyle.Right;
this.splitterControl2.Location = new System.Drawing.Point(1084, 0);
this.splitterControl2.Name = "splitterControl2";
this.splitterControl2.Size = new System.Drawing.Size(6, 673);
this.splitterControl2.TabIndex = 19;
this.splitterControl2.TabStop = false;
//
// splitterControl3
//
this.splitterControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitterControl3.Location = new System.Drawing.Point(245, 673);
this.splitterControl3.Name = "splitterControl3";
this.splitterControl3.Size = new System.Drawing.Size(845, 6);
this.splitterControl3.TabIndex = 21;
this.splitterControl3.TabStop = false;
//
// splitterControl1
//
this.splitterControl1.Location = new System.Drawing.Point(239, 0);
this.splitterControl1.Name = "splitterControl1";
this.splitterControl1.Size = new System.Drawing.Size(6, 679);
this.splitterControl1.TabIndex = 17;
this.splitterControl1.TabStop = false;
//
// pl_right_where
//
this.pl_right_where.BackColor = System.Drawing.Color.WhiteSmoke;
this.pl_right_where.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_right_where.Location = new System.Drawing.Point(0, 0);
this.pl_right_where.Name = "pl_right_where";
this.pl_right_where.Size = new System.Drawing.Size(239, 37);
this.pl_right_where.TabIndex = 2;
//
// tvLeft
//
this.tvLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvLeft.Location = new System.Drawing.Point(0, 37);
this.tvLeft.MyAfterSelect = null;
this.tvLeft.Name = "tvLeft";
this.tvLeft.Size = new System.Drawing.Size(239, 642);
this.tvLeft.TabIndex = 3;
//
// plContainer
//
this.plContainer.BackColor = System.Drawing.Color.WhiteSmoke;
this.plContainer.Controls.Add(this.gridLeft);
this.plContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.plContainer.Location = new System.Drawing.Point(0, 37);
this.plContainer.Name = "plContainer";
this.plContainer.Size = new System.Drawing.Size(239, 642);
this.plContainer.TabIndex = 3;
//
// gridLeft
//
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridLeft.Location = new System.Drawing.Point(0, 0);
this.gridLeft.MainView = this.GridViewLeft;
this.gridLeft.Name = "gridLeft";
this.gridLeft.Size = new System.Drawing.Size(239, 642);
this.gridLeft.TabIndex = 0;
this.gridLeft.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.GridViewLeft,
this.gridView1});
this.gridLeft.Visible = false;
//
// GridViewLeft
//
this.GridViewLeft.Appearance.HeaderPanel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GridViewLeft.Appearance.HeaderPanel.Options.UseFont = true;
this.GridViewLeft.Appearance.HeaderPanel.Options.UseTextOptions = true;
this.GridViewLeft.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.GridViewLeft.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.GridViewLeft.Appearance.Preview.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GridViewLeft.Appearance.Preview.Options.UseFont = true;
this.GridViewLeft.Appearance.Row.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.GridViewLeft.Appearance.Row.Options.UseFont = true;
this.GridViewLeft.GridControl = this.gridLeft;
this.GridViewLeft.Name = "GridViewLeft";
this.GridViewLeft.OptionsBehavior.Editable = false;
this.GridViewLeft.OptionsSelection.EnableAppearanceFocusedCell = false;
this.GridViewLeft.OptionsView.ShowGroupPanel = false;
//
// gridView1
//
this.gridView1.GridControl = this.gridLeft;
this.gridView1.Name = "gridView1";
//
// plLeft
//
this.plLeft.Controls.Add(this.plContainer);
this.plLeft.Controls.Add(this.tvLeft);
this.plLeft.Controls.Add(this.pl_right_where);
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(239, 679);
this.plLeft.TabIndex = 16;
//
// plTopMain
//
this.plTopMain.Controls.Add(this.gcMain);
this.plTopMain.Controls.Add(this.pl_down);
this.plTopMain.Controls.Add(this.pl_search);
this.plTopMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.plTopMain.Location = new System.Drawing.Point(245, 0);
this.plTopMain.Name = "plTopMain";
this.plTopMain.Size = new System.Drawing.Size(839, 573);
this.plTopMain.TabIndex = 13;
//
// gcMain
//
this.gcMain.bomCaption = null;
this.gcMain.bomSql = null;
this.gcMain.ConstSql = null;
this.gcMain.detailEnableCond = null;
this.gcMain.detailEnableMsg = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.loadBom = null;
this.gcMain.Location = new System.Drawing.Point(0, 36);
this.gcMain.Name = "gcMain";
this.gcMain.pnlMain = null;
this.gcMain.RowColorCondtion = null;
this.gcMain.Size = new System.Drawing.Size(839, 501);
this.gcMain.SourceType = 0;
this.gcMain.Sql = null;
this.gcMain.sqlC = null;
this.gcMain.SumFieldsTable = null;
this.gcMain.TabIndex = 8;
this.gcMain.UnAllowEditChangeColor = true;
//
// pl_down
//
this.pl_down.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
this.pl_down.Controls.Add(this.btnPrint);
this.pl_down.Controls.Add(this.btnAdd);
this.pl_down.Controls.Add(this.btnDelete);
this.pl_down.Controls.Add(this.btnSave);
this.pl_down.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_down.Location = new System.Drawing.Point(0, 537);
this.pl_down.Name = "pl_down";
this.pl_down.Size = new System.Drawing.Size(839, 36);
this.pl_down.TabIndex = 7;
//
// btnPrint
//
this.btnPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPrint.Location = new System.Drawing.Point(772, 5);
this.btnPrint.Name = "btnPrint";
this.btnPrint.Size = new System.Drawing.Size(63, 26);
this.btnPrint.TabIndex = 5;
this.btnPrint.Text = "打印(&P)";
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Location = new System.Drawing.Point(565, 5);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(63, 26);
this.btnAdd.TabIndex = 3;
this.btnAdd.Text = "增加(&A)";
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnDelete
//
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDelete.Location = new System.Drawing.Point(634, 5);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(63, 26);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "删除(&D)";
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(703, 5);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(63, 26);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保存(&S)";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// pl_search
//
this.pl_search.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
this.pl_search.Controls.Add(this.btnHelp);
this.pl_search.Controls.Add(this.btnExport);
this.pl_search.Controls.Add(this.btnImprt);
this.pl_search.Controls.Add(this.btnCondSearch);
this.pl_search.Controls.Add(this.txtKey);
this.pl_search.Controls.Add(this.cbField);
this.pl_search.Controls.Add(this.label1);
this.pl_search.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_search.Location = new System.Drawing.Point(0, 0);
this.pl_search.Name = "pl_search";
this.pl_search.Size = new System.Drawing.Size(839, 36);
this.pl_search.TabIndex = 9;
this.pl_search.Visible = false;
//
// btnHelp
//
this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnHelp.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnHelp.Appearance.Options.UseFont = true;
this.btnHelp.Location = new System.Drawing.Point(762, 4);
this.btnHelp.Name = "btnHelp";
this.btnHelp.Size = new System.Drawing.Size(72, 26);
this.btnHelp.TabIndex = 40;
this.btnHelp.Text = "帮助文档(&H)";
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
//
// btnExport
//
this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnExport.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExport.Appearance.Options.UseFont = true;
this.btnExport.Location = new System.Drawing.Point(694, 4);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(63, 26);
this.btnExport.TabIndex = 39;
this.btnExport.Text = "导出(&O)";
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// btnImprt
//
this.btnImprt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnImprt.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnImprt.Appearance.Options.UseFont = true;
this.btnImprt.Location = new System.Drawing.Point(627, 4);
this.btnImprt.Name = "btnImprt";
this.btnImprt.Size = new System.Drawing.Size(63, 26);
this.btnImprt.TabIndex = 38;
this.btnImprt.Text = "导入(&I)";
this.btnImprt.Click += new System.EventHandler(this.btnImprt_Click);
//
// btnCondSearch
//
this.btnCondSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCondSearch.Appearance.Options.UseFont = true;
this.btnCondSearch.Location = new System.Drawing.Point(269, 4);
this.btnCondSearch.Name = "btnCondSearch";
this.btnCondSearch.Size = new System.Drawing.Size(63, 26);
this.btnCondSearch.TabIndex = 37;
this.btnCondSearch.Text = "查询";
this.btnCondSearch.Visible = false;
this.btnCondSearch.Click += new System.EventHandler(this.btnCondSearch_Click);
//
// txtKey
//
this.txtKey.Location = new System.Drawing.Point(136, 9);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(126, 21);
this.txtKey.TabIndex = 36;
this.txtKey.Visible = false;
this.txtKey.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtKey_KeyDown);
//
// cbField
//
this.cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbField.FormattingEnabled = true;
this.cbField.Location = new System.Drawing.Point(40, 9);
this.cbField.Name = "cbField";
this.cbField.Size = new System.Drawing.Size(88, 20);
this.cbField.TabIndex = 35;
this.cbField.Tag = "";
this.cbField.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 34;
this.label1.Text = "查询";
this.label1.Visible = false;
//
// plRightGrid
//
this.plRightGrid.Controls.Add(this.tabMain);
this.plRightGrid.Dock = System.Windows.Forms.DockStyle.Right;
this.plRightGrid.Location = new System.Drawing.Point(1090, 0);
this.plRightGrid.Name = "plRightGrid";
this.plRightGrid.Size = new System.Drawing.Size(293, 679);
this.plRightGrid.TabIndex = 18;
//
// tabMain
//
this.tabMain.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabMain.Appearance.Options.UseFont = true;
this.tabMain.AppearancePage.Header.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabMain.AppearancePage.Header.Options.UseFont = true;
this.tabMain.AppearancePage.HeaderActive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabMain.AppearancePage.HeaderActive.ForeColor = System.Drawing.Color.Blue;
this.tabMain.AppearancePage.HeaderActive.Options.UseFont = true;
this.tabMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
this.tabMain.AppearancePage.PageClient.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tabMain.AppearancePage.PageClient.Options.UseFont = true;
this.tabMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabMain.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabMain.Location = new System.Drawing.Point(0, 0);
this.tabMain.LookAndFeel.SkinName = "Office 2013 Light Gray";
this.tabMain.LookAndFeel.UseDefaultLookAndFeel = false;
this.tabMain.Name = "tabMain";
this.tabMain.Size = new System.Drawing.Size(293, 679);
this.tabMain.TabIndex = 2;
//
// plBottomMain
//
this.plBottomMain.Dock = System.Windows.Forms.DockStyle.Bottom;
this.plBottomMain.Location = new System.Drawing.Point(245, 573);
this.plBottomMain.Name = "plBottomMain";
this.plBottomMain.Size = new System.Drawing.Size(839, 100);
this.plBottomMain.TabIndex = 20;
//
// TabPageContainer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.plTopMain);
this.Controls.Add(this.plBottomMain);
this.Controls.Add(this.splitterControl2);
this.Controls.Add(this.splitterControl3);
this.Controls.Add(this.plRightGrid);
this.Controls.Add(this.splitterControl1);
this.Controls.Add(this.plLeft);
this.Name = "TabPageContainer";
this.Size = new System.Drawing.Size(1383, 679);
this.plContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridViewLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.plLeft.ResumeLayout(false);
this.plTopMain.ResumeLayout(false);
this.pl_down.ResumeLayout(false);
this.pl_search.ResumeLayout(false);
this.pl_search.PerformLayout();
this.plRightGrid.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitterControl splitterControl2;
private DevExpress.XtraEditors.SplitterControl splitterControl3;
private DevExpress.XtraEditors.SplitterControl splitterControl1;
private System.Windows.Forms.Panel pl_right_where;
private MyControl.TreeViewEx tvLeft;
private System.Windows.Forms.Panel plContainer;
private DevExpress.XtraGrid.GridControl gridLeft;
private DevExpress.XtraGrid.Views.Grid.GridView GridViewLeft;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Panel plTopMain;
public MyControl.GridControlEx gcMain;
private System.Windows.Forms.Panel pl_down;
private DevExpress.XtraEditors.SimpleButton btnPrint;
private DevExpress.XtraEditors.SimpleButton btnAdd;
private DevExpress.XtraEditors.SimpleButton btnDelete;
private DevExpress.XtraEditors.SimpleButton btnSave;
private System.Windows.Forms.Panel pl_search;
private DevExpress.XtraEditors.SimpleButton btnHelp;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraEditors.SimpleButton btnImprt;
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
private System.Windows.Forms.TextBox txtKey;
private System.Windows.Forms.ComboBox cbField;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel plRightGrid;
private DevExpress.XtraTab.XtraTabControl tabMain;
private System.Windows.Forms.Panel plBottomMain;
}
}