343 lines
19 KiB
C#
343 lines
19 KiB
C#
|
|
namespace Lskj.PubProductSmart
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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 Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitMainContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.treeLeftViewEx = new Lskj.Control.TreeViewEx();
|
|
this.splitRightContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.plm_bot_btn = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnUpdate = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.splitRightUpAndDownContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.topPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.gcMain = new Lskj.Control.GridControlEx();
|
|
this.tabMainPanel = new DevExpress.XtraEditors.PanelControl();
|
|
this.tabMain = new Lskj.Control.TabControlEx();
|
|
this.frmWebBrowser = new Lskj.Control.FrmWebBrowser();
|
|
this.tipsLabel = new System.Windows.Forms.Label();
|
|
this.plm_top_cond = new DevExpress.XtraEditors.PanelControl();
|
|
this.speciesNoLab = new System.Windows.Forms.Label();
|
|
this.pl_Top = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.splitDynamicContainer = new DevExpress.XtraEditors.SplitContainerControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).BeginInit();
|
|
this.splitMainContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightContainer)).BeginInit();
|
|
this.splitRightContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plm_bot_btn)).BeginInit();
|
|
this.plm_bot_btn.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightUpAndDownContainer)).BeginInit();
|
|
this.splitRightUpAndDownContainer.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.topPanel)).BeginInit();
|
|
this.topPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMainPanel)).BeginInit();
|
|
this.tabMainPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).BeginInit();
|
|
this.plm_top_cond.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitDynamicContainer)).BeginInit();
|
|
this.splitDynamicContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitMainContainer
|
|
//
|
|
this.splitMainContainer.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitMainContainer.Appearance.BorderColor = System.Drawing.Color.Transparent;
|
|
this.splitMainContainer.Appearance.Options.UseBackColor = true;
|
|
this.splitMainContainer.Appearance.Options.UseBorderColor = 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.Name = "splitMainContainer";
|
|
this.splitMainContainer.Panel1.Controls.Add(this.treeLeftViewEx);
|
|
this.splitMainContainer.Panel1.Text = "Panel1";
|
|
this.splitMainContainer.Panel2.Controls.Add(this.splitRightContainer);
|
|
this.splitMainContainer.Panel2.Text = "Panel2";
|
|
this.splitMainContainer.Size = new System.Drawing.Size(1337, 627);
|
|
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, 627);
|
|
this.treeLeftViewEx.TabIndex = 1;
|
|
//
|
|
// 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.Location = new System.Drawing.Point(0, 0);
|
|
this.splitRightContainer.Name = "splitRightContainer";
|
|
this.splitRightContainer.Panel1.Controls.Add(this.plm_bot_btn);
|
|
this.splitRightContainer.Panel1.Controls.Add(this.splitDynamicContainer);
|
|
this.splitRightContainer.Panel1.Text = "Panel1";
|
|
this.splitRightContainer.Panel2.Controls.Add(this.splitRightUpAndDownContainer);
|
|
this.splitRightContainer.Panel2.Text = "Panel2";
|
|
this.splitRightContainer.Size = new System.Drawing.Size(1082, 627);
|
|
this.splitRightContainer.SplitterPosition = 563;
|
|
this.splitRightContainer.TabIndex = 0;
|
|
//
|
|
// plm_bot_btn
|
|
//
|
|
this.plm_bot_btn.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plm_bot_btn.Appearance.Options.UseBackColor = true;
|
|
this.plm_bot_btn.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plm_bot_btn.Controls.Add(this.btnUpdate);
|
|
this.plm_bot_btn.Controls.Add(this.btnSave);
|
|
this.plm_bot_btn.Controls.Add(this.label1);
|
|
this.plm_bot_btn.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.plm_bot_btn.Location = new System.Drawing.Point(0, 589);
|
|
this.plm_bot_btn.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plm_bot_btn.Name = "plm_bot_btn";
|
|
this.plm_bot_btn.Size = new System.Drawing.Size(563, 38);
|
|
this.plm_bot_btn.TabIndex = 20;
|
|
//
|
|
// btnUpdate
|
|
//
|
|
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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.Location = new System.Drawing.Point(448, 7);
|
|
this.btnUpdate.Name = "btnUpdate";
|
|
this.btnUpdate.Size = new System.Drawing.Size(110, 26);
|
|
this.btnUpdate.TabIndex = 41;
|
|
this.btnUpdate.Text = "修改保存(&U)";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
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(332, 7);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(110, 26);
|
|
this.btnSave.TabIndex = 40;
|
|
this.btnSave.Text = "新增保存(&S)";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(5, 8);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(0, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// splitRightUpAndDownContainer
|
|
//
|
|
this.splitRightUpAndDownContainer.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
|
this.splitRightUpAndDownContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitRightUpAndDownContainer.Horizontal = false;
|
|
this.splitRightUpAndDownContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitRightUpAndDownContainer.Name = "splitRightUpAndDownContainer";
|
|
this.splitRightUpAndDownContainer.Panel1.Controls.Add(this.topPanel);
|
|
this.splitRightUpAndDownContainer.Panel1.Text = "Panel1";
|
|
this.splitRightUpAndDownContainer.Panel2.Controls.Add(this.tabMainPanel);
|
|
this.splitRightUpAndDownContainer.Panel2.Text = "Panel2";
|
|
this.splitRightUpAndDownContainer.Size = new System.Drawing.Size(514, 627);
|
|
this.splitRightUpAndDownContainer.SplitterPosition = 155;
|
|
this.splitRightUpAndDownContainer.TabIndex = 5;
|
|
this.splitRightUpAndDownContainer.Text = "splitContainerControl1";
|
|
//
|
|
// topPanel
|
|
//
|
|
this.topPanel.Controls.Add(this.gcMain);
|
|
this.topPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.topPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.topPanel.Name = "topPanel";
|
|
this.topPanel.Size = new System.Drawing.Size(514, 155);
|
|
this.topPanel.TabIndex = 1;
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(2, 2);
|
|
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(510, 151);
|
|
this.gcMain.SysModel = null;
|
|
this.gcMain.TabIndex = 0;
|
|
//
|
|
// tabMainPanel
|
|
//
|
|
this.tabMainPanel.Controls.Add(this.tabMain);
|
|
this.tabMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMainPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.tabMainPanel.Name = "tabMainPanel";
|
|
this.tabMainPanel.Size = new System.Drawing.Size(514, 467);
|
|
this.tabMainPanel.TabIndex = 1;
|
|
//
|
|
// tabMain
|
|
//
|
|
this.tabMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabMain.Location = new System.Drawing.Point(2, 2);
|
|
this.tabMain.Name = "tabMain";
|
|
this.tabMain.Size = new System.Drawing.Size(510, 463);
|
|
this.tabMain.TabIndex = 0;
|
|
//
|
|
// frmWebBrowser
|
|
//
|
|
this.frmWebBrowser.BackColor = System.Drawing.Color.White;
|
|
this.frmWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.frmWebBrowser.Location = new System.Drawing.Point(0, 0);
|
|
this.frmWebBrowser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.frmWebBrowser.Name = "frmWebBrowser";
|
|
this.frmWebBrowser.Size = new System.Drawing.Size(563, 207);
|
|
this.frmWebBrowser.TabIndex = 22;
|
|
this.frmWebBrowser.Visible = false;
|
|
//
|
|
// tipsLabel
|
|
//
|
|
this.tipsLabel.BackColor = System.Drawing.Color.White;
|
|
this.tipsLabel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tipsLabel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tipsLabel.Location = new System.Drawing.Point(0, 0);
|
|
this.tipsLabel.Name = "tipsLabel";
|
|
this.tipsLabel.Size = new System.Drawing.Size(563, 207);
|
|
this.tipsLabel.TabIndex = 23;
|
|
this.tipsLabel.Text = "未找到文件";
|
|
//
|
|
// plm_top_cond
|
|
//
|
|
this.plm_top_cond.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plm_top_cond.Appearance.Options.UseBackColor = true;
|
|
this.plm_top_cond.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
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(563, 38);
|
|
this.plm_top_cond.TabIndex = 19;
|
|
//
|
|
// 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(0, 14);
|
|
this.speciesNoLab.TabIndex = 0;
|
|
this.speciesNoLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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, 38);
|
|
this.pl_Top.Name = "pl_Top";
|
|
this.pl_Top.Size = new System.Drawing.Size(563, 377);
|
|
this.pl_Top.TabIndex = 20;
|
|
//
|
|
// splitDynamicContainer
|
|
//
|
|
this.splitDynamicContainer.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.splitDynamicContainer.Appearance.BorderColor = System.Drawing.Color.Transparent;
|
|
this.splitDynamicContainer.Appearance.Options.UseBackColor = true;
|
|
this.splitDynamicContainer.Appearance.Options.UseBorderColor = true;
|
|
this.splitDynamicContainer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
|
|
this.splitDynamicContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitDynamicContainer.Horizontal = false;
|
|
this.splitDynamicContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.splitDynamicContainer.Name = "splitDynamicContainer";
|
|
this.splitDynamicContainer.Panel1.Controls.Add(this.pl_Top);
|
|
this.splitDynamicContainer.Panel1.Controls.Add(this.plm_top_cond);
|
|
this.splitDynamicContainer.Panel1.Text = "Panel1";
|
|
this.splitDynamicContainer.Panel2.Controls.Add(this.tipsLabel);
|
|
this.splitDynamicContainer.Panel2.Controls.Add(this.frmWebBrowser);
|
|
this.splitDynamicContainer.Panel2.Text = "Panel2";
|
|
this.splitDynamicContainer.Size = new System.Drawing.Size(563, 627);
|
|
this.splitDynamicContainer.SplitterPosition = 415;
|
|
this.splitDynamicContainer.TabIndex = 0;
|
|
//
|
|
// 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(1337, 627);
|
|
this.Controls.Add(this.splitMainContainer);
|
|
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.plm_bot_btn)).EndInit();
|
|
this.plm_bot_btn.ResumeLayout(false);
|
|
this.plm_bot_btn.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitRightUpAndDownContainer)).EndInit();
|
|
this.splitRightUpAndDownContainer.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.topPanel)).EndInit();
|
|
this.topPanel.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tabMainPanel)).EndInit();
|
|
this.tabMainPanel.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.splitDynamicContainer)).EndInit();
|
|
this.splitDynamicContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitMainContainer;
|
|
private Control.TreeViewEx treeLeftViewEx;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitRightContainer;
|
|
private DevExpress.XtraEditors.PanelControl plm_bot_btn;
|
|
private System.Windows.Forms.Label label1;
|
|
private DevExpress.XtraEditors.PanelControl tabMainPanel;
|
|
private Control.TabControlEx tabMain;
|
|
private DevExpress.XtraEditors.SimpleButton btnUpdate;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitRightUpAndDownContainer;
|
|
private DevExpress.XtraEditors.PanelControl topPanel;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.SplitContainerControl splitDynamicContainer;
|
|
private DevExpress.XtraEditors.XtraScrollableControl pl_Top;
|
|
private DevExpress.XtraEditors.PanelControl plm_top_cond;
|
|
private System.Windows.Forms.Label speciesNoLab;
|
|
private System.Windows.Forms.Label tipsLabel;
|
|
private Control.FrmWebBrowser frmWebBrowser;
|
|
}
|
|
}
|
|
|