CtrlHistoryTask.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
  31. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  32. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  33. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  34. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  35. this.btnDel = new DevExpress.XtraBars.BarButtonItem();
  36. this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
  37. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  38. this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
  39. this.txtEndTime = new DevExpress.XtraEditors.DateEdit();
  40. this.txtStartTime = new DevExpress.XtraEditors.DateEdit();
  41. this.gridHistoryTask = new DevExpress.XtraGrid.GridControl();
  42. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  43. this.txtTaskName = new DevExpress.XtraEditors.TextEdit();
  44. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  45. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  54. this.layoutControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // barManager1
  72. //
  73. this.barManager1.DockControls.Add(this.barDockControlTop);
  74. this.barManager1.DockControls.Add(this.barDockControlBottom);
  75. this.barManager1.DockControls.Add(this.barDockControlLeft);
  76. this.barManager1.DockControls.Add(this.barDockControlRight);
  77. this.barManager1.Form = this;
  78. this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  79. this.btnDel});
  80. this.barManager1.MaxItemId = 3;
  81. //
  82. // barDockControlTop
  83. //
  84. this.barDockControlTop.CausesValidation = false;
  85. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  87. this.barDockControlTop.Manager = this.barManager1;
  88. this.barDockControlTop.Size = new System.Drawing.Size(647, 0);
  89. //
  90. // barDockControlBottom
  91. //
  92. this.barDockControlBottom.CausesValidation = false;
  93. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  94. this.barDockControlBottom.Location = new System.Drawing.Point(0, 422);
  95. this.barDockControlBottom.Manager = this.barManager1;
  96. this.barDockControlBottom.Size = new System.Drawing.Size(647, 0);
  97. //
  98. // barDockControlLeft
  99. //
  100. this.barDockControlLeft.CausesValidation = false;
  101. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  102. this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
  103. this.barDockControlLeft.Manager = this.barManager1;
  104. this.barDockControlLeft.Size = new System.Drawing.Size(0, 422);
  105. //
  106. // barDockControlRight
  107. //
  108. this.barDockControlRight.CausesValidation = false;
  109. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  110. this.barDockControlRight.Location = new System.Drawing.Point(647, 0);
  111. this.barDockControlRight.Manager = this.barManager1;
  112. this.barDockControlRight.Size = new System.Drawing.Size(0, 422);
  113. //
  114. // btnDel
  115. //
  116. this.btnDel.Caption = "删除";
  117. this.btnDel.Id = 1;
  118. this.btnDel.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnDel.ImageOptions.SvgImage")));
  119. this.btnDel.Name = "btnDel";
  120. this.btnDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDel_ItemClick);
  121. //
  122. // popupMenu1
  123. //
  124. this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  125. new DevExpress.XtraBars.LinkPersistInfo(this.btnDel)});
  126. this.popupMenu1.Manager = this.barManager1;
  127. this.popupMenu1.Name = "popupMenu1";
  128. //
  129. // layoutControl1
  130. //
  131. this.layoutControl1.Controls.Add(this.btnSearch);
  132. this.layoutControl1.Controls.Add(this.txtEndTime);
  133. this.layoutControl1.Controls.Add(this.txtStartTime);
  134. this.layoutControl1.Controls.Add(this.gridHistoryTask);
  135. this.layoutControl1.Controls.Add(this.txtTaskName);
  136. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  138. this.layoutControl1.Name = "layoutControl1";
  139. this.layoutControl1.Root = this.Root;
  140. this.layoutControl1.Size = new System.Drawing.Size(647, 422);
  141. this.layoutControl1.TabIndex = 5;
  142. this.layoutControl1.Text = "layoutControl1";
  143. //
  144. // btnSearch
  145. //
  146. this.btnSearch.Location = new System.Drawing.Point(390, 12);
  147. this.btnSearch.Name = "btnSearch";
  148. this.btnSearch.Size = new System.Drawing.Size(31, 22);
  149. this.btnSearch.StyleController = this.layoutControl1;
  150. this.btnSearch.TabIndex = 8;
  151. this.btnSearch.Text = "查询";
  152. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  153. //
  154. // txtEndTime
  155. //
  156. this.txtEndTime.EditValue = null;
  157. this.txtEndTime.Location = new System.Drawing.Point(319, 12);
  158. this.txtEndTime.MenuManager = this.barManager1;
  159. this.txtEndTime.Name = "txtEndTime";
  160. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  161. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  162. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  163. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  164. this.txtEndTime.Size = new System.Drawing.Size(67, 20);
  165. this.txtEndTime.StyleController = this.layoutControl1;
  166. this.txtEndTime.TabIndex = 7;
  167. //
  168. // txtStartTime
  169. //
  170. this.txtStartTime.EditValue = null;
  171. this.txtStartTime.Location = new System.Drawing.Point(191, 12);
  172. this.txtStartTime.MenuManager = this.barManager1;
  173. this.txtStartTime.Name = "txtStartTime";
  174. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  175. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  176. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  177. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  178. this.txtStartTime.Size = new System.Drawing.Size(64, 20);
  179. this.txtStartTime.StyleController = this.layoutControl1;
  180. this.txtStartTime.TabIndex = 6;
  181. //
  182. // gridHistoryTask
  183. //
  184. this.gridHistoryTask.Location = new System.Drawing.Point(12, 38);
  185. this.gridHistoryTask.MainView = this.gridView1;
  186. this.gridHistoryTask.MenuManager = this.barManager1;
  187. this.gridHistoryTask.Name = "gridHistoryTask";
  188. this.gridHistoryTask.Size = new System.Drawing.Size(623, 372);
  189. this.gridHistoryTask.TabIndex = 5;
  190. this.gridHistoryTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  191. this.gridView1});
  192. //
  193. // gridView1
  194. //
  195. this.gridView1.GridControl = this.gridHistoryTask;
  196. this.gridView1.Name = "gridView1";
  197. //
  198. // txtTaskName
  199. //
  200. this.txtTaskName.Location = new System.Drawing.Point(72, 12);
  201. this.txtTaskName.MenuManager = this.barManager1;
  202. this.txtTaskName.Name = "txtTaskName";
  203. this.txtTaskName.Size = new System.Drawing.Size(55, 20);
  204. this.txtTaskName.StyleController = this.layoutControl1;
  205. this.txtTaskName.TabIndex = 4;
  206. //
  207. // Root
  208. //
  209. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  210. this.Root.GroupBordersVisible = false;
  211. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  212. this.layoutControlItem1,
  213. this.layoutControlItem2,
  214. this.layoutControlItem3,
  215. this.layoutControlItem4,
  216. this.layoutControlItem5,
  217. this.emptySpaceItem1});
  218. this.Root.Name = "Root";
  219. this.Root.Size = new System.Drawing.Size(647, 422);
  220. this.Root.TextVisible = false;
  221. //
  222. // layoutControlItem1
  223. //
  224. this.layoutControlItem1.Control = this.txtTaskName;
  225. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  226. this.layoutControlItem1.Name = "layoutControlItem1";
  227. this.layoutControlItem1.Size = new System.Drawing.Size(119, 26);
  228. this.layoutControlItem1.Text = "任务名";
  229. this.layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
  230. //
  231. // layoutControlItem2
  232. //
  233. this.layoutControlItem2.Control = this.gridHistoryTask;
  234. this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
  235. this.layoutControlItem2.Name = "layoutControlItem2";
  236. this.layoutControlItem2.Size = new System.Drawing.Size(627, 376);
  237. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  238. this.layoutControlItem2.TextVisible = false;
  239. //
  240. // layoutControlItem3
  241. //
  242. this.layoutControlItem3.Control = this.txtStartTime;
  243. this.layoutControlItem3.Location = new System.Drawing.Point(119, 0);
  244. this.layoutControlItem3.Name = "layoutControlItem3";
  245. this.layoutControlItem3.Size = new System.Drawing.Size(128, 26);
  246. this.layoutControlItem3.Text = "开始时间";
  247. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  248. //
  249. // layoutControlItem4
  250. //
  251. this.layoutControlItem4.Control = this.txtEndTime;
  252. this.layoutControlItem4.Location = new System.Drawing.Point(247, 0);
  253. this.layoutControlItem4.Name = "layoutControlItem4";
  254. this.layoutControlItem4.Size = new System.Drawing.Size(131, 26);
  255. this.layoutControlItem4.Text = "结束时间";
  256. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  257. //
  258. // layoutControlItem5
  259. //
  260. this.layoutControlItem5.Control = this.btnSearch;
  261. this.layoutControlItem5.Location = new System.Drawing.Point(378, 0);
  262. this.layoutControlItem5.Name = "layoutControlItem5";
  263. this.layoutControlItem5.Size = new System.Drawing.Size(35, 26);
  264. this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
  265. this.layoutControlItem5.TextVisible = false;
  266. //
  267. // emptySpaceItem1
  268. //
  269. this.emptySpaceItem1.AllowHotTrack = false;
  270. this.emptySpaceItem1.Location = new System.Drawing.Point(413, 0);
  271. this.emptySpaceItem1.Name = "emptySpaceItem1";
  272. this.emptySpaceItem1.Size = new System.Drawing.Size(214, 26);
  273. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  274. //
  275. // CtrlHistoryTask
  276. //
  277. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  279. this.Controls.Add(this.layoutControl1);
  280. this.Controls.Add(this.barDockControlLeft);
  281. this.Controls.Add(this.barDockControlRight);
  282. this.Controls.Add(this.barDockControlBottom);
  283. this.Controls.Add(this.barDockControlTop);
  284. this.Name = "CtrlHistoryTask";
  285. this.Size = new System.Drawing.Size(647, 422);
  286. this.Load += new System.EventHandler(this.CtrlHistoryTask_Load);
  287. ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  290. this.layoutControl1.ResumeLayout(false);
  291. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.gridHistoryTask)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.txtTaskName.Properties)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  305. this.ResumeLayout(false);
  306. this.PerformLayout();
  307. }
  308. #endregion
  309. private DevExpress.XtraBars.BarManager barManager1;
  310. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  311. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  312. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  313. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  314. private DevExpress.XtraBars.BarButtonItem btnDel;
  315. private DevExpress.XtraBars.PopupMenu popupMenu1;
  316. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  317. private DevExpress.XtraLayout.LayoutControlGroup Root;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  319. private DevExpress.XtraEditors.DateEdit txtEndTime;
  320. private DevExpress.XtraEditors.DateEdit txtStartTime;
  321. private DevExpress.XtraGrid.GridControl gridHistoryTask;
  322. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  323. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  324. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  325. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  326. private DevExpress.XtraEditors.SimpleButton btnSearch;
  327. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  328. private DevExpress.XtraEditors.TextEdit txtTaskName;
  329. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  330. }
  331. }