SystemSetForm.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace GCAS
  2. {
  3. partial class SystemSetForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SystemSetForm));
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
  31. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  33. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  34. this.cb_parity = new DevExpress.XtraEditors.ComboBoxEdit();
  35. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  36. this.cb_baudRate = new DevExpress.XtraEditors.ComboBoxEdit();
  37. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  38. this.cb_stopBits = new DevExpress.XtraEditors.ComboBoxEdit();
  39. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  40. this.cb_dataBits = new DevExpress.XtraEditors.ComboBoxEdit();
  41. this.btn_SerialPort = new DevExpress.XtraEditors.SimpleButton();
  42. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  43. this.cb_Serial = new DevExpress.XtraEditors.ComboBoxEdit();
  44. this.se_slave = new DevExpress.XtraEditors.SpinEdit();
  45. this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
  46. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  47. this.btn_language = new DevExpress.XtraEditors.SimpleButton();
  48. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  49. this.lu_language = new DevExpress.XtraEditors.ComboBoxEdit();
  50. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  51. this.btn_TareSave = new DevExpress.XtraEditors.SimpleButton();
  52. this.text_putMax = new DevExpress.XtraEditors.TextEdit();
  53. this.lbl_putMax = new DevExpress.XtraEditors.LabelControl();
  54. this.text_putMin = new DevExpress.XtraEditors.TextEdit();
  55. this.lbl_putMin = new DevExpress.XtraEditors.LabelControl();
  56. this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
  57. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  58. this.panelControl1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
  60. this.groupControl3.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.cb_parity.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.cb_baudRate.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.cb_stopBits.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.cb_dataBits.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.cb_Serial.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.se_slave.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
  68. this.groupControl2.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.lu_language.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  71. this.groupControl1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.text_putMax.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.text_putMin.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // panelControl1
  78. //
  79. this.panelControl1.Controls.Add(this.groupControl3);
  80. this.panelControl1.Controls.Add(this.groupControl2);
  81. this.panelControl1.Controls.Add(this.groupControl1);
  82. resources.ApplyResources(this.panelControl1, "panelControl1");
  83. this.panelControl1.Name = "panelControl1";
  84. //
  85. // groupControl3
  86. //
  87. this.groupControl3.Controls.Add(this.labelControl10);
  88. this.groupControl3.Controls.Add(this.labelControl8);
  89. this.groupControl3.Controls.Add(this.labelControl7);
  90. this.groupControl3.Controls.Add(this.cb_parity);
  91. this.groupControl3.Controls.Add(this.labelControl6);
  92. this.groupControl3.Controls.Add(this.cb_baudRate);
  93. this.groupControl3.Controls.Add(this.labelControl5);
  94. this.groupControl3.Controls.Add(this.cb_stopBits);
  95. this.groupControl3.Controls.Add(this.labelControl3);
  96. this.groupControl3.Controls.Add(this.cb_dataBits);
  97. this.groupControl3.Controls.Add(this.btn_SerialPort);
  98. this.groupControl3.Controls.Add(this.labelControl4);
  99. this.groupControl3.Controls.Add(this.cb_Serial);
  100. this.groupControl3.Controls.Add(this.se_slave);
  101. resources.ApplyResources(this.groupControl3, "groupControl3");
  102. this.groupControl3.Name = "groupControl3";
  103. //
  104. // labelControl10
  105. //
  106. this.labelControl10.LineVisible = true;
  107. resources.ApplyResources(this.labelControl10, "labelControl10");
  108. this.labelControl10.Name = "labelControl10";
  109. //
  110. // labelControl8
  111. //
  112. this.labelControl8.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl8.Appearance.ForeColor")));
  113. this.labelControl8.Appearance.Options.UseForeColor = true;
  114. resources.ApplyResources(this.labelControl8, "labelControl8");
  115. this.labelControl8.Name = "labelControl8";
  116. //
  117. // labelControl7
  118. //
  119. this.labelControl7.LineVisible = true;
  120. resources.ApplyResources(this.labelControl7, "labelControl7");
  121. this.labelControl7.Name = "labelControl7";
  122. //
  123. // cb_parity
  124. //
  125. resources.ApplyResources(this.cb_parity, "cb_parity");
  126. this.cb_parity.Name = "cb_parity";
  127. this.cb_parity.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  128. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_parity.Properties.Buttons"))))});
  129. this.cb_parity.Properties.Items.AddRange(new object[] {
  130. resources.GetString("cb_parity.Properties.Items"),
  131. resources.GetString("cb_parity.Properties.Items1"),
  132. resources.GetString("cb_parity.Properties.Items2")});
  133. this.cb_parity.Properties.NullText = resources.GetString("cb_parity.Properties.NullText");
  134. this.cb_parity.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  135. //
  136. // labelControl6
  137. //
  138. this.labelControl6.LineVisible = true;
  139. resources.ApplyResources(this.labelControl6, "labelControl6");
  140. this.labelControl6.Name = "labelControl6";
  141. //
  142. // cb_baudRate
  143. //
  144. resources.ApplyResources(this.cb_baudRate, "cb_baudRate");
  145. this.cb_baudRate.Name = "cb_baudRate";
  146. this.cb_baudRate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  147. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_baudRate.Properties.Buttons"))))});
  148. this.cb_baudRate.Properties.Items.AddRange(new object[] {
  149. resources.GetString("cb_baudRate.Properties.Items"),
  150. resources.GetString("cb_baudRate.Properties.Items1"),
  151. resources.GetString("cb_baudRate.Properties.Items2"),
  152. resources.GetString("cb_baudRate.Properties.Items3"),
  153. resources.GetString("cb_baudRate.Properties.Items4"),
  154. resources.GetString("cb_baudRate.Properties.Items5"),
  155. resources.GetString("cb_baudRate.Properties.Items6"),
  156. resources.GetString("cb_baudRate.Properties.Items7"),
  157. resources.GetString("cb_baudRate.Properties.Items8")});
  158. this.cb_baudRate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  159. //
  160. // labelControl5
  161. //
  162. this.labelControl5.LineVisible = true;
  163. resources.ApplyResources(this.labelControl5, "labelControl5");
  164. this.labelControl5.Name = "labelControl5";
  165. //
  166. // cb_stopBits
  167. //
  168. resources.ApplyResources(this.cb_stopBits, "cb_stopBits");
  169. this.cb_stopBits.Name = "cb_stopBits";
  170. this.cb_stopBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  171. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_stopBits.Properties.Buttons"))))});
  172. this.cb_stopBits.Properties.Items.AddRange(new object[] {
  173. resources.GetString("cb_stopBits.Properties.Items"),
  174. resources.GetString("cb_stopBits.Properties.Items1"),
  175. resources.GetString("cb_stopBits.Properties.Items2")});
  176. this.cb_stopBits.Properties.NullText = resources.GetString("cb_stopBits.Properties.NullText");
  177. this.cb_stopBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  178. //
  179. // labelControl3
  180. //
  181. this.labelControl3.LineVisible = true;
  182. resources.ApplyResources(this.labelControl3, "labelControl3");
  183. this.labelControl3.Name = "labelControl3";
  184. //
  185. // cb_dataBits
  186. //
  187. resources.ApplyResources(this.cb_dataBits, "cb_dataBits");
  188. this.cb_dataBits.Name = "cb_dataBits";
  189. this.cb_dataBits.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  190. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_dataBits.Properties.Buttons"))))});
  191. this.cb_dataBits.Properties.Items.AddRange(new object[] {
  192. resources.GetString("cb_dataBits.Properties.Items"),
  193. resources.GetString("cb_dataBits.Properties.Items1"),
  194. resources.GetString("cb_dataBits.Properties.Items2"),
  195. resources.GetString("cb_dataBits.Properties.Items3")});
  196. this.cb_dataBits.Properties.NullText = resources.GetString("cb_dataBits.Properties.NullText");
  197. this.cb_dataBits.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  198. //
  199. // btn_SerialPort
  200. //
  201. this.btn_SerialPort.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_SerialPort.ImageOptions.Image")));
  202. resources.ApplyResources(this.btn_SerialPort, "btn_SerialPort");
  203. this.btn_SerialPort.Name = "btn_SerialPort";
  204. this.btn_SerialPort.Click += new System.EventHandler(this.btn_SerialPort_Click);
  205. //
  206. // labelControl4
  207. //
  208. this.labelControl4.LineVisible = true;
  209. resources.ApplyResources(this.labelControl4, "labelControl4");
  210. this.labelControl4.Name = "labelControl4";
  211. //
  212. // cb_Serial
  213. //
  214. resources.ApplyResources(this.cb_Serial, "cb_Serial");
  215. this.cb_Serial.Name = "cb_Serial";
  216. this.cb_Serial.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  217. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("cb_Serial.Properties.Buttons"))))});
  218. this.cb_Serial.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  219. //
  220. // se_slave
  221. //
  222. resources.ApplyResources(this.se_slave, "se_slave");
  223. this.se_slave.Name = "se_slave";
  224. this.se_slave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  225. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("se_slave.Properties.Buttons"))))});
  226. this.se_slave.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
  227. this.se_slave.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("se_slave.Properties.Mask.MaskType")));
  228. this.se_slave.Properties.MaxValue = new decimal(new int[] {
  229. 255,
  230. 0,
  231. 0,
  232. 0});
  233. this.se_slave.Properties.MinValue = new decimal(new int[] {
  234. 1,
  235. 0,
  236. 0,
  237. 0});
  238. this.se_slave.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  239. //
  240. // groupControl2
  241. //
  242. this.groupControl2.Controls.Add(this.labelControl2);
  243. this.groupControl2.Controls.Add(this.btn_language);
  244. this.groupControl2.Controls.Add(this.labelControl1);
  245. this.groupControl2.Controls.Add(this.lu_language);
  246. resources.ApplyResources(this.groupControl2, "groupControl2");
  247. this.groupControl2.Name = "groupControl2";
  248. //
  249. // labelControl2
  250. //
  251. this.labelControl2.Appearance.ForeColor = ((System.Drawing.Color)(resources.GetObject("labelControl2.Appearance.ForeColor")));
  252. this.labelControl2.Appearance.Options.UseForeColor = true;
  253. resources.ApplyResources(this.labelControl2, "labelControl2");
  254. this.labelControl2.Name = "labelControl2";
  255. //
  256. // btn_language
  257. //
  258. this.btn_language.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_language.ImageOptions.Image")));
  259. resources.ApplyResources(this.btn_language, "btn_language");
  260. this.btn_language.Name = "btn_language";
  261. this.btn_language.Click += new System.EventHandler(this.btn_language_Click);
  262. //
  263. // labelControl1
  264. //
  265. this.labelControl1.LineVisible = true;
  266. resources.ApplyResources(this.labelControl1, "labelControl1");
  267. this.labelControl1.Name = "labelControl1";
  268. //
  269. // lu_language
  270. //
  271. resources.ApplyResources(this.lu_language, "lu_language");
  272. this.lu_language.Name = "lu_language";
  273. this.lu_language.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  274. new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("lu_language.Properties.Buttons"))))});
  275. this.lu_language.Properties.Items.AddRange(new object[] {
  276. resources.GetString("lu_language.Properties.Items"),
  277. resources.GetString("lu_language.Properties.Items1")});
  278. this.lu_language.Properties.NullText = resources.GetString("lu_language.Properties.NullText");
  279. this.lu_language.Properties.PopupSizeable = true;
  280. //
  281. // groupControl1
  282. //
  283. this.groupControl1.Controls.Add(this.btn_TareSave);
  284. this.groupControl1.Controls.Add(this.text_putMax);
  285. this.groupControl1.Controls.Add(this.lbl_putMax);
  286. this.groupControl1.Controls.Add(this.text_putMin);
  287. this.groupControl1.Controls.Add(this.lbl_putMin);
  288. resources.ApplyResources(this.groupControl1, "groupControl1");
  289. this.groupControl1.Name = "groupControl1";
  290. //
  291. // btn_TareSave
  292. //
  293. this.btn_TareSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_TareSave.ImageOptions.Image")));
  294. resources.ApplyResources(this.btn_TareSave, "btn_TareSave");
  295. this.btn_TareSave.Name = "btn_TareSave";
  296. this.btn_TareSave.Click += new System.EventHandler(this.btn_Tare_Click);
  297. //
  298. // text_putMax
  299. //
  300. resources.ApplyResources(this.text_putMax, "text_putMax");
  301. this.text_putMax.Name = "text_putMax";
  302. this.text_putMax.Properties.Mask.EditMask = resources.GetString("text_putMax.Properties.Mask.EditMask");
  303. this.text_putMax.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_putMax.Properties.Mask.MaskType")));
  304. this.text_putMax.Click += new System.EventHandler(this.text_putMax_Click);
  305. //
  306. // lbl_putMax
  307. //
  308. this.lbl_putMax.LineVisible = true;
  309. resources.ApplyResources(this.lbl_putMax, "lbl_putMax");
  310. this.lbl_putMax.Name = "lbl_putMax";
  311. //
  312. // text_putMin
  313. //
  314. resources.ApplyResources(this.text_putMin, "text_putMin");
  315. this.text_putMin.Name = "text_putMin";
  316. this.text_putMin.Properties.Mask.EditMask = resources.GetString("text_putMin.Properties.Mask.EditMask");
  317. this.text_putMin.Properties.Mask.MaskType = ((DevExpress.XtraEditors.Mask.MaskType)(resources.GetObject("text_putMin.Properties.Mask.MaskType")));
  318. this.text_putMin.Click += new System.EventHandler(this.text_putMin_Click);
  319. //
  320. // lbl_putMin
  321. //
  322. this.lbl_putMin.LineVisible = true;
  323. resources.ApplyResources(this.lbl_putMin, "lbl_putMin");
  324. this.lbl_putMin.Name = "lbl_putMin";
  325. //
  326. // simpleSeparator3
  327. //
  328. this.simpleSeparator3.AllowHotTrack = false;
  329. this.simpleSeparator3.Location = new System.Drawing.Point(0, 78);
  330. this.simpleSeparator3.Name = "simpleSeparator3";
  331. this.simpleSeparator3.Size = new System.Drawing.Size(263, 292);
  332. //
  333. // SystemSetForm
  334. //
  335. resources.ApplyResources(this, "$this");
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.Controls.Add(this.panelControl1);
  338. this.MaximizeBox = false;
  339. this.MinimizeBox = false;
  340. this.Name = "SystemSetForm";
  341. this.ShowIcon = false;
  342. this.Load += new System.EventHandler(this.SystemSetForm_Load);
  343. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  344. this.panelControl1.ResumeLayout(false);
  345. ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
  346. this.groupControl3.ResumeLayout(false);
  347. this.groupControl3.PerformLayout();
  348. ((System.ComponentModel.ISupportInitialize)(this.cb_parity.Properties)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.cb_baudRate.Properties)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.cb_stopBits.Properties)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.cb_dataBits.Properties)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.cb_Serial.Properties)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.se_slave.Properties)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
  355. this.groupControl2.ResumeLayout(false);
  356. this.groupControl2.PerformLayout();
  357. ((System.ComponentModel.ISupportInitialize)(this.lu_language.Properties)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  359. this.groupControl1.ResumeLayout(false);
  360. this.groupControl1.PerformLayout();
  361. ((System.ComponentModel.ISupportInitialize)(this.text_putMax.Properties)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.text_putMin.Properties)).EndInit();
  363. ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private DevExpress.XtraEditors.PanelControl panelControl1;
  368. private DevExpress.XtraEditors.GroupControl groupControl1;
  369. private DevExpress.XtraLayout.SimpleSeparator simpleSeparator3;
  370. private DevExpress.XtraEditors.TextEdit text_putMax;
  371. private DevExpress.XtraEditors.LabelControl lbl_putMax;
  372. private DevExpress.XtraEditors.TextEdit text_putMin;
  373. private DevExpress.XtraEditors.LabelControl lbl_putMin;
  374. private DevExpress.XtraEditors.GroupControl groupControl2;
  375. private DevExpress.XtraEditors.LabelControl labelControl1;
  376. private DevExpress.XtraEditors.ComboBoxEdit lu_language;
  377. private DevExpress.XtraEditors.SimpleButton btn_language;
  378. private DevExpress.XtraEditors.SimpleButton btn_TareSave;
  379. private DevExpress.XtraEditors.LabelControl labelControl2;
  380. private DevExpress.XtraEditors.GroupControl groupControl3;
  381. private DevExpress.XtraEditors.SimpleButton btn_SerialPort;
  382. private DevExpress.XtraEditors.LabelControl labelControl4;
  383. private DevExpress.XtraEditors.ComboBoxEdit cb_Serial;
  384. private DevExpress.XtraEditors.LabelControl labelControl7;
  385. private DevExpress.XtraEditors.ComboBoxEdit cb_parity;
  386. private DevExpress.XtraEditors.LabelControl labelControl6;
  387. private DevExpress.XtraEditors.ComboBoxEdit cb_baudRate;
  388. private DevExpress.XtraEditors.LabelControl labelControl5;
  389. private DevExpress.XtraEditors.ComboBoxEdit cb_stopBits;
  390. private DevExpress.XtraEditors.LabelControl labelControl3;
  391. private DevExpress.XtraEditors.ComboBoxEdit cb_dataBits;
  392. private DevExpress.XtraEditors.LabelControl labelControl8;
  393. private DevExpress.XtraEditors.SpinEdit se_slave;
  394. private DevExpress.XtraEditors.LabelControl labelControl10;
  395. }
  396. }