namespace Lskj.PubArtwork { partial class ArtWorkModel { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.splitLeftControl = new DevExpress.XtraEditors.SplitContainerControl(); this.LeftTreePanel = new System.Windows.Forms.Panel(); this.treeLeft = new Lskj.Control.TreeGridControlEx(); this.pl_treeLeftRight = new DevExpress.XtraEditors.PanelControl(); this.plm_top_cond = new DevExpress.XtraEditors.PanelControl(); this.plm_top_btnFixSearch = new DevExpress.XtraEditors.SimpleButton(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.plm_top_cbField = new System.Windows.Forms.ComboBox(); this.plm_top_txtFixKey = new System.Windows.Forms.TextBox(); this.splitMainControl = new DevExpress.XtraEditors.SplitContainerControl(); this.gm_Operate = new Lskj.Control.GridControlEx(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btnAdd = new DevExpress.XtraEditors.SimpleButton(); this.btnDel = new DevExpress.XtraEditors.SimpleButton(); this.splitBottomControl = new DevExpress.XtraEditors.SplitContainerControl(); this.gm_Control = new Lskj.Control.GridControlEx(); this.gmRight_Control = new Lskj.Control.GridControlEx(); this.splitRightControl = new DevExpress.XtraEditors.SplitContainerControl(); ((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).BeginInit(); this.splitLeftControl.SuspendLayout(); this.LeftTreePanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_treeLeftRight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).BeginInit(); this.plm_top_cond.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).BeginInit(); this.splitMainControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitBottomControl)).BeginInit(); this.splitBottomControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).BeginInit(); this.splitRightControl.SuspendLayout(); this.SuspendLayout(); // // splitLeftControl // this.splitLeftControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitLeftControl.Location = new System.Drawing.Point(0, 0); this.splitLeftControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitLeftControl.Name = "splitLeftControl"; this.splitLeftControl.Panel1.Controls.Add(this.LeftTreePanel); this.splitLeftControl.Panel1.Controls.Add(this.pl_treeLeftRight); this.splitLeftControl.Panel1.Controls.Add(this.plm_top_cond); this.splitLeftControl.Panel1.Text = "Panel1"; this.splitLeftControl.Panel2.Controls.Add(this.splitMainControl); this.splitLeftControl.Panel2.Text = "Panel2"; this.splitLeftControl.Size = new System.Drawing.Size(1226, 625); this.splitLeftControl.SplitterPosition = 443; this.splitLeftControl.TabIndex = 3; this.splitLeftControl.Text = "splitContainerControl3"; // // LeftTreePanel // this.LeftTreePanel.Controls.Add(this.treeLeft); this.LeftTreePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.LeftTreePanel.Location = new System.Drawing.Point(0, 40); this.LeftTreePanel.Name = "LeftTreePanel"; this.LeftTreePanel.Size = new System.Drawing.Size(443, 545); this.LeftTreePanel.TabIndex = 19; // // treeLeft // this.treeLeft.AdapterObj = null; this.treeLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.treeLeft.Location = new System.Drawing.Point(0, 0); this.treeLeft.Margin = new System.Windows.Forms.Padding(4); this.treeLeft.Name = "treeLeft"; this.treeLeft.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.treeLeft.Size = new System.Drawing.Size(443, 545); this.treeLeft.TabIndex = 19; // // pl_treeLeftRight // this.pl_treeLeftRight.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_treeLeftRight.Appearance.Options.UseBackColor = true; this.pl_treeLeftRight.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_treeLeftRight.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_treeLeftRight.Location = new System.Drawing.Point(0, 585); this.pl_treeLeftRight.LookAndFeel.UseDefaultLookAndFeel = false; this.pl_treeLeftRight.Margin = new System.Windows.Forms.Padding(4); this.pl_treeLeftRight.Name = "pl_treeLeftRight"; this.pl_treeLeftRight.Size = new System.Drawing.Size(443, 40); this.pl_treeLeftRight.TabIndex = 17; // // plm_top_cond // this.plm_top_cond.Controls.Add(this.plm_top_btnFixSearch); this.plm_top_cond.Controls.Add(this.labelControl3); this.plm_top_cond.Controls.Add(this.plm_top_cbField); this.plm_top_cond.Controls.Add(this.plm_top_txtFixKey); 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(443, 40); this.plm_top_cond.TabIndex = 13; // // plm_top_btnFixSearch // this.plm_top_btnFixSearch.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.plm_top_btnFixSearch.Appearance.Options.UseFont = true; this.plm_top_btnFixSearch.Location = new System.Drawing.Point(356, 6); this.plm_top_btnFixSearch.Margin = new System.Windows.Forms.Padding(4); this.plm_top_btnFixSearch.Name = "plm_top_btnFixSearch"; this.plm_top_btnFixSearch.Size = new System.Drawing.Size(72, 26); this.plm_top_btnFixSearch.TabIndex = 40; this.plm_top_btnFixSearch.Text = "查询(&Q)"; // // labelControl3 // this.labelControl3.Appearance.Font = new System.Drawing.Font("宋体", 9F); this.labelControl3.Location = new System.Drawing.Point(3, 11); this.labelControl3.Margin = new System.Windows.Forms.Padding(4); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(24, 12); this.labelControl3.TabIndex = 39; this.labelControl3.Text = "查询"; // // plm_top_cbField // this.plm_top_cbField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.plm_top_cbField.FormattingEnabled = true; this.plm_top_cbField.Location = new System.Drawing.Point(40, 5); this.plm_top_cbField.Margin = new System.Windows.Forms.Padding(4); this.plm_top_cbField.Name = "plm_top_cbField"; this.plm_top_cbField.Size = new System.Drawing.Size(121, 22); this.plm_top_cbField.TabIndex = 37; this.plm_top_cbField.Tag = ""; // // plm_top_txtFixKey // this.plm_top_txtFixKey.Location = new System.Drawing.Point(171, 5); this.plm_top_txtFixKey.Margin = new System.Windows.Forms.Padding(4); this.plm_top_txtFixKey.Name = "plm_top_txtFixKey"; this.plm_top_txtFixKey.Size = new System.Drawing.Size(176, 22); this.plm_top_txtFixKey.TabIndex = 38; // // splitMainControl // this.splitMainControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMainControl.Horizontal = false; this.splitMainControl.Location = new System.Drawing.Point(0, 0); this.splitMainControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitMainControl.Name = "splitMainControl"; this.splitMainControl.Panel1.Controls.Add(this.gm_Operate); this.splitMainControl.Panel1.Controls.Add(this.panelControl1); this.splitMainControl.Panel1.Text = "Panel1"; this.splitMainControl.Panel2.Controls.Add(this.splitBottomControl); this.splitMainControl.Panel2.Text = "Panel2"; this.splitMainControl.Size = new System.Drawing.Size(778, 625); this.splitMainControl.SplitterPosition = 303; this.splitMainControl.TabIndex = 4; this.splitMainControl.Text = "splitContainerControl3"; // // gm_Operate // this.gm_Operate.AdapterObj = null; this.gm_Operate.AllowDrop = true; this.gm_Operate.Dock = System.Windows.Forms.DockStyle.Fill; this.gm_Operate.Location = new System.Drawing.Point(0, 0); this.gm_Operate.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.gm_Operate.Name = "gm_Operate"; this.gm_Operate.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gm_Operate.Size = new System.Drawing.Size(778, 258); this.gm_Operate.TabIndex = 17; // // panelControl1 // this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent; this.panelControl1.Appearance.Options.UseBackColor = true; this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl1.Controls.Add(this.btnAdd); this.panelControl1.Controls.Add(this.btnDel); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 258); this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false; this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(778, 45); this.panelControl1.TabIndex = 16; // // btnAdd // this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAdd.Appearance.Options.UseFont = true; this.btnAdd.Location = new System.Drawing.Point(574, 6); this.btnAdd.Margin = new System.Windows.Forms.Padding(4); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(96, 32); this.btnAdd.TabIndex = 43; this.btnAdd.Text = "上传(&A)"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click); // // btnDel // this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnDel.Appearance.Options.UseFont = true; this.btnDel.Location = new System.Drawing.Point(678, 6); this.btnDel.Margin = new System.Windows.Forms.Padding(4); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(96, 32); this.btnDel.TabIndex = 42; this.btnDel.Text = "删除(&D)"; this.btnDel.Click += new System.EventHandler(this.OnbtnDelClick); // // splitBottomControl // this.splitBottomControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitBottomControl.Location = new System.Drawing.Point(0, 0); this.splitBottomControl.Name = "splitBottomControl"; this.splitBottomControl.Panel1.Controls.Add(this.gm_Control); this.splitBottomControl.Panel1.Text = "Panel1"; this.splitBottomControl.Panel2.Controls.Add(this.gmRight_Control); this.splitBottomControl.Panel2.Text = "Panel2"; this.splitBottomControl.Size = new System.Drawing.Size(778, 317); this.splitBottomControl.SplitterPosition = 656; this.splitBottomControl.TabIndex = 16; this.splitBottomControl.Text = "splitContainerControl1"; // // gm_Control // this.gm_Control.AdapterObj = null; this.gm_Control.Dock = System.Windows.Forms.DockStyle.Fill; this.gm_Control.Location = new System.Drawing.Point(0, 0); this.gm_Control.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.gm_Control.Name = "gm_Control"; this.gm_Control.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gm_Control.Size = new System.Drawing.Size(656, 317); this.gm_Control.TabIndex = 16; // // gmRight_Control // this.gmRight_Control.AdapterObj = null; this.gmRight_Control.Dock = System.Windows.Forms.DockStyle.Fill; this.gmRight_Control.Location = new System.Drawing.Point(0, 0); this.gmRight_Control.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.gmRight_Control.Name = "gmRight_Control"; this.gmRight_Control.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gmRight_Control.Size = new System.Drawing.Size(117, 317); this.gmRight_Control.TabIndex = 17; // // splitRightControl // this.splitRightControl.Dock = System.Windows.Forms.DockStyle.Fill; this.splitRightControl.Location = new System.Drawing.Point(0, 0); this.splitRightControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitRightControl.Name = "splitRightControl"; this.splitRightControl.Panel1.Controls.Add(this.splitLeftControl); this.splitRightControl.Panel1.Text = "Panel1"; this.splitRightControl.Panel2.Text = "Panel2"; this.splitRightControl.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel1; this.splitRightControl.Size = new System.Drawing.Size(1226, 625); this.splitRightControl.SplitterPosition = 900; this.splitRightControl.TabIndex = 4; this.splitRightControl.Text = "splitContainerControl3"; // // ArtWorkModel // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.splitRightControl); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ArtWorkModel"; this.Size = new System.Drawing.Size(1226, 625); ((System.ComponentModel.ISupportInitialize)(this.splitLeftControl)).EndInit(); this.splitLeftControl.ResumeLayout(false); this.LeftTreePanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_treeLeftRight)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.plm_top_cond)).EndInit(); this.plm_top_cond.ResumeLayout(false); this.plm_top_cond.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit(); this.splitMainControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitBottomControl)).EndInit(); this.splitBottomControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitRightControl)).EndInit(); this.splitRightControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitLeftControl; private DevExpress.XtraEditors.SplitContainerControl splitMainControl; private Control.GridControlEx gm_Operate; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btnDel; private DevExpress.XtraEditors.SimpleButton btnAdd; private DevExpress.XtraEditors.PanelControl plm_top_cond; private DevExpress.XtraEditors.SimpleButton plm_top_btnFixSearch; private DevExpress.XtraEditors.LabelControl labelControl3; private System.Windows.Forms.ComboBox plm_top_cbField; private System.Windows.Forms.TextBox plm_top_txtFixKey; private DevExpress.XtraEditors.SplitContainerControl splitRightControl; private DevExpress.XtraEditors.PanelControl pl_treeLeftRight; private DevExpress.XtraEditors.SplitContainerControl splitBottomControl; private Control.GridControlEx gm_Control; private Control.GridControlEx gmRight_Control; private System.Windows.Forms.Panel LeftTreePanel; private Control.TreeGridControlEx treeLeft; } }