AdcSelectForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace Ips.Sps.Adcs
  2. {
  3. partial class AdcSelectForm
  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. components = new System.ComponentModel.Container();
  29. layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  30. grdAdcList = new DevExpress.XtraGrid.GridControl();
  31. bsAdcList = new DevExpress.Xpo.XPBindingSource(components);
  32. gvAdcList = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. colOid = new DevExpress.XtraGrid.Columns.GridColumn();
  34. colName = new DevExpress.XtraGrid.Columns.GridColumn();
  35. colTriggerMode = new DevExpress.XtraGrid.Columns.GridColumn();
  36. colClockerType = new DevExpress.XtraGrid.Columns.GridColumn();
  37. colClockFreq = new DevExpress.XtraGrid.Columns.GridColumn();
  38. colDdcFreq = new DevExpress.XtraGrid.Columns.GridColumn();
  39. colIsInverseText = new DevExpress.XtraGrid.Columns.GridColumn();
  40. colMutil = new DevExpress.XtraGrid.Columns.GridColumn();
  41. colStorePath = new DevExpress.XtraGrid.Columns.GridColumn();
  42. btnCancel = new DevExpress.XtraEditors.SimpleButton();
  43. btnOk = new DevExpress.XtraEditors.SimpleButton();
  44. Root = new DevExpress.XtraLayout.LayoutControlGroup();
  45. layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  46. layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  47. emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  48. layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  49. ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
  50. layoutControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)grdAdcList).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)bsAdcList).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)gvAdcList).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
  59. SuspendLayout();
  60. //
  61. // layoutControl1
  62. //
  63. layoutControl1.Controls.Add(grdAdcList);
  64. layoutControl1.Controls.Add(btnCancel);
  65. layoutControl1.Controls.Add(btnOk);
  66. layoutControl1.Dock = DockStyle.Fill;
  67. layoutControl1.Location = new Point(0, 0);
  68. layoutControl1.Name = "layoutControl1";
  69. layoutControl1.Root = Root;
  70. layoutControl1.Size = new Size(872, 470);
  71. layoutControl1.TabIndex = 0;
  72. layoutControl1.Text = "layoutControl1";
  73. //
  74. // grdAdcList
  75. //
  76. grdAdcList.DataSource = bsAdcList;
  77. grdAdcList.Location = new Point(5, 5);
  78. grdAdcList.MainView = gvAdcList;
  79. grdAdcList.Name = "grdAdcList";
  80. grdAdcList.Size = new Size(862, 434);
  81. grdAdcList.TabIndex = 6;
  82. grdAdcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvAdcList });
  83. //
  84. // bsAdcList
  85. //
  86. bsAdcList.DisplayableProperties = "Oid;Name;TriggerMode;ClockerType;ClockFreq;DdcFreq;IsInverseText;Mutil;StorePath";
  87. bsAdcList.ObjectType = typeof(AdCard);
  88. //
  89. // gvAdcList
  90. //
  91. gvAdcList.Appearance.Row.Options.UseTextOptions = true;
  92. gvAdcList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  93. gvAdcList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colName, colTriggerMode, colClockerType, colClockFreq, colDdcFreq, colIsInverseText, colMutil, colStorePath });
  94. gvAdcList.GridControl = grdAdcList;
  95. gvAdcList.Name = "gvAdcList";
  96. gvAdcList.OptionsBehavior.Editable = false;
  97. gvAdcList.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
  98. gvAdcList.OptionsView.ShowGroupPanel = false;
  99. gvAdcList.RowClick += gvAdcList_RowClick;
  100. //
  101. // colOid
  102. //
  103. colOid.FieldName = "Oid";
  104. colOid.Name = "colOid";
  105. //
  106. // colName
  107. //
  108. colName.FieldName = "Name";
  109. colName.Name = "colName";
  110. colName.Visible = true;
  111. colName.VisibleIndex = 0;
  112. colName.Width = 266;
  113. //
  114. // colTriggerMode
  115. //
  116. colTriggerMode.FieldName = "TriggerMode";
  117. colTriggerMode.Name = "colTriggerMode";
  118. colTriggerMode.Visible = true;
  119. colTriggerMode.VisibleIndex = 1;
  120. colTriggerMode.Width = 114;
  121. //
  122. // colClockerType
  123. //
  124. colClockerType.FieldName = "ClockerType";
  125. colClockerType.Name = "colClockerType";
  126. colClockerType.Visible = true;
  127. colClockerType.VisibleIndex = 2;
  128. colClockerType.Width = 130;
  129. //
  130. // colClockFreq
  131. //
  132. colClockFreq.FieldName = "ClockFreq";
  133. colClockFreq.Name = "colClockFreq";
  134. colClockFreq.Visible = true;
  135. colClockFreq.VisibleIndex = 3;
  136. colClockFreq.Width = 141;
  137. //
  138. // colDdcFreq
  139. //
  140. colDdcFreq.FieldName = "DdcFreq";
  141. colDdcFreq.Name = "colDdcFreq";
  142. colDdcFreq.Visible = true;
  143. colDdcFreq.VisibleIndex = 4;
  144. colDdcFreq.Width = 156;
  145. //
  146. // colIsInverseText
  147. //
  148. colIsInverseText.FieldName = "IsInverseText";
  149. colIsInverseText.Name = "colIsInverseText";
  150. //
  151. // colMutil
  152. //
  153. colMutil.FieldName = "Mutil";
  154. colMutil.Name = "colMutil";
  155. //
  156. // colStorePath
  157. //
  158. colStorePath.FieldName = "StorePath";
  159. colStorePath.Name = "colStorePath";
  160. //
  161. // btnCancel
  162. //
  163. btnCancel.Location = new Point(811, 443);
  164. btnCancel.Name = "btnCancel";
  165. btnCancel.Size = new Size(56, 22);
  166. btnCancel.StyleController = layoutControl1;
  167. btnCancel.TabIndex = 5;
  168. btnCancel.Text = "取消";
  169. //
  170. // btnOk
  171. //
  172. btnOk.Location = new Point(751, 443);
  173. btnOk.Name = "btnOk";
  174. btnOk.Size = new Size(56, 22);
  175. btnOk.StyleController = layoutControl1;
  176. btnOk.TabIndex = 4;
  177. btnOk.Text = "确定";
  178. btnOk.Click += btnOk_Click;
  179. //
  180. // Root
  181. //
  182. Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  183. Root.GroupBordersVisible = false;
  184. Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, emptySpaceItem1, layoutControlItem3 });
  185. Root.Name = "Root";
  186. Root.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
  187. Root.Size = new Size(872, 470);
  188. Root.TextVisible = false;
  189. //
  190. // layoutControlItem1
  191. //
  192. layoutControlItem1.Control = btnOk;
  193. layoutControlItem1.Location = new Point(746, 438);
  194. layoutControlItem1.MaxSize = new Size(60, 26);
  195. layoutControlItem1.MinSize = new Size(60, 26);
  196. layoutControlItem1.Name = "layoutControlItem1";
  197. layoutControlItem1.Size = new Size(60, 26);
  198. layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  199. layoutControlItem1.TextSize = new Size(0, 0);
  200. layoutControlItem1.TextVisible = false;
  201. //
  202. // layoutControlItem2
  203. //
  204. layoutControlItem2.Control = btnCancel;
  205. layoutControlItem2.Location = new Point(806, 438);
  206. layoutControlItem2.MaxSize = new Size(60, 26);
  207. layoutControlItem2.MinSize = new Size(60, 26);
  208. layoutControlItem2.Name = "layoutControlItem2";
  209. layoutControlItem2.Size = new Size(60, 26);
  210. layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  211. layoutControlItem2.TextSize = new Size(0, 0);
  212. layoutControlItem2.TextVisible = false;
  213. //
  214. // emptySpaceItem1
  215. //
  216. emptySpaceItem1.AllowHotTrack = false;
  217. emptySpaceItem1.Location = new Point(0, 438);
  218. emptySpaceItem1.Name = "emptySpaceItem1";
  219. emptySpaceItem1.Size = new Size(746, 26);
  220. emptySpaceItem1.TextSize = new Size(0, 0);
  221. //
  222. // layoutControlItem3
  223. //
  224. layoutControlItem3.Control = grdAdcList;
  225. layoutControlItem3.Location = new Point(0, 0);
  226. layoutControlItem3.Name = "layoutControlItem3";
  227. layoutControlItem3.Size = new Size(866, 438);
  228. layoutControlItem3.TextSize = new Size(0, 0);
  229. layoutControlItem3.TextVisible = false;
  230. //
  231. // AdcSelectForm
  232. //
  233. AcceptButton = btnOk;
  234. AutoScaleDimensions = new SizeF(7F, 14F);
  235. AutoScaleMode = AutoScaleMode.Font;
  236. CancelButton = btnCancel;
  237. ClientSize = new Size(872, 470);
  238. Controls.Add(layoutControl1);
  239. IconOptions.ShowIcon = false;
  240. Name = "AdcSelectForm";
  241. ShowInTaskbar = false;
  242. StartPosition = FormStartPosition.CenterParent;
  243. Text = "采集卡选择";
  244. Load += AdcSelectForm_Load;
  245. ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
  246. layoutControl1.ResumeLayout(false);
  247. ((System.ComponentModel.ISupportInitialize)grdAdcList).EndInit();
  248. ((System.ComponentModel.ISupportInitialize)bsAdcList).EndInit();
  249. ((System.ComponentModel.ISupportInitialize)gvAdcList).EndInit();
  250. ((System.ComponentModel.ISupportInitialize)Root).EndInit();
  251. ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
  252. ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
  253. ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
  255. ResumeLayout(false);
  256. }
  257. #endregion
  258. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  259. private DevExpress.XtraGrid.GridControl grdAdcList;
  260. private DevExpress.XtraGrid.Views.Grid.GridView gvAdcList;
  261. private DevExpress.XtraEditors.SimpleButton btnCancel;
  262. private DevExpress.XtraEditors.SimpleButton btnOk;
  263. private DevExpress.XtraLayout.LayoutControlGroup Root;
  264. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  265. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  266. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  267. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  268. private DevExpress.Xpo.XPBindingSource bsAdcList;
  269. private DevExpress.XtraGrid.Columns.GridColumn colOid;
  270. private DevExpress.XtraGrid.Columns.GridColumn colName;
  271. private DevExpress.XtraGrid.Columns.GridColumn colTriggerMode;
  272. private DevExpress.XtraGrid.Columns.GridColumn colClockerType;
  273. private DevExpress.XtraGrid.Columns.GridColumn colClockFreq;
  274. private DevExpress.XtraGrid.Columns.GridColumn colDdcFreq;
  275. private DevExpress.XtraGrid.Columns.GridColumn colIsInverseText;
  276. private DevExpress.XtraGrid.Columns.GridColumn colMutil;
  277. private DevExpress.XtraGrid.Columns.GridColumn colStorePath;
  278. }
  279. }