CtrlADTask.Designer.cs 13 KB

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