CtrlRefTask.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace DW5S.App.UserControl
  2. {
  3. partial class CtrlRefTask
  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. gridRefTask = new DevExpress.XtraGrid.GridControl();
  29. gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. txtRef = new DevExpress.XtraEditors.SearchLookUpEdit();
  32. searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. btnStart = new DevExpress.XtraEditors.SimpleButton();
  34. btnSerach = new DevExpress.XtraEditors.SimpleButton();
  35. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  36. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  37. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  38. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  39. layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  40. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  41. ((System.ComponentModel.ISupportInitialize)gridRefTask).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  44. layoutControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)txtRef.Properties).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  53. SuspendLayout();
  54. //
  55. // gridRefTask
  56. //
  57. gridRefTask.Location = new System.Drawing.Point(12, 36);
  58. gridRefTask.MainView = gridView1;
  59. gridRefTask.Name = "gridRefTask";
  60. gridRefTask.Size = new System.Drawing.Size(623, 374);
  61. gridRefTask.TabIndex = 0;
  62. gridRefTask.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
  63. //
  64. // gridView1
  65. //
  66. gridView1.GridControl = gridRefTask;
  67. gridView1.Name = "gridView1";
  68. gridView1.CustomDrawCell += gridView1_CustomDrawCell;
  69. gridView1.DoubleClick += gridView1_DoubleClick;
  70. //
  71. // layoutControl1
  72. //
  73. layoutControl1.Controls.Add(gridRefTask);
  74. layoutControl1.Controls.Add(txtRef);
  75. layoutControl1.Controls.Add(btnStart);
  76. layoutControl1.Controls.Add(btnSerach);
  77. layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. layoutControl1.Location = new System.Drawing.Point(0, 0);
  79. layoutControl1.Name = "layoutControl1";
  80. layoutControl1.Root = Root;
  81. layoutControl1.Size = new System.Drawing.Size(647, 422);
  82. layoutControl1.TabIndex = 1;
  83. layoutControl1.Text = "layoutControl1";
  84. //
  85. // txtRef
  86. //
  87. txtRef.EditValue = 1;
  88. txtRef.Location = new System.Drawing.Point(53, 12);
  89. txtRef.Name = "txtRef";
  90. txtRef.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  91. txtRef.Properties.NullText = "";
  92. txtRef.Properties.PopupSizeable = false;
  93. txtRef.Properties.PopupView = searchLookUpEdit1View;
  94. txtRef.Size = new System.Drawing.Size(205, 20);
  95. txtRef.StyleController = layoutControl1;
  96. txtRef.TabIndex = 11;
  97. //
  98. // searchLookUpEdit1View
  99. //
  100. searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  101. searchLookUpEdit1View.Name = "searchLookUpEdit1View";
  102. searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  103. searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  104. //
  105. // btnStart
  106. //
  107. btnStart.Location = new System.Drawing.Point(549, 12);
  108. btnStart.MaximumSize = new System.Drawing.Size(0, 21);
  109. btnStart.MinimumSize = new System.Drawing.Size(0, 21);
  110. btnStart.Name = "btnStart";
  111. btnStart.Size = new System.Drawing.Size(86, 21);
  112. btnStart.StyleController = layoutControl1;
  113. btnStart.TabIndex = 9;
  114. btnStart.Text = "启动任务";
  115. //
  116. // btnSerach
  117. //
  118. btnSerach.Location = new System.Drawing.Point(262, 12);
  119. btnSerach.MaximumSize = new System.Drawing.Size(0, 21);
  120. btnSerach.MinimumSize = new System.Drawing.Size(0, 21);
  121. btnSerach.Name = "btnSerach";
  122. btnSerach.Size = new System.Drawing.Size(86, 21);
  123. btnSerach.StyleController = layoutControl1;
  124. btnSerach.TabIndex = 9;
  125. btnSerach.Text = "查询";
  126. btnSerach.Click += btnSerach_Click;
  127. //
  128. // Root
  129. //
  130. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  131. Root.GroupBordersVisible = false;
  132. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, emptySpaceItem1, layoutControlItem6, layoutControlItem2 });
  133. Root.Name = "Root";
  134. Root.Size = new System.Drawing.Size(647, 422);
  135. Root.TextVisible = false;
  136. //
  137. // layoutControlItem1
  138. //
  139. layoutControlItem1.Control = gridRefTask;
  140. layoutControlItem1.Location = new System.Drawing.Point(0, 24);
  141. layoutControlItem1.Name = "layoutControlItem1";
  142. layoutControlItem1.Size = new System.Drawing.Size(627, 378);
  143. layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  144. layoutControlItem1.TextVisible = false;
  145. //
  146. // layoutControlItem3
  147. //
  148. layoutControlItem3.Control = txtRef;
  149. layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  150. layoutControlItem3.CustomizationFormText = "时间选择";
  151. layoutControlItem3.Location = new System.Drawing.Point(0, 0);
  152. layoutControlItem3.MaxSize = new System.Drawing.Size(250, 24);
  153. layoutControlItem3.MinSize = new System.Drawing.Size(250, 24);
  154. layoutControlItem3.Name = "layoutControlItem3";
  155. layoutControlItem3.Size = new System.Drawing.Size(250, 24);
  156. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  157. layoutControlItem3.Text = "参考站";
  158. layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  159. layoutControlItem3.TextSize = new System.Drawing.Size(36, 14);
  160. layoutControlItem3.TextToControlDistance = 5;
  161. //
  162. // emptySpaceItem1
  163. //
  164. emptySpaceItem1.AllowHotTrack = false;
  165. emptySpaceItem1.Location = new System.Drawing.Point(340, 0);
  166. emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
  167. emptySpaceItem1.Name = "emptySpaceItem1";
  168. emptySpaceItem1.Size = new System.Drawing.Size(197, 24);
  169. emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  170. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  171. //
  172. // layoutControlItem6
  173. //
  174. layoutControlItem6.Control = btnStart;
  175. layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  176. layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  177. layoutControlItem6.Location = new System.Drawing.Point(537, 0);
  178. layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
  179. layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
  180. layoutControlItem6.Name = "layoutControlItem6";
  181. layoutControlItem6.Size = new System.Drawing.Size(90, 24);
  182. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  183. layoutControlItem6.Text = "layoutControlItemSearch";
  184. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  185. layoutControlItem6.TextVisible = false;
  186. //
  187. // layoutControlItem2
  188. //
  189. layoutControlItem2.Control = btnSerach;
  190. layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  191. layoutControlItem2.CustomizationFormText = "layoutControlItemSearch";
  192. layoutControlItem2.Location = new System.Drawing.Point(250, 0);
  193. layoutControlItem2.MaxSize = new System.Drawing.Size(90, 24);
  194. layoutControlItem2.MinSize = new System.Drawing.Size(90, 24);
  195. layoutControlItem2.Name = "layoutControlItem2";
  196. layoutControlItem2.Size = new System.Drawing.Size(90, 24);
  197. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  198. layoutControlItem2.Text = "layoutControlItemSearch";
  199. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  200. layoutControlItem2.TextVisible = false;
  201. //
  202. // CtrlRefTask
  203. //
  204. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  205. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. Controls.Add(layoutControl1);
  207. Name = "CtrlRefTask";
  208. Size = new System.Drawing.Size(647, 422);
  209. Load += CtrlRefTask_Load;
  210. ((System.ComponentModel.ISupportInitialize)gridRefTask).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  213. layoutControl1.ResumeLayout(false);
  214. ((System.ComponentModel.ISupportInitialize)txtRef.Properties).EndInit();
  215. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  216. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  222. ResumeLayout(false);
  223. }
  224. #endregion
  225. private DevExpress.XtraGrid.GridControl gridRefTask;
  226. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  227. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  228. private DevExpress.XtraLayout.LayoutControlGroup Root;
  229. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  230. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  231. private DevExpress.XtraEditors.SearchLookUpEdit txtRef;
  232. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  233. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  234. private DevExpress.XtraEditors.SimpleButton btnStart;
  235. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  236. private DevExpress.XtraEditors.SimpleButton btnSerach;
  237. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  238. }
  239. }