CtrlADTask.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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. //
  114. // btnSerach
  115. //
  116. btnSerach.Location = new System.Drawing.Point(262, 12);
  117. btnSerach.MaximumSize = new System.Drawing.Size(0, 21);
  118. btnSerach.MinimumSize = new System.Drawing.Size(0, 21);
  119. btnSerach.Name = "btnSerach";
  120. btnSerach.Size = new System.Drawing.Size(86, 21);
  121. btnSerach.StyleController = layoutControl1;
  122. btnSerach.TabIndex = 9;
  123. btnSerach.Text = "查询";
  124. btnSerach.Click += btnSerach_Click;
  125. //
  126. // Root
  127. //
  128. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  129. Root.GroupBordersVisible = false;
  130. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, emptySpaceItem1, layoutControlItem6, layoutControlItem2 });
  131. Root.Name = "Root";
  132. Root.Size = new System.Drawing.Size(647, 422);
  133. Root.TextVisible = false;
  134. //
  135. // layoutControlItem1
  136. //
  137. layoutControlItem1.Control = gridRefTask;
  138. layoutControlItem1.Location = new System.Drawing.Point(0, 24);
  139. layoutControlItem1.Name = "layoutControlItem1";
  140. layoutControlItem1.Size = new System.Drawing.Size(627, 378);
  141. layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  142. layoutControlItem1.TextVisible = false;
  143. //
  144. // layoutControlItem3
  145. //
  146. layoutControlItem3.Control = txtSig;
  147. layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  148. layoutControlItem3.CustomizationFormText = "时间选择";
  149. layoutControlItem3.Location = new System.Drawing.Point(0, 0);
  150. layoutControlItem3.MaxSize = new System.Drawing.Size(250, 24);
  151. layoutControlItem3.MinSize = new System.Drawing.Size(250, 24);
  152. layoutControlItem3.Name = "layoutControlItem3";
  153. layoutControlItem3.Size = new System.Drawing.Size(250, 24);
  154. layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  155. layoutControlItem3.Text = "频点";
  156. layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  157. layoutControlItem3.TextSize = new System.Drawing.Size(24, 14);
  158. layoutControlItem3.TextToControlDistance = 5;
  159. //
  160. // emptySpaceItem1
  161. //
  162. emptySpaceItem1.AllowHotTrack = false;
  163. emptySpaceItem1.Location = new System.Drawing.Point(340, 0);
  164. emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
  165. emptySpaceItem1.Name = "emptySpaceItem1";
  166. emptySpaceItem1.Size = new System.Drawing.Size(197, 24);
  167. emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  168. emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  169. //
  170. // layoutControlItem6
  171. //
  172. layoutControlItem6.Control = btnStart;
  173. layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  174. layoutControlItem6.CustomizationFormText = "layoutControlItemSearch";
  175. layoutControlItem6.Location = new System.Drawing.Point(537, 0);
  176. layoutControlItem6.MaxSize = new System.Drawing.Size(90, 24);
  177. layoutControlItem6.MinSize = new System.Drawing.Size(90, 24);
  178. layoutControlItem6.Name = "layoutControlItem6";
  179. layoutControlItem6.Size = new System.Drawing.Size(90, 24);
  180. layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  181. layoutControlItem6.Text = "layoutControlItemSearch";
  182. layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
  183. layoutControlItem6.TextVisible = false;
  184. //
  185. // layoutControlItem2
  186. //
  187. layoutControlItem2.Control = btnSerach;
  188. layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  189. layoutControlItem2.CustomizationFormText = "layoutControlItemSearch";
  190. layoutControlItem2.Location = new System.Drawing.Point(250, 0);
  191. layoutControlItem2.MaxSize = new System.Drawing.Size(90, 24);
  192. layoutControlItem2.MinSize = new System.Drawing.Size(90, 24);
  193. layoutControlItem2.Name = "layoutControlItem2";
  194. layoutControlItem2.Size = new System.Drawing.Size(90, 24);
  195. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  196. layoutControlItem2.Text = "layoutControlItemSearch";
  197. layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  198. layoutControlItem2.TextVisible = false;
  199. //
  200. // CtrlADTask
  201. //
  202. AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  203. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. Controls.Add(layoutControl1);
  205. Name = "CtrlADTask";
  206. Size = new System.Drawing.Size(647, 422);
  207. Load += CtrlRefTask_Load;
  208. ((System.ComponentModel.ISupportInitialize)gridRefTask).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  211. layoutControl1.ResumeLayout(false);
  212. ((System.ComponentModel.ISupportInitialize)txtSig.Properties).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
  214. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  215. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  216. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  220. ResumeLayout(false);
  221. }
  222. #endregion
  223. private DevExpress.XtraGrid.GridControl gridRefTask;
  224. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  225. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  226. private DevExpress.XtraLayout.LayoutControlGroup Root;
  227. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  228. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  229. private DevExpress.XtraEditors.SearchLookUpEdit txtSig;
  230. private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
  231. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  232. private DevExpress.XtraEditors.SimpleButton btnStart;
  233. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  234. private DevExpress.XtraEditors.SimpleButton btnSerach;
  235. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  236. }
  237. }