CtrlCgRes.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. 
  2. namespace DW5S.App.UserControl
  3. {
  4. partial class CtrlCgRes
  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. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. gridCg = new DevExpress.XtraGrid.GridControl();
  31. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  32. txtTimeCho = new DevExpress.XtraEditors.ImageComboBoxEdit();
  33. txtStartTime = new DevExpress.XtraEditors.DateEdit();
  34. txtEndTime = new DevExpress.XtraEditors.DateEdit();
  35. btnSearch = new DevExpress.XtraEditors.SimpleButton();
  36. txtTask = new DevExpress.XtraEditors.SearchLookUpEdit();
  37. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  38. btnDraw = new DevExpress.XtraEditors.SimpleButton();
  39. layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  40. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  41. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  42. itemStart = new DevExpress.XtraLayout.LayoutControlItem();
  43. itemEnd = new DevExpress.XtraLayout.LayoutControlItem();
  44. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  45. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  47. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  48. layoutControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)gridCg).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)txtTask.Properties).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)itemStart).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)itemEnd).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
  66. SuspendLayout();
  67. //
  68. // layoutControl1
  69. //
  70. layoutControl1.Controls.Add(gridCg);
  71. layoutControl1.Controls.Add(txtTimeCho);
  72. layoutControl1.Controls.Add(txtStartTime);
  73. layoutControl1.Controls.Add(txtEndTime);
  74. layoutControl1.Controls.Add(btnSearch);
  75. layoutControl1.Controls.Add(txtTask);
  76. layoutControl1.Controls.Add(btnDraw);
  77. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. layoutControl1.Location = new System.Drawing.Point(0, 0);
  79. layoutControl1.Name = "layoutControl1";
  80. layoutControl1.Root = layoutControlGroup1;
  81. layoutControl1.Size = new System.Drawing.Size(1200, 465);
  82. layoutControl1.TabIndex = 7;
  83. layoutControl1.Text = "layoutControl2";
  84. //
  85. // gridCg
  86. //
  87. gridCg.Location = new System.Drawing.Point(2, 26);
  88. gridCg.MainView = gridView1;
  89. gridCg.Name = "gridCg";
  90. gridCg.Size = new System.Drawing.Size(1196, 437);
  91. gridCg.TabIndex = 4;
  92. gridCg.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  93. //
  94. // gridView1
  95. //
  96. gridView1.GridControl = gridCg;
  97. gridView1.Name = "gridView1";
  98. //
  99. // txtTimeCho
  100. //
  101. txtTimeCho.EditValue = 1;
  102. txtTimeCho.Location = new System.Drawing.Point(315, 2);
  103. txtTimeCho.Name = "txtTimeCho";
  104. txtTimeCho.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  105. txtTimeCho.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1小时", 1, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近6小时", 6, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近12小时", 12, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近1天", 24, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("最近3天", 72, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("自定义", 0, -1) });
  106. txtTimeCho.Size = new System.Drawing.Size(103, 20);
  107. txtTimeCho.StyleController = layoutControl1;
  108. txtTimeCho.TabIndex = 11;
  109. txtTimeCho.SelectedIndexChanged += txtTimeCho_SelectedIndexChanged;
  110. //
  111. // txtStartTime
  112. //
  113. txtStartTime.EditValue = null;
  114. txtStartTime.Location = new System.Drawing.Point(485, 2);
  115. txtStartTime.Name = "txtStartTime";
  116. txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  117. txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  118. txtStartTime.Size = new System.Drawing.Size(203, 20);
  119. txtStartTime.StyleController = layoutControl1;
  120. txtStartTime.TabIndex = 7;
  121. //
  122. // txtEndTime
  123. //
  124. txtEndTime.EditValue = null;
  125. txtEndTime.Location = new System.Drawing.Point(755, 2);
  126. txtEndTime.Name = "txtEndTime";
  127. txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  128. txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  129. txtEndTime.Size = new System.Drawing.Size(203, 20);
  130. txtEndTime.StyleController = layoutControl1;
  131. txtEndTime.TabIndex = 8;
  132. //
  133. // btnSearch
  134. //
  135. btnSearch.Location = new System.Drawing.Point(962, 2);
  136. btnSearch.MaximumSize = new System.Drawing.Size(0, 21);
  137. btnSearch.MinimumSize = new System.Drawing.Size(0, 21);
  138. btnSearch.Name = "btnSearch";
  139. btnSearch.Size = new System.Drawing.Size(86, 21);
  140. btnSearch.StyleController = layoutControl1;
  141. btnSearch.TabIndex = 9;
  142. btnSearch.Text = "查询";
  143. btnSearch.Click += btnSearch_Click;
  144. //
  145. // txtTask
  146. //
  147. txtTask.EditValue = 1;
  148. txtTask.Location = new System.Drawing.Point(31, 2);
  149. txtTask.Name = "txtTask";
  150. txtTask.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  151. txtTask.Properties.NullText = "";
  152. txtTask.Properties.PopupSizeable = false;
  153. txtTask.Properties.PopupView = searchLookUpEdit1View;
  154. txtTask.Size = new System.Drawing.Size(217, 20);
  155. txtTask.StyleController = layoutControl1;
  156. txtTask.TabIndex = 11;
  157. //
  158. // searchLookUpEdit1View
  159. //
  160. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  161. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  162. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  163. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  164. //
  165. // btnDraw
  166. //
  167. btnDraw.Location = new System.Drawing.Point(1052, 2);
  168. btnDraw.MaximumSize = new System.Drawing.Size(0, 21);
  169. btnDraw.MinimumSize = new System.Drawing.Size(0, 21);
  170. btnDraw.Name = "btnDraw";
  171. btnDraw.Size = new System.Drawing.Size(86, 21);
  172. btnDraw.StyleController = layoutControl1;
  173. btnDraw.TabIndex = 9;
  174. btnDraw.Text = "绘图";
  175. btnDraw.Click += btnDraw_Click;
  176. //
  177. // layoutControlGroup1
  178. //
  179. layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  180. layoutControlGroup1.GroupBordersVisible = false;
  181. layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem3, itemStart, itemEnd, layoutControlItem6, layoutControlItem1, layoutControlItem4 });
  182. layoutControlGroup1.Name = "Root";
  183. layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  184. layoutControlGroup1.Size = new System.Drawing.Size(1200, 465);
  185. layoutControlGroup1.TextVisible = false;
  186. //
  187. // layoutControlItem2
  188. //
  189. layoutControlItem2.Control = gridCg;
  190. layoutControlItem2.Location = new System.Drawing.Point(0, 24);
  191. layoutControlItem2.Name = "layoutControlItem2";
  192. layoutControlItem2.Size = new System.Drawing.Size(1200, 441);
  193. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  194. layoutControlItem2.TextVisible = false;
  195. //
  196. // layoutControlItem3
  197. //
  198. layoutControlItem3.Control = txtTimeCho;
  199. layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  200. layoutControlItem3.CustomizationFormText = "时间选择";
  201. layoutControlItem3.Location = new System.Drawing.Point(250, 0);
  202. layoutControlItem3.MaxSize = new System.Drawing.Size(170, 24);
  203. layoutControlItem3.MinSize = new System.Drawing.Size(170, 24);
  204. layoutControlItem3.Name = "layoutControlItem3";
  205. layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  206. layoutControlItem3.Size = new System.Drawing.Size(170, 24);
  207. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  208. layoutControlItem3.Text = "时间选择";
  209. layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  210. layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  211. layoutControlItem3.TextToControlDistance = 5;
  212. //
  213. // itemStart
  214. //
  215. itemStart.Control = txtStartTime;
  216. itemStart.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  217. itemStart.CustomizationFormText = "开始时间";
  218. itemStart.Location = new System.Drawing.Point(420, 0);
  219. itemStart.MaxSize = new System.Drawing.Size(270, 24);
  220. itemStart.MinSize = new System.Drawing.Size(270, 24);
  221. itemStart.Name = "itemStart";
  222. itemStart.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  223. itemStart.Size = new System.Drawing.Size(270, 24);
  224. itemStart.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  225. itemStart.Text = "开始时间";
  226. itemStart.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  227. itemStart.TextSize = new System.Drawing.Size(48, 14);
  228. itemStart.TextToControlDistance = 5;
  229. itemStart.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  230. //
  231. // itemEnd
  232. //
  233. itemEnd.Control = txtEndTime;
  234. itemEnd.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  235. itemEnd.CustomizationFormText = "结束时间";
  236. itemEnd.Location = new System.Drawing.Point(690, 0);
  237. itemEnd.MaxSize = new System.Drawing.Size(270, 24);
  238. itemEnd.MinSize = new System.Drawing.Size(270, 24);
  239. itemEnd.Name = "itemEnd";
  240. itemEnd.Padding = new DevExpress.XtraLayout.Utils.Padding(12, 2, 2, 2);
  241. itemEnd.Size = new System.Drawing.Size(270, 24);
  242. itemEnd.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  243. itemEnd.Text = "结束时间";
  244. itemEnd.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  245. itemEnd.TextSize = new System.Drawing.Size(48, 14);
  246. itemEnd.TextToControlDistance = 5;
  247. itemEnd.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  248. //
  249. // layoutControlItem6
  250. //
  251. layoutControlItem6.Control = btnSearch;
  252. layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  253. layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  254. layoutControlItem6.Location = new System.Drawing.Point(960, 0);
  255. layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
  256. layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
  257. layoutControlItem6.Name = "layoutControlItem6";
  258. layoutControlItem6.Size = new System.Drawing.Size(90, 24);
  259. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  260. layoutControlItem6.Text = "layoutControlItemSearch";
  261. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  262. layoutControlItem6.TextVisible = false;
  263. //
  264. // layoutControlItem1
  265. //
  266. layoutControlItem1.Control = txtTask;
  267. layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  268. layoutControlItem1.CustomizationFormText = "时间选择";
  269. layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  270. layoutControlItem1.MaxSize = new System.Drawing.Size(250, 24);
  271. layoutControlItem1.MinSize = new System.Drawing.Size(250, 24);
  272. layoutControlItem1.Name = "layoutControlItem1";
  273. layoutControlItem1.Size = new System.Drawing.Size(250, 24);
  274. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  275. layoutControlItem1.Text = "任务";
  276. layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  277. layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
  278. layoutControlItem1.TextToControlDistance = 5;
  279. //
  280. // layoutControlItem4
  281. //
  282. layoutControlItem4.Control = btnDraw;
  283. layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  284. layoutControlItem4.CustomizationFormText = "layoutControlItemSearch";
  285. layoutControlItem4.Location = new System.Drawing.Point(1050, 0);
  286. layoutControlItem4.MaxSize = new System.Drawing.Size(90, 24);
  287. layoutControlItem4.MinSize = new System.Drawing.Size(90, 24);
  288. layoutControlItem4.Name = "layoutControlItem4";
  289. layoutControlItem4.Size = new System.Drawing.Size(150, 24);
  290. layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  291. layoutControlItem4.Text = "layoutControlItemSearch";
  292. layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
  293. layoutControlItem4.TextVisible = false;
  294. //
  295. // CtrlCgRes
  296. //
  297. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  298. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. Controls.Add(layoutControl1);
  300. Name = "CtrlCgRes";
  301. Size = new System.Drawing.Size(1200, 465);
  302. Load += CtrlCgRes_Load;
  303. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  304. layoutControl1.ResumeLayout(false);
  305. ((System.ComponentModel.ISupportInitialize)gridCg).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)txtTimeCho.Properties).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties.CalendarTimeProperties).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)txtStartTime.Properties).EndInit();
  310. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties.CalendarTimeProperties).EndInit();
  311. ((System.ComponentModel.ISupportInitialize)txtEndTime.Properties).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)txtTask.Properties).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)itemStart).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)itemEnd).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
  322. ResumeLayout(false);
  323. }
  324. #endregion
  325. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  326. private DevExpress.XtraGrid.GridControl gridCg;
  327. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  328. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  329. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  330. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
  331. private DevExpress.XtraEditors.DateEdit txtStartTime;
  332. private DevExpress.XtraEditors.DateEdit txtEndTime;
  333. private DevExpress.XtraLayout.LayoutControlItem itemStart;
  334. private DevExpress.XtraLayout.LayoutControlItem itemEnd;
  335. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  336. private DevExpress.XtraEditors.SimpleButton btnSearch;
  337. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  338. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  339. private DevExpress.XtraEditors.SearchLookUpEdit txtTask;
  340. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  341. private DevExpress.XtraEditors.SimpleButton btnDraw;
  342. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  343. }
  344. }