CtrlADTask.Designer.cs 14 KB

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