CtrlRefTask.Designer.cs 14 KB

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