Main.Designer.cs 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071
  1. using DevExpress.XtraEditors;
  2. using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
  3. using UAS_DeviceMonitor.CustomerControl;
  4. using UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum;
  5. namespace UAS_DeviceMonitor
  6. {
  7. partial class Main
  8. {
  9. /// <summary>
  10. /// Required designer variable.
  11. /// </summary>
  12. private System.ComponentModel.IContainer components = null;
  13. /// <summary>
  14. /// Clean up any resources being used.
  15. /// </summary>
  16. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  17. protected override void Dispose(bool disposing)
  18. {
  19. if (disposing && (components != null))
  20. {
  21. components.Dispose();
  22. }
  23. base.Dispose(disposing);
  24. }
  25. #region Windows Form Designer generated code
  26. /// <summary>
  27. /// Required method for Designer support - do not modify
  28. /// the contents of this method with the code editor.
  29. /// </summary>
  30. private void InitializeComponent()
  31. {
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  33. this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
  34. this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
  35. this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem();
  36. this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem();
  37. this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem();
  38. this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem();
  39. this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem();
  40. this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
  41. this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  42. this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
  43. this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
  44. this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
  45. this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
  46. this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
  47. this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  48. this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  49. this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.de_runstatus = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.de_indate = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.de_spec = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.de_vendcode = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.de_vendname = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
  59. this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
  60. this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  61. this.Brand_label = new DevExpress.XtraEditors.LabelControl();
  62. this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
  63. this.ButtonNewCommand = new DevExpress.XtraEditors.SimpleButton();
  64. this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  65. this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  66. this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  67. this.GRIDVIEWCOMMANDSETCHOOSE = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.CheckEditCommandSet = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  69. this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
  71. this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.dc_command = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage();
  74. this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
  75. this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
  76. this.ButtonDeleteCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  77. this.ButtonNewCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  78. this.ButtonSaveCommandSet = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  79. this.ButtonPausePolling = new DevExpress.XtraEditors.SimpleButton();
  80. this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
  81. this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  82. this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  83. this.GRIDVIEWPOLLSETTINGCHOOSE = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  85. this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
  86. this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
  87. this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
  88. this.dpc_plname = new DevExpress.XtraGrid.Columns.GridColumn();
  89. this.dpc_interval = new DevExpress.XtraGrid.Columns.GridColumn();
  90. this.dpc_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.PollingSetItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
  92. this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
  93. this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
  94. this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
  95. this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  96. this.POLLSETTINGSTATUSCOLUMN = new DevExpress.XtraGrid.Columns.GridColumn();
  97. this.PollSettingItemColorEdit = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
  98. this.PollSettingItemColorPickEdit = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit();
  99. this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
  100. this.ButtonAddPolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
  101. this.ButtonDeletePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
  102. this.ButtonSavePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
  103. this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
  104. this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
  105. this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
  106. this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
  107. this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
  108. this.pl_type = new DevExpress.XtraGrid.Columns.GridColumn();
  109. this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
  110. this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
  111. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
  113. this.MainTabControl.SuspendLayout();
  114. this.PageDeviceList.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
  117. this.PageCommandSet.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
  122. this.PagePollingSetting.SuspendLayout();
  123. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
  124. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
  125. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorPickEdit)).BeginInit();
  129. this.PagePolling.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
  132. this.SuspendLayout();
  133. //
  134. // RibbonNav
  135. //
  136. this.RibbonNav.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net;
  137. this.RibbonNav.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False;
  138. this.RibbonNav.ExpandCollapseItem.Id = 0;
  139. this.RibbonNav.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
  140. this.RibbonNav.ExpandCollapseItem,
  141. this.ButtonDeviceList,
  142. this.ButtonDeviceKind,
  143. this.ButtonDeviceStatus,
  144. this.ButtonCommandSet,
  145. this.ButtonPollingSetting,
  146. this.ButtionPolling});
  147. this.RibbonNav.Location = new System.Drawing.Point(0, 0);
  148. this.RibbonNav.MaxItemId = 13;
  149. this.RibbonNav.Name = "RibbonNav";
  150. this.RibbonNav.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
  151. this.DeviceInf,
  152. this.DeviceCommandSetting});
  153. this.RibbonNav.Size = new System.Drawing.Size(1033, 128);
  154. //
  155. // ButtonDeviceList
  156. //
  157. this.ButtonDeviceList.Caption = "设备清单";
  158. this.ButtonDeviceList.Id = 5;
  159. this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net;
  160. this.ButtonDeviceList.Name = "ButtonDeviceList";
  161. this.ButtonDeviceList.Tag = "PageDeviceList";
  162. this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  163. //
  164. // ButtonDeviceKind
  165. //
  166. this.ButtonDeviceKind.Caption = "设备类型维护";
  167. this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph")));
  168. this.ButtonDeviceKind.Id = 6;
  169. this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph")));
  170. this.ButtonDeviceKind.Name = "ButtonDeviceKind";
  171. this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
  172. this.ButtonDeviceKind.Tag = "PageDeviceKind";
  173. this.ButtonDeviceKind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  174. //
  175. // ButtonDeviceStatus
  176. //
  177. this.ButtonDeviceStatus.Caption = "运行状态";
  178. this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph")));
  179. this.ButtonDeviceStatus.Id = 8;
  180. this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph")));
  181. this.ButtonDeviceStatus.Name = "ButtonDeviceStatus";
  182. this.ButtonDeviceStatus.Tag = "PageDeviceStatus";
  183. this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  184. //
  185. // ButtonCommandSet
  186. //
  187. this.ButtonCommandSet.Caption = "指令设置";
  188. this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph")));
  189. this.ButtonCommandSet.Id = 9;
  190. this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph")));
  191. this.ButtonCommandSet.Name = "ButtonCommandSet";
  192. this.ButtonCommandSet.Tag = "PageCommandSet";
  193. this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  194. //
  195. // ButtonPollingSetting
  196. //
  197. this.ButtonPollingSetting.Caption = "轮询配置";
  198. this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph")));
  199. this.ButtonPollingSetting.Id = 11;
  200. this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph")));
  201. this.ButtonPollingSetting.Name = "ButtonPollingSetting";
  202. this.ButtonPollingSetting.Tag = "PagePollingSetting";
  203. this.ButtonPollingSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  204. //
  205. // ButtionPolling
  206. //
  207. this.ButtionPolling.Caption = "轮询业务";
  208. this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph")));
  209. this.ButtionPolling.Id = 12;
  210. this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph")));
  211. this.ButtionPolling.Name = "ButtionPolling";
  212. this.ButtionPolling.Tag = "PagePolling";
  213. this.ButtionPolling.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
  214. //
  215. // DeviceInf
  216. //
  217. this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  218. this.RibDeviceInf});
  219. this.DeviceInf.Name = "DeviceInf";
  220. this.DeviceInf.Text = "设备信息";
  221. //
  222. // RibDeviceInf
  223. //
  224. this.RibDeviceInf.AllowTextClipping = false;
  225. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList);
  226. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind);
  227. this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus);
  228. this.RibDeviceInf.Name = "RibDeviceInf";
  229. this.RibDeviceInf.ShowCaptionButton = false;
  230. //
  231. // DeviceCommandSetting
  232. //
  233. this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
  234. this.RibDeviceCommand});
  235. this.DeviceCommandSetting.Name = "DeviceCommandSetting";
  236. this.DeviceCommandSetting.Text = "设备指令配置";
  237. //
  238. // RibDeviceCommand
  239. //
  240. this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet);
  241. this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling);
  242. this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting);
  243. this.RibDeviceCommand.Name = "RibDeviceCommand";
  244. this.RibDeviceCommand.Text = "ribbonPageGroup3";
  245. //
  246. // MainTabControl
  247. //
  248. this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.MainTabControl.Location = new System.Drawing.Point(0, 128);
  250. this.MainTabControl.Name = "MainTabControl";
  251. this.MainTabControl.SelectedTabPage = this.PageDeviceList;
  252. this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
  253. this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
  254. this.MainTabControl.TabIndex = 3;
  255. this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
  256. this.PageDeviceList,
  257. this.PageCommandSet,
  258. this.PageDeviceKind,
  259. this.PageDeviceStatus,
  260. this.PagePollingSetting,
  261. this.PagePolling});
  262. //
  263. // PageDeviceList
  264. //
  265. this.PageDeviceList.Controls.Add(this.PageControlDeviceList);
  266. this.PageDeviceList.Controls.Add(this.GridDeviceList);
  267. this.PageDeviceList.Name = "PageDeviceList";
  268. this.PageDeviceList.PageVisible = false;
  269. this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
  270. this.PageDeviceList.Text = "xtraTabPage1";
  271. //
  272. // PageControlDeviceList
  273. //
  274. this.PageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
  275. this.PageControlDeviceList.Gridcontrol = null;
  276. this.PageControlDeviceList.Location = new System.Drawing.Point(0, 548);
  277. this.PageControlDeviceList.Name = "PageControlDeviceList";
  278. this.PageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
  279. this.PageControlDeviceList.TabIndex = 1;
  280. //
  281. // GridDeviceList
  282. //
  283. this.GridDeviceList.Condition = null;
  284. this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.GridDeviceList.GetDataSQL = null;
  286. this.GridDeviceList.ID = null;
  287. this.GridDeviceList.InsertSQL = null;
  288. this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
  289. this.GridDeviceList.MainView = this.GridViewDeviceList;
  290. this.GridDeviceList.MenuManager = this.RibbonNav;
  291. this.GridDeviceList.Name = "GridDeviceList";
  292. this.GridDeviceList.RowCount = 0;
  293. this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
  294. this.GridDeviceList.TabIndex = 0;
  295. this.GridDeviceList.TableName = null;
  296. this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  297. this.GridViewDeviceList});
  298. //
  299. // GridViewDeviceList
  300. //
  301. this.GridViewDeviceList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  302. this.de_id,
  303. this.de_code,
  304. this.de_name,
  305. this.de_runstatus,
  306. this.de_indate,
  307. this.de_spec,
  308. this.de_vendcode,
  309. this.de_vendname,
  310. this.de_address,
  311. this.de_wccode});
  312. this.GridViewDeviceList.GridControl = this.GridDeviceList;
  313. this.GridViewDeviceList.IndicatorWidth = 30;
  314. this.GridViewDeviceList.Name = "GridViewDeviceList";
  315. //
  316. // de_id
  317. //
  318. this.de_id.Caption = "de_id";
  319. this.de_id.FieldName = "DE_ID";
  320. this.de_id.Name = "de_id";
  321. //
  322. // de_code
  323. //
  324. this.de_code.Caption = "设备编号";
  325. this.de_code.FieldName = "DE_CODE";
  326. this.de_code.Name = "de_code";
  327. this.de_code.Visible = true;
  328. this.de_code.VisibleIndex = 0;
  329. //
  330. // de_name
  331. //
  332. this.de_name.Caption = "设备名称";
  333. this.de_name.FieldName = "DE_NAME";
  334. this.de_name.Name = "de_name";
  335. this.de_name.Visible = true;
  336. this.de_name.VisibleIndex = 1;
  337. //
  338. // de_runstatus
  339. //
  340. this.de_runstatus.Caption = "运行状态";
  341. this.de_runstatus.FieldName = "DE_RUNSTATUS";
  342. this.de_runstatus.Name = "de_runstatus";
  343. this.de_runstatus.Visible = true;
  344. this.de_runstatus.VisibleIndex = 2;
  345. //
  346. // de_indate
  347. //
  348. this.de_indate.Caption = "录入日期";
  349. this.de_indate.DisplayFormat.FormatString = "yyyy-MM-dd";
  350. this.de_indate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  351. this.de_indate.FieldName = "DE_INDATE";
  352. this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
  353. this.de_indate.Name = "de_indate";
  354. this.de_indate.Visible = true;
  355. this.de_indate.VisibleIndex = 3;
  356. //
  357. // de_spec
  358. //
  359. this.de_spec.Caption = "设备规格";
  360. this.de_spec.FieldName = "DE_SPEC";
  361. this.de_spec.Name = "de_spec";
  362. this.de_spec.Visible = true;
  363. this.de_spec.VisibleIndex = 4;
  364. //
  365. // de_vendcode
  366. //
  367. this.de_vendcode.Caption = "供应商编号";
  368. this.de_vendcode.FieldName = "DE_VENDCODE";
  369. this.de_vendcode.Name = "de_vendcode";
  370. this.de_vendcode.Visible = true;
  371. this.de_vendcode.VisibleIndex = 5;
  372. //
  373. // de_vendname
  374. //
  375. this.de_vendname.Caption = "供应商名称";
  376. this.de_vendname.FieldName = "DE_VENDNAME";
  377. this.de_vendname.Name = "de_vendname";
  378. this.de_vendname.Visible = true;
  379. this.de_vendname.VisibleIndex = 6;
  380. //
  381. // de_address
  382. //
  383. this.de_address.Caption = "设备地点";
  384. this.de_address.FieldName = "DE_ADDRESS";
  385. this.de_address.Name = "de_address";
  386. this.de_address.Visible = true;
  387. this.de_address.VisibleIndex = 7;
  388. //
  389. // de_wccode
  390. //
  391. this.de_wccode.Caption = "工作中心";
  392. this.de_wccode.FieldName = "DE_WCCODE";
  393. this.de_wccode.Name = "de_wccode";
  394. this.de_wccode.Visible = true;
  395. this.de_wccode.VisibleIndex = 8;
  396. //
  397. // PageCommandSet
  398. //
  399. this.PageCommandSet.Controls.Add(this.ButtonDeleteCommand);
  400. this.PageCommandSet.Controls.Add(this.Brand_label);
  401. this.PageCommandSet.Controls.Add(this.Brand);
  402. this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
  403. this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
  404. this.PageCommandSet.Controls.Add(this.GridCommandSetting);
  405. this.PageCommandSet.Name = "PageCommandSet";
  406. this.PageCommandSet.PageVisible = false;
  407. this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
  408. this.PageCommandSet.Text = "xtraTabPage1";
  409. this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
  410. //
  411. // ButtonDeleteCommand
  412. //
  413. this.ButtonDeleteCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  414. this.ButtonDeleteCommand.Grid = null;
  415. this.ButtonDeleteCommand.Location = new System.Drawing.Point(816, 551);
  416. this.ButtonDeleteCommand.Name = "ButtonDeleteCommand";
  417. this.ButtonDeleteCommand.Size = new System.Drawing.Size(64, 23);
  418. this.ButtonDeleteCommand.TabIndex = 6;
  419. this.ButtonDeleteCommand.Text = "删除";
  420. //
  421. // Brand_label
  422. //
  423. this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
  424. this.Brand_label.Location = new System.Drawing.Point(8, 5);
  425. this.Brand_label.Name = "Brand_label";
  426. this.Brand_label.Size = new System.Drawing.Size(32, 21);
  427. this.Brand_label.TabIndex = 5;
  428. this.Brand_label.Text = "品牌";
  429. //
  430. // Brand
  431. //
  432. this.Brand.Location = new System.Drawing.Point(47, 4);
  433. this.Brand.MenuManager = this.RibbonNav;
  434. this.Brand.Name = "Brand";
  435. this.Brand.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  436. this.Brand.Properties.Appearance.Options.UseFont = true;
  437. this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  438. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  439. this.Brand.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  440. this.Brand.Size = new System.Drawing.Size(100, 24);
  441. this.Brand.TabIndex = 4;
  442. this.Brand.SelectedIndexChanged += new System.EventHandler(this.Brand_SelectedIndexChanged);
  443. //
  444. // ButtonNewCommand
  445. //
  446. this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  447. this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
  448. this.ButtonNewCommand.Name = "ButtonNewCommand";
  449. this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
  450. this.ButtonNewCommand.TabIndex = 3;
  451. this.ButtonNewCommand.Text = "新增";
  452. this.ButtonNewCommand.Click += new System.EventHandler(this.ButtonNewCommand_Click);
  453. //
  454. // ButtonSaveCommand
  455. //
  456. this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  457. this.ButtonSaveCommand.Grid = null;
  458. this.ButtonSaveCommand.HandlerOtherFirst = true;
  459. this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
  460. this.ButtonSaveCommand.Name = "ButtonSaveCommand";
  461. this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
  462. this.ButtonSaveCommand.TabIndex = 2;
  463. this.ButtonSaveCommand.Text = "保存";
  464. this.ButtonSaveCommand.Click += new System.EventHandler(this.ButtonSaveCommand_Click);
  465. //
  466. // GridCommandSetting
  467. //
  468. this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  469. | System.Windows.Forms.AnchorStyles.Left)
  470. | System.Windows.Forms.AnchorStyles.Right)));
  471. this.GridCommandSetting.Condition = null;
  472. this.GridCommandSetting.GetDataSQL = null;
  473. this.GridCommandSetting.ID = null;
  474. this.GridCommandSetting.InsertSQL = null;
  475. this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
  476. this.GridCommandSetting.MainView = this.GridViewCommandSet;
  477. this.GridCommandSetting.MenuManager = this.RibbonNav;
  478. this.GridCommandSetting.Name = "GridCommandSetting";
  479. this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  480. this.CheckEditCommandSet});
  481. this.GridCommandSetting.RowCount = 0;
  482. this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
  483. this.GridCommandSetting.TabIndex = 1;
  484. this.GridCommandSetting.TableName = null;
  485. this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  486. this.GridViewCommandSet});
  487. //
  488. // GridViewCommandSet
  489. //
  490. this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  491. this.GRIDVIEWCOMMANDSETCHOOSE,
  492. this.dc_id,
  493. this.dc_code,
  494. this.dc_name,
  495. this.dc_command});
  496. this.GridViewCommandSet.GridControl = this.GridCommandSetting;
  497. this.GridViewCommandSet.IndicatorWidth = 30;
  498. this.GridViewCommandSet.Name = "GridViewCommandSet";
  499. this.GridViewCommandSet.OptionsSelection.MultiSelect = true;
  500. //
  501. // GRIDVIEWCOMMANDSETCHOOSE
  502. //
  503. this.GRIDVIEWCOMMANDSETCHOOSE.Caption = "勾选";
  504. this.GRIDVIEWCOMMANDSETCHOOSE.ColumnEdit = this.CheckEditCommandSet;
  505. this.GRIDVIEWCOMMANDSETCHOOSE.FieldName = "GRIDVIEWCOMMANDSETCHOOSE";
  506. this.GRIDVIEWCOMMANDSETCHOOSE.Name = "GRIDVIEWCOMMANDSETCHOOSE";
  507. this.GRIDVIEWCOMMANDSETCHOOSE.Visible = true;
  508. this.GRIDVIEWCOMMANDSETCHOOSE.VisibleIndex = 0;
  509. //
  510. // CheckEditCommandSet
  511. //
  512. this.CheckEditCommandSet.AutoHeight = false;
  513. this.CheckEditCommandSet.Name = "CheckEditCommandSet";
  514. this.CheckEditCommandSet.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  515. //
  516. // dc_id
  517. //
  518. this.dc_id.FieldName = "DC_ID";
  519. this.dc_id.Name = "dc_id";
  520. //
  521. // dc_code
  522. //
  523. this.dc_code.Caption = "指令编号";
  524. this.dc_code.FieldName = "DC_CODE";
  525. this.dc_code.Name = "dc_code";
  526. this.dc_code.Visible = true;
  527. this.dc_code.VisibleIndex = 1;
  528. this.dc_code.Width = 118;
  529. //
  530. // dc_name
  531. //
  532. this.dc_name.Caption = "指令名称";
  533. this.dc_name.FieldName = "DC_NAME";
  534. this.dc_name.Name = "dc_name";
  535. this.dc_name.Visible = true;
  536. this.dc_name.VisibleIndex = 2;
  537. this.dc_name.Width = 123;
  538. //
  539. // dc_command
  540. //
  541. this.dc_command.Caption = "发送指令";
  542. this.dc_command.FieldName = "DC_COMMAND";
  543. this.dc_command.Name = "dc_command";
  544. this.dc_command.Visible = true;
  545. this.dc_command.VisibleIndex = 3;
  546. this.dc_command.Width = 768;
  547. //
  548. // PageDeviceKind
  549. //
  550. this.PageDeviceKind.Name = "PageDeviceKind";
  551. this.PageDeviceKind.PageVisible = false;
  552. this.PageDeviceKind.Size = new System.Drawing.Size(1027, 577);
  553. this.PageDeviceKind.Text = "xtraTabPage2";
  554. //
  555. // PageDeviceStatus
  556. //
  557. this.PageDeviceStatus.Name = "PageDeviceStatus";
  558. this.PageDeviceStatus.PageVisible = false;
  559. this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
  560. this.PageDeviceStatus.Text = "xtraTabPage3";
  561. //
  562. // PagePollingSetting
  563. //
  564. this.PagePollingSetting.Controls.Add(this.ButtonDeleteCommandSet);
  565. this.PagePollingSetting.Controls.Add(this.ButtonNewCommandSet);
  566. this.PagePollingSetting.Controls.Add(this.ButtonSaveCommandSet);
  567. this.PagePollingSetting.Controls.Add(this.ButtonPausePolling);
  568. this.PagePollingSetting.Controls.Add(this.ButtonStartPolling);
  569. this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
  570. this.PagePollingSetting.Name = "PagePollingSetting";
  571. this.PagePollingSetting.PageVisible = false;
  572. this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
  573. this.PagePollingSetting.Text = "xtraTabPage1";
  574. this.PagePollingSetting.VisibleChanged += new System.EventHandler(this.PagePollingSetting_VisibleChanged);
  575. //
  576. // ButtonDeleteCommandSet
  577. //
  578. this.ButtonDeleteCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  579. this.ButtonDeleteCommandSet.Grid = null;
  580. this.ButtonDeleteCommandSet.Location = new System.Drawing.Point(816, 549);
  581. this.ButtonDeleteCommandSet.Name = "ButtonDeleteCommandSet";
  582. this.ButtonDeleteCommandSet.Size = new System.Drawing.Size(64, 23);
  583. this.ButtonDeleteCommandSet.TabIndex = 9;
  584. this.ButtonDeleteCommandSet.Text = "删除";
  585. //
  586. // ButtonNewCommandSet
  587. //
  588. this.ButtonNewCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  589. this.ButtonNewCommandSet.Grid = null;
  590. this.ButtonNewCommandSet.Location = new System.Drawing.Point(886, 549);
  591. this.ButtonNewCommandSet.Name = "ButtonNewCommandSet";
  592. this.ButtonNewCommandSet.Size = new System.Drawing.Size(64, 23);
  593. this.ButtonNewCommandSet.TabIndex = 8;
  594. this.ButtonNewCommandSet.Text = "新增";
  595. //
  596. // ButtonSaveCommandSet
  597. //
  598. this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  599. this.ButtonSaveCommandSet.Grid = null;
  600. this.ButtonSaveCommandSet.HandlerOtherFirst = false;
  601. this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
  602. this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
  603. this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
  604. this.ButtonSaveCommandSet.TabIndex = 7;
  605. this.ButtonSaveCommandSet.Text = "保存";
  606. //
  607. // ButtonPausePolling
  608. //
  609. this.ButtonPausePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  610. this.ButtonPausePolling.Location = new System.Drawing.Point(734, 549);
  611. this.ButtonPausePolling.Name = "ButtonPausePolling";
  612. this.ButtonPausePolling.Size = new System.Drawing.Size(75, 23);
  613. this.ButtonPausePolling.TabIndex = 2;
  614. this.ButtonPausePolling.Text = "暂停轮询";
  615. this.ButtonPausePolling.Click += new System.EventHandler(this.ButtonPausePolling_Click);
  616. //
  617. // ButtonStartPolling
  618. //
  619. this.ButtonStartPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  620. this.ButtonStartPolling.Location = new System.Drawing.Point(653, 549);
  621. this.ButtonStartPolling.Name = "ButtonStartPolling";
  622. this.ButtonStartPolling.Size = new System.Drawing.Size(75, 23);
  623. this.ButtonStartPolling.TabIndex = 1;
  624. this.ButtonStartPolling.Text = "开启轮询";
  625. this.ButtonStartPolling.Click += new System.EventHandler(this.ButtonStartPolling_Click);
  626. //
  627. // GridPollingSetting
  628. //
  629. this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  630. | System.Windows.Forms.AnchorStyles.Left)
  631. | System.Windows.Forms.AnchorStyles.Right)));
  632. this.GridPollingSetting.Condition = null;
  633. this.GridPollingSetting.GetDataSQL = null;
  634. this.GridPollingSetting.ID = null;
  635. this.GridPollingSetting.InsertSQL = null;
  636. this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
  637. this.GridPollingSetting.MainView = this.GridViewPollSetting;
  638. this.GridPollingSetting.MenuManager = this.RibbonNav;
  639. this.GridPollingSetting.Name = "GridPollingSetting";
  640. this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  641. this.dpc_enableCheckEdit,
  642. this.PollingSetItemLookUpEdit,
  643. this.PollSettingItemColorEdit,
  644. this.PollSettingItemColorPickEdit});
  645. this.GridPollingSetting.RowCount = 0;
  646. this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
  647. this.GridPollingSetting.TabIndex = 0;
  648. this.GridPollingSetting.TableName = null;
  649. this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  650. this.GridViewPollSetting});
  651. //
  652. // GridViewPollSetting
  653. //
  654. this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  655. this.GRIDVIEWPOLLSETTINGCHOOSE,
  656. this.dpc_id,
  657. this.dpc_decode,
  658. this.dpc_plcode,
  659. this.dpc_plname,
  660. this.dpc_interval,
  661. this.dpc_dccode,
  662. this.dpc_function,
  663. this.dpc_enable,
  664. this.dpc_status,
  665. this.dpc_remark,
  666. this.POLLSETTINGSTATUSCOLUMN});
  667. this.GridViewPollSetting.GridControl = this.GridPollingSetting;
  668. this.GridViewPollSetting.IndicatorWidth = 30;
  669. this.GridViewPollSetting.Name = "GridViewPollSetting";
  670. this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
  671. this.GridViewPollSetting.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanging);
  672. //
  673. // GRIDVIEWPOLLSETTINGCHOOSE
  674. //
  675. this.GRIDVIEWPOLLSETTINGCHOOSE.Caption = "选择";
  676. this.GRIDVIEWPOLLSETTINGCHOOSE.ColumnEdit = this.dpc_enableCheckEdit;
  677. this.GRIDVIEWPOLLSETTINGCHOOSE.FieldName = "GRIDVIEWPOLLSETTINGCHOOSE";
  678. this.GRIDVIEWPOLLSETTINGCHOOSE.Name = "GRIDVIEWPOLLSETTINGCHOOSE";
  679. this.GRIDVIEWPOLLSETTINGCHOOSE.Visible = true;
  680. this.GRIDVIEWPOLLSETTINGCHOOSE.VisibleIndex = 0;
  681. this.GRIDVIEWPOLLSETTINGCHOOSE.Width = 90;
  682. //
  683. // dpc_enableCheckEdit
  684. //
  685. this.dpc_enableCheckEdit.AutoHeight = false;
  686. this.dpc_enableCheckEdit.Name = "dpc_enableCheckEdit";
  687. this.dpc_enableCheckEdit.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  688. this.dpc_enableCheckEdit.PictureChecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureChecked")));
  689. this.dpc_enableCheckEdit.PictureUnchecked = ((System.Drawing.Image)(resources.GetObject("dpc_enableCheckEdit.PictureUnchecked")));
  690. this.dpc_enableCheckEdit.ValueChecked = "-1";
  691. this.dpc_enableCheckEdit.ValueUnchecked = "0";
  692. //
  693. // dpc_id
  694. //
  695. this.dpc_id.Caption = "ID";
  696. this.dpc_id.FieldName = "DPC_ID";
  697. this.dpc_id.Name = "dpc_id";
  698. //
  699. // dpc_decode
  700. //
  701. this.dpc_decode.Caption = "设备编号";
  702. this.dpc_decode.FieldName = "DPC_DECODE";
  703. this.dpc_decode.Name = "dpc_decode";
  704. this.dpc_decode.Visible = true;
  705. this.dpc_decode.VisibleIndex = 1;
  706. this.dpc_decode.Width = 90;
  707. //
  708. // dpc_plcode
  709. //
  710. this.dpc_plcode.Caption = "业务编号";
  711. this.dpc_plcode.FieldName = "DPC_PLCODE";
  712. this.dpc_plcode.Name = "dpc_plcode";
  713. this.dpc_plcode.Visible = true;
  714. this.dpc_plcode.VisibleIndex = 2;
  715. this.dpc_plcode.Width = 90;
  716. //
  717. // dpc_plname
  718. //
  719. this.dpc_plname.Caption = "业务名称";
  720. this.dpc_plname.FieldName = "DPC_PLNAME";
  721. this.dpc_plname.Name = "dpc_plname";
  722. this.dpc_plname.Visible = true;
  723. this.dpc_plname.VisibleIndex = 3;
  724. this.dpc_plname.Width = 90;
  725. //
  726. // dpc_interval
  727. //
  728. this.dpc_interval.Caption = "轮询间隔";
  729. this.dpc_interval.FieldName = "DPC_INTERVAL";
  730. this.dpc_interval.Name = "dpc_interval";
  731. this.dpc_interval.Visible = true;
  732. this.dpc_interval.VisibleIndex = 4;
  733. this.dpc_interval.Width = 90;
  734. //
  735. // dpc_dccode
  736. //
  737. this.dpc_dccode.Caption = "指令编号";
  738. this.dpc_dccode.ColumnEdit = this.PollingSetItemLookUpEdit;
  739. this.dpc_dccode.FieldName = "DPC_DCCODE";
  740. this.dpc_dccode.Name = "dpc_dccode";
  741. this.dpc_dccode.Visible = true;
  742. this.dpc_dccode.VisibleIndex = 5;
  743. this.dpc_dccode.Width = 90;
  744. //
  745. // PollingSetItemLookUpEdit
  746. //
  747. this.PollingSetItemLookUpEdit.AutoHeight = false;
  748. this.PollingSetItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  749. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  750. this.PollingSetItemLookUpEdit.Name = "PollingSetItemLookUpEdit";
  751. this.PollingSetItemLookUpEdit.NullText = "";
  752. this.PollingSetItemLookUpEdit.ShowFooter = false;
  753. this.PollingSetItemLookUpEdit.ShowHeader = false;
  754. //
  755. // dpc_function
  756. //
  757. this.dpc_function.Caption = "解析函数";
  758. this.dpc_function.FieldName = "DPC_FUNCTION";
  759. this.dpc_function.Name = "dpc_function";
  760. this.dpc_function.Visible = true;
  761. this.dpc_function.VisibleIndex = 6;
  762. this.dpc_function.Width = 90;
  763. //
  764. // dpc_enable
  765. //
  766. this.dpc_enable.Caption = "是否启用";
  767. this.dpc_enable.ColumnEdit = this.dpc_enableCheckEdit;
  768. this.dpc_enable.FieldName = "DPC_ENABLE";
  769. this.dpc_enable.Name = "dpc_enable";
  770. this.dpc_enable.Visible = true;
  771. this.dpc_enable.VisibleIndex = 7;
  772. this.dpc_enable.Width = 90;
  773. //
  774. // dpc_status
  775. //
  776. this.dpc_status.Caption = "状态";
  777. this.dpc_status.FieldName = "DPC_STATUS";
  778. this.dpc_status.Name = "dpc_status";
  779. this.dpc_status.Visible = true;
  780. this.dpc_status.VisibleIndex = 8;
  781. this.dpc_status.Width = 90;
  782. //
  783. // dpc_remark
  784. //
  785. this.dpc_remark.Caption = "备注";
  786. this.dpc_remark.FieldName = "DPC_REMARK";
  787. this.dpc_remark.Name = "dpc_remark";
  788. this.dpc_remark.Visible = true;
  789. this.dpc_remark.VisibleIndex = 9;
  790. this.dpc_remark.Width = 87;
  791. //
  792. // POLLSETTINGSTATUSCOLUMN
  793. //
  794. this.POLLSETTINGSTATUSCOLUMN.Caption = "运行状态";
  795. this.POLLSETTINGSTATUSCOLUMN.ColumnEdit = this.PollSettingItemColorEdit;
  796. this.POLLSETTINGSTATUSCOLUMN.FieldName = "POLLSETTINGSTATUSCOLUMN";
  797. this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
  798. this.POLLSETTINGSTATUSCOLUMN.Visible = true;
  799. this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 10;
  800. this.POLLSETTINGSTATUSCOLUMN.Width = 98;
  801. //
  802. // PollSettingItemColorEdit
  803. //
  804. this.PollSettingItemColorEdit.Appearance.BackColor = System.Drawing.Color.White;
  805. this.PollSettingItemColorEdit.Appearance.ForeColor = System.Drawing.Color.White;
  806. this.PollSettingItemColorEdit.Appearance.Options.UseBackColor = true;
  807. this.PollSettingItemColorEdit.Appearance.Options.UseForeColor = true;
  808. this.PollSettingItemColorEdit.AutoHeight = false;
  809. this.PollSettingItemColorEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  810. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  811. this.PollSettingItemColorEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
  812. this.PollSettingItemColorEdit.Name = "PollSettingItemColorEdit";
  813. this.PollSettingItemColorEdit.ReadOnly = true;
  814. //
  815. // PollSettingItemColorPickEdit
  816. //
  817. this.PollSettingItemColorPickEdit.AutoHeight = false;
  818. this.PollSettingItemColorPickEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  819. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  820. this.PollSettingItemColorPickEdit.Name = "PollSettingItemColorPickEdit";
  821. this.PollSettingItemColorPickEdit.ReadOnly = true;
  822. //
  823. // PagePolling
  824. //
  825. this.PagePolling.Controls.Add(this.ButtonAddPolling);
  826. this.PagePolling.Controls.Add(this.ButtonDeletePolling);
  827. this.PagePolling.Controls.Add(this.ButtonSavePolling);
  828. this.PagePolling.Controls.Add(this.GridPolling);
  829. this.PagePolling.Name = "PagePolling";
  830. this.PagePolling.PageVisible = false;
  831. this.PagePolling.Size = new System.Drawing.Size(1027, 577);
  832. this.PagePolling.Text = "xtraTabPage1";
  833. //
  834. // ButtonAddPolling
  835. //
  836. this.ButtonAddPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  837. this.ButtonAddPolling.Grid = null;
  838. this.ButtonAddPolling.Location = new System.Drawing.Point(878, 551);
  839. this.ButtonAddPolling.Name = "ButtonAddPolling";
  840. this.ButtonAddPolling.Size = new System.Drawing.Size(64, 23);
  841. this.ButtonAddPolling.TabIndex = 9;
  842. this.ButtonAddPolling.Text = "新增";
  843. //
  844. // ButtonDeletePolling
  845. //
  846. this.ButtonDeletePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  847. this.ButtonDeletePolling.Grid = null;
  848. this.ButtonDeletePolling.Location = new System.Drawing.Point(807, 551);
  849. this.ButtonDeletePolling.Name = "ButtonDeletePolling";
  850. this.ButtonDeletePolling.Size = new System.Drawing.Size(64, 23);
  851. this.ButtonDeletePolling.TabIndex = 8;
  852. this.ButtonDeletePolling.Text = "删除";
  853. //
  854. // ButtonSavePolling
  855. //
  856. this.ButtonSavePolling.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  857. this.ButtonSavePolling.Grid = null;
  858. this.ButtonSavePolling.HandlerOtherFirst = false;
  859. this.ButtonSavePolling.Location = new System.Drawing.Point(949, 551);
  860. this.ButtonSavePolling.Name = "ButtonSavePolling";
  861. this.ButtonSavePolling.Size = new System.Drawing.Size(64, 23);
  862. this.ButtonSavePolling.TabIndex = 7;
  863. this.ButtonSavePolling.Text = "保存";
  864. //
  865. // GridPolling
  866. //
  867. this.GridPolling.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  868. | System.Windows.Forms.AnchorStyles.Left)
  869. | System.Windows.Forms.AnchorStyles.Right)));
  870. this.GridPolling.Condition = null;
  871. this.GridPolling.GetDataSQL = null;
  872. this.GridPolling.ID = null;
  873. this.GridPolling.InsertSQL = null;
  874. this.GridPolling.Location = new System.Drawing.Point(3, -3);
  875. this.GridPolling.MainView = this.GridViewPolling;
  876. this.GridPolling.MenuManager = this.RibbonNav;
  877. this.GridPolling.Name = "GridPolling";
  878. this.GridPolling.RowCount = 0;
  879. this.GridPolling.Size = new System.Drawing.Size(1027, 549);
  880. this.GridPolling.TabIndex = 0;
  881. this.GridPolling.TableName = null;
  882. this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  883. this.GridViewPolling});
  884. //
  885. // GridViewPolling
  886. //
  887. this.GridViewPolling.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  888. this.pl_id,
  889. this.pl_code,
  890. this.pl_name,
  891. this.pl_type,
  892. this.pl_dccode,
  893. this.pl_remark});
  894. this.GridViewPolling.GridControl = this.GridPolling;
  895. this.GridViewPolling.IndicatorWidth = 30;
  896. this.GridViewPolling.Name = "GridViewPolling";
  897. //
  898. // pl_id
  899. //
  900. this.pl_id.Caption = "ID";
  901. this.pl_id.FieldName = "PL_ID";
  902. this.pl_id.Name = "pl_id";
  903. //
  904. // pl_code
  905. //
  906. this.pl_code.Caption = "业务编号";
  907. this.pl_code.FieldName = "PL_CODE";
  908. this.pl_code.Name = "pl_code";
  909. this.pl_code.Visible = true;
  910. this.pl_code.VisibleIndex = 0;
  911. //
  912. // pl_name
  913. //
  914. this.pl_name.Caption = "业务名称";
  915. this.pl_name.FieldName = "PL_NAME";
  916. this.pl_name.Name = "pl_name";
  917. this.pl_name.Visible = true;
  918. this.pl_name.VisibleIndex = 1;
  919. //
  920. // pl_type
  921. //
  922. this.pl_type.Caption = "业务类型";
  923. this.pl_type.FieldName = "PL_TYPE";
  924. this.pl_type.Name = "pl_type";
  925. this.pl_type.Visible = true;
  926. this.pl_type.VisibleIndex = 2;
  927. //
  928. // pl_dccode
  929. //
  930. this.pl_dccode.Caption = "指令编号";
  931. this.pl_dccode.FieldName = "PL_DCCODE";
  932. this.pl_dccode.Name = "pl_dccode";
  933. this.pl_dccode.Visible = true;
  934. this.pl_dccode.VisibleIndex = 3;
  935. //
  936. // pl_remark
  937. //
  938. this.pl_remark.Caption = "备注";
  939. this.pl_remark.FieldName = "PL_REMARK";
  940. this.pl_remark.Name = "pl_remark";
  941. this.pl_remark.Visible = true;
  942. this.pl_remark.VisibleIndex = 4;
  943. //
  944. // Main
  945. //
  946. this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
  947. this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  948. this.Appearance.Options.UseForeColor = true;
  949. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  950. this.ClientSize = new System.Drawing.Size(1033, 711);
  951. this.Controls.Add(this.MainTabControl);
  952. this.Controls.Add(this.RibbonNav);
  953. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  954. this.Name = "Main";
  955. this.Ribbon = this.RibbonNav;
  956. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  957. this.Text = "设备监控管理平台";
  958. this.Load += new System.EventHandler(this.Main_Load);
  959. ((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
  960. ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
  961. this.MainTabControl.ResumeLayout(false);
  962. this.PageDeviceList.ResumeLayout(false);
  963. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
  964. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
  965. this.PageCommandSet.ResumeLayout(false);
  966. this.PageCommandSet.PerformLayout();
  967. ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
  968. ((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
  969. ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
  970. ((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
  971. this.PagePollingSetting.ResumeLayout(false);
  972. ((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
  973. ((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
  974. ((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
  975. ((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
  976. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).EndInit();
  977. ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorPickEdit)).EndInit();
  978. this.PagePolling.ResumeLayout(false);
  979. ((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
  980. ((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
  981. this.ResumeLayout(false);
  982. this.PerformLayout();
  983. }
  984. #endregion
  985. private DevExpress.XtraBars.Ribbon.RibbonControl RibbonNav;
  986. private DevExpress.XtraBars.BarButtonItem ButtonDeviceList;
  987. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf;
  988. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf;
  989. private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind;
  990. private DevExpress.XtraTab.XtraTabControl MainTabControl;
  991. private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus;
  992. private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting;
  993. private DevExpress.XtraBars.BarButtonItem ButtonCommandSet;
  994. private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand;
  995. private DevExpress.XtraTab.XtraTabPage PageDeviceList;
  996. private DevExpress.XtraTab.XtraTabPage PageCommandSet;
  997. private DevExpress.XtraTab.XtraTabPage PageDeviceKind;
  998. private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
  999. private AutoDataGridControl GridDeviceList;
  1000. private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting;
  1001. private DevExpress.XtraBars.BarButtonItem ButtionPolling;
  1002. private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
  1003. private DevExpress.XtraTab.XtraTabPage PagePolling;
  1004. private DevExpress.XtraGrid.Columns.GridColumn de_id;
  1005. private DevExpress.XtraGrid.Columns.GridColumn de_code;
  1006. private DevExpress.XtraGrid.Columns.GridColumn de_name;
  1007. private DevExpress.XtraGrid.Columns.GridColumn de_runstatus;
  1008. private DevExpress.XtraGrid.Columns.GridColumn de_indate;
  1009. private DevExpress.XtraGrid.Columns.GridColumn de_spec;
  1010. private DevExpress.XtraGrid.Columns.GridColumn de_vendcode;
  1011. private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
  1012. private DevExpress.XtraGrid.Columns.GridColumn de_address;
  1013. private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
  1014. private CustomerControl.PagingControl.PageControl PageControlDeviceList;
  1015. private AutoDataGridControl GridCommandSetting;
  1016. private DevExpress.XtraGrid.Columns.GridColumn dc_id;
  1017. private DevExpress.XtraGrid.Columns.GridColumn dc_code;
  1018. private DevExpress.XtraGrid.Columns.GridColumn dc_name;
  1019. private DevExpress.XtraGrid.Columns.GridColumn dc_command;
  1020. private AutoDataGridControl GridPolling;
  1021. private AutoDataGridControl GridPollingSetting;
  1022. private DevExpress.XtraGrid.Columns.GridColumn pl_id;
  1023. private DevExpress.XtraGrid.Columns.GridColumn pl_code;
  1024. private DevExpress.XtraGrid.Columns.GridColumn pl_name;
  1025. private DevExpress.XtraGrid.Columns.GridColumn pl_type;
  1026. private DevExpress.XtraGrid.Columns.GridColumn pl_dccode;
  1027. private DevExpress.XtraGrid.Columns.GridColumn pl_remark;
  1028. private DevExpress.XtraGrid.Columns.GridColumn dpc_id;
  1029. private DevExpress.XtraGrid.Columns.GridColumn dpc_decode;
  1030. private DevExpress.XtraGrid.Columns.GridColumn dpc_plcode;
  1031. private DevExpress.XtraGrid.Columns.GridColumn dpc_plname;
  1032. private DevExpress.XtraGrid.Columns.GridColumn dpc_interval;
  1033. private DevExpress.XtraGrid.Columns.GridColumn dpc_dccode;
  1034. private DevExpress.XtraGrid.Columns.GridColumn dpc_function;
  1035. private DevExpress.XtraGrid.Columns.GridColumn dpc_enable;
  1036. private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
  1037. private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
  1038. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
  1039. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
  1040. private SimpleButton ButtonNewCommand;
  1041. private GridViewWithSerialNum GridViewDeviceList;
  1042. private GridViewWithSerialNum GridViewCommandSet;
  1043. private GridViewWithSerialNum GridViewPolling;
  1044. private GridViewWithSerialNum GridViewPollSetting;
  1045. private LabelControl Brand_label;
  1046. private ComboBoxEdit Brand;
  1047. private DevExpress.XtraGrid.Columns.GridColumn GRIDVIEWCOMMANDSETCHOOSE;
  1048. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit CheckEditCommandSet;
  1049. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommand;
  1050. private CustomerControl.Button.ButtonDeleteRow ButtonDeletePolling;
  1051. private CustomerControl.Button.ButtonSaveGrid ButtonSavePolling;
  1052. private CustomerControl.Button.ButtonAddRow ButtonAddPolling;
  1053. private SimpleButton ButtonPausePolling;
  1054. private SimpleButton ButtonStartPolling;
  1055. private CustomerControl.Button.ButtonDeleteRow ButtonDeleteCommandSet;
  1056. private CustomerControl.Button.ButtonAddRow ButtonNewCommandSet;
  1057. private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
  1058. private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
  1059. private DevExpress.XtraGrid.Columns.GridColumn GRIDVIEWPOLLSETTINGCHOOSE;
  1060. private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit PollSettingItemColorEdit;
  1061. private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit PollSettingItemColorPickEdit;
  1062. private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
  1063. }
  1064. }