FormNewCommand.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. namespace UAS_PLCDataReader.Device.Command
  2. {
  3. partial class FormNewCommand
  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.AddCommand = new DevExpress.XtraEditors.SimpleButton();
  29. this.CodeClientAddress = new DevExpress.XtraEditors.ComboBoxEdit();
  30. this.CodeFunction = new DevExpress.XtraEditors.ComboBoxEdit();
  31. this.CodeAddress = new DevExpress.XtraEditors.TextEdit();
  32. this.CodeLength = new DevExpress.XtraEditors.TextEdit();
  33. this.CodeClientAddress_label = new DevExpress.XtraEditors.LabelControl();
  34. this.CodeFunction_label = new DevExpress.XtraEditors.LabelControl();
  35. this.CodeAddress_label = new DevExpress.XtraEditors.LabelControl();
  36. this.CodeLength_label = new DevExpress.XtraEditors.LabelControl();
  37. this.dc_name_label = new DevExpress.XtraEditors.LabelControl();
  38. this.dc_code_label = new DevExpress.XtraEditors.LabelControl();
  39. this.dc_name = new DevExpress.XtraEditors.TextEdit();
  40. this.dc_code = new DevExpress.XtraEditors.TextEdit();
  41. this.CodeComplement_label = new DevExpress.XtraEditors.LabelControl();
  42. this.CodeEnd_label = new DevExpress.XtraEditors.LabelControl();
  43. this.CodeEnd = new DevExpress.XtraEditors.ComboBoxEdit();
  44. this.CodeComplement = new DevExpress.XtraEditors.ComboBoxEdit();
  45. ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.CodeFunction.Properties)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.CodeAddress.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.CodeLength.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.dc_name.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.dc_code.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.CodeEnd.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.CodeComplement.Properties)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // AddCommand
  56. //
  57. this.AddCommand.Location = new System.Drawing.Point(347, 133);
  58. this.AddCommand.Name = "AddCommand";
  59. this.AddCommand.Size = new System.Drawing.Size(75, 23);
  60. this.AddCommand.TabIndex = 0;
  61. this.AddCommand.Text = "确认添加";
  62. this.AddCommand.Click += new System.EventHandler(this.AddCommand_Click);
  63. //
  64. // CodeClientAddress
  65. //
  66. this.CodeClientAddress.Location = new System.Drawing.Point(75, 80);
  67. this.CodeClientAddress.Name = "CodeClientAddress";
  68. this.CodeClientAddress.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  69. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  70. this.CodeClientAddress.Size = new System.Drawing.Size(63, 20);
  71. this.CodeClientAddress.TabIndex = 1;
  72. //
  73. // CodeFunction
  74. //
  75. this.CodeFunction.Location = new System.Drawing.Point(198, 80);
  76. this.CodeFunction.Name = "CodeFunction";
  77. this.CodeFunction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  78. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  79. this.CodeFunction.Size = new System.Drawing.Size(63, 20);
  80. this.CodeFunction.TabIndex = 2;
  81. //
  82. // CodeAddress
  83. //
  84. this.CodeAddress.Location = new System.Drawing.Point(318, 80);
  85. this.CodeAddress.Name = "CodeAddress";
  86. this.CodeAddress.Size = new System.Drawing.Size(60, 20);
  87. this.CodeAddress.TabIndex = 3;
  88. //
  89. // CodeLength
  90. //
  91. this.CodeLength.Location = new System.Drawing.Point(447, 80);
  92. this.CodeLength.Name = "CodeLength";
  93. this.CodeLength.Size = new System.Drawing.Size(60, 20);
  94. this.CodeLength.TabIndex = 4;
  95. //
  96. // CodeClientAddress_label
  97. //
  98. this.CodeClientAddress_label.Location = new System.Drawing.Point(18, 83);
  99. this.CodeClientAddress_label.Name = "CodeClientAddress_label";
  100. this.CodeClientAddress_label.Size = new System.Drawing.Size(48, 14);
  101. this.CodeClientAddress_label.TabIndex = 5;
  102. this.CodeClientAddress_label.Text = "从站地址";
  103. //
  104. // CodeFunction_label
  105. //
  106. this.CodeFunction_label.Location = new System.Drawing.Point(144, 83);
  107. this.CodeFunction_label.Name = "CodeFunction_label";
  108. this.CodeFunction_label.Size = new System.Drawing.Size(36, 14);
  109. this.CodeFunction_label.TabIndex = 6;
  110. this.CodeFunction_label.Text = "命令码";
  111. //
  112. // CodeAddress_label
  113. //
  114. this.CodeAddress_label.AccessibleDescription = "";
  115. this.CodeAddress_label.Location = new System.Drawing.Point(276, 83);
  116. this.CodeAddress_label.Name = "CodeAddress_label";
  117. this.CodeAddress_label.Size = new System.Drawing.Size(36, 14);
  118. this.CodeAddress_label.TabIndex = 7;
  119. this.CodeAddress_label.Text = "地址位";
  120. //
  121. // CodeLength_label
  122. //
  123. this.CodeLength_label.Location = new System.Drawing.Point(393, 83);
  124. this.CodeLength_label.Name = "CodeLength_label";
  125. this.CodeLength_label.Size = new System.Drawing.Size(48, 14);
  126. this.CodeLength_label.TabIndex = 8;
  127. this.CodeLength_label.Text = "操作位数";
  128. //
  129. // dc_name_label
  130. //
  131. this.dc_name_label.Location = new System.Drawing.Point(144, 30);
  132. this.dc_name_label.Name = "dc_name_label";
  133. this.dc_name_label.Size = new System.Drawing.Size(48, 14);
  134. this.dc_name_label.TabIndex = 12;
  135. this.dc_name_label.Text = "指令名称";
  136. //
  137. // dc_code_label
  138. //
  139. this.dc_code_label.AccessibleDescription = "";
  140. this.dc_code_label.Location = new System.Drawing.Point(18, 30);
  141. this.dc_code_label.Name = "dc_code_label";
  142. this.dc_code_label.Size = new System.Drawing.Size(48, 14);
  143. this.dc_code_label.TabIndex = 11;
  144. this.dc_code_label.Text = "指令编号";
  145. //
  146. // dc_name
  147. //
  148. this.dc_name.Location = new System.Drawing.Point(198, 27);
  149. this.dc_name.Name = "dc_name";
  150. this.dc_name.Size = new System.Drawing.Size(60, 20);
  151. this.dc_name.TabIndex = 10;
  152. //
  153. // dc_code
  154. //
  155. this.dc_code.Location = new System.Drawing.Point(73, 27);
  156. this.dc_code.Name = "dc_code";
  157. this.dc_code.Size = new System.Drawing.Size(65, 20);
  158. this.dc_code.TabIndex = 9;
  159. //
  160. // CodeComplement_label
  161. //
  162. this.CodeComplement_label.Location = new System.Drawing.Point(528, 83);
  163. this.CodeComplement_label.Name = "CodeComplement_label";
  164. this.CodeComplement_label.Size = new System.Drawing.Size(24, 14);
  165. this.CodeComplement_label.TabIndex = 14;
  166. this.CodeComplement_label.Text = "补码";
  167. //
  168. // CodeEnd_label
  169. //
  170. this.CodeEnd_label.Location = new System.Drawing.Point(646, 83);
  171. this.CodeEnd_label.Name = "CodeEnd_label";
  172. this.CodeEnd_label.Size = new System.Drawing.Size(36, 14);
  173. this.CodeEnd_label.TabIndex = 16;
  174. this.CodeEnd_label.Text = "结束位";
  175. //
  176. // CodeEnd
  177. //
  178. this.CodeEnd.Location = new System.Drawing.Point(700, 80);
  179. this.CodeEnd.Name = "CodeEnd";
  180. this.CodeEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  181. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  182. this.CodeEnd.Size = new System.Drawing.Size(63, 20);
  183. this.CodeEnd.TabIndex = 18;
  184. //
  185. // CodeComplement
  186. //
  187. this.CodeComplement.Location = new System.Drawing.Point(567, 80);
  188. this.CodeComplement.Name = "CodeComplement";
  189. this.CodeComplement.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  190. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  191. this.CodeComplement.Size = new System.Drawing.Size(63, 20);
  192. this.CodeComplement.TabIndex = 17;
  193. //
  194. // FormNewCommand
  195. //
  196. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  197. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  198. this.ClientSize = new System.Drawing.Size(766, 190);
  199. this.Controls.Add(this.CodeEnd);
  200. this.Controls.Add(this.CodeComplement);
  201. this.Controls.Add(this.CodeEnd_label);
  202. this.Controls.Add(this.CodeComplement_label);
  203. this.Controls.Add(this.dc_name_label);
  204. this.Controls.Add(this.dc_code_label);
  205. this.Controls.Add(this.dc_name);
  206. this.Controls.Add(this.dc_code);
  207. this.Controls.Add(this.CodeLength_label);
  208. this.Controls.Add(this.CodeAddress_label);
  209. this.Controls.Add(this.CodeFunction_label);
  210. this.Controls.Add(this.CodeClientAddress_label);
  211. this.Controls.Add(this.CodeLength);
  212. this.Controls.Add(this.CodeAddress);
  213. this.Controls.Add(this.CodeFunction);
  214. this.Controls.Add(this.CodeClientAddress);
  215. this.Controls.Add(this.AddCommand);
  216. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  217. this.Name = "FormNewCommand";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  219. this.Text = " ";
  220. this.Load += new System.EventHandler(this.FormNewCommand_Load);
  221. ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).EndInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.CodeFunction.Properties)).EndInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.CodeAddress.Properties)).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.CodeLength.Properties)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.dc_name.Properties)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.dc_code.Properties)).EndInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.CodeEnd.Properties)).EndInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.CodeComplement.Properties)).EndInit();
  229. this.ResumeLayout(false);
  230. this.PerformLayout();
  231. }
  232. #endregion
  233. private DevExpress.XtraEditors.SimpleButton AddCommand;
  234. private DevExpress.XtraEditors.ComboBoxEdit CodeClientAddress;
  235. private DevExpress.XtraEditors.ComboBoxEdit CodeFunction;
  236. private DevExpress.XtraEditors.TextEdit CodeAddress;
  237. private DevExpress.XtraEditors.TextEdit CodeLength;
  238. private DevExpress.XtraEditors.LabelControl CodeClientAddress_label;
  239. private DevExpress.XtraEditors.LabelControl CodeFunction_label;
  240. private DevExpress.XtraEditors.LabelControl CodeAddress_label;
  241. private DevExpress.XtraEditors.LabelControl CodeLength_label;
  242. private DevExpress.XtraEditors.LabelControl dc_name_label;
  243. private DevExpress.XtraEditors.LabelControl dc_code_label;
  244. private DevExpress.XtraEditors.TextEdit dc_name;
  245. private DevExpress.XtraEditors.TextEdit dc_code;
  246. private DevExpress.XtraEditors.LabelControl CodeComplement_label;
  247. private DevExpress.XtraEditors.LabelControl CodeEnd_label;
  248. private DevExpress.XtraEditors.ComboBoxEdit CodeEnd;
  249. private DevExpress.XtraEditors.ComboBoxEdit CodeComplement;
  250. }
  251. }