namespace Lskj.Main { partial class FrmSetDesktop { /// /// 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(); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gvMain = new DevExpress.XtraGrid.Views.Grid.GridView(); this.MenuCaption = new DevExpress.XtraGrid.Columns.GridColumn(); this.gcSelected = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tsmiDel = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiReset = new System.Windows.Forms.ToolStripMenuItem(); this.gvSelected = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.panel3 = new System.Windows.Forms.Panel(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); this.btnSave = new DevExpress.XtraEditors.SimpleButton(); this.panel4 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.panel5 = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSelected)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvSelected)).BeginInit(); this.panel3.SuspendLayout(); this.panel4.SuspendLayout(); this.panel6.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel5.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.groupBox1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(340, 446); this.panel1.TabIndex = 0; // // groupBox1 // this.groupBox1.Controls.Add(this.gcMain); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(340, 446); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "可选模块"; // // gcMain // this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; this.gcMain.Location = new System.Drawing.Point(3, 17); this.gcMain.MainView = this.gvMain; this.gcMain.Name = "gcMain"; this.gcMain.Size = new System.Drawing.Size(334, 426); this.gcMain.TabIndex = 1; this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvMain}); // // gvMain // this.gvMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.MenuCaption}); this.gvMain.GridControl = this.gcMain; this.gvMain.Name = "gvMain"; this.gvMain.OptionsView.ShowGroupPanel = false; this.gvMain.DoubleClick += new System.EventHandler(this.gvMain_DoubleClick); // // MenuCaption // this.MenuCaption.Caption = "模块名称"; this.MenuCaption.FieldName = "MenuCaption"; this.MenuCaption.Name = "MenuCaption"; this.MenuCaption.OptionsColumn.AllowEdit = false; this.MenuCaption.Visible = true; this.MenuCaption.VisibleIndex = 0; // // gcSelected // this.gcSelected.ContextMenuStrip = this.contextMenuStrip1; this.gcSelected.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSelected.Location = new System.Drawing.Point(3, 17); this.gcSelected.MainView = this.gvSelected; this.gcSelected.Name = "gcSelected"; this.gcSelected.Size = new System.Drawing.Size(334, 426); this.gcSelected.TabIndex = 2; this.gcSelected.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSelected}); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiDel, this.tsmiReset}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(123, 48); // // tsmiDel // this.tsmiDel.Name = "tsmiDel"; this.tsmiDel.Size = new System.Drawing.Size(122, 22); this.tsmiDel.Text = "删除模块"; this.tsmiDel.Click += new System.EventHandler(this.tsmiDel_Click); // // tsmiReset // this.tsmiReset.Name = "tsmiReset"; this.tsmiReset.Size = new System.Drawing.Size(122, 22); this.tsmiReset.Text = "重置序号"; this.tsmiReset.Click += new System.EventHandler(this.tsmiReset_Click); // // gvSelected // this.gvSelected.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2}); this.gvSelected.GridControl = this.gcSelected; this.gvSelected.Name = "gvSelected"; this.gvSelected.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "模块名称"; this.gridColumn1.FieldName = "MenuName"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.Caption = "模块序号"; this.gridColumn2.FieldName = "OrderId"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 35; // // panel3 // this.panel3.Controls.Add(this.btnClose); this.panel3.Controls.Add(this.btnSave); this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel3.Location = new System.Drawing.Point(0, 446); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(684, 55); this.panel3.TabIndex = 2; // // btnClose // this.btnClose.Location = new System.Drawing.Point(482, 7); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(90, 41); this.btnClose.TabIndex = 1; this.btnClose.Text = "关 闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSave // this.btnSave.Location = new System.Drawing.Point(587, 6); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(90, 41); this.btnSave.TabIndex = 0; this.btnSave.Text = "保 存"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // panel4 // this.panel4.Controls.Add(this.panel6); this.panel4.Controls.Add(this.panel5); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(0, 0); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(684, 446); this.panel4.TabIndex = 3; // // panel6 // this.panel6.Controls.Add(this.groupBox2); this.panel6.Dock = System.Windows.Forms.DockStyle.Right; this.panel6.Location = new System.Drawing.Point(344, 0); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(340, 446); this.panel6.TabIndex = 3; // // groupBox2 // this.groupBox2.Controls.Add(this.gcSelected); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(340, 446); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "已选模块"; // // panel5 // this.panel5.Controls.Add(this.panel1); this.panel5.Dock = System.Windows.Forms.DockStyle.Left; this.panel5.Location = new System.Drawing.Point(0, 0); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(340, 446); this.panel5.TabIndex = 2; // // FrmSetDesktop // this.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Appearance.Options.UseFont = true; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 501); this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.LookAndFeel.SkinName = "Office 2010 Blue"; this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmSetDesktop"; this.Text = "设置我的桌面"; this.Load += new System.EventHandler(this.FrmSetDesktop_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSelected)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gvSelected)).EndInit(); this.panel3.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel6.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.panel5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraGrid.GridControl gcMain; private DevExpress.XtraGrid.Views.Grid.GridView gvMain; private DevExpress.XtraGrid.Columns.GridColumn MenuCaption; private DevExpress.XtraGrid.GridControl gcSelected; private DevExpress.XtraGrid.Views.Grid.GridView gvSelected; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Panel panel5; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem tsmiDel; private System.Windows.Forms.ToolStripMenuItem tsmiReset; } }