namespace Lskj.BaseAccraditation { partial class FrmLookupData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode(); DevExpress.XtraGrid.GridLevelNode gridLevelNode3 = new DevExpress.XtraGrid.GridLevelNode(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gcMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.panelControl2 = new DevExpress.XtraEditors.PanelControl(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.gridControl2 = new DevExpress.XtraGrid.GridControl(); this.gcDeatil = new DevExpress.XtraGrid.Views.Grid.GridView(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmi_all = new System.Windows.Forms.ToolStripMenuItem(); this.tsmi_reserve = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.tsmi_cancel = new System.Windows.Forms.ToolStripMenuItem(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.btn_selectAll = new DevExpress.XtraEditors.SimpleButton(); this.btn_cancelAll = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); this.panelControl2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDeatil)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); gridLevelNode1.RelationName = "Level1"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gcMain; this.gridControl1.Margin = new System.Windows.Forms.Padding(4); this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(346, 460); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gcMain}); // // gcMain // this.gcMain.GridControl = this.gridControl1; this.gcMain.Name = "gcMain"; this.gcMain.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gcMain.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused; this.gcMain.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gcMain.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gcMain.OptionsFind.AlwaysVisible = true; this.gcMain.OptionsFind.FindDelay = 100; this.gcMain.OptionsFind.FindNullPrompt = ""; this.gcMain.OptionsFind.ShowCloseButton = false; this.gcMain.OptionsSelection.MultiSelect = true; this.gcMain.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gcMain.OptionsView.ColumnAutoWidth = false; this.gcMain.OptionsView.RowAutoHeight = true; this.gcMain.OptionsView.ShowGroupPanel = false; // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnOk.Appearance.Options.UseFont = true; this.btnOk.Location = new System.Drawing.Point(751, 5); this.btnOk.Margin = new System.Windows.Forms.Padding(4); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(76, 35); this.btnOk.TabIndex = 23; this.btnOk.TabStop = false; this.btnOk.Text = "确定(&O)"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panelControl2 // this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl2.Controls.Add(this.splitContainerControl1); this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelControl2.Location = new System.Drawing.Point(0, 0); this.panelControl2.Margin = new System.Windows.Forms.Padding(4); this.panelControl2.Name = "panelControl2"; this.panelControl2.Size = new System.Drawing.Size(924, 460); this.panelControl2.TabIndex = 4; // // splitContainerControl1 // this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2; this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(4); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.gridControl2); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(924, 460); this.splitContainerControl1.SplitterPosition = 346; this.splitContainerControl1.TabIndex = 3; this.splitContainerControl1.Text = "splitContainerControl1"; // // gridControl2 // this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4); gridLevelNode2.RelationName = "Level1"; gridLevelNode3.RelationName = "Level2"; this.gridControl2.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode2, gridLevelNode3}); this.gridControl2.Location = new System.Drawing.Point(0, 0); this.gridControl2.MainView = this.gcDeatil; this.gridControl2.Margin = new System.Windows.Forms.Padding(4); this.gridControl2.Name = "gridControl2"; this.gridControl2.Size = new System.Drawing.Size(572, 460); this.gridControl2.TabIndex = 7; this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gcDeatil}); // // gcDeatil // this.gcDeatil.GridControl = this.gridControl2; this.gcDeatil.Name = "gcDeatil"; this.gcDeatil.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gcDeatil.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused; this.gcDeatil.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.False; this.gcDeatil.OptionsFilter.ShowAllTableValuesInCheckedFilterPopup = false; this.gcDeatil.OptionsFind.AlwaysVisible = true; this.gcDeatil.OptionsFind.FindDelay = 100; this.gcDeatil.OptionsFind.FindNullPrompt = ""; this.gcDeatil.OptionsFind.HighlightFindResults = false; this.gcDeatil.OptionsFind.SearchInPreview = true; this.gcDeatil.OptionsFind.ShowCloseButton = false; this.gcDeatil.OptionsSelection.MultiSelect = true; this.gcDeatil.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect; this.gcDeatil.OptionsView.ColumnAutoWidth = false; this.gcDeatil.OptionsView.RowAutoHeight = true; this.gcDeatil.OptionsView.ShowGroupPanel = false; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(835, 5); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(79, 35); this.btnCancel.TabIndex = 24; this.btnCancel.Text = "取消(&C)"; this.btnCancel.Click += new System.EventHandler(this.btn_OpercancelAll_Click); // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmi_all, this.tsmi_reserve, this.toolStripSeparator1, this.tsmi_cancel}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(109, 82); // // tsmi_all // this.tsmi_all.Name = "tsmi_all"; this.tsmi_all.Size = new System.Drawing.Size(108, 24); this.tsmi_all.Text = "全选"; // // tsmi_reserve // this.tsmi_reserve.Name = "tsmi_reserve"; this.tsmi_reserve.Size = new System.Drawing.Size(108, 24); this.tsmi_reserve.Text = "反选"; // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(105, 6); // // tsmi_cancel // this.tsmi_cancel.Name = "tsmi_cancel"; this.tsmi_cancel.Size = new System.Drawing.Size(108, 24); this.tsmi_cancel.Text = "取消"; // // panelControl1 // this.panelControl1.Controls.Add(this.btn_selectAll); this.panelControl1.Controls.Add(this.btn_cancelAll); this.panelControl1.Controls.Add(this.btnCancel); this.panelControl1.Controls.Add(this.btnOk); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelControl1.Location = new System.Drawing.Point(0, 460); this.panelControl1.Margin = new System.Windows.Forms.Padding(4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(924, 46); this.panelControl1.TabIndex = 3; // // btn_selectAll // this.btn_selectAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_selectAll.Appearance.Options.UseFont = true; this.btn_selectAll.Location = new System.Drawing.Point(16, 6); this.btn_selectAll.Margin = new System.Windows.Forms.Padding(4); this.btn_selectAll.Name = "btn_selectAll"; this.btn_selectAll.Size = new System.Drawing.Size(76, 35); this.btn_selectAll.TabIndex = 26; this.btn_selectAll.TabStop = false; this.btn_selectAll.Text = "全选"; this.btn_selectAll.Click += new System.EventHandler(this.btn_selectAll_Click); // // btn_cancelAll // this.btn_cancelAll.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_cancelAll.Appearance.Options.UseFont = true; this.btn_cancelAll.Location = new System.Drawing.Point(100, 6); this.btn_cancelAll.Margin = new System.Windows.Forms.Padding(4); this.btn_cancelAll.Name = "btn_cancelAll"; this.btn_cancelAll.Size = new System.Drawing.Size(76, 35); this.btn_cancelAll.TabIndex = 25; this.btn_cancelAll.TabStop = false; this.btn_cancelAll.Text = "全取消"; this.btn_cancelAll.Click += new System.EventHandler(this.btn_StepcancelAll_Click); // // FrmLookupData // this.Appearance.BackColor = System.Drawing.SystemColors.Control; this.Appearance.Options.UseBackColor = true; this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(924, 506); this.Controls.Add(this.panelControl2); this.Controls.Add(this.panelControl1); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "FrmLookupData"; this.Text = "FrmLookupDatacs"; ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit(); this.panelControl2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDeatil)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gcMain; private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.PanelControl panelControl2; private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gcDeatil; private DevExpress.XtraEditors.SimpleButton btnCancel; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmi_all; private System.Windows.Forms.ToolStripMenuItem tsmi_reserve; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripMenuItem tsmi_cancel; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton btn_selectAll; private DevExpress.XtraEditors.SimpleButton btn_cancelAll; } }