CtrlWcpj.Designer.cs 7.6 KB

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