DMGrid.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. namespace Uninpho.Tools.components.DataManager
  2. {
  3. partial class DMGrid
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
  29. this.progressPanel1 = new DevExpress.XtraWaitForm.ProgressPanel();
  30. this.gridControl1 = new DevExpress.XtraGrid.GridControl();
  31. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.gridCharts = new DevExpress.XtraGrid.Columns.GridColumn();
  33. this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
  34. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // progressPanel1
  40. //
  41. this.progressPanel1.Anchor = System.Windows.Forms.AnchorStyles.None;
  42. this.progressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent;
  43. this.progressPanel1.Appearance.Options.UseBackColor = true;
  44. this.progressPanel1.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  45. this.progressPanel1.AppearanceCaption.Options.UseFont = true;
  46. this.progressPanel1.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
  47. this.progressPanel1.AppearanceDescription.Options.UseFont = true;
  48. this.progressPanel1.Caption = "正在加载数据";
  49. this.progressPanel1.Description = "请稍后 ...";
  50. this.progressPanel1.ImageHorzOffset = 20;
  51. this.progressPanel1.Location = new System.Drawing.Point(236, 240);
  52. this.progressPanel1.LookAndFeel.SkinName = "Office 2010 Blue";
  53. this.progressPanel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 3);
  54. this.progressPanel1.Name = "progressPanel1";
  55. this.progressPanel1.Size = new System.Drawing.Size(294, 86);
  56. this.progressPanel1.TabIndex = 9;
  57. this.progressPanel1.Text = "776";
  58. //
  59. // gridControl1
  60. //
  61. this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  62. gridLevelNode1.RelationName = "Level1";
  63. this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
  64. gridLevelNode1});
  65. this.gridControl1.Location = new System.Drawing.Point(0, 0);
  66. this.gridControl1.MainView = this.gridView1;
  67. this.gridControl1.Name = "gridControl1";
  68. this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  69. this.repositoryItemHyperLinkEdit1});
  70. this.gridControl1.Size = new System.Drawing.Size(751, 528);
  71. this.gridControl1.TabIndex = 8;
  72. this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  73. this.gridView1});
  74. this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
  75. //
  76. // gridView1
  77. //
  78. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  79. this.gridCharts});
  80. this.gridView1.GridControl = this.gridControl1;
  81. this.gridView1.Name = "gridView1";
  82. this.gridView1.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDown;
  83. this.gridView1.OptionsFind.AlwaysVisible = true;
  84. this.gridView1.OptionsFind.FindNullPrompt = "Enter text to search...";
  85. this.gridView1.OptionsSelection.MultiSelect = true;
  86. this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  87. this.gridView1.OptionsSelection.ResetSelectionClickOutsideCheckboxSelector = true;
  88. this.gridView1.OptionsView.ColumnAutoWidth = false;
  89. this.gridView1.OptionsView.ShowGroupPanel = false;
  90. //
  91. // gridCharts
  92. //
  93. this.gridCharts.Caption = "波形查看";
  94. this.gridCharts.ColumnEdit = this.repositoryItemHyperLinkEdit1;
  95. this.gridCharts.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Right;
  96. this.gridCharts.Name = "gridCharts";
  97. this.gridCharts.Visible = true;
  98. this.gridCharts.VisibleIndex = 1;
  99. //
  100. // repositoryItemHyperLinkEdit1
  101. //
  102. this.repositoryItemHyperLinkEdit1.AutoHeight = false;
  103. this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
  104. this.repositoryItemHyperLinkEdit1.NullText = "波形查看";
  105. this.repositoryItemHyperLinkEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemHyperLinkEdit1_ButtonClick);
  106. this.repositoryItemHyperLinkEdit1.Click += new System.EventHandler(this.repositoryItemHyperLinkEdit1_Click);
  107. //
  108. // DMGrid
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.Controls.Add(this.progressPanel1);
  113. this.Controls.Add(this.gridControl1);
  114. this.Name = "DMGrid";
  115. this.Size = new System.Drawing.Size(751, 528);
  116. ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
  119. this.ResumeLayout(false);
  120. }
  121. #endregion
  122. private DevExpress.XtraWaitForm.ProgressPanel progressPanel1;
  123. private DevExpress.XtraGrid.GridControl gridControl1;
  124. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  125. private DevExpress.XtraGrid.Columns.GridColumn gridCharts;
  126. private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit1;
  127. }
  128. }