namespace CSFrameworkV5.SystemModule { partial class frmModuleMgr { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModuleMgr)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.txtModuleName = new DevExpress.XtraEditors.TextEdit(); this.txtFileName = new DevExpress.XtraEditors.TextEdit(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.chkIsVisible = new DevExpress.XtraEditors.CheckEdit(); this.gcDetailEditor = new DevExpress.XtraEditors.PanelControl(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txtModuleID = new DevExpress.XtraEditors.TextEdit(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txtSortID = new DevExpress.XtraEditors.TextEdit(); this.tpSummary.SuspendLayout(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); this.tpDetail.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit(); this.gcNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFileName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkIsVisible.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).BeginInit(); this.gcDetailEditor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSortID.Properties)).BeginInit(); this.SuspendLayout(); // // tpSummary // this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpSummary.Appearance.PageClient.Options.UseBackColor = true; this.tpSummary.Controls.Add(this.gcSummary); this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image"))); this.tpSummary.Size = new System.Drawing.Size(798, 448); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Size = new System.Drawing.Size(804, 479); // // tcBusiness // this.tcBusiness.Size = new System.Drawing.Size(804, 479); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.Controls.Add(this.gcDetailEditor); this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image"))); this.tpDetail.Size = new System.Drawing.Size(798, 448); // // gcNavigator // this.gcNavigator.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.gcNavigator.Appearance.Options.UseBackColor = true; this.gcNavigator.Size = new System.Drawing.Size(642, 26); // // controlNavigatorSummary // this.controlNavigatorSummary.Buttons.Append.Visible = false; this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false; this.controlNavigatorSummary.Buttons.Edit.Visible = false; this.controlNavigatorSummary.Buttons.EndEdit.Visible = false; this.controlNavigatorSummary.Buttons.NextPage.Visible = false; this.controlNavigatorSummary.Buttons.PrevPage.Visible = false; this.controlNavigatorSummary.Buttons.Remove.Visible = false; this.controlNavigatorSummary.Location = new System.Drawing.Point(464, 2); // // lblAboutInfo // this.lblAboutInfo.Location = new System.Drawing.Point(267, 2); // // gcSummary // this.gcSummary.Dock = System.Windows.Forms.DockStyle.Fill; this.gcSummary.EmbeddedNavigator.Buttons.Append.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.CancelEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Edit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.EndEdit.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.NextPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.PrevPage.Visible = false; this.gcSummary.EmbeddedNavigator.Buttons.Remove.Visible = false; this.gcSummary.Location = new System.Drawing.Point(0, 0); this.gcSummary.MainView = this.gvSummary; this.gcSummary.Name = "gcSummary"; this.gcSummary.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(798, 448); this.gcSummary.TabIndex = 12; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // gvSummary // this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn5, this.gridColumn2, this.gridColumn3, this.gridColumn4}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.Caption = "排序"; this.gridColumn1.FieldName = "SortID"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 46; // // gridColumn5 // this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.Caption = "模块编号"; this.gridColumn5.FieldName = "ModuleID"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 1; this.gridColumn5.Width = 68; // // gridColumn2 // this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "模块名称"; this.gridColumn2.FieldName = "ModuleName"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 2; this.gridColumn2.Width = 163; // // gridColumn3 // this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "文件名"; this.gridColumn3.FieldName = "FileName"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 3; this.gridColumn3.Width = 319; // // gridColumn4 // this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn4.Caption = "可用"; this.gridColumn4.ColumnEdit = this.repositoryItemCheckEdit1; this.gridColumn4.FieldName = "IsVisible"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 4; this.gridColumn4.Width = 44; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.repositoryItemCheckEdit1.ValueChecked = "Y"; this.repositoryItemCheckEdit1.ValueUnchecked = "N"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(42, 37); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "排序序号:"; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(42, 119); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "模块名称:"; // // txtModuleName // this.txtModuleName.Location = new System.Drawing.Point(108, 116); this.txtModuleName.Name = "txtModuleName"; this.txtModuleName.Size = new System.Drawing.Size(249, 20); this.txtModuleName.TabIndex = 3; // // txtFileName // this.txtFileName.Location = new System.Drawing.Point(108, 89); this.txtFileName.Name = "txtFileName"; this.txtFileName.Size = new System.Drawing.Size(249, 20); this.txtFileName.TabIndex = 5; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(42, 92); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 4; this.labelControl3.Text = "模块文件:"; // // chkIsVisible // this.chkIsVisible.Location = new System.Drawing.Point(282, 34); this.chkIsVisible.Name = "chkIsVisible"; this.chkIsVisible.Properties.Caption = "可用状态"; this.chkIsVisible.Properties.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked; this.chkIsVisible.Properties.ValueChecked = "Y"; this.chkIsVisible.Properties.ValueUnchecked = "N"; this.chkIsVisible.Size = new System.Drawing.Size(75, 19); this.chkIsVisible.TabIndex = 6; // // gcDetailEditor // this.gcDetailEditor.Controls.Add(this.labelControl8); this.gcDetailEditor.Controls.Add(this.labelControl6); this.gcDetailEditor.Controls.Add(this.labelControl5); this.gcDetailEditor.Controls.Add(this.labelControl7); this.gcDetailEditor.Controls.Add(this.txtModuleID); this.gcDetailEditor.Controls.Add(this.labelControl4); this.gcDetailEditor.Controls.Add(this.chkIsVisible); this.gcDetailEditor.Controls.Add(this.labelControl1); this.gcDetailEditor.Controls.Add(this.txtFileName); this.gcDetailEditor.Controls.Add(this.labelControl2); this.gcDetailEditor.Controls.Add(this.labelControl3); this.gcDetailEditor.Controls.Add(this.txtModuleName); this.gcDetailEditor.Controls.Add(this.txtSortID); this.gcDetailEditor.Dock = System.Windows.Forms.DockStyle.Fill; this.gcDetailEditor.Location = new System.Drawing.Point(0, 0); this.gcDetailEditor.Name = "gcDetailEditor"; this.gcDetailEditor.Size = new System.Drawing.Size(798, 448); this.gcDetailEditor.TabIndex = 7; // // labelControl8 // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl8.Appearance.Options.UseForeColor = true; this.labelControl8.Location = new System.Drawing.Point(363, 122); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(7, 14); this.labelControl8.TabIndex = 23; this.labelControl8.Text = "*"; // // labelControl6 // this.labelControl6.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl6.Appearance.Options.UseForeColor = true; this.labelControl6.Location = new System.Drawing.Point(363, 92); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(7, 14); this.labelControl6.TabIndex = 22; this.labelControl6.Text = "*"; // // labelControl5 // this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl5.Appearance.Options.UseForeColor = true; this.labelControl5.Location = new System.Drawing.Point(178, 66); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(7, 14); this.labelControl5.TabIndex = 21; this.labelControl5.Text = "*"; // // labelControl7 // this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl7.Appearance.Options.UseForeColor = true; this.labelControl7.Location = new System.Drawing.Point(178, 40); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(7, 14); this.labelControl7.TabIndex = 20; this.labelControl7.Text = "*"; // // txtModuleID // this.txtModuleID.Location = new System.Drawing.Point(108, 60); this.txtModuleID.Name = "txtModuleID"; this.txtModuleID.Properties.MaxLength = 2; this.txtModuleID.Size = new System.Drawing.Size(64, 20); this.txtModuleID.TabIndex = 8; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(42, 63); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(60, 14); this.labelControl4.TabIndex = 7; this.labelControl4.Text = "模块编号:"; // // txtSortID // this.txtSortID.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.txtSortID.Location = new System.Drawing.Point(108, 34); this.txtSortID.Name = "txtSortID"; this.txtSortID.Properties.MaxLength = 2; this.txtSortID.Size = new System.Drawing.Size(64, 20); this.txtSortID.TabIndex = 1; // // frmModuleMgr // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(808, 483); this.Name = "frmModuleMgr"; this.Text = "系统模块管理"; this.Load += new System.EventHandler(this.frmModuleMgr_Load); this.tpSummary.ResumeLayout(false); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.ResumeLayout(false); this.tpDetail.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit(); this.gcNavigator.ResumeLayout(false); this.gcNavigator.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtFileName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkIsVisible.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gcDetailEditor)).EndInit(); this.gcDetailEditor.ResumeLayout(false); this.gcDetailEditor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txtModuleID.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtSortID.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.CheckEdit chkIsVisible; private DevExpress.XtraEditors.TextEdit txtFileName; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txtModuleName; private DevExpress.XtraEditors.PanelControl gcDetailEditor; private DevExpress.XtraEditors.TextEdit txtModuleID; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraEditors.TextEdit txtSortID; } }