TskStrategyListForm.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace Ips.Sps.TskStrategys
  2. {
  3. partial class TskStrategyListForm
  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. components = new System.ComponentModel.Container();
  29. grdTskStrategy = new DevExpress.XtraGrid.GridControl();
  30. bsTskStrategy = new DevExpress.Xpo.XPBindingSource(components);
  31. xpcTskStrategy = new DevExpress.Xpo.XPCollection(components);
  32. uow = new DevExpress.Xpo.UnitOfWork(components);
  33. gvTskStrategy = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. colOid = new DevExpress.XtraGrid.Columns.GridColumn();
  35. colName = new DevExpress.XtraGrid.Columns.GridColumn();
  36. colTskType = new DevExpress.XtraGrid.Columns.GridColumn();
  37. colSigType = new DevExpress.XtraGrid.Columns.GridColumn();
  38. colAdMode = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colShowSatList = new DevExpress.XtraGrid.Columns.GridColumn();
  40. colShowSig = new DevExpress.XtraGrid.Columns.GridColumn();
  41. colShowRef = new DevExpress.XtraGrid.Columns.GridColumn();
  42. colEnable = new DevExpress.XtraGrid.Columns.GridColumn();
  43. colShowAdcList = new DevExpress.XtraGrid.Columns.GridColumn();
  44. colSupHistory = new DevExpress.XtraGrid.Columns.GridColumn();
  45. ((System.ComponentModel.ISupportInitialize)grdTskStrategy).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)bsTskStrategy).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)xpcTskStrategy).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)uow).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)gvTskStrategy).BeginInit();
  50. SuspendLayout();
  51. //
  52. // grdTskStrategy
  53. //
  54. grdTskStrategy.DataSource = bsTskStrategy;
  55. grdTskStrategy.Dock = DockStyle.Fill;
  56. grdTskStrategy.Location = new Point(0, 0);
  57. grdTskStrategy.MainView = gvTskStrategy;
  58. grdTskStrategy.Name = "grdTskStrategy";
  59. grdTskStrategy.ShowOnlyPredefinedDetails = true;
  60. grdTskStrategy.Size = new Size(877, 343);
  61. grdTskStrategy.TabIndex = 0;
  62. grdTskStrategy.UseEmbeddedNavigator = true;
  63. grdTskStrategy.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvTskStrategy });
  64. //
  65. // bsTskStrategy
  66. //
  67. bsTskStrategy.DataSource = xpcTskStrategy;
  68. //
  69. // xpcTskStrategy
  70. //
  71. xpcTskStrategy.DeleteObjectOnRemove = true;
  72. xpcTskStrategy.ObjectType = typeof(TskStrategy);
  73. xpcTskStrategy.Session = uow;
  74. //
  75. // gvTskStrategy
  76. //
  77. gvTskStrategy.Appearance.Row.Options.UseTextOptions = true;
  78. gvTskStrategy.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  79. gvTskStrategy.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colName, colTskType, colSigType, colAdMode, colShowSatList, colShowSig, colShowRef, colEnable, colShowAdcList, colSupHistory });
  80. gvTskStrategy.GridControl = grdTskStrategy;
  81. gvTskStrategy.Name = "gvTskStrategy";
  82. gvTskStrategy.OptionsView.ShowGroupPanel = false;
  83. gvTskStrategy.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colTskType, DevExpress.Data.ColumnSortOrder.Ascending) });
  84. //
  85. // colOid
  86. //
  87. colOid.FieldName = "Oid";
  88. colOid.Name = "colOid";
  89. //
  90. // colName
  91. //
  92. colName.FieldName = "Name";
  93. colName.Name = "colName";
  94. colName.Visible = true;
  95. colName.VisibleIndex = 0;
  96. //
  97. // colTskType
  98. //
  99. colTskType.FieldName = "TskType";
  100. colTskType.Name = "colTskType";
  101. colTskType.Visible = true;
  102. colTskType.VisibleIndex = 1;
  103. //
  104. // colSigType
  105. //
  106. colSigType.FieldName = "SigType";
  107. colSigType.Name = "colSigType";
  108. colSigType.Visible = true;
  109. colSigType.VisibleIndex = 2;
  110. //
  111. // colAdMode
  112. //
  113. colAdMode.FieldName = "AdMode";
  114. colAdMode.Name = "colAdMode";
  115. colAdMode.Visible = true;
  116. colAdMode.VisibleIndex = 3;
  117. //
  118. // colShowSatList
  119. //
  120. colShowSatList.AppearanceHeader.Options.UseTextOptions = true;
  121. colShowSatList.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  122. colShowSatList.FieldName = "ShowSatList";
  123. colShowSatList.Name = "colShowSatList";
  124. colShowSatList.Visible = true;
  125. colShowSatList.VisibleIndex = 5;
  126. //
  127. // colShowSig
  128. //
  129. colShowSig.AppearanceHeader.Options.UseTextOptions = true;
  130. colShowSig.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  131. colShowSig.FieldName = "ShowSigList";
  132. colShowSig.Name = "colShowSig";
  133. colShowSig.Visible = true;
  134. colShowSig.VisibleIndex = 7;
  135. //
  136. // colShowRef
  137. //
  138. colShowRef.AppearanceHeader.Options.UseTextOptions = true;
  139. colShowRef.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  140. colShowRef.FieldName = "ShowRefList";
  141. colShowRef.Name = "colShowRef";
  142. colShowRef.Visible = true;
  143. colShowRef.VisibleIndex = 8;
  144. //
  145. // colEnable
  146. //
  147. colEnable.AppearanceHeader.Options.UseTextOptions = true;
  148. colEnable.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  149. colEnable.FieldName = "Enable";
  150. colEnable.Name = "colEnable";
  151. colEnable.OptionsColumn.FixedWidth = true;
  152. colEnable.Visible = true;
  153. colEnable.VisibleIndex = 9;
  154. //
  155. // colShowAdcList
  156. //
  157. colShowAdcList.AppearanceHeader.Options.UseTextOptions = true;
  158. colShowAdcList.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  159. colShowAdcList.FieldName = "ShowAdcList";
  160. colShowAdcList.Name = "colShowAdcList";
  161. colShowAdcList.Visible = true;
  162. colShowAdcList.VisibleIndex = 6;
  163. //
  164. // colSupHistory
  165. //
  166. colSupHistory.AppearanceCell.Options.UseTextOptions = true;
  167. colSupHistory.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  168. colSupHistory.AppearanceHeader.Options.UseTextOptions = true;
  169. colSupHistory.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  170. colSupHistory.FieldName = "SupHistory";
  171. colSupHistory.Name = "colSupHistory";
  172. colSupHistory.Visible = true;
  173. colSupHistory.VisibleIndex = 4;
  174. //
  175. // TskStrategyListForm
  176. //
  177. AutoScaleDimensions = new SizeF(7F, 14F);
  178. AutoScaleMode = AutoScaleMode.Font;
  179. ClientSize = new Size(877, 343);
  180. Controls.Add(grdTskStrategy);
  181. Name = "TskStrategyListForm";
  182. Text = "任务策略";
  183. FormClosed += TskStrategyListForm_FormClosed;
  184. ((System.ComponentModel.ISupportInitialize)grdTskStrategy).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)bsTskStrategy).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)xpcTskStrategy).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)uow).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)gvTskStrategy).EndInit();
  189. ResumeLayout(false);
  190. }
  191. #endregion
  192. private DevExpress.XtraGrid.GridControl grdTskStrategy;
  193. private DevExpress.XtraGrid.Views.Grid.GridView gvTskStrategy;
  194. private DevExpress.Xpo.XPBindingSource bsTskStrategy;
  195. private DevExpress.XtraGrid.Columns.GridColumn colOid;
  196. private DevExpress.XtraGrid.Columns.GridColumn colName;
  197. private DevExpress.XtraGrid.Columns.GridColumn colTskType;
  198. private DevExpress.XtraGrid.Columns.GridColumn colSigType;
  199. private DevExpress.XtraGrid.Columns.GridColumn colAdMode;
  200. private DevExpress.XtraGrid.Columns.GridColumn colEnable;
  201. private DevExpress.Xpo.XPCollection xpcTskStrategy;
  202. private DevExpress.XtraGrid.Columns.GridColumn colShowSig;
  203. private DevExpress.XtraGrid.Columns.GridColumn colShowRef;
  204. private DevExpress.XtraGrid.Columns.GridColumn colShowSatList;
  205. private DevExpress.XtraGrid.Columns.GridColumn colShowAdcList;
  206. private DevExpress.Xpo.UnitOfWork uow;
  207. private DevExpress.XtraGrid.Columns.GridColumn colSupHistory;
  208. }
  209. }