Main.Designer.cs 53 KB

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