SigSelectForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. namespace Ips.Sps.Sigs
  2. {
  3. partial class SigSelectForm
  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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnOk = new DevExpress.XtraEditors.SimpleButton();
  32. this.grdSigList = new DevExpress.XtraGrid.GridControl();
  33. this.bsSigList = new DevExpress.Xpo.XPBindingSource(this.components);
  34. this.gvSigList = new DevExpress.XtraGrid.Views.Grid.GridView();
  35. this.colOid = new DevExpress.XtraGrid.Columns.GridColumn();
  36. this.colSigCategory = new DevExpress.XtraGrid.Columns.GridColumn();
  37. this.colSigType = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.colSigLen = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colEmtId = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.emtIdEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  43. this.xpcEmt = new DevExpress.Xpo.XPCollection(this.components);
  44. this.colMainSatId = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.mainSatIdEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  46. this.xpcSat = new DevExpress.Xpo.XPCollection(this.components);
  47. this.colAdjaSatIds = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.adjaSatIdsEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
  49. this.colSigRangText = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colRemark = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  52. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  53. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  54. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  57. this.layoutControl1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.emtIdEdit)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.mainSatIdEdit)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.adjaSatIdsEdit)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  71. this.SuspendLayout();
  72. //
  73. // layoutControl1
  74. //
  75. this.layoutControl1.Controls.Add(this.btnCancel);
  76. this.layoutControl1.Controls.Add(this.btnOk);
  77. this.layoutControl1.Controls.Add(this.grdSigList);
  78. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.layoutControl1.Location = new System.Drawing.Point(0, 0);
  80. this.layoutControl1.Name = "layoutControl1";
  81. this.layoutControl1.Root = this.Root;
  82. this.layoutControl1.Size = new System.Drawing.Size(931, 435);
  83. this.layoutControl1.TabIndex = 0;
  84. this.layoutControl1.Text = "layoutControl1";
  85. //
  86. // btnCancel
  87. //
  88. this.btnCancel.Location = new System.Drawing.Point(870, 408);
  89. this.btnCancel.Name = "btnCancel";
  90. this.btnCancel.Size = new System.Drawing.Size(56, 22);
  91. this.btnCancel.StyleController = this.layoutControl1;
  92. this.btnCancel.TabIndex = 3;
  93. this.btnCancel.Text = "取消";
  94. //
  95. // btnOk
  96. //
  97. this.btnOk.Location = new System.Drawing.Point(810, 408);
  98. this.btnOk.Name = "btnOk";
  99. this.btnOk.Size = new System.Drawing.Size(56, 22);
  100. this.btnOk.StyleController = this.layoutControl1;
  101. this.btnOk.TabIndex = 2;
  102. this.btnOk.Text = "确认";
  103. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  104. //
  105. // grdSigList
  106. //
  107. this.grdSigList.DataSource = this.bsSigList;
  108. this.grdSigList.Location = new System.Drawing.Point(5, 5);
  109. this.grdSigList.MainView = this.gvSigList;
  110. this.grdSigList.Name = "grdSigList";
  111. this.grdSigList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  112. this.emtIdEdit,
  113. this.mainSatIdEdit,
  114. this.adjaSatIdsEdit});
  115. this.grdSigList.Size = new System.Drawing.Size(921, 399);
  116. this.grdSigList.TabIndex = 0;
  117. this.grdSigList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  118. this.gvSigList});
  119. //
  120. // bsSigList
  121. //
  122. this.bsSigList.DisplayableProperties = "Oid;SigCategory;SigType;SigFreq;BandWidth;SigLen;EmtId;MainSatId;AdjaSatIds;SigRa" +
  123. "ngText;Remark";
  124. this.bsSigList.ObjectType = typeof(Ips.Sps.Sigs.Signal);
  125. //
  126. // gvSigList
  127. //
  128. this.gvSigList.Appearance.Row.Options.UseTextOptions = true;
  129. this.gvSigList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  130. this.gvSigList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  131. this.colOid,
  132. this.colSigCategory,
  133. this.colSigType,
  134. this.colSigFreq,
  135. this.colBandWidth,
  136. this.colSigLen,
  137. this.colEmtId,
  138. this.colMainSatId,
  139. this.colAdjaSatIds,
  140. this.colSigRangText,
  141. this.colRemark});
  142. this.gvSigList.GridControl = this.grdSigList;
  143. this.gvSigList.Name = "gvSigList";
  144. this.gvSigList.OptionsBehavior.Editable = false;
  145. this.gvSigList.OptionsSelection.MultiSelect = true;
  146. this.gvSigList.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
  147. this.gvSigList.OptionsView.ShowGroupPanel = false;
  148. this.gvSigList.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gvSigList_CustomColumnDisplayText);
  149. //
  150. // colOid
  151. //
  152. this.colOid.FieldName = "Oid";
  153. this.colOid.Name = "colOid";
  154. //
  155. // colSigCategory
  156. //
  157. this.colSigCategory.FieldName = "SigCategory";
  158. this.colSigCategory.Name = "colSigCategory";
  159. this.colSigCategory.Visible = true;
  160. this.colSigCategory.VisibleIndex = 1;
  161. //
  162. // colSigType
  163. //
  164. this.colSigType.FieldName = "SigType";
  165. this.colSigType.Name = "colSigType";
  166. this.colSigType.Visible = true;
  167. this.colSigType.VisibleIndex = 2;
  168. //
  169. // colSigFreq
  170. //
  171. this.colSigFreq.FieldName = "SigFreq";
  172. this.colSigFreq.Name = "colSigFreq";
  173. this.colSigFreq.Visible = true;
  174. this.colSigFreq.VisibleIndex = 3;
  175. //
  176. // colBandWidth
  177. //
  178. this.colBandWidth.FieldName = "BandWidth";
  179. this.colBandWidth.Name = "colBandWidth";
  180. this.colBandWidth.Visible = true;
  181. this.colBandWidth.VisibleIndex = 4;
  182. //
  183. // colSigLen
  184. //
  185. this.colSigLen.FieldName = "SigLen";
  186. this.colSigLen.Name = "colSigLen";
  187. this.colSigLen.Visible = true;
  188. this.colSigLen.VisibleIndex = 5;
  189. //
  190. // colEmtId
  191. //
  192. this.colEmtId.ColumnEdit = this.emtIdEdit;
  193. this.colEmtId.FieldName = "EmtId";
  194. this.colEmtId.Name = "colEmtId";
  195. this.colEmtId.Visible = true;
  196. this.colEmtId.VisibleIndex = 6;
  197. //
  198. // emtIdEdit
  199. //
  200. this.emtIdEdit.AutoHeight = false;
  201. this.emtIdEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  202. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  203. this.emtIdEdit.DataSource = this.xpcEmt;
  204. this.emtIdEdit.DisplayMember = "Name";
  205. this.emtIdEdit.Name = "emtIdEdit";
  206. this.emtIdEdit.NullText = "未知";
  207. this.emtIdEdit.ValueMember = "Oid";
  208. //
  209. // xpcEmt
  210. //
  211. this.xpcEmt.DisplayableProperties = "Oid;Code;Name";
  212. this.xpcEmt.ObjectType = typeof(Ips.Sps.Emts.Emt);
  213. //
  214. // colMainSatId
  215. //
  216. this.colMainSatId.ColumnEdit = this.mainSatIdEdit;
  217. this.colMainSatId.FieldName = "MainSatId";
  218. this.colMainSatId.Name = "colMainSatId";
  219. this.colMainSatId.Visible = true;
  220. this.colMainSatId.VisibleIndex = 7;
  221. //
  222. // mainSatIdEdit
  223. //
  224. this.mainSatIdEdit.AutoHeight = false;
  225. this.mainSatIdEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  226. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  227. this.mainSatIdEdit.DataSource = this.xpcSat;
  228. this.mainSatIdEdit.DisplayMember = "Name";
  229. this.mainSatIdEdit.Name = "mainSatIdEdit";
  230. this.mainSatIdEdit.NullText = "无";
  231. this.mainSatIdEdit.ValueMember = "Oid";
  232. //
  233. // xpcSat
  234. //
  235. this.xpcSat.DisplayableProperties = "Oid;SatNum;Name;SatType;GroupName";
  236. this.xpcSat.ObjectType = typeof(Ips.Sps.Sats.Sat);
  237. //
  238. // colAdjaSatIds
  239. //
  240. this.colAdjaSatIds.ColumnEdit = this.adjaSatIdsEdit;
  241. this.colAdjaSatIds.FieldName = "AdjaSatIds";
  242. this.colAdjaSatIds.Name = "colAdjaSatIds";
  243. this.colAdjaSatIds.Visible = true;
  244. this.colAdjaSatIds.VisibleIndex = 8;
  245. //
  246. // adjaSatIdsEdit
  247. //
  248. this.adjaSatIdsEdit.AutoHeight = false;
  249. this.adjaSatIdsEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  250. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  251. this.adjaSatIdsEdit.DataSource = this.xpcSat;
  252. this.adjaSatIdsEdit.DisplayMember = "Name";
  253. this.adjaSatIdsEdit.Name = "adjaSatIdsEdit";
  254. this.adjaSatIdsEdit.ValueMember = "Oid";
  255. //
  256. // colSigRangText
  257. //
  258. this.colSigRangText.FieldName = "SigRangText";
  259. this.colSigRangText.Name = "colSigRangText";
  260. this.colSigRangText.Visible = true;
  261. this.colSigRangText.VisibleIndex = 9;
  262. //
  263. // colRemark
  264. //
  265. this.colRemark.FieldName = "Remark";
  266. this.colRemark.Name = "colRemark";
  267. //
  268. // Root
  269. //
  270. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  271. this.Root.GroupBordersVisible = false;
  272. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  273. this.layoutControlItem1,
  274. this.layoutControlItem2,
  275. this.layoutControlItem3,
  276. this.emptySpaceItem1});
  277. this.Root.Name = "Root";
  278. this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  279. this.Root.Size = new System.Drawing.Size(931, 435);
  280. this.Root.TextVisible = false;
  281. //
  282. // layoutControlItem1
  283. //
  284. this.layoutControlItem1.Control = this.grdSigList;
  285. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  286. this.layoutControlItem1.Name = "layoutControlItem1";
  287. this.layoutControlItem1.Size = new System.Drawing.Size(925, 403);
  288. this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
  289. this.layoutControlItem1.TextVisible = false;
  290. //
  291. // layoutControlItem2
  292. //
  293. this.layoutControlItem2.Control = this.btnOk;
  294. this.layoutControlItem2.Location = new System.Drawing.Point(805, 403);
  295. this.layoutControlItem2.MaxSize = new System.Drawing.Size(60, 26);
  296. this.layoutControlItem2.MinSize = new System.Drawing.Size(60, 26);
  297. this.layoutControlItem2.Name = "layoutControlItem2";
  298. this.layoutControlItem2.Size = new System.Drawing.Size(60, 26);
  299. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  300. this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
  301. this.layoutControlItem2.TextVisible = false;
  302. //
  303. // layoutControlItem3
  304. //
  305. this.layoutControlItem3.Control = this.btnCancel;
  306. this.layoutControlItem3.Location = new System.Drawing.Point(865, 403);
  307. this.layoutControlItem3.MaxSize = new System.Drawing.Size(60, 26);
  308. this.layoutControlItem3.MinSize = new System.Drawing.Size(60, 26);
  309. this.layoutControlItem3.Name = "layoutControlItem3";
  310. this.layoutControlItem3.Size = new System.Drawing.Size(60, 26);
  311. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  312. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  313. this.layoutControlItem3.TextVisible = false;
  314. //
  315. // emptySpaceItem1
  316. //
  317. this.emptySpaceItem1.AllowHotTrack = false;
  318. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 403);
  319. this.emptySpaceItem1.Name = "emptySpaceItem1";
  320. this.emptySpaceItem1.Size = new System.Drawing.Size(805, 26);
  321. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  322. //
  323. // SigSelectForm
  324. //
  325. this.AcceptButton = this.btnOk;
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.CancelButton = this.btnCancel;
  329. this.ClientSize = new System.Drawing.Size(931, 435);
  330. this.Controls.Add(this.layoutControl1);
  331. this.IconOptions.ShowIcon = false;
  332. this.Name = "SigSelectForm";
  333. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  334. this.Text = "选择信号";
  335. this.Load += new System.EventHandler(this.SigSelectForm_Load);
  336. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  337. this.layoutControl1.ResumeLayout(false);
  338. ((System.ComponentModel.ISupportInitialize)(this.grdSigList)).EndInit();
  339. ((System.ComponentModel.ISupportInitialize)(this.bsSigList)).EndInit();
  340. ((System.ComponentModel.ISupportInitialize)(this.gvSigList)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.emtIdEdit)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.xpcEmt)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.mainSatIdEdit)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.xpcSat)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.adjaSatIdsEdit)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  351. this.ResumeLayout(false);
  352. }
  353. #endregion
  354. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  355. private DevExpress.XtraGrid.GridControl grdSigList;
  356. private DevExpress.XtraGrid.Views.Grid.GridView gvSigList;
  357. private DevExpress.XtraLayout.LayoutControlGroup Root;
  358. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  359. private DevExpress.XtraEditors.SimpleButton btnCancel;
  360. private DevExpress.XtraEditors.SimpleButton btnOk;
  361. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  362. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  363. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  364. private DevExpress.Xpo.XPBindingSource bsSigList;
  365. private DevExpress.XtraGrid.Columns.GridColumn colOid;
  366. private DevExpress.XtraGrid.Columns.GridColumn colSigCategory;
  367. private DevExpress.XtraGrid.Columns.GridColumn colSigType;
  368. private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;
  369. private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
  370. private DevExpress.XtraGrid.Columns.GridColumn colSigLen;
  371. private DevExpress.XtraGrid.Columns.GridColumn colEmtId;
  372. private DevExpress.XtraGrid.Columns.GridColumn colMainSatId;
  373. private DevExpress.XtraGrid.Columns.GridColumn colAdjaSatIds;
  374. private DevExpress.XtraGrid.Columns.GridColumn colSigRangText;
  375. private DevExpress.XtraGrid.Columns.GridColumn colRemark;
  376. private DevExpress.Xpo.XPCollection xpcEmt;
  377. private DevExpress.Xpo.XPCollection xpcSat;
  378. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit emtIdEdit;
  379. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit mainSatIdEdit;
  380. private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit adjaSatIdsEdit;
  381. }
  382. }