namespace SIMDP.View { partial class FormUserParameter { /// /// 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(FormUserParameter)); this.btn_Add = new DevExpress.XtraEditors.SimpleButton(); this.btn_DeleteAll = new DevExpress.XtraEditors.SimpleButton(); this.gridControl_UserPara = new DevExpress.XtraGrid.GridControl(); this.gridView_UserPara = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = 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.gridColumn3 = 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(); ((System.ComponentModel.ISupportInitialize)(this.gridControl_UserPara)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_UserPara)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).BeginInit(); this.SuspendLayout(); // // btn_Add // this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image"))); this.btn_Add.Location = new System.Drawing.Point(119, 20); this.btn_Add.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(107, 36); this.btn_Add.TabIndex = 1; this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_DeleteAll // this.btn_DeleteAll.Image = ((System.Drawing.Image)(resources.GetObject("btn_DeleteAll.Image"))); this.btn_DeleteAll.Location = new System.Drawing.Point(376, 19); this.btn_DeleteAll.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.btn_DeleteAll.Name = "btn_DeleteAll"; this.btn_DeleteAll.Size = new System.Drawing.Size(107, 36); this.btn_DeleteAll.TabIndex = 1; this.btn_DeleteAll.Text = "全部删除"; this.btn_DeleteAll.Click += new System.EventHandler(this.btn_DeleteAll_Click); // // gridControl_UserPara // this.gridControl_UserPara.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.gridControl_UserPara.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.gridControl_UserPara.Location = new System.Drawing.Point(0, 66); this.gridControl_UserPara.MainView = this.gridView_UserPara; this.gridControl_UserPara.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.gridControl_UserPara.Name = "gridControl_UserPara"; this.gridControl_UserPara.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemHyperLinkDelete, this.repositoryItemHyperLinkAlter_Click}); this.gridControl_UserPara.Size = new System.Drawing.Size(1414, 663); this.gridControl_UserPara.TabIndex = 2; this.gridControl_UserPara.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView_UserPara}); // // gridView_UserPara // this.gridView_UserPara.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView_UserPara.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView_UserPara.Appearance.HeaderPanel.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; this.gridView_UserPara.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn3, this.gridColumn10, this.gridColumn11}); this.gridView_UserPara.GridControl = this.gridControl_UserPara; this.gridView_UserPara.Name = "gridView_UserPara"; this.gridView_UserPara.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gridView_UserPara.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True; this.gridView_UserPara.OptionsBehavior.ReadOnly = true; this.gridView_UserPara.OptionsView.ShowGroupPanel = false; this.gridView_UserPara.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridView_UserPara_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 = "UserParaId"; this.gridColumn1.Name = "gridColumn1"; // // 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 = "UserParaName"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 0; // // 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 = "UserParaValue"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 1; // // 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 = "UserParaUnit"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 2; // // 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 = "UserParaValid"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 3; this.gridColumn7.Width = 78; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "参数描述"; this.gridColumn3.FieldName = "UserParaDescription"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 4; // // 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 = 5; 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.repositoryItemHyperLinkDelete_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 = 6; // // 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_Click); // // FormUserParameter // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1413, 726); this.Controls.Add(this.gridControl_UserPara); this.Controls.Add(this.btn_DeleteAll); this.Controls.Add(this.btn_Add); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "FormUserParameter"; this.Text = "用户参数"; this.Load += new System.EventHandler(this.FormUserParameter_Load); ((System.ComponentModel.ISupportInitialize)(this.gridControl_UserPara)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView_UserPara)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkDelete)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkAlter_Click)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btn_Add; private DevExpress.XtraEditors.SimpleButton btn_DeleteAll; private DevExpress.XtraGrid.GridControl gridControl_UserPara; private DevExpress.XtraGrid.Views.Grid.GridView gridView_UserPara; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkDelete; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkAlter_Click; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; } }