DeviceDetailInfo.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. using UAS_PLCDataReader.CustomerControl.ValueLabel;
  2. namespace UAS_PLCDataReader.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_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  31. this.dnc_upperip = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  32. this.dnc_type_label = new DevExpress.XtraEditors.LabelControl();
  33. this.dnc_upperip_label = new DevExpress.XtraEditors.LabelControl();
  34. this.dnc_mac = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  35. this.dnc_gateway = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  36. this.dnc_mac_label = new DevExpress.XtraEditors.LabelControl();
  37. this.dnc_port = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  38. this.dnc_gateway_label = new DevExpress.XtraEditors.LabelControl();
  39. this.dnc_ip = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
  40. this.dnc_port_label = new DevExpress.XtraEditors.LabelControl();
  41. this.dnc_ip_label = 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. this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
  48. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  49. this.groupControl1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // groupControl1
  56. //
  57. this.groupControl1.Controls.Add(this.dnc_type);
  58. this.groupControl1.Controls.Add(this.dnc_upperip);
  59. this.groupControl1.Controls.Add(this.dnc_type_label);
  60. this.groupControl1.Controls.Add(this.dnc_upperip_label);
  61. this.groupControl1.Controls.Add(this.dnc_mac);
  62. this.groupControl1.Controls.Add(this.dnc_gateway);
  63. this.groupControl1.Controls.Add(this.dnc_mac_label);
  64. this.groupControl1.Controls.Add(this.dnc_port);
  65. this.groupControl1.Controls.Add(this.dnc_gateway_label);
  66. this.groupControl1.Controls.Add(this.dnc_ip);
  67. this.groupControl1.Controls.Add(this.dnc_port_label);
  68. this.groupControl1.Controls.Add(this.dnc_ip_label);
  69. this.groupControl1.Location = new System.Drawing.Point(12, 12);
  70. this.groupControl1.Name = "groupControl1";
  71. this.groupControl1.Size = new System.Drawing.Size(286, 349);
  72. this.groupControl1.TabIndex = 0;
  73. this.groupControl1.Text = "设备联网信息";
  74. //
  75. // dnc_type
  76. //
  77. this.dnc_type.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  78. this.dnc_type.Location = new System.Drawing.Point(79, 164);
  79. this.dnc_type.Name = "dnc_type";
  80. this.dnc_type.Size = new System.Drawing.Size(0, 16);
  81. this.dnc_type.TabIndex = 23;
  82. //
  83. // dnc_upperip
  84. //
  85. this.dnc_upperip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  86. this.dnc_upperip.Location = new System.Drawing.Point(79, 194);
  87. this.dnc_upperip.Name = "dnc_upperip";
  88. this.dnc_upperip.Size = new System.Drawing.Size(0, 16);
  89. this.dnc_upperip.TabIndex = 22;
  90. //
  91. // dnc_type_label
  92. //
  93. this.dnc_type_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  94. this.dnc_type_label.Location = new System.Drawing.Point(13, 164);
  95. this.dnc_type_label.Name = "dnc_type_label";
  96. this.dnc_type_label.Size = new System.Drawing.Size(32, 16);
  97. this.dnc_type_label.TabIndex = 21;
  98. this.dnc_type_label.Text = "类型";
  99. //
  100. // dnc_upperip_label
  101. //
  102. this.dnc_upperip_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  103. this.dnc_upperip_label.Location = new System.Drawing.Point(13, 194);
  104. this.dnc_upperip_label.Name = "dnc_upperip_label";
  105. this.dnc_upperip_label.Size = new System.Drawing.Size(48, 16);
  106. this.dnc_upperip_label.TabIndex = 20;
  107. this.dnc_upperip_label.Text = "上级IP";
  108. //
  109. // dnc_mac
  110. //
  111. this.dnc_mac.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  112. this.dnc_mac.Location = new System.Drawing.Point(79, 71);
  113. this.dnc_mac.Name = "dnc_mac";
  114. this.dnc_mac.Size = new System.Drawing.Size(0, 16);
  115. this.dnc_mac.TabIndex = 19;
  116. //
  117. // dnc_gateway
  118. //
  119. this.dnc_gateway.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  120. this.dnc_gateway.Location = new System.Drawing.Point(79, 132);
  121. this.dnc_gateway.Name = "dnc_gateway";
  122. this.dnc_gateway.Size = new System.Drawing.Size(0, 16);
  123. this.dnc_gateway.TabIndex = 18;
  124. //
  125. // dnc_mac_label
  126. //
  127. this.dnc_mac_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  128. this.dnc_mac_label.Location = new System.Drawing.Point(13, 71);
  129. this.dnc_mac_label.Name = "dnc_mac_label";
  130. this.dnc_mac_label.Size = new System.Drawing.Size(24, 16);
  131. this.dnc_mac_label.TabIndex = 6;
  132. this.dnc_mac_label.Text = "MAC";
  133. //
  134. // dnc_port
  135. //
  136. this.dnc_port.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  137. this.dnc_port.Location = new System.Drawing.Point(79, 100);
  138. this.dnc_port.Name = "dnc_port";
  139. this.dnc_port.Size = new System.Drawing.Size(0, 16);
  140. this.dnc_port.TabIndex = 17;
  141. //
  142. // dnc_gateway_label
  143. //
  144. this.dnc_gateway_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  145. this.dnc_gateway_label.Location = new System.Drawing.Point(13, 132);
  146. this.dnc_gateway_label.Name = "dnc_gateway_label";
  147. this.dnc_gateway_label.Size = new System.Drawing.Size(32, 16);
  148. this.dnc_gateway_label.TabIndex = 5;
  149. this.dnc_gateway_label.Text = "网关";
  150. //
  151. // dnc_ip
  152. //
  153. this.dnc_ip.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  154. this.dnc_ip.Location = new System.Drawing.Point(79, 41);
  155. this.dnc_ip.Name = "dnc_ip";
  156. this.dnc_ip.Size = new System.Drawing.Size(0, 16);
  157. this.dnc_ip.TabIndex = 16;
  158. //
  159. // dnc_port_label
  160. //
  161. this.dnc_port_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  162. this.dnc_port_label.Location = new System.Drawing.Point(13, 100);
  163. this.dnc_port_label.Name = "dnc_port_label";
  164. this.dnc_port_label.Size = new System.Drawing.Size(32, 16);
  165. this.dnc_port_label.TabIndex = 4;
  166. this.dnc_port_label.Text = "端口";
  167. //
  168. // dnc_ip_label
  169. //
  170. this.dnc_ip_label.Appearance.Font = new System.Drawing.Font("黑体", 12F);
  171. this.dnc_ip_label.Location = new System.Drawing.Point(13, 41);
  172. this.dnc_ip_label.Name = "dnc_ip_label";
  173. this.dnc_ip_label.Size = new System.Drawing.Size(16, 16);
  174. this.dnc_ip_label.TabIndex = 0;
  175. this.dnc_ip_label.Text = "IP";
  176. //
  177. // GridDeviceDetailInfo
  178. //
  179. this.GridDeviceDetailInfo.Location = new System.Drawing.Point(310, 12);
  180. this.GridDeviceDetailInfo.MainView = this.GridViewDeviceDetailInfo;
  181. this.GridDeviceDetailInfo.Name = "GridDeviceDetailInfo";
  182. this.GridDeviceDetailInfo.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  183. this.repositoryItemCheckEdit1});
  184. this.GridDeviceDetailInfo.Size = new System.Drawing.Size(431, 349);
  185. this.GridDeviceDetailInfo.TabIndex = 2;
  186. this.GridDeviceDetailInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  187. this.GridViewDeviceDetailInfo});
  188. //
  189. // GridViewDeviceDetailInfo
  190. //
  191. this.GridViewDeviceDetailInfo.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  192. this.DC_CODE,
  193. this.DC_NAME,
  194. this.DPC_ENABLE});
  195. this.GridViewDeviceDetailInfo.GridControl = this.GridDeviceDetailInfo;
  196. this.GridViewDeviceDetailInfo.Name = "GridViewDeviceDetailInfo";
  197. //
  198. // DC_CODE
  199. //
  200. this.DC_CODE.Caption = "指令编号";
  201. this.DC_CODE.FieldName = "DC_CODE";
  202. this.DC_CODE.Name = "DC_CODE";
  203. this.DC_CODE.OptionsColumn.AllowEdit = false;
  204. this.DC_CODE.Visible = true;
  205. this.DC_CODE.VisibleIndex = 0;
  206. //
  207. // DC_NAME
  208. //
  209. this.DC_NAME.Caption = "指令名称";
  210. this.DC_NAME.FieldName = "DC_NAME";
  211. this.DC_NAME.Name = "DC_NAME";
  212. this.DC_NAME.OptionsColumn.AllowEdit = false;
  213. this.DC_NAME.Visible = true;
  214. this.DC_NAME.VisibleIndex = 1;
  215. //
  216. // DPC_ENABLE
  217. //
  218. this.DPC_ENABLE.Caption = "是否启用";
  219. this.DPC_ENABLE.ColumnEdit = this.repositoryItemCheckEdit1;
  220. this.DPC_ENABLE.FieldName = "DPC_ENABLE";
  221. this.DPC_ENABLE.Name = "DPC_ENABLE";
  222. this.DPC_ENABLE.OptionsColumn.AllowEdit = false;
  223. this.DPC_ENABLE.Visible = true;
  224. this.DPC_ENABLE.VisibleIndex = 2;
  225. //
  226. // repositoryItemCheckEdit1
  227. //
  228. this.repositoryItemCheckEdit1.AutoHeight = false;
  229. this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
  230. this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
  231. this.repositoryItemCheckEdit1.NullText = "0";
  232. this.repositoryItemCheckEdit1.ValueChecked = "-1";
  233. this.repositoryItemCheckEdit1.ValueUnchecked = "0";
  234. //
  235. // DeviceDetailInfo
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(747, 373);
  240. this.Controls.Add(this.GridDeviceDetailInfo);
  241. this.Controls.Add(this.groupControl1);
  242. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  243. this.KeyPreview = true;
  244. this.MaximizeBox = false;
  245. this.Name = "DeviceDetailInfo";
  246. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  247. this.Text = " ";
  248. this.Load += new System.EventHandler(this.DeviceDetailInfo_Load);
  249. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DeviceDetailInfo_KeyDown);
  250. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  251. this.groupControl1.ResumeLayout(false);
  252. this.groupControl1.PerformLayout();
  253. ((System.ComponentModel.ISupportInitialize)(this.GridDeviceDetailInfo)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceDetailInfo)).EndInit();
  255. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. private DevExpress.XtraEditors.GroupControl groupControl1;
  260. private DevExpress.XtraEditors.LabelControl dnc_mac_label;
  261. private DevExpress.XtraEditors.LabelControl dnc_gateway_label;
  262. private DevExpress.XtraEditors.LabelControl dnc_port_label;
  263. private DevExpress.XtraEditors.LabelControl dnc_ip_label;
  264. private ValueLabel dnc_mac;
  265. private ValueLabel dnc_gateway;
  266. private ValueLabel dnc_port;
  267. private ValueLabel dnc_ip;
  268. private DevExpress.XtraGrid.GridControl GridDeviceDetailInfo;
  269. private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceDetailInfo;
  270. private DevExpress.XtraEditors.LabelControl dnc_upperip_label;
  271. private DevExpress.XtraEditors.LabelControl dnc_type_label;
  272. private ValueLabel dnc_type;
  273. private ValueLabel dnc_upperip;
  274. private DevExpress.XtraGrid.Columns.GridColumn DC_CODE;
  275. private DevExpress.XtraGrid.Columns.GridColumn DC_NAME;
  276. private DevExpress.XtraGrid.Columns.GridColumn DPC_ENABLE;
  277. private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
  278. }
  279. }