namespace CSFrameworkV5.Library { partial class frmSystemSettingsByUser { /// /// 必需的设计器变量。 /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSystemSettingsByUser)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.menuSave = new System.Windows.Forms.ToolStripMenuItem(); this.gvSummary = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colParamCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colParamName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colParamValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.rep_List = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit(); this.rep_Station = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.imageList1 = new System.Windows.Forms.ImageList(); this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.tpSummary.SuspendLayout(); this.pnlSummary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit(); this.tcBusiness.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit(); this.gcNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gcSummary)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_List)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_Station)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).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.Size = new System.Drawing.Size(1033, 517); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Size = new System.Drawing.Size(1039, 546); // // tcBusiness // this.tcBusiness.Size = new System.Drawing.Size(1039, 546); // // tpDetail // this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control; this.tpDetail.Appearance.PageClient.Options.UseBackColor = true; this.tpDetail.PageEnabled = false; this.tpDetail.PageVisible = false; this.tpDetail.Size = new System.Drawing.Size(778, 512); // // gcNavigator // this.gcNavigator.Size = new System.Drawing.Size(784, 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(606, 2); // // lblAboutInfo // this.lblAboutInfo.Location = new System.Drawing.Point(409, 2); // // gcSummary // this.gcSummary.ContextMenuStrip = this.contextMenuStrip1; 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.rep_List, this.rep_Station, this.repositoryItemMemoEdit1}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(1033, 517); this.gcSummary.TabIndex = 13; this.gcSummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gvSummary}); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuSave}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 26); // // menuSave // this.menuSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.menuSave.Name = "menuSave"; this.menuSave.Size = new System.Drawing.Size(124, 22); this.menuSave.Text = "保存数据"; this.menuSave.Click += new System.EventHandler(this.menuSave_Click); // // gvSummary // this.gvSummary.ColumnPanelRowHeight = 30; this.gvSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colParamCode, this.colParamName, this.colParamValue, this.colDescription}); this.gvSummary.GridControl = this.gcSummary; this.gvSummary.Name = "gvSummary"; this.gvSummary.OptionsView.ColumnAutoWidth = false; this.gvSummary.OptionsView.RowAutoHeight = true; this.gvSummary.OptionsView.ShowFooter = true; this.gvSummary.OptionsView.ShowGroupPanel = false; this.gvSummary.RowHeight = 25; this.gvSummary.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvSummary_FocusedRowChanged); this.gvSummary.FocusedColumnChanged += new DevExpress.XtraGrid.Views.Base.FocusedColumnChangedEventHandler(this.gvSummary_FocusedColumnChanged); // // colParamCode // this.colParamCode.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colParamCode.AppearanceCell.Options.UseBackColor = true; this.colParamCode.Caption = "参数编号"; this.colParamCode.FieldName = "ParamCode"; this.colParamCode.Name = "colParamCode"; this.colParamCode.OptionsColumn.ReadOnly = true; this.colParamCode.Visible = true; this.colParamCode.VisibleIndex = 0; this.colParamCode.Width = 164; // // colParamName // this.colParamName.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colParamName.AppearanceCell.Options.UseBackColor = true; this.colParamName.AppearanceHeader.Options.UseTextOptions = true; this.colParamName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colParamName.Caption = "参数名称"; this.colParamName.FieldName = "ParamName"; this.colParamName.Name = "colParamName"; this.colParamName.OptionsColumn.ReadOnly = true; this.colParamName.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ParamName", "{0}")}); this.colParamName.Visible = true; this.colParamName.VisibleIndex = 1; this.colParamName.Width = 245; // // colParamValue // this.colParamValue.AppearanceHeader.Options.UseTextOptions = true; this.colParamValue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colParamValue.Caption = "参数值"; this.colParamValue.ColumnEdit = this.rep_List; this.colParamValue.FieldName = "ParamValue"; this.colParamValue.Name = "colParamValue"; this.colParamValue.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways; this.colParamValue.Visible = true; this.colParamValue.VisibleIndex = 2; this.colParamValue.Width = 168; // // rep_List // this.rep_List.AutoHeight = false; this.rep_List.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.rep_List.Name = "rep_List"; this.rep_List.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never; this.rep_List.ShowPopupCloseButton = false; this.rep_List.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; // // rep_Station // this.rep_Station.AutoHeight = false; this.rep_Station.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.rep_Station.Name = "rep_Station"; this.rep_Station.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Appearance.Options.UseTextOptions = true; this.repositoryItemMemoEdit1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "SaveAndNew_32x32.png"); this.imageList1.Images.SetKeyName(1, "save-32x32.png"); // // colDescription // this.colDescription.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colDescription.AppearanceCell.Options.UseBackColor = true; this.colDescription.Caption = "说明"; this.colDescription.FieldName = "Description"; this.colDescription.Name = "colDescription"; this.colDescription.OptionsColumn.AllowEdit = false; this.colDescription.OptionsColumn.ReadOnly = true; this.colDescription.Visible = true; this.colDescription.VisibleIndex = 3; this.colDescription.Width = 287; // // frmSystemSettingsByUser // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(1043, 550); this.Name = "frmSystemSettingsByUser"; this.Text = "用户自定义系统参数"; this.Load += new System.EventHandler(this.frmSystemSettings_Load); this.Controls.SetChildIndex(this.txtFocusForSave, 0); this.Controls.SetChildIndex(this.gcNavigator, 0); this.Controls.SetChildIndex(this.pnlSummary, 0); this.tpSummary.ResumeLayout(false); this.pnlSummary.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit(); this.tcBusiness.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(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gvSummary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_List)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_Station)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraGrid.GridControl gcSummary; private DevExpress.XtraGrid.Views.Grid.GridView gvSummary; private DevExpress.XtraGrid.Columns.GridColumn colParamName; private DevExpress.XtraGrid.Columns.GridColumn colParamValue; private DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit rep_List; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit rep_Station; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem menuSave; private System.Windows.Forms.ImageList imageList1; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraGrid.Columns.GridColumn colParamCode; private DevExpress.XtraGrid.Columns.GridColumn colDescription; } }