Files
lserp_cs_6.0/插件库/Lskj.PubProductSysMge2/FrmMain.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

398 lines
22 KiB
C#

namespace Lskj.PubProductSysMge
{
partial class FrmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.splitMainContainer = new DevExpress.XtraEditors.SplitContainerControl();
this.treeLeftViewEx = new Lskj.Control.TreeViewEx();
this.gridLeft = new Lskj.Control.GridControlEx();
this.splitRightContainer = new DevExpress.XtraEditors.SplitContainerControl();
this.splitControlContainer = new DevExpress.XtraEditors.SplitContainerControl();
this.pl_Top = new DevExpress.XtraEditors.XtraScrollableControl();
this.pl_Bottom = new DevExpress.XtraEditors.XtraScrollableControl();
this.pl_BottomBtn = new DevExpress.XtraEditors.PanelControl();
this.plm_bot_btn = new DevExpress.XtraEditors.PanelControl();
this.btnCondSearch = new DevExpress.XtraEditors.SimpleButton();
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.plm_bot_cond = new DevExpress.XtraEditors.PanelControl();
this.rightDetailPanel = new System.Windows.Forms.Panel();
this.gcMain = new Lskj.Control.GridControlEx();
this.plm_top_cond = new DevExpress.XtraEditors.PanelControl();
this.projectEdit = new DevExpress.XtraEditors.TextEdit();
this.projectLab = new System.Windows.Forms.Label();
this.speciesNameEdit = new DevExpress.XtraEditors.TextEdit();
this.speciesNameLab = new System.Windows.Forms.Label();
this.speciesNoEdit = new DevExpress.XtraEditors.TextEdit();
this.speciesNoLab = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).BeginInit();
this.splitMainContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).BeginInit();
this.splitRightContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitControlContainer)).BeginInit();
this.splitControlContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_BottomBtn)).BeginInit();
this.pl_BottomBtn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.plm_bot_btn)).BeginInit();
this.plm_bot_btn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.plm_bot_cond)).BeginInit();
this.rightDetailPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).BeginInit();
this.plm_top_cond.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.projectEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.speciesNameEdit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.speciesNoEdit.Properties)).BeginInit();
this.SuspendLayout();
//
// splitMainContainer
//
this.splitMainContainer.Appearance.BackColor = System.Drawing.Color.Transparent;
this.splitMainContainer.Appearance.Options.UseBackColor = true;
this.splitMainContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.splitMainContainer.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
this.splitMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMainContainer.Location = new System.Drawing.Point(0, 0);
this.splitMainContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitMainContainer.Name = "splitMainContainer";
this.splitMainContainer.Panel1.Controls.Add(this.treeLeftViewEx);
this.splitMainContainer.Panel1.Controls.Add(this.gridLeft);
this.splitMainContainer.Panel1.Text = "Panel1";
this.splitMainContainer.Panel2.Controls.Add(this.splitRightContainer);
this.splitMainContainer.Panel2.Controls.Add(this.plm_top_cond);
this.splitMainContainer.Panel2.Text = "Panel2";
this.splitMainContainer.Size = new System.Drawing.Size(1447, 702);
this.splitMainContainer.SplitterPosition = 250;
this.splitMainContainer.TabIndex = 0;
//
// treeLeftViewEx
//
this.treeLeftViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
this.treeLeftViewEx.Location = new System.Drawing.Point(0, 0);
this.treeLeftViewEx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.treeLeftViewEx.Name = "treeLeftViewEx";
this.treeLeftViewEx.Size = new System.Drawing.Size(250, 702);
this.treeLeftViewEx.TabIndex = 0;
//
// gridLeft
//
this.gridLeft.AdapterObj = null;
this.gridLeft.BackColor = System.Drawing.SystemColors.Control;
this.gridLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.gridLeft.Location = new System.Drawing.Point(0, 0);
this.gridLeft.Margin = new System.Windows.Forms.Padding(5);
this.gridLeft.Name = "gridLeft";
this.gridLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gridLeft.Size = new System.Drawing.Size(250, 702);
this.gridLeft.TabIndex = 7;
//
// splitRightContainer
//
this.splitRightContainer.Appearance.BackColor = System.Drawing.Color.Transparent;
this.splitRightContainer.Appearance.Options.UseBackColor = true;
this.splitRightContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.splitRightContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitRightContainer.Horizontal = false;
this.splitRightContainer.Location = new System.Drawing.Point(0, 38);
this.splitRightContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitRightContainer.Name = "splitRightContainer";
this.splitRightContainer.Panel1.Controls.Add(this.splitControlContainer);
this.splitRightContainer.Panel1.Text = "Panel1";
this.splitRightContainer.Panel2.Controls.Add(this.rightDetailPanel);
this.splitRightContainer.Panel2.Text = "Panel2";
this.splitRightContainer.Size = new System.Drawing.Size(1191, 664);
this.splitRightContainer.SplitterPosition = 444;
this.splitRightContainer.TabIndex = 0;
this.splitRightContainer.Text = "splitContainerControl1";
//
// splitControlContainer
//
this.splitControlContainer.Appearance.BackColor = System.Drawing.Color.Transparent;
this.splitControlContainer.Appearance.Options.UseBackColor = true;
this.splitControlContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.splitControlContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitControlContainer.Horizontal = false;
this.splitControlContainer.Location = new System.Drawing.Point(0, 0);
this.splitControlContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitControlContainer.Name = "splitControlContainer";
this.splitControlContainer.Panel1.Controls.Add(this.pl_Top);
this.splitControlContainer.Panel1.Text = "Panel1";
this.splitControlContainer.Panel2.Controls.Add(this.pl_Bottom);
this.splitControlContainer.Panel2.Controls.Add(this.pl_BottomBtn);
this.splitControlContainer.Panel2.Text = "Panel2";
this.splitControlContainer.Size = new System.Drawing.Size(1191, 444);
this.splitControlContainer.SplitterPosition = 228;
this.splitControlContainer.TabIndex = 3;
this.splitControlContainer.Text = "splitContainerControl1";
//
// pl_Top
//
this.pl_Top.Appearance.BackColor = System.Drawing.Color.White;
this.pl_Top.Appearance.Options.UseBackColor = true;
this.pl_Top.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Top.Location = new System.Drawing.Point(0, 0);
this.pl_Top.Margin = new System.Windows.Forms.Padding(4);
this.pl_Top.Name = "pl_Top";
this.pl_Top.Size = new System.Drawing.Size(1191, 228);
this.pl_Top.TabIndex = 1;
//
// pl_Bottom
//
this.pl_Bottom.Appearance.BackColor = System.Drawing.Color.White;
this.pl_Bottom.Appearance.Options.UseBackColor = true;
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Bottom.Location = new System.Drawing.Point(0, 0);
this.pl_Bottom.Margin = new System.Windows.Forms.Padding(4);
this.pl_Bottom.Name = "pl_Bottom";
this.pl_Bottom.Size = new System.Drawing.Size(1191, 174);
this.pl_Bottom.TabIndex = 2;
//
// pl_BottomBtn
//
this.pl_BottomBtn.Controls.Add(this.plm_bot_btn);
this.pl_BottomBtn.Controls.Add(this.plm_bot_cond);
this.pl_BottomBtn.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pl_BottomBtn.Location = new System.Drawing.Point(0, 174);
this.pl_BottomBtn.Name = "pl_BottomBtn";
this.pl_BottomBtn.Size = new System.Drawing.Size(1191, 36);
this.pl_BottomBtn.TabIndex = 0;
//
// plm_bot_btn
//
this.plm_bot_btn.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.plm_bot_btn.Controls.Add(this.btnCondSearch);
this.plm_bot_btn.Controls.Add(this.btnUpdate);
this.plm_bot_btn.Controls.Add(this.btnSave);
this.plm_bot_btn.Dock = System.Windows.Forms.DockStyle.Fill;
this.plm_bot_btn.Location = new System.Drawing.Point(48, 2);
this.plm_bot_btn.Name = "plm_bot_btn";
this.plm_bot_btn.Size = new System.Drawing.Size(1141, 32);
this.plm_bot_btn.TabIndex = 44;
//
// 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(6, 3);
this.btnCondSearch.Name = "btnCondSearch";
this.btnCondSearch.Size = new System.Drawing.Size(75, 26);
this.btnCondSearch.TabIndex = 40;
this.btnCondSearch.Text = "搜索(&Q)";
//
// btnUpdate
//
this.btnUpdate.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUpdate.Appearance.Options.UseFont = true;
this.btnUpdate.Enabled = false;
this.btnUpdate.Location = new System.Drawing.Point(205, 3);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(110, 26);
this.btnUpdate.TabIndex = 39;
this.btnUpdate.Text = "修改保存(&U)";
//
// btnSave
//
this.btnSave.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSave.Appearance.Options.UseFont = true;
this.btnSave.Location = new System.Drawing.Point(89, 3);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(110, 26);
this.btnSave.TabIndex = 38;
this.btnSave.Text = "新增保存(&S)";
//
// plm_bot_cond
//
this.plm_bot_cond.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.plm_bot_cond.Dock = System.Windows.Forms.DockStyle.Left;
this.plm_bot_cond.Location = new System.Drawing.Point(2, 2);
this.plm_bot_cond.Name = "plm_bot_cond";
this.plm_bot_cond.Size = new System.Drawing.Size(46, 32);
this.plm_bot_cond.TabIndex = 43;
this.plm_bot_cond.Visible = false;
//
// rightDetailPanel
//
this.rightDetailPanel.Controls.Add(this.gcMain);
this.rightDetailPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.rightDetailPanel.Location = new System.Drawing.Point(0, 0);
this.rightDetailPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.rightDetailPanel.Name = "rightDetailPanel";
this.rightDetailPanel.Size = new System.Drawing.Size(1191, 214);
this.rightDetailPanel.TabIndex = 18;
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(5);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1191, 214);
this.gcMain.TabIndex = 0;
//
// plm_top_cond
//
this.plm_top_cond.Appearance.BackColor = System.Drawing.Color.Transparent;
this.plm_top_cond.Appearance.Options.UseBackColor = true;
this.plm_top_cond.Controls.Add(this.projectEdit);
this.plm_top_cond.Controls.Add(this.projectLab);
this.plm_top_cond.Controls.Add(this.speciesNameEdit);
this.plm_top_cond.Controls.Add(this.speciesNameLab);
this.plm_top_cond.Controls.Add(this.speciesNoEdit);
this.plm_top_cond.Controls.Add(this.speciesNoLab);
this.plm_top_cond.Dock = System.Windows.Forms.DockStyle.Top;
this.plm_top_cond.Location = new System.Drawing.Point(0, 0);
this.plm_top_cond.Margin = new System.Windows.Forms.Padding(4);
this.plm_top_cond.Name = "plm_top_cond";
this.plm_top_cond.Size = new System.Drawing.Size(1191, 38);
this.plm_top_cond.TabIndex = 18;
//
// projectEdit
//
this.projectEdit.Location = new System.Drawing.Point(586, 7);
this.projectEdit.Name = "projectEdit";
this.projectEdit.Properties.AllowFocused = false;
this.projectEdit.Properties.Appearance.Options.UseTextOptions = true;
this.projectEdit.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.projectEdit.Properties.ReadOnly = true;
this.projectEdit.Size = new System.Drawing.Size(150, 24);
this.projectEdit.TabIndex = 5;
//
// projectLab
//
this.projectLab.AutoSize = true;
this.projectLab.Location = new System.Drawing.Point(497, 10);
this.projectLab.Name = "projectLab";
this.projectLab.Size = new System.Drawing.Size(83, 18);
this.projectLab.TabIndex = 4;
this.projectLab.Text = "构成方案:";
this.projectLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// speciesNameEdit
//
this.speciesNameEdit.Location = new System.Drawing.Point(341, 7);
this.speciesNameEdit.Name = "speciesNameEdit";
this.speciesNameEdit.Properties.AllowFocused = false;
this.speciesNameEdit.Properties.Appearance.Options.UseTextOptions = true;
this.speciesNameEdit.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.speciesNameEdit.Properties.ReadOnly = true;
this.speciesNameEdit.Size = new System.Drawing.Size(150, 24);
this.speciesNameEdit.TabIndex = 3;
//
// speciesNameLab
//
this.speciesNameLab.AutoSize = true;
this.speciesNameLab.Location = new System.Drawing.Point(252, 10);
this.speciesNameLab.Name = "speciesNameLab";
this.speciesNameLab.Size = new System.Drawing.Size(83, 18);
this.speciesNameLab.TabIndex = 2;
this.speciesNameLab.Text = "类别名称:";
this.speciesNameLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// speciesNoEdit
//
this.speciesNoEdit.Location = new System.Drawing.Point(96, 7);
this.speciesNoEdit.Name = "speciesNoEdit";
this.speciesNoEdit.Properties.AllowFocused = false;
this.speciesNoEdit.Properties.Appearance.Options.UseTextOptions = true;
this.speciesNoEdit.Properties.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.speciesNoEdit.Properties.ReadOnly = true;
this.speciesNoEdit.Size = new System.Drawing.Size(150, 24);
this.speciesNoEdit.TabIndex = 1;
//
// speciesNoLab
//
this.speciesNoLab.AutoSize = true;
this.speciesNoLab.Location = new System.Drawing.Point(7, 10);
this.speciesNoLab.Name = "speciesNoLab";
this.speciesNoLab.Size = new System.Drawing.Size(83, 18);
this.speciesNoLab.TabIndex = 0;
this.speciesNoLab.Text = "类别节点:";
this.speciesNoLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// FrmMain
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1447, 702);
this.Controls.Add(this.splitMainContainer);
this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
this.Name = "FrmMain";
this.Text = "FrmMain";
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit();
this.splitMainContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).EndInit();
this.splitRightContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitControlContainer)).EndInit();
this.splitControlContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_BottomBtn)).EndInit();
this.pl_BottomBtn.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.plm_bot_btn)).EndInit();
this.plm_bot_btn.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.plm_bot_cond)).EndInit();
this.rightDetailPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).EndInit();
this.plm_top_cond.ResumeLayout(false);
this.plm_top_cond.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.projectEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.speciesNameEdit.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.speciesNoEdit.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.SplitContainerControl splitMainContainer;
private Control.TreeViewEx treeLeftViewEx;
private Control.GridControlEx gridLeft;
private DevExpress.XtraEditors.SplitContainerControl splitRightContainer;
private System.Windows.Forms.Panel rightDetailPanel;
private Control.GridControlEx gcMain;
private DevExpress.XtraEditors.SplitContainerControl splitControlContainer;
private DevExpress.XtraEditors.PanelControl plm_top_cond;
private System.Windows.Forms.Label speciesNoLab;
private DevExpress.XtraEditors.TextEdit speciesNoEdit;
private System.Windows.Forms.Label projectLab;
private DevExpress.XtraEditors.TextEdit speciesNameEdit;
private System.Windows.Forms.Label speciesNameLab;
private DevExpress.XtraEditors.XtraScrollableControl pl_Top;
private DevExpress.XtraEditors.XtraScrollableControl pl_Bottom;
private DevExpress.XtraEditors.PanelControl pl_BottomBtn;
private DevExpress.XtraEditors.TextEdit projectEdit;
private DevExpress.XtraEditors.PanelControl plm_bot_btn;
private DevExpress.XtraEditors.SimpleButton btnUpdate;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.PanelControl plm_bot_cond;
private DevExpress.XtraEditors.SimpleButton btnCondSearch;
}
}