CtrlCgRes.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
  37. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  43. this.txtTask = new DevExpress.XtraEditors.SearchLookUpEdit();
  44. this.searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  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.layoutControlGroup1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtTask.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).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(1093, 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(1089, 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(309, 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, 22);
  111. this.txtTimeCho.StyleController = this.layoutControl1;
  112. this.txtTimeCho.TabIndex = 11;
  113. //
  114. // txtStartTime
  115. //
  116. this.txtStartTime.EditValue = null;
  117. this.txtStartTime.Location = new System.Drawing.Point(469, 4);
  118. this.txtStartTime.Name = "txtStartTime";
  119. this.txtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  120. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  121. this.txtStartTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  122. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  123. this.txtStartTime.Size = new System.Drawing.Size(149, 22);
  124. this.txtStartTime.StyleController = this.layoutControl1;
  125. this.txtStartTime.TabIndex = 7;
  126. //
  127. // txtEndTime
  128. //
  129. this.txtEndTime.EditValue = null;
  130. this.txtEndTime.Location = new System.Drawing.Point(679, 4);
  131. this.txtEndTime.Name = "txtEndTime";
  132. this.txtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  133. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  134. this.txtEndTime.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  135. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  136. this.txtEndTime.Size = new System.Drawing.Size(149, 22);
  137. this.txtEndTime.StyleController = this.layoutControl1;
  138. this.txtEndTime.TabIndex = 8;
  139. //
  140. // btnSearch
  141. //
  142. this.btnSearch.Location = new System.Drawing.Point(834, 4);
  143. this.btnSearch.Name = "btnSearch";
  144. this.btnSearch.Size = new System.Drawing.Size(84, 21);
  145. this.btnSearch.StyleController = this.layoutControl1;
  146. this.btnSearch.TabIndex = 9;
  147. this.btnSearch.Text = "查询";
  148. //
  149. // layoutControlGroup1
  150. //
  151. this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  152. this.layoutControlGroup1.GroupBordersVisible = false;
  153. this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  154. this.layoutControlItem2,
  155. this.layoutControlItem3,
  156. this.layoutControlItem4,
  157. this.layoutControlItem5,
  158. this.layoutControlItem6,
  159. this.layoutControlItem1});
  160. this.layoutControlGroup1.Name = "Root";
  161. this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
  162. this.layoutControlGroup1.Size = new System.Drawing.Size(1093, 465);
  163. this.layoutControlGroup1.TextVisible = false;
  164. //
  165. // layoutControlItem2
  166. //
  167. this.layoutControlItem2.Control = this.gridCg;
  168. this.layoutControlItem2.Location = new System.Drawing.Point(0, 28);
  169. this.layoutControlItem2.Name = "layoutControlItem2";
  170. this.layoutControlItem2.Size = new System.Drawing.Size(1093, 437);
  171. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  172. this.layoutControlItem2.TextVisible = false;
  173. //
  174. // layoutControlItem3
  175. //
  176. this.layoutControlItem3.Control = this.txtTimeCho;
  177. this.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  178. this.layoutControlItem3.CustomizationFormText = "时间选择";
  179. this.layoutControlItem3.Location = new System.Drawing.Point(250, 0);
  180. this.layoutControlItem3.MaxSize = new System.Drawing.Size(160, 28);
  181. this.layoutControlItem3.MinSize = new System.Drawing.Size(160, 28);
  182. this.layoutControlItem3.Name = "layoutControlItem3";
  183. this.layoutControlItem3.Size = new System.Drawing.Size(160, 28);
  184. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  185. this.layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  186. this.layoutControlItem3.Text = "时间选择";
  187. this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  188. this.layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
  189. this.layoutControlItem3.TextToControlDistance = 5;
  190. //
  191. // layoutControlItem4
  192. //
  193. this.layoutControlItem4.Control = this.txtStartTime;
  194. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  195. this.layoutControlItem4.CustomizationFormText = "开始时间";
  196. this.layoutControlItem4.Location = new System.Drawing.Point(410, 0);
  197. this.layoutControlItem4.MaxSize = new System.Drawing.Size(210, 28);
  198. this.layoutControlItem4.MinSize = new System.Drawing.Size(210, 28);
  199. this.layoutControlItem4.Name = "layoutControlItem4";
  200. this.layoutControlItem4.Size = new System.Drawing.Size(210, 28);
  201. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  202. this.layoutControlItem4.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  203. this.layoutControlItem4.Text = "开始时间";
  204. this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  205. this.layoutControlItem4.TextSize = new System.Drawing.Size(48, 14);
  206. this.layoutControlItem4.TextToControlDistance = 5;
  207. this.layoutControlItem4.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  208. //
  209. // layoutControlItem5
  210. //
  211. this.layoutControlItem5.Control = this.txtEndTime;
  212. this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  213. this.layoutControlItem5.CustomizationFormText = "结束时间";
  214. this.layoutControlItem5.Location = new System.Drawing.Point(620, 0);
  215. this.layoutControlItem5.MaxSize = new System.Drawing.Size(210, 28);
  216. this.layoutControlItem5.MinSize = new System.Drawing.Size(210, 28);
  217. this.layoutControlItem5.Name = "layoutControlItem5";
  218. this.layoutControlItem5.Size = new System.Drawing.Size(210, 28);
  219. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  220. this.layoutControlItem5.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  221. this.layoutControlItem5.Text = "结束时间";
  222. this.layoutControlItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  223. this.layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
  224. this.layoutControlItem5.TextToControlDistance = 5;
  225. this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  226. //
  227. // layoutControlItem6
  228. //
  229. this.layoutControlItem6.Control = this.btnSearch;
  230. this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  231. this.layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  232. this.layoutControlItem6.Location = new System.Drawing.Point(830, 0);
  233. this.layoutControlItem6.MaxSize = new System.Drawing.Size(90, 26);
  234. this.layoutControlItem6.MinSize = new System.Drawing.Size(90, 26);
  235. this.layoutControlItem6.Name = "layoutControlItem6";
  236. this.layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 2, 4, 1);
  237. this.layoutControlItem6.Size = new System.Drawing.Size(263, 28);
  238. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  239. this.layoutControlItem6.Text = "layoutControlItemSearch";
  240. this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  241. this.layoutControlItem6.TextVisible = false;
  242. //
  243. // layoutControlItem1
  244. //
  245. this.layoutControlItem1.Control = this.txtTask;
  246. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  247. this.layoutControlItem1.CustomizationFormText = "时间选择";
  248. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  249. this.layoutControlItem1.MaxSize = new System.Drawing.Size(250, 0);
  250. this.layoutControlItem1.MinSize = new System.Drawing.Size(250, 28);
  251. this.layoutControlItem1.Name = "layoutControlItem1";
  252. this.layoutControlItem1.Size = new System.Drawing.Size(250, 28);
  253. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  254. this.layoutControlItem1.Spacing = new DevExpress.XtraLayout.Utils.Padding(4, 0, 2, 0);
  255. this.layoutControlItem1.Text = "任务";
  256. this.layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  257. this.layoutControlItem1.TextSize = new System.Drawing.Size(24, 14);
  258. this.layoutControlItem1.TextToControlDistance = 5;
  259. //
  260. // txtTask
  261. //
  262. this.txtTask.EditValue = 1;
  263. this.txtTask.Location = new System.Drawing.Point(35, 4);
  264. this.txtTask.Name = "txtTask";
  265. this.txtTask.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  266. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  267. this.txtTask.Properties.NullText = "";
  268. this.txtTask.Properties.PopupSizeable = false;
  269. this.txtTask.Properties.PopupView = this.searchLookUpEdit1View;
  270. this.txtTask.Size = new System.Drawing.Size(213, 22);
  271. this.txtTask.StyleController = this.layoutControl1;
  272. this.txtTask.TabIndex = 11;
  273. //
  274. // searchLookUpEdit1View
  275. //
  276. this.searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  277. this.searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  278. this.searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  279. this.searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  280. //
  281. // CtrlCgRes
  282. //
  283. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  284. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  285. this.Controls.Add(this.layoutControl1);
  286. this.Name = "CtrlCgRes";
  287. this.Size = new System.Drawing.Size(1093, 465);
  288. this.Load += new System.EventHandler(this.CtrlCgRes_Load);
  289. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  290. this.layoutControl1.ResumeLayout(false);
  291. ((System.ComponentModel.ISupportInitialize)(this.gridCg)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.txtTimeCho.Properties)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties.CalendarTimeProperties)).EndInit();
  295. ((System.ComponentModel.ISupportInitialize)(this.txtStartTime.Properties)).EndInit();
  296. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties.CalendarTimeProperties)).EndInit();
  297. ((System.ComponentModel.ISupportInitialize)(this.txtEndTime.Properties)).EndInit();
  298. ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.txtTask.Properties)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.searchLookUpEdit1View)).EndInit();
  307. this.ResumeLayout(false);
  308. }
  309. #endregion
  310. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  311. private DevExpress.XtraGrid.GridControl gridCg;
  312. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  313. private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
  314. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  315. private DevExpress.XtraEditors.ImageComboBoxEdit txtTimeCho;
  316. private DevExpress.XtraEditors.DateEdit txtStartTime;
  317. private DevExpress.XtraEditors.DateEdit txtEndTime;
  318. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  319. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  320. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  321. private DevExpress.XtraEditors.SimpleButton btnSearch;
  322. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  323. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  324. private DevExpress.XtraEditors.SearchLookUpEdit txtTask;
  325. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  326. }
  327. }