namespace CSFrameworkV5.SystemModule { partial class frmSystemSettings { /// /// 必需的设计器变量。 /// 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(frmSystemSettings)); this.gcSummary = new DevExpress.XtraGrid.GridControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.menuCopy = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); 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.colParamDataType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colParamValue = new DevExpress.XtraGrid.Columns.GridColumn(); this.rep_List = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit(); this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit(); this.rep_Station = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repM_Check = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.imageList1 = new System.Windows.Forms.ImageList(); this.pnlSearch = new DevExpress.XtraEditors.PanelControl(); this.btnEmpty = new DevExpress.XtraEditors.SimpleButton(); this.btnQuery = new DevExpress.XtraEditors.SimpleButton(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.lbl_DocCode = new DevExpress.XtraEditors.LabelControl(); this.txt_ParamName = new DevExpress.XtraEditors.TextEdit(); this.txt_ParamType = new DevExpress.XtraEditors.ComboBoxEdit(); 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.repositoryItemMemoEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_Station)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repM_Check)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).BeginInit(); this.pnlSearch.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ParamName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ParamType.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.Controls.Add(this.pnlSearch); this.tpSummary.Size = new System.Drawing.Size(1006, 532); // // pnlSummary // this.pnlSummary.Location = new System.Drawing.Point(2, 2); this.pnlSummary.Size = new System.Drawing.Size(1012, 561); // // tcBusiness // this.tcBusiness.Size = new System.Drawing.Size(1012, 561); // // 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(772, 506); // // 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, 54); 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.repM_Check}); this.gcSummary.RightToLeft = System.Windows.Forms.RightToLeft.No; this.gcSummary.Size = new System.Drawing.Size(1006, 478); 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.menuCopy, this.toolStripMenuItem1, this.menuSave}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(125, 54); // // menuCopy // this.menuCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.menuCopy.Name = "menuCopy"; this.menuCopy.Size = new System.Drawing.Size(124, 22); this.menuCopy.Text = "复制参数"; this.menuCopy.Click += new System.EventHandler(this.menuCopy_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(121, 6); // // 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.colParamDataType, 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.AppearanceHeader.Options.UseTextOptions = true; this.colParamCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colParamCode.Caption = "参数编号"; this.colParamCode.FieldName = "ParamCode"; this.colParamCode.Name = "colParamCode"; this.colParamCode.OptionsColumn.AllowEdit = false; this.colParamCode.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count)}); this.colParamCode.Visible = true; this.colParamCode.VisibleIndex = 0; this.colParamCode.Width = 147; // // 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.AllowEdit = false; this.colParamName.Visible = true; this.colParamName.VisibleIndex = 1; this.colParamName.Width = 207; // // colParamDataType // this.colParamDataType.AppearanceCell.BackColor = System.Drawing.Color.WhiteSmoke; this.colParamDataType.AppearanceCell.Options.UseBackColor = true; this.colParamDataType.AppearanceHeader.Options.UseTextOptions = true; this.colParamDataType.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colParamDataType.Caption = "参数类型"; this.colParamDataType.FieldName = "ParamDataType"; this.colParamDataType.Name = "colParamDataType"; this.colParamDataType.OptionsColumn.AllowEdit = false; this.colParamDataType.Visible = true; this.colParamDataType.VisibleIndex = 2; this.colParamDataType.Width = 82; // // 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 = 3; this.colParamValue.Width = 125; // // 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; // // colDescription // this.colDescription.AppearanceHeader.Options.UseTextOptions = true; this.colDescription.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDescription.Caption = "参数说明"; this.colDescription.ColumnEdit = this.repositoryItemMemoEdit1; this.colDescription.FieldName = "Description"; this.colDescription.Name = "colDescription"; this.colDescription.Visible = true; this.colDescription.VisibleIndex = 4; this.colDescription.Width = 291; // // repositoryItemMemoEdit1 // this.repositoryItemMemoEdit1.Appearance.Options.UseTextOptions = true; this.repositoryItemMemoEdit1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1"; // // 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; // // repM_Check // this.repM_Check.AutoHeight = false; this.repM_Check.Name = "repM_Check"; // // 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"); // // pnlSearch // this.pnlSearch.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.pnlSearch.Controls.Add(this.btnEmpty); this.pnlSearch.Controls.Add(this.btnQuery); this.pnlSearch.Controls.Add(this.labelControl1); this.pnlSearch.Controls.Add(this.lbl_DocCode); this.pnlSearch.Controls.Add(this.txt_ParamName); this.pnlSearch.Controls.Add(this.txt_ParamType); this.pnlSearch.Dock = System.Windows.Forms.DockStyle.Top; this.pnlSearch.Location = new System.Drawing.Point(0, 0); this.pnlSearch.Name = "pnlSearch"; this.pnlSearch.Size = new System.Drawing.Size(1006, 54); this.pnlSearch.TabIndex = 14; // // btnEmpty // this.btnEmpty.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnEmpty.Cursor = System.Windows.Forms.Cursors.Hand; this.btnEmpty.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnEmpty.ImageOptions.Image"))); this.btnEmpty.Location = new System.Drawing.Point(598, 6); this.btnEmpty.Name = "btnEmpty"; this.btnEmpty.Size = new System.Drawing.Size(89, 42); this.btnEmpty.TabIndex = 21; this.btnEmpty.Text = "清空(&E)"; this.btnEmpty.Click += new System.EventHandler(this.btnEmpty_Click); // // btnQuery // this.btnQuery.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat; this.btnQuery.Cursor = System.Windows.Forms.Cursors.Hand; this.btnQuery.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnQuery.ImageOptions.Image"))); this.btnQuery.Location = new System.Drawing.Point(505, 6); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(89, 42); this.btnQuery.TabIndex = 20; this.btnQuery.Text = "查询(&S)"; this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(255, 19); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "参数类型:"; // // lbl_DocCode // this.lbl_DocCode.Location = new System.Drawing.Point(23, 19); this.lbl_DocCode.Name = "lbl_DocCode"; this.lbl_DocCode.Size = new System.Drawing.Size(89, 14); this.lbl_DocCode.TabIndex = 0; this.lbl_DocCode.Text = "参数编号/名称:"; // // txt_ParamName // this.txt_ParamName.Location = new System.Drawing.Point(121, 16); this.txt_ParamName.Name = "txt_ParamName"; this.txt_ParamName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_ParamName.Properties.Appearance.Options.UseFont = true; this.txt_ParamName.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txt_ParamName.Size = new System.Drawing.Size(109, 22); this.txt_ParamName.TabIndex = 0; // // txt_ParamType // this.txt_ParamType.EditValue = "系统参数"; this.txt_ParamType.Location = new System.Drawing.Point(320, 17); this.txt_ParamType.Name = "txt_ParamType"; this.txt_ParamType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.txt_ParamType.Properties.Appearance.Options.UseFont = true; this.txt_ParamType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.txt_ParamType.Properties.Items.AddRange(new object[] { "", "系统参数", "个人参数"}); this.txt_ParamType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; this.txt_ParamType.Size = new System.Drawing.Size(101, 22); this.txt_ParamType.TabIndex = 0; // // frmSystemSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.ClientSize = new System.Drawing.Size(1016, 565); this.Name = "frmSystemSettings"; 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.repositoryItemMemoEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.rep_Station)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repM_Check)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pnlSearch)).EndInit(); this.pnlSearch.ResumeLayout(false); this.pnlSearch.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.txt_ParamName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_ParamType.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 colParamCode; private DevExpress.XtraGrid.Columns.GridColumn colParamName; private DevExpress.XtraGrid.Columns.GridColumn colParamDataType; private DevExpress.XtraGrid.Columns.GridColumn colParamValue; private DevExpress.XtraGrid.Columns.GridColumn colDescription; 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 menuCopy; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem menuSave; private System.Windows.Forms.ImageList imageList1; private DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit repositoryItemMemoEdit1; private DevExpress.XtraEditors.PanelControl pnlSearch; private DevExpress.XtraEditors.SimpleButton btnEmpty; private DevExpress.XtraEditors.SimpleButton btnQuery; private DevExpress.XtraEditors.LabelControl lbl_DocCode; private DevExpress.XtraEditors.TextEdit txt_ParamName; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repM_Check; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ComboBoxEdit txt_ParamType; } }