FrmMelsecA1EAscii.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. namespace PCLCommunication
  2. {
  3. partial class FrmMelsecA1EAscii
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.btnAdd = new System.Windows.Forms.Button();
  30. this.chkAutoRun = new System.Windows.Forms.CheckBox();
  31. this.dgvSetting = new System.Windows.Forms.DataGridView();
  32. this.guid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.IP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.port = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.ConnType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.ConnTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.statusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ss = new System.Windows.Forms.DataGridViewButtonColumn();
  40. this.enable = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.enableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Interval = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.pnlTop = new System.Windows.Forms.Panel();
  44. this.btnResetINI = new System.Windows.Forms.Button();
  45. this.btnExePath = new System.Windows.Forms.Button();
  46. this.btnDBTest = new System.Windows.Forms.Button();
  47. this.lbls = new System.Windows.Forms.Label();
  48. this.btnM1Test = new System.Windows.Forms.Button();
  49. this.txtServerPort = new System.Windows.Forms.TextBox();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.btnLog = new System.Windows.Forms.Button();
  52. this.btnStop = new System.Windows.Forms.Button();
  53. this.btnStart = new System.Windows.Forms.Button();
  54. this.btnTest = new System.Windows.Forms.Button();
  55. this.chkLog = new System.Windows.Forms.CheckBox();
  56. this.chkLogError = new System.Windows.Forms.CheckBox();
  57. this.btnDelete = new System.Windows.Forms.Button();
  58. this.btnEdit = new System.Windows.Forms.Button();
  59. this.pnlBottom = new System.Windows.Forms.Panel();
  60. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  61. this.button3 = new System.Windows.Forms.Button();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.button1 = new System.Windows.Forms.Button();
  64. this.dgvLogs = new System.Windows.Forms.DataGridView();
  65. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.timer11234 = new System.Windows.Forms.Timer(this.components);
  67. this.chkAutoPiece = new System.Windows.Forms.CheckBox();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).BeginInit();
  69. this.pnlTop.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  71. this.splitContainer1.Panel1.SuspendLayout();
  72. this.splitContainer1.Panel2.SuspendLayout();
  73. this.splitContainer1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // btnAdd
  78. //
  79. this.btnAdd.Location = new System.Drawing.Point(12, 47);
  80. this.btnAdd.Name = "btnAdd";
  81. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  82. this.btnAdd.TabIndex = 0;
  83. this.btnAdd.Text = "新建";
  84. this.btnAdd.UseVisualStyleBackColor = true;
  85. this.btnAdd.Visible = false;
  86. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  87. //
  88. // chkAutoRun
  89. //
  90. this.chkAutoRun.AutoSize = true;
  91. this.chkAutoRun.Location = new System.Drawing.Point(12, 12);
  92. this.chkAutoRun.Name = "chkAutoRun";
  93. this.chkAutoRun.Size = new System.Drawing.Size(96, 16);
  94. this.chkAutoRun.TabIndex = 1;
  95. this.chkAutoRun.Text = "自动启动通信";
  96. this.chkAutoRun.UseVisualStyleBackColor = true;
  97. this.chkAutoRun.Visible = false;
  98. //
  99. // dgvSetting
  100. //
  101. this.dgvSetting.AllowUserToAddRows = false;
  102. this.dgvSetting.AllowUserToDeleteRows = false;
  103. this.dgvSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  104. this.dgvSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  105. this.guid,
  106. this.IP,
  107. this.port,
  108. this.ConnType,
  109. this.ConnTypeName,
  110. this.status,
  111. this.statusname,
  112. this.ss,
  113. this.enable,
  114. this.enableName,
  115. this.Interval});
  116. this.dgvSetting.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.dgvSetting.Location = new System.Drawing.Point(0, 0);
  118. this.dgvSetting.Name = "dgvSetting";
  119. this.dgvSetting.RowTemplate.Height = 23;
  120. this.dgvSetting.Size = new System.Drawing.Size(855, 268);
  121. this.dgvSetting.TabIndex = 4;
  122. this.dgvSetting.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSetting_CellClick);
  123. this.dgvSetting.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dgvSetting_RowPrePaint);
  124. //
  125. // guid
  126. //
  127. this.guid.DataPropertyName = "guid";
  128. this.guid.HeaderText = "guid";
  129. this.guid.Name = "guid";
  130. this.guid.ReadOnly = true;
  131. this.guid.Visible = false;
  132. //
  133. // IP
  134. //
  135. this.IP.DataPropertyName = "IP";
  136. this.IP.HeaderText = "PLC IP";
  137. this.IP.Name = "IP";
  138. this.IP.ReadOnly = true;
  139. //
  140. // port
  141. //
  142. this.port.DataPropertyName = "port";
  143. this.port.HeaderText = "PLC端口";
  144. this.port.Name = "port";
  145. this.port.ReadOnly = true;
  146. //
  147. // ConnType
  148. //
  149. this.ConnType.DataPropertyName = "ConnType";
  150. this.ConnType.HeaderText = "ConnType";
  151. this.ConnType.Name = "ConnType";
  152. this.ConnType.ReadOnly = true;
  153. this.ConnType.Visible = false;
  154. //
  155. // ConnTypeName
  156. //
  157. this.ConnTypeName.DataPropertyName = "ConnTypeName";
  158. this.ConnTypeName.HeaderText = "连接方式";
  159. this.ConnTypeName.Name = "ConnTypeName";
  160. this.ConnTypeName.ReadOnly = true;
  161. this.ConnTypeName.Visible = false;
  162. //
  163. // status
  164. //
  165. this.status.DataPropertyName = "status";
  166. this.status.HeaderText = "status";
  167. this.status.Name = "status";
  168. this.status.ReadOnly = true;
  169. this.status.Visible = false;
  170. //
  171. // statusname
  172. //
  173. this.statusname.DataPropertyName = "statusname";
  174. this.statusname.HeaderText = "通信状态";
  175. this.statusname.Name = "statusname";
  176. this.statusname.ReadOnly = true;
  177. this.statusname.Visible = false;
  178. //
  179. // ss
  180. //
  181. this.ss.DataPropertyName = "ss";
  182. this.ss.HeaderText = "通信操作";
  183. this.ss.Name = "ss";
  184. this.ss.Visible = false;
  185. //
  186. // enable
  187. //
  188. this.enable.DataPropertyName = "enable";
  189. this.enable.HeaderText = "enable";
  190. this.enable.Name = "enable";
  191. this.enable.ReadOnly = true;
  192. this.enable.Visible = false;
  193. //
  194. // enableName
  195. //
  196. this.enableName.DataPropertyName = "enableName";
  197. this.enableName.HeaderText = "启动状态";
  198. this.enableName.Name = "enableName";
  199. this.enableName.ReadOnly = true;
  200. this.enableName.Visible = false;
  201. //
  202. // Interval
  203. //
  204. this.Interval.DataPropertyName = "Interval";
  205. this.Interval.HeaderText = "时间间隔(ms)";
  206. this.Interval.Name = "Interval";
  207. this.Interval.ReadOnly = true;
  208. this.Interval.Visible = false;
  209. //
  210. // pnlTop
  211. //
  212. this.pnlTop.Controls.Add(this.chkAutoPiece);
  213. this.pnlTop.Controls.Add(this.btnResetINI);
  214. this.pnlTop.Controls.Add(this.btnExePath);
  215. this.pnlTop.Controls.Add(this.btnDBTest);
  216. this.pnlTop.Controls.Add(this.lbls);
  217. this.pnlTop.Controls.Add(this.btnM1Test);
  218. this.pnlTop.Controls.Add(this.txtServerPort);
  219. this.pnlTop.Controls.Add(this.label1);
  220. this.pnlTop.Controls.Add(this.btnLog);
  221. this.pnlTop.Controls.Add(this.btnStop);
  222. this.pnlTop.Controls.Add(this.btnStart);
  223. this.pnlTop.Controls.Add(this.btnTest);
  224. this.pnlTop.Controls.Add(this.chkLog);
  225. this.pnlTop.Controls.Add(this.chkLogError);
  226. this.pnlTop.Controls.Add(this.btnDelete);
  227. this.pnlTop.Controls.Add(this.btnEdit);
  228. this.pnlTop.Controls.Add(this.btnAdd);
  229. this.pnlTop.Controls.Add(this.chkAutoRun);
  230. this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
  231. this.pnlTop.Location = new System.Drawing.Point(0, 0);
  232. this.pnlTop.Name = "pnlTop";
  233. this.pnlTop.Size = new System.Drawing.Size(855, 76);
  234. this.pnlTop.TabIndex = 5;
  235. //
  236. // btnResetINI
  237. //
  238. this.btnResetINI.Location = new System.Drawing.Point(531, 42);
  239. this.btnResetINI.Name = "btnResetINI";
  240. this.btnResetINI.Size = new System.Drawing.Size(69, 23);
  241. this.btnResetINI.TabIndex = 15;
  242. this.btnResetINI.Text = "ResetINI";
  243. this.btnResetINI.UseVisualStyleBackColor = true;
  244. this.btnResetINI.Click += new System.EventHandler(this.btnResetINI_Click);
  245. //
  246. // btnExePath
  247. //
  248. this.btnExePath.Location = new System.Drawing.Point(768, 42);
  249. this.btnExePath.Name = "btnExePath";
  250. this.btnExePath.Size = new System.Drawing.Size(75, 23);
  251. this.btnExePath.TabIndex = 15;
  252. this.btnExePath.Text = "exe path";
  253. this.btnExePath.UseVisualStyleBackColor = true;
  254. this.btnExePath.Click += new System.EventHandler(this.btnExePath_Click);
  255. //
  256. // btnDBTest
  257. //
  258. this.btnDBTest.Location = new System.Drawing.Point(336, 47);
  259. this.btnDBTest.Name = "btnDBTest";
  260. this.btnDBTest.Size = new System.Drawing.Size(75, 23);
  261. this.btnDBTest.TabIndex = 14;
  262. this.btnDBTest.Text = "数据库连接测试";
  263. this.btnDBTest.UseVisualStyleBackColor = true;
  264. this.btnDBTest.Click += new System.EventHandler(this.btnDBTest_Click);
  265. //
  266. // lbls
  267. //
  268. this.lbls.AutoSize = true;
  269. this.lbls.Location = new System.Drawing.Point(733, 18);
  270. this.lbls.Name = "lbls";
  271. this.lbls.Size = new System.Drawing.Size(29, 12);
  272. this.lbls.TabIndex = 13;
  273. this.lbls.Text = "停止";
  274. //
  275. // btnM1Test
  276. //
  277. this.btnM1Test.Location = new System.Drawing.Point(294, 7);
  278. this.btnM1Test.Name = "btnM1Test";
  279. this.btnM1Test.Size = new System.Drawing.Size(75, 23);
  280. this.btnM1Test.TabIndex = 7;
  281. this.btnM1Test.Text = "方式1";
  282. this.btnM1Test.UseVisualStyleBackColor = true;
  283. this.btnM1Test.Visible = false;
  284. this.btnM1Test.Click += new System.EventHandler(this.btnM1Test_Click);
  285. //
  286. // txtServerPort
  287. //
  288. this.txtServerPort.Location = new System.Drawing.Point(665, 14);
  289. this.txtServerPort.Name = "txtServerPort";
  290. this.txtServerPort.Size = new System.Drawing.Size(65, 21);
  291. this.txtServerPort.TabIndex = 6;
  292. this.txtServerPort.Text = "5001";
  293. //
  294. // label1
  295. //
  296. this.label1.AutoSize = true;
  297. this.label1.Location = new System.Drawing.Point(606, 18);
  298. this.label1.Name = "label1";
  299. this.label1.Size = new System.Drawing.Size(53, 12);
  300. this.label1.TabIndex = 5;
  301. this.label1.Text = "服务端口";
  302. //
  303. // btnLog
  304. //
  305. this.btnLog.Location = new System.Drawing.Point(768, 13);
  306. this.btnLog.Name = "btnLog";
  307. this.btnLog.Size = new System.Drawing.Size(75, 23);
  308. this.btnLog.TabIndex = 4;
  309. this.btnLog.Text = "服务日志";
  310. this.btnLog.UseVisualStyleBackColor = true;
  311. this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
  312. //
  313. // btnStop
  314. //
  315. this.btnStop.Location = new System.Drawing.Point(687, 42);
  316. this.btnStop.Name = "btnStop";
  317. this.btnStop.Size = new System.Drawing.Size(75, 23);
  318. this.btnStop.TabIndex = 4;
  319. this.btnStop.Text = "停止服务";
  320. this.btnStop.UseVisualStyleBackColor = true;
  321. this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
  322. //
  323. // btnStart
  324. //
  325. this.btnStart.Location = new System.Drawing.Point(606, 42);
  326. this.btnStart.Name = "btnStart";
  327. this.btnStart.Size = new System.Drawing.Size(75, 23);
  328. this.btnStart.TabIndex = 4;
  329. this.btnStart.Text = "启动服务";
  330. this.btnStart.UseVisualStyleBackColor = true;
  331. this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
  332. //
  333. // btnTest
  334. //
  335. this.btnTest.Location = new System.Drawing.Point(255, 47);
  336. this.btnTest.Name = "btnTest";
  337. this.btnTest.Size = new System.Drawing.Size(75, 23);
  338. this.btnTest.TabIndex = 3;
  339. this.btnTest.Text = "通信测试";
  340. this.btnTest.UseVisualStyleBackColor = true;
  341. this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
  342. //
  343. // chkLog
  344. //
  345. this.chkLog.AutoSize = true;
  346. this.chkLog.Location = new System.Drawing.Point(216, 11);
  347. this.chkLog.Name = "chkLog";
  348. this.chkLog.Size = new System.Drawing.Size(72, 16);
  349. this.chkLog.TabIndex = 2;
  350. this.chkLog.Text = "通信记录";
  351. this.chkLog.UseVisualStyleBackColor = true;
  352. this.chkLog.Visible = false;
  353. //
  354. // chkLogError
  355. //
  356. this.chkLogError.AutoSize = true;
  357. this.chkLogError.Location = new System.Drawing.Point(114, 11);
  358. this.chkLogError.Name = "chkLogError";
  359. this.chkLogError.Size = new System.Drawing.Size(96, 16);
  360. this.chkLogError.TabIndex = 2;
  361. this.chkLogError.Text = "通信异常日志";
  362. this.chkLogError.UseVisualStyleBackColor = true;
  363. this.chkLogError.Visible = false;
  364. //
  365. // btnDelete
  366. //
  367. this.btnDelete.Location = new System.Drawing.Point(174, 47);
  368. this.btnDelete.Name = "btnDelete";
  369. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  370. this.btnDelete.TabIndex = 0;
  371. this.btnDelete.Text = "删除";
  372. this.btnDelete.UseVisualStyleBackColor = true;
  373. this.btnDelete.Visible = false;
  374. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  375. //
  376. // btnEdit
  377. //
  378. this.btnEdit.Location = new System.Drawing.Point(93, 47);
  379. this.btnEdit.Name = "btnEdit";
  380. this.btnEdit.Size = new System.Drawing.Size(75, 23);
  381. this.btnEdit.TabIndex = 0;
  382. this.btnEdit.Text = "编辑";
  383. this.btnEdit.UseVisualStyleBackColor = true;
  384. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  385. //
  386. // pnlBottom
  387. //
  388. this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  389. this.pnlBottom.Location = new System.Drawing.Point(0, 344);
  390. this.pnlBottom.Name = "pnlBottom";
  391. this.pnlBottom.Size = new System.Drawing.Size(855, 20);
  392. this.pnlBottom.TabIndex = 6;
  393. //
  394. // splitContainer1
  395. //
  396. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.splitContainer1.Location = new System.Drawing.Point(0, 76);
  398. this.splitContainer1.Name = "splitContainer1";
  399. //
  400. // splitContainer1.Panel1
  401. //
  402. this.splitContainer1.Panel1.Controls.Add(this.button3);
  403. this.splitContainer1.Panel1.Controls.Add(this.button2);
  404. this.splitContainer1.Panel1.Controls.Add(this.button1);
  405. this.splitContainer1.Panel1.Controls.Add(this.dgvSetting);
  406. //
  407. // splitContainer1.Panel2
  408. //
  409. this.splitContainer1.Panel2.Controls.Add(this.dgvLogs);
  410. this.splitContainer1.Panel2Collapsed = true;
  411. this.splitContainer1.Size = new System.Drawing.Size(855, 268);
  412. this.splitContainer1.SplitterDistance = 694;
  413. this.splitContainer1.TabIndex = 7;
  414. //
  415. // button3
  416. //
  417. this.button3.Location = new System.Drawing.Point(574, 6);
  418. this.button3.Name = "button3";
  419. this.button3.Size = new System.Drawing.Size(75, 23);
  420. this.button3.TabIndex = 0;
  421. this.button3.Text = "编辑";
  422. this.button3.UseVisualStyleBackColor = true;
  423. this.button3.Visible = false;
  424. this.button3.Click += new System.EventHandler(this.btnEdit_Click);
  425. //
  426. // button2
  427. //
  428. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  429. this.button2.Location = new System.Drawing.Point(655, 6);
  430. this.button2.Name = "button2";
  431. this.button2.Size = new System.Drawing.Size(75, 23);
  432. this.button2.TabIndex = 3;
  433. this.button2.Text = "通信测试";
  434. this.button2.UseVisualStyleBackColor = true;
  435. this.button2.Visible = false;
  436. this.button2.Click += new System.EventHandler(this.btnTest_Click);
  437. //
  438. // button1
  439. //
  440. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  441. this.button1.Location = new System.Drawing.Point(736, 6);
  442. this.button1.Name = "button1";
  443. this.button1.Size = new System.Drawing.Size(107, 23);
  444. this.button1.TabIndex = 14;
  445. this.button1.Text = "数据库连接测试";
  446. this.button1.UseVisualStyleBackColor = true;
  447. this.button1.Visible = false;
  448. this.button1.Click += new System.EventHandler(this.btnDBTest_Click);
  449. //
  450. // dgvLogs
  451. //
  452. this.dgvLogs.AllowUserToAddRows = false;
  453. this.dgvLogs.AllowUserToDeleteRows = false;
  454. this.dgvLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  455. this.dgvLogs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  456. this.dataGridViewTextBoxColumn1});
  457. this.dgvLogs.Dock = System.Windows.Forms.DockStyle.Fill;
  458. this.dgvLogs.Enabled = false;
  459. this.dgvLogs.Location = new System.Drawing.Point(0, 0);
  460. this.dgvLogs.Name = "dgvLogs";
  461. this.dgvLogs.RowTemplate.Height = 23;
  462. this.dgvLogs.Size = new System.Drawing.Size(96, 100);
  463. this.dgvLogs.TabIndex = 5;
  464. //
  465. // dataGridViewTextBoxColumn1
  466. //
  467. this.dataGridViewTextBoxColumn1.DataPropertyName = "guid";
  468. this.dataGridViewTextBoxColumn1.HeaderText = "id";
  469. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  470. this.dataGridViewTextBoxColumn1.Visible = false;
  471. //
  472. // timer11234
  473. //
  474. this.timer11234.Interval = 3000;
  475. //
  476. // chkAutoPiece
  477. //
  478. this.chkAutoPiece.AutoSize = true;
  479. this.chkAutoPiece.Location = new System.Drawing.Point(528, 16);
  480. this.chkAutoPiece.Name = "chkAutoPiece";
  481. this.chkAutoPiece.Size = new System.Drawing.Size(72, 16);
  482. this.chkAutoPiece.TabIndex = 16;
  483. this.chkAutoPiece.Text = "自动计件";
  484. this.chkAutoPiece.UseVisualStyleBackColor = true;
  485. this.chkAutoPiece.CheckedChanged += new System.EventHandler(this.chkAutoPiece_CheckedChanged);
  486. //
  487. // FrmMelsecA1EAscii
  488. //
  489. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  490. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  491. this.ClientSize = new System.Drawing.Size(855, 364);
  492. this.Controls.Add(this.splitContainer1);
  493. this.Controls.Add(this.pnlBottom);
  494. this.Controls.Add(this.pnlTop);
  495. this.Name = "FrmMelsecA1EAscii";
  496. this.Text = "PLC通信";
  497. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMelsecA1EAscii_FormClosing);
  498. this.Shown += new System.EventHandler(this.FrmMelsecA1EAscii_Shown);
  499. ((System.ComponentModel.ISupportInitialize)(this.dgvSetting)).EndInit();
  500. this.pnlTop.ResumeLayout(false);
  501. this.pnlTop.PerformLayout();
  502. this.splitContainer1.Panel1.ResumeLayout(false);
  503. this.splitContainer1.Panel2.ResumeLayout(false);
  504. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  505. this.splitContainer1.ResumeLayout(false);
  506. ((System.ComponentModel.ISupportInitialize)(this.dgvLogs)).EndInit();
  507. this.ResumeLayout(false);
  508. }
  509. #endregion
  510. private System.Windows.Forms.Button btnAdd;
  511. private System.Windows.Forms.CheckBox chkAutoRun;
  512. private System.Windows.Forms.DataGridView dgvSetting;
  513. private System.Windows.Forms.Panel pnlTop;
  514. private System.Windows.Forms.Panel pnlBottom;
  515. private System.Windows.Forms.SplitContainer splitContainer1;
  516. private System.Windows.Forms.DataGridView dgvLogs;
  517. private System.Windows.Forms.Timer timer11234;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  519. private System.Windows.Forms.Button btnEdit;
  520. private System.Windows.Forms.Button btnDelete;
  521. private System.Windows.Forms.CheckBox chkLogError;
  522. private System.Windows.Forms.CheckBox chkLog;
  523. private System.Windows.Forms.Button btnTest;
  524. private System.Windows.Forms.TextBox txtServerPort;
  525. private System.Windows.Forms.Label label1;
  526. private System.Windows.Forms.Button btnStart;
  527. private System.Windows.Forms.Button btnLog;
  528. private System.Windows.Forms.Button btnStop;
  529. private System.Windows.Forms.Button btnM1Test;
  530. private System.Windows.Forms.Label lbls;
  531. private System.Windows.Forms.Button btnDBTest;
  532. private System.Windows.Forms.Button button1;
  533. private System.Windows.Forms.Button button2;
  534. private System.Windows.Forms.Button button3;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn guid;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn IP;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn port;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn ConnType;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn ConnTypeName;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn status;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn statusname;
  542. private System.Windows.Forms.DataGridViewButtonColumn ss;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn enable;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn enableName;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn Interval;
  546. private System.Windows.Forms.Button btnExePath;
  547. private System.Windows.Forms.Button btnResetINI;
  548. private System.Windows.Forms.CheckBox chkAutoPiece;
  549. }
  550. }