CtrlXl.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. namespace XdCxRhDW.App.UserControl
  2. {
  3. partial class CtrlXl
  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(CtrlXl));
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.btnImp = new DevExpress.XtraEditors.SimpleButton();
  32. this.gridXl = new DevExpress.XtraGrid.GridControl();
  33. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.btnOpen = new DevExpress.XtraEditors.ButtonEdit();
  35. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  36. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  40. this.btnDel = new DevExpress.XtraBars.BarButtonItem();
  41. this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  42. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  43. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  44. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  45. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  46. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  47. this.layoutControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.gridXl)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // layoutControl1
  60. //
  61. this.layoutControl1.Controls.Add(this.btnImp);
  62. this.layoutControl1.Controls.Add(this.gridXl);
  63. this.layoutControl1.Controls.Add(this.btnOpen);
  64. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  66. this.layoutControl1.Name = "layoutControl1";
  67. this.layoutControl1.Root = this.Root;
  68. this.layoutControl1.Size = new System.Drawing.Size(647, 422);
  69. this.layoutControl1.TabIndex = 0;
  70. this.layoutControl1.Text = "layoutControl1";
  71. //
  72. // btnImp
  73. //
  74. this.btnImp.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnImp.ImageOptions.SvgImage")));
  75. this.btnImp.Location = new System.Drawing.Point(539, 12);
  76. this.btnImp.Name = "btnImp";
  77. this.btnImp.Size = new System.Drawing.Size(96, 24);
  78. this.btnImp.StyleController = this.layoutControl1;
  79. this.btnImp.TabIndex = 6;
  80. this.btnImp.Text = "导入";
  81. this.btnImp.Click += new System.EventHandler(this.btnImp_Click);
  82. //
  83. // gridXl
  84. //
  85. this.gridXl.Location = new System.Drawing.Point(10, 38);
  86. this.gridXl.MainView = this.gridView1;
  87. this.gridXl.Name = "gridXl";
  88. this.gridXl.Size = new System.Drawing.Size(627, 374);
  89. this.gridXl.TabIndex = 5;
  90. this.gridXl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  91. this.gridView1});
  92. //
  93. // gridView1
  94. //
  95. this.gridView1.GridControl = this.gridXl;
  96. this.gridView1.Name = "gridView1";
  97. this.gridView1.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.gridView1_PopupMenuShowing);
  98. //
  99. // btnOpen
  100. //
  101. this.btnOpen.Location = new System.Drawing.Point(76, 12);
  102. this.btnOpen.Name = "btnOpen";
  103. this.btnOpen.Properties.AutoHeight = false;
  104. this.btnOpen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  105. new DevExpress.XtraEditors.Controls.EditorButton()});
  106. this.btnOpen.Size = new System.Drawing.Size(459, 24);
  107. this.btnOpen.StyleController = this.layoutControl1;
  108. this.btnOpen.TabIndex = 4;
  109. //
  110. // Root
  111. //
  112. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  113. this.Root.GroupBordersVisible = false;
  114. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  115. this.layoutControlItem1,
  116. this.layoutControlItem2,
  117. this.layoutControlItem3});
  118. this.Root.Name = "Root";
  119. this.Root.Size = new System.Drawing.Size(647, 422);
  120. this.Root.TextVisible = false;
  121. //
  122. // layoutControlItem1
  123. //
  124. this.layoutControlItem1.Control = this.btnOpen;
  125. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  126. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 28);
  127. this.layoutControlItem1.MinSize = new System.Drawing.Size(118, 28);
  128. this.layoutControlItem1.Name = "layoutControlItem1";
  129. this.layoutControlItem1.Size = new System.Drawing.Size(527, 28);
  130. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  131. this.layoutControlItem1.Text = "星历文件:";
  132. this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
  133. //
  134. // layoutControlItem2
  135. //
  136. this.layoutControlItem2.Control = this.gridXl;
  137. this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
  138. this.layoutControlItem2.Name = "layoutControlItem2";
  139. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  140. this.layoutControlItem2.Size = new System.Drawing.Size(627, 374);
  141. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  142. this.layoutControlItem2.TextVisible = false;
  143. //
  144. // layoutControlItem3
  145. //
  146. this.layoutControlItem3.Control = this.btnImp;
  147. this.layoutControlItem3.Location = new System.Drawing.Point(527, 0);
  148. this.layoutControlItem3.MaxSize = new System.Drawing.Size(100, 28);
  149. this.layoutControlItem3.MinSize = new System.Drawing.Size(100, 28);
  150. this.layoutControlItem3.Name = "layoutControlItem3";
  151. this.layoutControlItem3.Size = new System.Drawing.Size(100, 28);
  152. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  153. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  154. this.layoutControlItem3.TextVisible = false;
  155. //
  156. // popupMenu1
  157. //
  158. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  159. new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
  160. this.popupMenu1.Manager = this.barManager1;
  161. this.popupMenu1.Name = "popupMenu1";
  162. //
  163. // btnDel
  164. //
  165. this.btnDel.Caption = "删除";
  166. this.btnDel.Id = 0;
  167. this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
  168. this.btnDel.Name = "btnDel";
  169. this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
  170. //
  171. // barManager1
  172. //
  173. this.barManager1.DockControls.Add(this.barDockControlTop);
  174. this.barManager1.DockControls.Add(this.barDockControlBottom);
  175. this.barManager1.DockControls.Add(this.barDockControlLeft);
  176. this.barManager1.DockControls.Add(this.barDockControlRight);
  177. this.barManager1.Form = this;
  178. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  179. this.btnDel});
  180. this.barManager1.MaxItemId = 1;
  181. //
  182. // barDockControlTop
  183. //
  184. this.barDockControlTop.CausesValidation = false;
  185. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  186. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  187. this.barDockControlTop.Manager = this.barManager1;
  188. this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
  189. //
  190. // barDockControlBottom
  191. //
  192. this.barDockControlBottom.CausesValidation = false;
  193. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  194. this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
  195. this.barDockControlBottom.Manager = this.barManager1;
  196. this.barDockControlBottom.Size = new System.Drawing.Size(647, 0);
  197. //
  198. // barDockControlLeft
  199. //
  200. this.barDockControlLeft.CausesValidation = false;
  201. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  202. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  203. this.barDockControlLeft.Manager = this.barManager1;
  204. this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
  205. //
  206. // barDockControlRight
  207. //
  208. this.barDockControlRight.CausesValidation = false;
  209. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  210. this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
  211. this.barDockControlRight.Manager = this.barManager1;
  212. this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
  213. //
  214. // CtrlXl
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.Controls.Add(this.layoutControl1);
  219. this.Controls.Add(this.barDockControlLeft);
  220. this.Controls.Add(this.barDockControlRight);
  221. this.Controls.Add(this.barDockControlBottom);
  222. this.Controls.Add(this.barDockControlTop);
  223. this.Name = "CtrlXl";
  224. this.Size = new System.Drawing.Size(647, 422);
  225. this.Load += new System.EventHandler(this.CtrlXl_Load);
  226. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  227. this.layoutControl1.ResumeLayout(false);
  228. ((System.ComponentModel.ISupportInitialize)(this.gridXl)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.btnOpen.Properties)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  237. this.ResumeLayout(false);
  238. this.PerformLayout();
  239. }
  240. #endregion
  241. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  242. private DevExpress.XtraGrid.GridControl gridXl;
  243. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  244. private DevExpress.XtraEditors.ButtonEdit btnOpen;
  245. private DevExpress.XtraLayout.LayoutControlGroup Root;
  246. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  247. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  248. private DevExpress.XtraEditors.SimpleButton btnImp;
  249. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  250. private DevExpress.XtraBars.PopupMenu popupMenu1;
  251. private DevExpress.XtraBars.BarButtonItem btnDel;
  252. private DevExpress.XtraBars.BarManager barManager1;
  253. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  254. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  255. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  256. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  257. }
  258. }