DeviceDetailInfo.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. using UAS_DeviceMonitor.CustomerControl.ValueLabel;
  2. namespace UAS_DeviceMonitor.Device.Infomation
  3. {
  4. partial class DeviceDetailInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  30. this.dnc_type = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  31. this.dnc_upperip = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  32. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  34. this.dnc_mac = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  35. this.dnc_gateway = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. this.dnc_port = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.dnc_ip = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
  40. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  41. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  42. this.GridDeviceDetailInfo = new DevExpress.XtraGrid.GridControl();
  43. this.GridViewDeviceDetailInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
  44. this.DC_CODE = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.DC_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.DPC_ENABLE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  48. this.groupControl1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // groupControl1
  54. //
  55. this.groupControl1.Controls.Add(this.dnc_type);
  56. this.groupControl1.Controls.Add(this.dnc_upperip);
  57. this.groupControl1.Controls.Add(this.labelControl6);
  58. this.groupControl1.Controls.Add(this.labelControl5);
  59. this.groupControl1.Controls.Add(this.dnc_mac);
  60. this.groupControl1.Controls.Add(this.dnc_gateway);
  61. this.groupControl1.Controls.Add(this.labelControl4);
  62. this.groupControl1.Controls.Add(this.dnc_port);
  63. this.groupControl1.Controls.Add(this.labelControl3);
  64. this.groupControl1.Controls.Add(this.dnc_ip);
  65. this.groupControl1.Controls.Add(this.labelControl2);
  66. this.groupControl1.Controls.Add(this.labelControl1);
  67. this.groupControl1.Location = new System.Drawing.Point(12, 12);
  68. this.groupControl1.Name = "groupControl1";
  69. this.groupControl1.Size = new System.Drawing.Size(286, 349);
  70. this.groupControl1.TabIndex = 0;
  71. this.groupControl1.Text = "设备联网信息";
  72. //
  73. // dnc_type
  74. //
  75. this.dnc_type.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  76. this.dnc_type.Location = new System.Drawing.Point(71, 204);
  77. this.dnc_type.Name = "dnc_type";
  78. this.dnc_type.Size = new System.Drawing.Size(0, 16);
  79. this.dnc_type.TabIndex = 23;
  80. //
  81. // dnc_upperip
  82. //
  83. this.dnc_upperip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  84. this.dnc_upperip.Location = new System.Drawing.Point(71, 173);
  85. this.dnc_upperip.Name = "dnc_upperip";
  86. this.dnc_upperip.Size = new System.Drawing.Size(0, 16);
  87. this.dnc_upperip.TabIndex = 22;
  88. //
  89. // labelControl6
  90. //
  91. this.labelControl6.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  92. this.labelControl6.Location = new System.Drawing.Point(13, 204);
  93. this.labelControl6.Name = "labelControl6";
  94. this.labelControl6.Size = new System.Drawing.Size(32, 16);
  95. this.labelControl6.TabIndex = 21;
  96. this.labelControl6.Text = "类型";
  97. //
  98. // labelControl5
  99. //
  100. this.labelControl5.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  101. this.labelControl5.Location = new System.Drawing.Point(13, 171);
  102. this.labelControl5.Name = "labelControl5";
  103. this.labelControl5.Size = new System.Drawing.Size(48, 16);
  104. this.labelControl5.TabIndex = 20;
  105. this.labelControl5.Text = "上级IP";
  106. //
  107. // dnc_mac
  108. //
  109. this.dnc_mac.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  110. this.dnc_mac.Location = new System.Drawing.Point(71, 137);
  111. this.dnc_mac.Name = "dnc_mac";
  112. this.dnc_mac.Size = new System.Drawing.Size(0, 16);
  113. this.dnc_mac.TabIndex = 19;
  114. //
  115. // dnc_gateway
  116. //
  117. this.dnc_gateway.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  118. this.dnc_gateway.Location = new System.Drawing.Point(71, 106);
  119. this.dnc_gateway.Name = "dnc_gateway";
  120. this.dnc_gateway.Size = new System.Drawing.Size(0, 16);
  121. this.dnc_gateway.TabIndex = 18;
  122. //
  123. // labelControl4
  124. //
  125. this.labelControl4.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  126. this.labelControl4.Location = new System.Drawing.Point(13, 140);
  127. this.labelControl4.Name = "labelControl4";
  128. this.labelControl4.Size = new System.Drawing.Size(24, 16);
  129. this.labelControl4.TabIndex = 6;
  130. this.labelControl4.Text = "MAC";
  131. //
  132. // dnc_port
  133. //
  134. this.dnc_port.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  135. this.dnc_port.Location = new System.Drawing.Point(71, 74);
  136. this.dnc_port.Name = "dnc_port";
  137. this.dnc_port.Size = new System.Drawing.Size(0, 16);
  138. this.dnc_port.TabIndex = 17;
  139. //
  140. // labelControl3
  141. //
  142. this.labelControl3.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  143. this.labelControl3.Location = new System.Drawing.Point(13, 106);
  144. this.labelControl3.Name = "labelControl3";
  145. this.labelControl3.Size = new System.Drawing.Size(32, 16);
  146. this.labelControl3.TabIndex = 5;
  147. this.labelControl3.Text = "网关";
  148. //
  149. // dnc_ip
  150. //
  151. this.dnc_ip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  152. this.dnc_ip.Location = new System.Drawing.Point(71, 41);
  153. this.dnc_ip.Name = "dnc_ip";
  154. this.dnc_ip.Size = new System.Drawing.Size(0, 16);
  155. this.dnc_ip.TabIndex = 16;
  156. //
  157. // labelControl2
  158. //
  159. this.labelControl2.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  160. this.labelControl2.Location = new System.Drawing.Point(13, 74);
  161. this.labelControl2.Name = "labelControl2";
  162. this.labelControl2.Size = new System.Drawing.Size(32, 16);
  163. this.labelControl2.TabIndex = 4;
  164. this.labelControl2.Text = "端口";
  165. //
  166. // labelControl1
  167. //
  168. this.labelControl1.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  169. this.labelControl1.Location = new System.Drawing.Point(13, 41);
  170. this.labelControl1.Name = "labelControl1";
  171. this.labelControl1.Size = new System.Drawing.Size(16, 16);
  172. this.labelControl1.TabIndex = 0;
  173. this.labelControl1.Text = "IP";
  174. //
  175. // GridDeviceDetailInfo
  176. //
  177. this.GridDeviceDetailInfo.Location = new System.Drawing.Point(310, 12);
  178. this.GridDeviceDetailInfo.MainView = this.GridViewDeviceDetailInfo;
  179. this.GridDeviceDetailInfo.Name = "GridDeviceDetailInfo";
  180. this.GridDeviceDetailInfo.Size = new System.Drawing.Size(431, 349);
  181. this.GridDeviceDetailInfo.TabIndex = 2;
  182. this.GridDeviceDetailInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  183. this.GridViewDeviceDetailInfo});
  184. //
  185. // GridViewDeviceDetailInfo
  186. //
  187. this.GridViewDeviceDetailInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  188. this.DC_CODE,
  189. this.DC_NAME,
  190. this.DPC_ENABLE});
  191. this.GridViewDeviceDetailInfo.GridControl = this.GridDeviceDetailInfo;
  192. this.GridViewDeviceDetailInfo.Name = "GridViewDeviceDetailInfo";
  193. //
  194. // DC_CODE
  195. //
  196. this.DC_CODE.Caption = "指令编号";
  197. this.DC_CODE.FieldName = "DC_CODE";
  198. this.DC_CODE.Name = "DC_CODE";
  199. this.DC_CODE.OptionsColumn.AllowEdit = false;
  200. this.DC_CODE.Visible = true;
  201. this.DC_CODE.VisibleIndex = 0;
  202. //
  203. // DC_NAME
  204. //
  205. this.DC_NAME.Caption = "指令名称";
  206. this.DC_NAME.FieldName = "DC_NAME";
  207. this.DC_NAME.Name = "DC_NAME";
  208. this.DC_NAME.OptionsColumn.AllowEdit = false;
  209. this.DC_NAME.Visible = true;
  210. this.DC_NAME.VisibleIndex = 1;
  211. //
  212. // DPC_ENABLE
  213. //
  214. this.DPC_ENABLE.Caption = "是否启用";
  215. this.DPC_ENABLE.FieldName = "DPC_ENABLE";
  216. this.DPC_ENABLE.Name = "DPC_ENABLE";
  217. this.DPC_ENABLE.OptionsColumn.AllowEdit = false;
  218. this.DPC_ENABLE.Visible = true;
  219. this.DPC_ENABLE.VisibleIndex = 2;
  220. //
  221. // DeviceDetailInfo
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.ClientSize = new System.Drawing.Size(747, 373);
  226. this.Controls.Add(this.GridDeviceDetailInfo);
  227. this.Controls.Add(this.groupControl1);
  228. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  229. this.MaximizeBox = false;
  230. this.Name = "DeviceDetailInfo";
  231. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  232. this.Text = " ";
  233. this.Load += new System.EventHandler(this.DeviceStatusInfo_Load);
  234. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DeviceStatusInfo_KeyDown);
  235. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  236. this.groupControl1.ResumeLayout(false);
  237. this.groupControl1.PerformLayout();
  238. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).EndInit();
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. private DevExpress.XtraEditors.GroupControl groupControl1;
  244. private DevExpress.XtraEditors.LabelControl labelControl4;
  245. private DevExpress.XtraEditors.LabelControl labelControl3;
  246. private DevExpress.XtraEditors.LabelControl labelControl2;
  247. private DevExpress.XtraEditors.LabelControl labelControl1;
  248. private ValueLabel dnc_mac;
  249. private ValueLabel dnc_gateway;
  250. private ValueLabel dnc_port;
  251. private ValueLabel dnc_ip;
  252. private DevExpress.XtraGrid.GridControl GridDeviceDetailInfo;
  253. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceDetailInfo;
  254. private DevExpress.XtraEditors.LabelControl labelControl5;
  255. private DevExpress.XtraEditors.LabelControl labelControl6;
  256. private ValueLabel dnc_type;
  257. private ValueLabel dnc_upperip;
  258. private DevExpress.XtraGrid.Columns.GridColumn DC_CODE;
  259. private DevExpress.XtraGrid.Columns.GridColumn DC_NAME;
  260. private DevExpress.XtraGrid.Columns.GridColumn DPC_ENABLE;
  261. }
  262. }