CtrlHistoryTask.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. namespace DataSimulation.Forms.UserControl
  2. {
  3. partial class CtrlHistoryTask
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CtrlHistoryTask));
  30. this.gridHistoryTask = new DevExpress.XtraGrid.GridControl();
  31. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  33. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  34. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  37. this.btnDel = new DevExpress.XtraBars.BarButtonItem();
  38. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  39. ((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  43. this.SuspendLayout();
  44. //
  45. // gridHistoryTask
  46. //
  47. this.gridHistoryTask.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.gridHistoryTask.Location = new System.Drawing.Point(0, 0);
  49. this.gridHistoryTask.MainView = this.gridView1;
  50. this.gridHistoryTask.Name = "gridHistoryTask";
  51. this.gridHistoryTask.Size = new System.Drawing.Size(647, 422);
  52. this.gridHistoryTask.TabIndex = 0;
  53. this.gridHistoryTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  54. this.gridView1});
  55. //
  56. // gridView1
  57. //
  58. this.gridView1.GridControl = this.gridHistoryTask;
  59. this.gridView1.Name = "gridView1";
  60. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  61. this.gridView1.CustomDrawEmptyForeground += new DevExpress.XtraGrid.Views.Base.CustomDrawEventHandler(this.gridView1_CustomDrawEmptyForeground);
  62. //
  63. // barManager1
  64. //
  65. this.barManager1.DockControls.Add(this.barDockControlTop);
  66. this.barManager1.DockControls.Add(this.barDockControlBottom);
  67. this.barManager1.DockControls.Add(this.barDockControlLeft);
  68. this.barManager1.DockControls.Add(this.barDockControlRight);
  69. this.barManager1.Form = this;
  70. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  71. this.btnDel});
  72. this.barManager1.MaxItemId = 3;
  73. //
  74. // barDockControlTop
  75. //
  76. this.barDockControlTop.CausesValidation = false;
  77. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  79. this.barDockControlTop.Manager = this.barManager1;
  80. this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
  81. //
  82. // barDockControlBottom
  83. //
  84. this.barDockControlBottom.CausesValidation = false;
  85. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  86. this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
  87. this.barDockControlBottom.Manager = this.barManager1;
  88. this.barDockControlBottom.Size = new System.Drawing.Size(647, 0);
  89. //
  90. // barDockControlLeft
  91. //
  92. this.barDockControlLeft.CausesValidation = false;
  93. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  94. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  95. this.barDockControlLeft.Manager = this.barManager1;
  96. this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
  97. //
  98. // barDockControlRight
  99. //
  100. this.barDockControlRight.CausesValidation = false;
  101. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  102. this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
  103. this.barDockControlRight.Manager = this.barManager1;
  104. this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
  105. //
  106. // btnDel
  107. //
  108. this.btnDel.Caption = "删除";
  109. this.btnDel.Id = 1;
  110. this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
  111. this.btnDel.Name = "btnDel";
  112. this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
  113. //
  114. // popupMenu1
  115. //
  116. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  117. new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
  118. this.popupMenu1.Manager = this.barManager1;
  119. this.popupMenu1.Name = "popupMenu1";
  120. //
  121. // CtrlHistoryTask
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.Controls.Add(this.gridHistoryTask);
  126. this.Controls.Add(this.barDockControlLeft);
  127. this.Controls.Add(this.barDockControlRight);
  128. this.Controls.Add(this.barDockControlBottom);
  129. this.Controls.Add(this.barDockControlTop);
  130. this.Name = "CtrlHistoryTask";
  131. this.Size = new System.Drawing.Size(647, 422);
  132. this.Load += new System.EventHandler(this.CtrlAnt_Load);
  133. ((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).EndInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private DevExpress.XtraGrid.GridControl gridHistoryTask;
  142. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  143. private DevExpress.XtraBars.BarManager barManager1;
  144. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  145. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  146. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  147. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  148. private DevExpress.XtraBars.BarButtonItem btnDel;
  149. private DevExpress.XtraBars.PopupMenu popupMenu1;
  150. }
  151. }