CtrlCgRes.Designer.cs 20 KB

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