SigListForm.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. namespace Ips.Sps.Sigs
  2. {
  3. partial class SigListForm
  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 Windows Form 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.components = new System.ComponentModel.Container();
  29. this.bmgMain = new DevExpress.XtraBars.BarManager(this.components);
  30. this.bar1 = new DevExpress.XtraBars.Bar();
  31. this.btnAdd = new DevExpress.XtraBars.BarButtonItem();
  32. this.btnEdit = new DevExpress.XtraBars.BarButtonItem();
  33. this.btnDelete = new DevExpress.XtraBars.BarButtonItem();
  34. this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
  35. this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
  36. this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
  37. this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
  38. this.bsSigList = new DevExpress.Xpo.XPBindingSource(this.components);
  39. this.grdSigList = new DevExpress.XtraGrid.GridControl();
  40. this.gvSigList = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colOid = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colSigCategory = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colSigType = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colSigLen = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.emtListEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  49. this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
  50. this.colAdjaSatIds = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.satListEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
  52. this.xpcSat = new DevExpress.Xpo.XPCollection(this.components);
  53. this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.mainSatEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  55. this.colSigRangText = new DevExpress.XtraGrid.Columns.GridColumn();
  56. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.emtListEdit)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.satListEdit)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // bmgMain
  68. //
  69. this.bmgMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
  70. this.bar1});
  71. this.bmgMain.DockControls.Add(this.barDockControlTop);
  72. this.bmgMain.DockControls.Add(this.barDockControlBottom);
  73. this.bmgMain.DockControls.Add(this.barDockControlLeft);
  74. this.bmgMain.DockControls.Add(this.barDockControlRight);
  75. this.bmgMain.Form = this;
  76. this.bmgMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  77. this.btnAdd,
  78. this.btnEdit,
  79. this.btnDelete});
  80. this.bmgMain.MaxItemId = 3;
  81. //
  82. // bar1
  83. //
  84. this.bar1.BarName = "Tools";
  85. this.bar1.DockCol = 0;
  86. this.bar1.DockRow = 0;
  87. this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
  88. this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
  89. new DevExpress.XtraBars.LinkPersistInfo(this.btnAdd),
  90. new DevExpress.XtraBars.LinkPersistInfo(this.btnEdit),
  91. new DevExpress.XtraBars.LinkPersistInfo(this.btnDelete)});
  92. this.bar1.OptionsBar.AllowQuickCustomization = false;
  93. this.bar1.OptionsBar.DrawBorder = false;
  94. this.bar1.OptionsBar.DrawDragBorder = false;
  95. this.bar1.OptionsBar.UseWholeRow = true;
  96. this.bar1.Text = "Tools";
  97. //
  98. // btnAdd
  99. //
  100. this.btnAdd.Caption = "添加";
  101. this.btnAdd.Id = 0;
  102. this.btnAdd.ImageOptions.ImageUri.Uri = "icon%20builder/actions_add";
  103. this.btnAdd.Name = "btnAdd";
  104. this.btnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  105. this.btnAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAdd_ItemClick);
  106. //
  107. // btnEdit
  108. //
  109. this.btnEdit.Caption = "编辑";
  110. this.btnEdit.Id = 1;
  111. this.btnEdit.ImageOptions.ImageUri.Uri = "icon%20builder/actions_edit";
  112. this.btnEdit.Name = "btnEdit";
  113. this.btnEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  114. this.btnEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEdit_ItemClick);
  115. //
  116. // btnDelete
  117. //
  118. this.btnDelete.Caption = "删除";
  119. this.btnDelete.Id = 2;
  120. this.btnDelete.ImageOptions.ImageUri.Uri = "icon%20builder/actions_delete";
  121. this.btnDelete.Name = "btnDelete";
  122. this.btnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
  123. this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
  124. //
  125. // barDockControlTop
  126. //
  127. this.barDockControlTop.CausesValidation = false;
  128. this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
  129. this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
  130. this.barDockControlTop.Manager = this.bmgMain;
  131. this.barDockControlTop.Size = new System.Drawing.Size(797, 24);
  132. //
  133. // barDockControlBottom
  134. //
  135. this.barDockControlBottom.CausesValidation = false;
  136. this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  137. this.barDockControlBottom.Location = new System.Drawing.Point(0, 413);
  138. this.barDockControlBottom.Manager = this.bmgMain;
  139. this.barDockControlBottom.Size = new System.Drawing.Size(797, 0);
  140. //
  141. // barDockControlLeft
  142. //
  143. this.barDockControlLeft.CausesValidation = false;
  144. this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
  145. this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
  146. this.barDockControlLeft.Manager = this.bmgMain;
  147. this.barDockControlLeft.Size = new System.Drawing.Size(0, 389);
  148. //
  149. // barDockControlRight
  150. //
  151. this.barDockControlRight.CausesValidation = false;
  152. this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
  153. this.barDockControlRight.Location = new System.Drawing.Point(797, 24);
  154. this.barDockControlRight.Manager = this.bmgMain;
  155. this.barDockControlRight.Size = new System.Drawing.Size(0, 389);
  156. //
  157. // bsSigList
  158. //
  159. this.bsSigList.ObjectType = typeof(Ips.Sps.Sigs.Signal);
  160. //
  161. // grdSigList
  162. //
  163. this.grdSigList.DataSource = this.bsSigList;
  164. this.grdSigList.Dock = System.Windows.Forms.DockStyle.Fill;
  165. this.grdSigList.Location = new System.Drawing.Point(0, 24);
  166. this.grdSigList.MainView = this.gvSigList;
  167. this.grdSigList.MenuManager = this.bmgMain;
  168. this.grdSigList.Name = "grdSigList";
  169. this.grdSigList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  170. this.emtListEdit,
  171. this.satListEdit,
  172. this.mainSatEdit});
  173. this.grdSigList.ShowOnlyPredefinedDetails = true;
  174. this.grdSigList.Size = new System.Drawing.Size(797, 389);
  175. this.grdSigList.TabIndex = 4;
  176. this.grdSigList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  177. this.gvSigList});
  178. //
  179. // gvSigList
  180. //
  181. this.gvSigList.Appearance.Row.Options.UseTextOptions = true;
  182. this.gvSigList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  183. this.gvSigList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  184. this.colOid,
  185. this.colSigCategory,
  186. this.colSigType,
  187. this.colSigFreq,
  188. this.colBandWidth,
  189. this.colSigLen,
  190. this.colEmtId,
  191. this.colAdjaSatIds,
  192. this.colMainSatId,
  193. this.colSigRangText});
  194. this.gvSigList.GridControl = this.grdSigList;
  195. this.gvSigList.Name = "gvSigList";
  196. this.gvSigList.OptionsBehavior.Editable = false;
  197. this.gvSigList.OptionsSelection.MultiSelect = true;
  198. this.gvSigList.OptionsView.ShowGroupPanel = false;
  199. this.gvSigList.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gvSigList_RowClick);
  200. this.gvSigList.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gvSigList_CustomColumnDisplayText);
  201. //
  202. // colOid
  203. //
  204. this.colOid.FieldName = "Oid";
  205. this.colOid.Name = "colOid";
  206. //
  207. // colSigCategory
  208. //
  209. this.colSigCategory.FieldName = "SigCategory";
  210. this.colSigCategory.Name = "colSigCategory";
  211. this.colSigCategory.Visible = true;
  212. this.colSigCategory.VisibleIndex = 0;
  213. this.colSigCategory.Width = 68;
  214. //
  215. // colSigType
  216. //
  217. this.colSigType.FieldName = "SigType";
  218. this.colSigType.Name = "colSigType";
  219. this.colSigType.Visible = true;
  220. this.colSigType.VisibleIndex = 1;
  221. this.colSigType.Width = 69;
  222. //
  223. // colSigFreq
  224. //
  225. this.colSigFreq.FieldName = "SigFreq";
  226. this.colSigFreq.Name = "colSigFreq";
  227. this.colSigFreq.Visible = true;
  228. this.colSigFreq.VisibleIndex = 2;
  229. this.colSigFreq.Width = 67;
  230. //
  231. // colBandWidth
  232. //
  233. this.colBandWidth.FieldName = "BandWidth";
  234. this.colBandWidth.Name = "colBandWidth";
  235. this.colBandWidth.Visible = true;
  236. this.colBandWidth.VisibleIndex = 3;
  237. this.colBandWidth.Width = 60;
  238. //
  239. // colSigLen
  240. //
  241. this.colSigLen.FieldName = "SigLen";
  242. this.colSigLen.Name = "colSigLen";
  243. this.colSigLen.Visible = true;
  244. this.colSigLen.VisibleIndex = 4;
  245. this.colSigLen.Width = 53;
  246. //
  247. // colEmtId
  248. //
  249. this.colEmtId.ColumnEdit = this.emtListEdit;
  250. this.colEmtId.FieldName = "EmtId";
  251. this.colEmtId.Name = "colEmtId";
  252. this.colEmtId.Visible = true;
  253. this.colEmtId.VisibleIndex = 5;
  254. this.colEmtId.Width = 66;
  255. //
  256. // emtListEdit
  257. //
  258. this.emtListEdit.AutoHeight = false;
  259. this.emtListEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  260. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  261. this.emtListEdit.DataSource = this.xpcEmt;
  262. this.emtListEdit.DisplayMember = "Name";
  263. this.emtListEdit.Name = "emtListEdit";
  264. this.emtListEdit.NullText = "未知";
  265. this.emtListEdit.ValueMember = "Oid";
  266. //
  267. // xpcEmt
  268. //
  269. this.xpcEmt.CriteriaString = "[Enable] = True";
  270. this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt);
  271. //
  272. // colAdjaSatIds
  273. //
  274. this.colAdjaSatIds.ColumnEdit = this.satListEdit;
  275. this.colAdjaSatIds.FieldName = "AdjaSatIds";
  276. this.colAdjaSatIds.Name = "colAdjaSatIds";
  277. this.colAdjaSatIds.Visible = true;
  278. this.colAdjaSatIds.VisibleIndex = 7;
  279. this.colAdjaSatIds.Width = 196;
  280. //
  281. // satListEdit
  282. //
  283. this.satListEdit.AutoHeight = false;
  284. this.satListEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  285. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  286. this.satListEdit.DataSource = this.xpcSat;
  287. this.satListEdit.DisplayMember = "Name";
  288. this.satListEdit.Name = "satListEdit";
  289. this.satListEdit.NullText = "未知";
  290. this.satListEdit.ValueMember = "Oid";
  291. //
  292. // xpcSat
  293. //
  294. this.xpcSat.CriteriaString = "[Enable] = True";
  295. this.xpcSat.ObjectType = typeof(Ips.Sps.Sats.Sat);
  296. //
  297. // colMainSatId
  298. //
  299. this.colMainSatId.ColumnEdit = this.mainSatEdit;
  300. this.colMainSatId.FieldName = "MainSatId";
  301. this.colMainSatId.Name = "colMainSatId";
  302. this.colMainSatId.Visible = true;
  303. this.colMainSatId.VisibleIndex = 6;
  304. this.colMainSatId.Width = 80;
  305. //
  306. // mainSatEdit
  307. //
  308. this.mainSatEdit.AutoHeight = false;
  309. this.mainSatEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  310. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  311. this.mainSatEdit.DataSource = this.xpcSat;
  312. this.mainSatEdit.DisplayMember = "This";
  313. this.mainSatEdit.Name = "mainSatEdit";
  314. this.mainSatEdit.NullText = "未知";
  315. this.mainSatEdit.ValueMember = "Oid";
  316. //
  317. // colSigRangText
  318. //
  319. this.colSigRangText.FieldName = "SigRangText";
  320. this.colSigRangText.Name = "colSigRangText";
  321. this.colSigRangText.Visible = true;
  322. this.colSigRangText.VisibleIndex = 8;
  323. this.colSigRangText.Width = 148;
  324. //
  325. // SigListForm
  326. //
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.ClientSize = new System.Drawing.Size(797, 413);
  330. this.Controls.Add(this.grdSigList);
  331. this.Controls.Add(this.barDockControlLeft);
  332. this.Controls.Add(this.barDockControlRight);
  333. this.Controls.Add(this.barDockControlBottom);
  334. this.Controls.Add(this.barDockControlTop);
  335. this.Name = "SigListForm";
  336. this.Text = "信号管理";
  337. this.Load += new System.EventHandler(this.SigListForm_Load);
  338. ((System.ComponentModel.ISupportInitialize)(this.bmgMain)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.emtListEdit)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.satListEdit)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.mainSatEdit)).EndInit();
  347. this.ResumeLayout(false);
  348. this.PerformLayout();
  349. }
  350. #endregion
  351. private DevExpress.XtraBars.BarManager bmgMain;
  352. private DevExpress.XtraBars.Bar bar1;
  353. private DevExpress.XtraBars.BarDockControl barDockControlTop;
  354. private DevExpress.XtraBars.BarDockControl barDockControlBottom;
  355. private DevExpress.XtraBars.BarDockControl barDockControlLeft;
  356. private DevExpress.XtraBars.BarDockControl barDockControlRight;
  357. private DevExpress.Xpo.XPBindingSource bsSigList;
  358. private DevExpress.XtraBars.BarButtonItem btnAdd;
  359. private DevExpress.XtraBars.BarButtonItem btnEdit;
  360. private DevExpress.XtraBars.BarButtonItem btnDelete;
  361. private DevExpress.XtraGrid.GridControl grdSigList;
  362. private DevExpress.XtraGrid.Views.Grid.GridView gvSigList;
  363. private DevExpress.XtraGrid.Columns.GridColumn colOid;
  364. private DevExpress.XtraGrid.Columns.GridColumn colSigCategory;
  365. private DevExpress.XtraGrid.Columns.GridColumn colSigType;
  366. private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;
  367. private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
  368. private DevExpress.XtraGrid.Columns.GridColumn colSigLen;
  369. private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
  370. private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatIds;
  371. private DevExpress.XtraGrid.Columns.GridColumn colMainSatId;
  372. private DevExpress.XtraGrid.Columns.GridColumn colSigRangText;
  373. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtListEdit;
  374. private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit satListEdit;
  375. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit mainSatEdit;
  376. private DevExpress.Xpo.XPCollection xpcEmt;
  377. private DevExpress.Xpo.XPCollection xpcSat;
  378. }
  379. }