namespace Uninpho.Tools.components.DataManager { partial class DMGrid { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode(); this.progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridCharts = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit(); this.SuspendLayout(); // // progressPanel1 // this.progressPanel1.Anchor = System.Windows.Forms.AnchorStyles.None; this.progressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent; this.progressPanel1.Appearance.Options.UseBackColor = true; this.progressPanel1.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.progressPanel1.AppearanceCaption.Options.UseFont = true; this.progressPanel1.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.progressPanel1.AppearanceDescription.Options.UseFont = true; this.progressPanel1.Caption = "正在加载数据"; this.progressPanel1.Description = "请稍后 ..."; this.progressPanel1.ImageHorzOffset = 20; this.progressPanel1.Location = new System.Drawing.Point(236, 240); this.progressPanel1.LookAndFeel.SkinName = "Office 2010 Blue"; this.progressPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3); this.progressPanel1.Name = "progressPanel1"; this.progressPanel1.Size = new System.Drawing.Size(294, 86); this.progressPanel1.TabIndex = 9; this.progressPanel1.Text = "776"; // // gridControl1 // this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; gridLevelNode1.RelationName = "Level1"; this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] { gridLevelNode1}); this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemHyperLinkEdit1}); this.gridControl1.Size = new System.Drawing.Size(751, 528); this.gridControl1.TabIndex = 8; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridCharts}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDown; this.gridView1.OptionsFind.AlwaysVisible = true; this.gridView1.OptionsFind.FindNullPrompt = "Enter text to search..."; this.gridView1.OptionsSelection.MultiSelect = true; this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; this.gridView1.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.ShowGroupPanel = false; // // gridCharts // this.gridCharts.Caption = "波形查看"; this.gridCharts.ColumnEdit = this.repositoryItemHyperLinkEdit1; this.gridCharts.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right; this.gridCharts.Name = "gridCharts"; this.gridCharts.Visible = true; this.gridCharts.VisibleIndex = 1; // // repositoryItemHyperLinkEdit1 // this.repositoryItemHyperLinkEdit1.AutoHeight = false; this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1"; this.repositoryItemHyperLinkEdit1.NullText = "波形查看"; this.repositoryItemHyperLinkEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemHyperLinkEdit1_ButtonClick); this.repositoryItemHyperLinkEdit1.Click += new System.EventHandler(this.repositoryItemHyperLinkEdit1_Click); // // DMGrid // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.progressPanel1); this.Controls.Add(this.gridControl1); this.Name = "DMGrid"; this.Size = new System.Drawing.Size(751, 528); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraWaitForm.ProgressPanel progressPanel1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gridCharts; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1; } }