FormEditPoint.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditPoint
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.textEdit_DataProc = new DevExpress.XtraEditors.MemoEdit();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  32. this.lookUp_PointType = new DevExpress.XtraEditors.LookUpEdit();
  33. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  34. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  35. this.txt_PointPlcId = new DevExpress.XtraEditors.TextEdit();
  36. this.txt_PointGroupId = new DevExpress.XtraEditors.TextEdit();
  37. this.txt_PointSource = new DevExpress.XtraEditors.TextEdit();
  38. this.txt_PointName = new DevExpress.XtraEditors.TextEdit();
  39. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  41. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  43. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  45. this.panelControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.textEdit_DataProc.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.lookUp_PointType.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.txt_PointPlcId.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txt_PointGroupId.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txt_PointSource.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txt_PointName.Properties)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // panelControl1
  55. //
  56. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.panelControl1.Controls.Add(this.textEdit_DataProc);
  60. this.panelControl1.Controls.Add(this.labelControl1);
  61. this.panelControl1.Controls.Add(this.btn_Save);
  62. this.panelControl1.Controls.Add(this.lookUp_PointType);
  63. this.panelControl1.Controls.Add(this.btn_Cancel);
  64. this.panelControl1.Controls.Add(this.btn_Add);
  65. this.panelControl1.Controls.Add(this.txt_PointPlcId);
  66. this.panelControl1.Controls.Add(this.txt_PointGroupId);
  67. this.panelControl1.Controls.Add(this.txt_PointSource);
  68. this.panelControl1.Controls.Add(this.txt_PointName);
  69. this.panelControl1.Controls.Add(this.labelControl6);
  70. this.panelControl1.Controls.Add(this.labelControl5);
  71. this.panelControl1.Controls.Add(this.labelControl4);
  72. this.panelControl1.Controls.Add(this.labelControl3);
  73. this.panelControl1.Controls.Add(this.labelControl2);
  74. this.panelControl1.Location = new System.Drawing.Point(-1, 0);
  75. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  76. this.panelControl1.Name = "panelControl1";
  77. this.panelControl1.Size = new System.Drawing.Size(487, 391);
  78. this.panelControl1.TabIndex = 0;
  79. //
  80. // textEdit_DataProc
  81. //
  82. this.textEdit_DataProc.Location = new System.Drawing.Point(171, 212);
  83. this.textEdit_DataProc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  84. this.textEdit_DataProc.Name = "textEdit_DataProc";
  85. this.textEdit_DataProc.Size = new System.Drawing.Size(283, 104);
  86. this.textEdit_DataProc.TabIndex = 6;
  87. //
  88. // labelControl1
  89. //
  90. this.labelControl1.Location = new System.Drawing.Point(19, 216);
  91. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  92. this.labelControl1.Name = "labelControl1";
  93. this.labelControl1.Size = new System.Drawing.Size(120, 18);
  94. this.labelControl1.TabIndex = 6;
  95. this.labelControl1.Text = "数据点执行逻辑:";
  96. //
  97. // btn_Save
  98. //
  99. this.btn_Save.Location = new System.Drawing.Point(286, 343);
  100. this.btn_Save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  101. this.btn_Save.Name = "btn_Save";
  102. this.btn_Save.Size = new System.Drawing.Size(58, 30);
  103. this.btn_Save.TabIndex = 8;
  104. this.btn_Save.Text = "保存";
  105. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  106. //
  107. // lookUp_PointType
  108. //
  109. this.lookUp_PointType.Location = new System.Drawing.Point(171, 62);
  110. this.lookUp_PointType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  111. this.lookUp_PointType.Name = "lookUp_PointType";
  112. this.lookUp_PointType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  113. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  114. this.lookUp_PointType.Size = new System.Drawing.Size(283, 24);
  115. this.lookUp_PointType.TabIndex = 2;
  116. //
  117. // btn_Cancel
  118. //
  119. this.btn_Cancel.Location = new System.Drawing.Point(397, 343);
  120. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  121. this.btn_Cancel.Name = "btn_Cancel";
  122. this.btn_Cancel.Size = new System.Drawing.Size(58, 30);
  123. this.btn_Cancel.TabIndex = 9;
  124. this.btn_Cancel.Text = "取消";
  125. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  126. //
  127. // btn_Add
  128. //
  129. this.btn_Add.Location = new System.Drawing.Point(137, 343);
  130. this.btn_Add.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  131. this.btn_Add.Name = "btn_Add";
  132. this.btn_Add.Size = new System.Drawing.Size(58, 30);
  133. this.btn_Add.TabIndex = 7;
  134. this.btn_Add.Text = "添加";
  135. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  136. //
  137. // txt_PointPlcId
  138. //
  139. this.txt_PointPlcId.Location = new System.Drawing.Point(171, 167);
  140. this.txt_PointPlcId.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.txt_PointPlcId.Name = "txt_PointPlcId";
  142. this.txt_PointPlcId.Size = new System.Drawing.Size(283, 24);
  143. this.txt_PointPlcId.TabIndex = 5;
  144. //
  145. // txt_PointGroupId
  146. //
  147. this.txt_PointGroupId.Location = new System.Drawing.Point(171, 131);
  148. this.txt_PointGroupId.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  149. this.txt_PointGroupId.Name = "txt_PointGroupId";
  150. this.txt_PointGroupId.Size = new System.Drawing.Size(283, 24);
  151. this.txt_PointGroupId.TabIndex = 4;
  152. //
  153. // txt_PointSource
  154. //
  155. this.txt_PointSource.Location = new System.Drawing.Point(171, 98);
  156. this.txt_PointSource.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  157. this.txt_PointSource.Name = "txt_PointSource";
  158. this.txt_PointSource.Size = new System.Drawing.Size(283, 24);
  159. this.txt_PointSource.TabIndex = 3;
  160. //
  161. // txt_PointName
  162. //
  163. this.txt_PointName.Location = new System.Drawing.Point(171, 23);
  164. this.txt_PointName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  165. this.txt_PointName.Name = "txt_PointName";
  166. this.txt_PointName.Size = new System.Drawing.Size(283, 24);
  167. this.txt_PointName.TabIndex = 1;
  168. //
  169. // labelControl6
  170. //
  171. this.labelControl6.Location = new System.Drawing.Point(19, 171);
  172. this.labelControl6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  173. this.labelControl6.Name = "labelControl6";
  174. this.labelControl6.Size = new System.Drawing.Size(139, 18);
  175. this.labelControl6.TabIndex = 0;
  176. this.labelControl6.Text = "数据点PLC 编码(*):";
  177. //
  178. // labelControl5
  179. //
  180. this.labelControl5.Location = new System.Drawing.Point(19, 135);
  181. this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  182. this.labelControl5.Name = "labelControl5";
  183. this.labelControl5.Size = new System.Drawing.Size(155, 18);
  184. this.labelControl5.TabIndex = 0;
  185. this.labelControl5.Text = "数据点采集组编码(*):";
  186. //
  187. // labelControl4
  188. //
  189. this.labelControl4.Location = new System.Drawing.Point(19, 99);
  190. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  191. this.labelControl4.Name = "labelControl4";
  192. this.labelControl4.Size = new System.Drawing.Size(149, 18);
  193. this.labelControl4.TabIndex = 0;
  194. this.labelControl4.Text = "数据点PLC变量名(*):";
  195. //
  196. // labelControl3
  197. //
  198. this.labelControl3.Location = new System.Drawing.Point(19, 63);
  199. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.labelControl3.Name = "labelControl3";
  201. this.labelControl3.Size = new System.Drawing.Size(110, 18);
  202. this.labelControl3.TabIndex = 0;
  203. this.labelControl3.Text = "数据点类型(*):";
  204. //
  205. // labelControl2
  206. //
  207. this.labelControl2.Location = new System.Drawing.Point(19, 27);
  208. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  209. this.labelControl2.Name = "labelControl2";
  210. this.labelControl2.Size = new System.Drawing.Size(110, 18);
  211. this.labelControl2.TabIndex = 0;
  212. this.labelControl2.Text = "数据点名称(*):";
  213. //
  214. // FormEditPoint
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.ClientSize = new System.Drawing.Size(482, 388);
  219. this.Controls.Add(this.panelControl1);
  220. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  221. this.MaximizeBox = false;
  222. this.MinimizeBox = false;
  223. this.Name = "FormEditPoint";
  224. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  225. this.Text = "数据点信息";
  226. this.Load += new System.EventHandler(this.FormEditPoint_Load);
  227. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  228. this.panelControl1.ResumeLayout(false);
  229. this.panelControl1.PerformLayout();
  230. ((System.ComponentModel.ISupportInitialize)(this.textEdit_DataProc.Properties)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.lookUp_PointType.Properties)).EndInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.txt_PointPlcId.Properties)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.txt_PointGroupId.Properties)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.txt_PointSource.Properties)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txt_PointName.Properties)).EndInit();
  236. this.ResumeLayout(false);
  237. }
  238. #endregion
  239. private DevExpress.XtraEditors.PanelControl panelControl1;
  240. private DevExpress.XtraEditors.LabelControl labelControl4;
  241. private DevExpress.XtraEditors.LabelControl labelControl3;
  242. private DevExpress.XtraEditors.LabelControl labelControl2;
  243. private DevExpress.XtraEditors.LabelControl labelControl5;
  244. private DevExpress.XtraEditors.LabelControl labelControl6;
  245. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  246. private DevExpress.XtraEditors.SimpleButton btn_Add;
  247. private DevExpress.XtraEditors.TextEdit txt_PointPlcId;
  248. private DevExpress.XtraEditors.TextEdit txt_PointGroupId;
  249. private DevExpress.XtraEditors.TextEdit txt_PointSource;
  250. private DevExpress.XtraEditors.TextEdit txt_PointName;
  251. private DevExpress.XtraEditors.LookUpEdit lookUp_PointType;
  252. private DevExpress.XtraEditors.SimpleButton btn_Save;
  253. private DevExpress.XtraEditors.LabelControl labelControl1;
  254. private DevExpress.XtraEditors.MemoEdit textEdit_DataProc;
  255. }
  256. }