namespace Lskj.PubSpecialImport { partial class FrmMain { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.btnImport = new DevExpress.XtraEditors.SimpleButton(); this.btnRead = new DevExpress.XtraEditors.SimpleButton(); this.pl_bottom = new DevExpress.XtraEditors.PanelControl(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.pl_cond = new DevExpress.XtraEditors.PanelControl(); this.condTxtEdit = new DevExpress.XtraEditors.TextEdit(); this.lb_cond = new System.Windows.Forms.Label(); this.pl_purview = new DevExpress.XtraEditors.PanelControl(); this.purview_Mulit = new Lskj.Control.LabelMultiAutoTextEdit(); this.lb_purview = new System.Windows.Forms.Label(); this.tips = new DevExpress.XtraEditors.PanelControl(); this.tipsEdit = new DevExpress.XtraEditors.TextEdit(); this.splitMainContainer = new DevExpress.XtraEditors.SplitContainerControl(); this.gcMain = new Lskj.Control.GridControlEx(); this.gc_Right = new Lskj.Control.GridControlEx(); ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit(); this.pl_bottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pl_cond)).BeginInit(); this.pl_cond.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.condTxtEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_purview)).BeginInit(); this.pl_purview.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tips)).BeginInit(); this.tips.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tipsEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).BeginInit(); this.splitMainContainer.SuspendLayout(); this.SuspendLayout(); // // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Enabled = false; this.btnImport.Location = new System.Drawing.Point(764, 10); this.btnImport.Margin = new System.Windows.Forms.Padding(4); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(97, 31); this.btnImport.TabIndex = 11; this.btnImport.Text = "导入数据"; // // btnRead // this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnRead.Location = new System.Drawing.Point(656, 10); this.btnRead.Margin = new System.Windows.Forms.Padding(4); this.btnRead.Name = "btnRead"; this.btnRead.Size = new System.Drawing.Size(97, 31); this.btnRead.TabIndex = 10; this.btnRead.Text = "读取Excel"; // // pl_bottom // this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent; this.pl_bottom.Appearance.Options.UseBackColor = true; this.pl_bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pl_bottom.Controls.Add(this.btnImport); this.pl_bottom.Controls.Add(this.btnCancel); this.pl_bottom.Controls.Add(this.btnRead); this.pl_bottom.Controls.Add(this.btnOk); this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.pl_bottom.Location = new System.Drawing.Point(0, 549); this.pl_bottom.Margin = new System.Windows.Forms.Padding(4); this.pl_bottom.Name = "pl_bottom"; this.pl_bottom.Size = new System.Drawing.Size(872, 50); this.pl_bottom.TabIndex = 2; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(120, 10); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(97, 31); this.btnCancel.TabIndex = 11; this.btnCancel.Text = "清除绑定"; // // btnOk // this.btnOk.Location = new System.Drawing.Point(12, 10); this.btnOk.Margin = new System.Windows.Forms.Padding(4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(97, 31); this.btnOk.TabIndex = 10; this.btnOk.Text = "保存绑定"; // // pl_cond // this.pl_cond.Appearance.BackColor = System.Drawing.Color.White; this.pl_cond.Appearance.Options.UseBackColor = true; this.pl_cond.Controls.Add(this.condTxtEdit); this.pl_cond.Controls.Add(this.lb_cond); this.pl_cond.Dock = System.Windows.Forms.DockStyle.Top; this.pl_cond.Location = new System.Drawing.Point(0, 0); this.pl_cond.Margin = new System.Windows.Forms.Padding(4); this.pl_cond.Name = "pl_cond"; this.pl_cond.Size = new System.Drawing.Size(872, 42); this.pl_cond.TabIndex = 12; // // condTxtEdit // this.condTxtEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.condTxtEdit.Location = new System.Drawing.Point(87, 2); this.condTxtEdit.Name = "condTxtEdit"; this.condTxtEdit.Properties.Appearance.BackColor = System.Drawing.Color.White; this.condTxtEdit.Properties.Appearance.Options.UseBackColor = true; this.condTxtEdit.Properties.AutoHeight = false; this.condTxtEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.condTxtEdit.Size = new System.Drawing.Size(783, 38); this.condTxtEdit.TabIndex = 5; // // lb_cond // this.lb_cond.BackColor = System.Drawing.Color.White; this.lb_cond.Dock = System.Windows.Forms.DockStyle.Left; this.lb_cond.Location = new System.Drawing.Point(2, 2); this.lb_cond.Name = "lb_cond"; this.lb_cond.Size = new System.Drawing.Size(85, 38); this.lb_cond.TabIndex = 3; this.lb_cond.Text = "筛选条件:"; this.lb_cond.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // pl_purview // this.pl_purview.Appearance.BackColor = System.Drawing.Color.White; this.pl_purview.Appearance.Options.UseBackColor = true; this.pl_purview.Controls.Add(this.purview_Mulit); this.pl_purview.Controls.Add(this.lb_purview); this.pl_purview.Cursor = System.Windows.Forms.Cursors.Default; this.pl_purview.Dock = System.Windows.Forms.DockStyle.Top; this.pl_purview.Location = new System.Drawing.Point(0, 42); this.pl_purview.Margin = new System.Windows.Forms.Padding(4); this.pl_purview.Name = "pl_purview"; this.pl_purview.Size = new System.Drawing.Size(872, 21); this.pl_purview.TabIndex = 13; // // purview_Mulit // this.purview_Mulit.BackColor = System.Drawing.Color.White; this.purview_Mulit.Dock = System.Windows.Forms.DockStyle.Fill; this.purview_Mulit.EditText = ""; this.purview_Mulit.FontSize = 0F; this.purview_Mulit.LabelText = "名称"; this.purview_Mulit.Location = new System.Drawing.Point(135, 2); this.purview_Mulit.Margin = new System.Windows.Forms.Padding(4); this.purview_Mulit.Model = null; this.purview_Mulit.Name = "purview_Mulit"; this.purview_Mulit.NullText = ""; this.purview_Mulit.ReadOnly = false; this.purview_Mulit.Required = false; this.purview_Mulit.Size = new System.Drawing.Size(735, 17); this.purview_Mulit.TabIndex = 4; this.purview_Mulit.TextBoxProhibition = false; // // lb_purview // this.lb_purview.BackColor = System.Drawing.Color.White; this.lb_purview.Dock = System.Windows.Forms.DockStyle.Left; this.lb_purview.Location = new System.Drawing.Point(2, 2); this.lb_purview.Name = "lb_purview"; this.lb_purview.Size = new System.Drawing.Size(133, 17); this.lb_purview.TabIndex = 3; this.lb_purview.Text = "条件可编辑人员:"; this.lb_purview.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tips // this.tips.Appearance.BackColor = System.Drawing.Color.White; this.tips.Appearance.Options.UseBackColor = true; this.tips.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.tips.Controls.Add(this.tipsEdit); this.tips.Dock = System.Windows.Forms.DockStyle.Top; this.tips.Location = new System.Drawing.Point(0, 63); this.tips.Margin = new System.Windows.Forms.Padding(4); this.tips.Name = "tips"; this.tips.Size = new System.Drawing.Size(872, 42); this.tips.TabIndex = 14; // // tipsEdit // this.tipsEdit.Dock = System.Windows.Forms.DockStyle.Fill; this.tipsEdit.EditValue = "请导入Excel模板"; this.tipsEdit.Location = new System.Drawing.Point(2, 2); this.tipsEdit.Name = "tipsEdit"; this.tipsEdit.Properties.Appearance.BackColor = System.Drawing.Color.White; this.tipsEdit.Properties.Appearance.ForeColor = System.Drawing.Color.Red; this.tipsEdit.Properties.Appearance.Options.UseBackColor = true; this.tipsEdit.Properties.Appearance.Options.UseForeColor = true; this.tipsEdit.Properties.AutoHeight = false; this.tipsEdit.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.tipsEdit.Properties.ReadOnly = true; this.tipsEdit.Size = new System.Drawing.Size(868, 38); this.tipsEdit.TabIndex = 6; // // 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.Dock = System.Windows.Forms.DockStyle.Fill; this.splitMainContainer.Location = new System.Drawing.Point(0, 105); this.splitMainContainer.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.splitMainContainer.Name = "splitMainContainer"; this.splitMainContainer.Panel1.Controls.Add(this.gcMain); this.splitMainContainer.Panel1.Text = "Panel1"; this.splitMainContainer.Panel2.Controls.Add(this.gc_Right); this.splitMainContainer.Panel2.Text = "Panel2"; this.splitMainContainer.Size = new System.Drawing.Size(872, 444); this.splitMainContainer.SplitterPosition = 500; this.splitMainContainer.TabIndex = 17; this.splitMainContainer.Text = "splitContainerControl1"; // // 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(4); this.gcMain.Name = "gcMain"; this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gcMain.Size = new System.Drawing.Size(500, 444); this.gcMain.TabIndex = 16; // // gc_Right // this.gc_Right.AdapterObj = null; this.gc_Right.Dock = System.Windows.Forms.DockStyle.Fill; this.gc_Right.Location = new System.Drawing.Point(0, 0); this.gc_Right.Margin = new System.Windows.Forms.Padding(4); this.gc_Right.Name = "gc_Right"; this.gc_Right.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum; this.gc_Right.Size = new System.Drawing.Size(367, 444); this.gc_Right.TabIndex = 18; // // 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(872, 599); this.Controls.Add(this.splitMainContainer); this.Controls.Add(this.tips); this.Controls.Add(this.pl_purview); this.Controls.Add(this.pl_cond); this.Controls.Add(this.pl_bottom); this.Name = "FrmMain"; this.Text = "表格导入"; ((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit(); this.pl_bottom.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pl_cond)).EndInit(); this.pl_cond.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.condTxtEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pl_purview)).EndInit(); this.pl_purview.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tips)).EndInit(); this.tips.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tipsEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.splitMainContainer)).EndInit(); this.splitMainContainer.ResumeLayout(false); this.ResumeLayout(f