namespace SIMDP.View { partial class FormSystemParameter { /// /// 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.gridControlPara = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemHyperLinkDelete = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemHyperLinkAlter_Click = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.simpleButtonAdd = new DevExpress.XtraEditors.SimpleButton(); this.simpleButtonAllDelete = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.gridControlPara)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).BeginInit(); this.SuspendLayout(); // // gridControlPara // this.gridControlPara.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gridControlPara.Location = new System.Drawing.Point(-2, 37); this.gridControlPara.MainView = this.gridView1; this.gridControlPara.Name = "gridControlPara"; this.gridControlPara.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemHyperLinkDelete, this.repositoryItemHyperLinkAlter_Click}); this.gridControlPara.Size = new System.Drawing.Size(801, 412); this.gridControlPara.TabIndex = 0; this.gridControlPara.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn11}); this.gridView1.GridControl = this.gridControlPara; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True; this.gridView1.OptionsBehavior.ReadOnly = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.CustomColumnDisplayText); // // gridColumn1 // this.gridColumn1.AppearanceCell.Options.UseTextOptions = true; this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn1.Caption = "参数编码"; this.gridColumn1.FieldName = "ParameterId"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn2.Caption = "参数名称"; this.gridColumn2.FieldName = "ParameterName"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 1; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn3.Caption = "参数类型"; this.gridColumn3.FieldName = "ParameterType"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 78; // // gridColumn5 // this.gridColumn5.AppearanceCell.Options.UseTextOptions = true; this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn5.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn5.Caption = "参数值"; this.gridColumn5.FieldName = "ParameterValue"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 3; // // gridColumn6 // this.gridColumn6.AppearanceCell.Options.UseTextOptions = true; this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn6.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn6.Caption = "参数单位"; this.gridColumn6.FieldName = "ParameterUnit"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 4; // // gridColumn7 // this.gridColumn7.AppearanceCell.Options.UseTextOptions = true; this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn7.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn7.Caption = "是否生效"; this.gridColumn7.FieldName = "ParameterValid"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 5; this.gridColumn7.Width = 78; // // gridColumn8 // this.gridColumn8.AppearanceCell.Options.UseTextOptions = true; this.gridColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn8.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn8.Caption = "生效时间"; this.gridColumn8.FieldName = "ParameterTime"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 6; this.gridColumn8.Width = 78; // // gridColumn9 // this.gridColumn9.AppearanceCell.Options.UseTextOptions = true; this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn9.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn9.Caption = "参数描述"; this.gridColumn9.FieldName = "ParameterDescription"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 7; // // gridColumn10 // this.gridColumn10.AppearanceCell.Options.UseTextOptions = true; this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn10.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn10.Caption = "删除操作"; this.gridColumn10.ColumnEdit = this.repositoryItemHyperLinkDelete; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 8; this.gridColumn10.Width = 45; // // repositoryItemHyperLinkDelete // this.repositoryItemHyperLinkDelete.Appearance.Options.UseTextOptions = true; this.repositoryItemHyperLinkDelete.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.repositoryItemHyperLinkDelete.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.repositoryItemHyperLinkDelete.AutoHeight = false; this.repositoryItemHyperLinkDelete.Name = "repositoryItemHyperLinkDelete"; this.repositoryItemHyperLinkDelete.NullText = "删除"; this.repositoryItemHyperLinkDelete.Click += new System.EventHandler(this.RepositoryItemHyperLinkEditDelete_Click); // // gridColumn11 // this.gridColumn11.AppearanceCell.Options.UseTextOptions = true; this.gridColumn11.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn11.AppearanceCell.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridColumn11.Caption = "修改操作"; this.gridColumn11.ColumnEdit = this.repositoryItemHyperLinkAlter_Click; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 9; // // repositoryItemHyperLinkAlter_Click // this.repositoryItemHyperLinkAlter_Click.AutoHeight = false; this.repositoryItemHyperLinkAlter_Click.Name = "repositoryItemHyperLinkAlter_Click"; this.repositoryItemHyperLinkAlter_Click.NullText = "修改"; this.repositoryItemHyperLinkAlter_Click.Click += new System.EventHandler(this.RepositoryItemHyperLinkAlter_Click); // // simpleButtonAdd // this.simpleButtonAdd.ImageUri.Uri = "Add;Size16x16"; this.simpleButtonAdd.Location = new System.Drawing.Point(210, 8); this.simpleButtonAdd.Name = "simpleButtonAdd"; this.simpleButtonAdd.Size = new System.Drawing.Size(75, 23); this.simpleButtonAdd.TabIndex = 1; this.simpleButtonAdd.Text = "添加"; this.simpleButtonAdd.Click += new System.EventHandler(this.simpleButtonAdd_Click); // // simpleButtonAllDelete // this.simpleButtonAllDelete.ImageUri.Uri = "Cancel;Size16x16"; this.simpleButtonAllDelete.Location = new System.Drawing.Point(446, 8); this.simpleButtonAllDelete.Name = "simpleButtonAllDelete"; this.simpleButtonAllDelete.Size = new System.Drawing.Size(75, 23); this.simpleButtonAllDelete.TabIndex = 2; this.simpleButtonAllDelete.Text = "全部删除"; this.simpleButtonAllDelete.Click += new System.EventHandler(this.simpleButtonAllDelete_Click); // // FormSystemParameter // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.simpleButtonAllDelete); this.Controls.Add(this.simpleButtonAdd); this.Controls.Add(this.gridControlPara); this.Name = "FormSystemParameter"; this.Text = "系统参数"; this.Load += new System.EventHandler(this.FormSystemParameter_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControlPara)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControlPara; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkDelete; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraEditors.SimpleButton simpleButtonAdd; private DevExpress.XtraEditors.SimpleButton simpleButtonAllDelete; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkAlter_Click; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; } }