CtrlXl.Designer.cs 14 KB

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