Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

1235 řádky
67 KiB

  1. namespace ARI.EAP.HOST
  2. {
  3. partial class MainForm
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.Cancle = new System.Windows.Forms.Button();
  33. this.ErrorPort = new System.Windows.Forms.Label();
  34. this.ErrorDeviceID = new System.Windows.Forms.Label();
  35. this.Save = new System.Windows.Forms.Button();
  36. this.IPError = new System.Windows.Forms.Label();
  37. this.editPort = new System.Windows.Forms.TextBox();
  38. this.Port = new System.Windows.Forms.Label();
  39. this.editDeviceID = new System.Windows.Forms.TextBox();
  40. this.DeviceID = new System.Windows.Forms.Label();
  41. this.editIPaddress = new System.Windows.Forms.TextBox();
  42. this.IPaddress = new System.Windows.Forms.Label();
  43. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  44. this.SECSLog = new System.Windows.Forms.GroupBox();
  45. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  46. this.DateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.SxFy = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Transfer = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.EventName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.key = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.content = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.TabControl1 = new System.Windows.Forms.TabControl();
  58. this.tabPage1 = new System.Windows.Forms.TabPage();
  59. this.tabPage2 = new System.Windows.Forms.TabPage();
  60. this.tabPage3 = new System.Windows.Forms.TabPage();
  61. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  62. this.groupBox3 = new System.Windows.Forms.GroupBox();
  63. this.dgv_sv = new System.Windows.Forms.DataGridView();
  64. this.svid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.format = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.min = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.max = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.defaultValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  72. this.groupBox4 = new System.Windows.Forms.GroupBox();
  73. this.dgv_dv = new System.Windows.Forms.DataGridView();
  74. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.groupBox5 = new System.Windows.Forms.GroupBox();
  82. this.dgv_ec = new System.Windows.Forms.DataGridView();
  83. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  91. this.Connect = new System.Windows.Forms.ToolStripButton();
  92. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  93. this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
  94. this.S1F3 = new System.Windows.Forms.ToolStripMenuItem();
  95. this.S2F13 = new System.Windows.Forms.ToolStripMenuItem();
  96. this.S5F5 = new System.Windows.Forms.ToolStripMenuItem();
  97. this.S5F3 = new System.Windows.Forms.ToolStripMenuItem();
  98. this.S7F19 = new System.Windows.Forms.ToolStripMenuItem();
  99. this.Local = new System.Windows.Forms.ToolStripMenuItem();
  100. this.Remote = new System.Windows.Forms.ToolStripMenuItem();
  101. this.s1F1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  102. this.MQStatus = new System.Windows.Forms.ToolStripLabel();
  103. this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
  104. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  105. this.ConnectStatus = new System.Windows.Forms.ToolStripLabel();
  106. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  107. this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
  108. this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  109. this.createSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  110. this.createDVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  111. this.createECVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  112. this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  113. this.deleteSVToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  114. this.deleteDVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  115. this.deleteECVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  116. this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  117. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  118. this.importDVListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  119. this.groupBox1.SuspendLayout();
  120. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  121. this.splitContainer1.Panel1.SuspendLayout();
  122. this.splitContainer1.Panel2.SuspendLayout();
  123. this.splitContainer1.SuspendLayout();
  124. this.SECSLog.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  126. this.groupBox2.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  128. this.TabControl1.SuspendLayout();
  129. this.tabPage1.SuspendLayout();
  130. this.tabPage2.SuspendLayout();
  131. this.tabPage3.SuspendLayout();
  132. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  133. this.splitContainer3.Panel1.SuspendLayout();
  134. this.splitContainer3.Panel2.SuspendLayout();
  135. this.splitContainer3.SuspendLayout();
  136. this.groupBox3.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.dgv_sv)).BeginInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  139. this.splitContainer4.Panel1.SuspendLayout();
  140. this.splitContainer4.Panel2.SuspendLayout();
  141. this.splitContainer4.SuspendLayout();
  142. this.groupBox4.SuspendLayout();
  143. ((System.ComponentModel.ISupportInitialize)(this.dgv_dv)).BeginInit();
  144. this.groupBox5.SuspendLayout();
  145. ((System.ComponentModel.ISupportInitialize)(this.dgv_ec)).BeginInit();
  146. this.toolStrip1.SuspendLayout();
  147. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  148. this.splitContainer2.Panel1.SuspendLayout();
  149. this.splitContainer2.Panel2.SuspendLayout();
  150. this.splitContainer2.SuspendLayout();
  151. this.SuspendLayout();
  152. //
  153. // groupBox1
  154. //
  155. this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
  156. this.groupBox1.BackColor = System.Drawing.Color.WhiteSmoke;
  157. this.groupBox1.Controls.Add(this.Cancle);
  158. this.groupBox1.Controls.Add(this.ErrorPort);
  159. this.groupBox1.Controls.Add(this.ErrorDeviceID);
  160. this.groupBox1.Controls.Add(this.Save);
  161. this.groupBox1.Controls.Add(this.IPError);
  162. this.groupBox1.Controls.Add(this.editPort);
  163. this.groupBox1.Controls.Add(this.Port);
  164. this.groupBox1.Controls.Add(this.editDeviceID);
  165. this.groupBox1.Controls.Add(this.DeviceID);
  166. this.groupBox1.Controls.Add(this.editIPaddress);
  167. this.groupBox1.Controls.Add(this.IPaddress);
  168. this.groupBox1.Location = new System.Drawing.Point(400, 137);
  169. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  170. this.groupBox1.Name = "groupBox1";
  171. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  172. this.groupBox1.Size = new System.Drawing.Size(424, 270);
  173. this.groupBox1.TabIndex = 0;
  174. this.groupBox1.TabStop = false;
  175. this.groupBox1.Text = "Config";
  176. //
  177. // Cancle
  178. //
  179. this.Cancle.Anchor = System.Windows.Forms.AnchorStyles.None;
  180. this.Cancle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.Cancle.Location = new System.Drawing.Point(263, 223);
  182. this.Cancle.Name = "Cancle";
  183. this.Cancle.Size = new System.Drawing.Size(95, 37);
  184. this.Cancle.TabIndex = 10;
  185. this.Cancle.Text = "Cancle";
  186. this.Cancle.UseVisualStyleBackColor = true;
  187. this.Cancle.Click += new System.EventHandler(this.Cancle_Click);
  188. //
  189. // ErrorPort
  190. //
  191. this.ErrorPort.Anchor = System.Windows.Forms.AnchorStyles.None;
  192. this.ErrorPort.AutoSize = true;
  193. this.ErrorPort.ForeColor = System.Drawing.Color.Red;
  194. this.ErrorPort.Location = new System.Drawing.Point(202, 189);
  195. this.ErrorPort.Name = "ErrorPort";
  196. this.ErrorPort.Size = new System.Drawing.Size(87, 20);
  197. this.ErrorPort.TabIndex = 9;
  198. this.ErrorPort.Text = "Illegal Port";
  199. this.ErrorPort.Visible = false;
  200. //
  201. // ErrorDeviceID
  202. //
  203. this.ErrorDeviceID.Anchor = System.Windows.Forms.AnchorStyles.None;
  204. this.ErrorDeviceID.AutoSize = true;
  205. this.ErrorDeviceID.ForeColor = System.Drawing.Color.Red;
  206. this.ErrorDeviceID.Location = new System.Drawing.Point(202, 126);
  207. this.ErrorDeviceID.Name = "ErrorDeviceID";
  208. this.ErrorDeviceID.Size = new System.Drawing.Size(119, 20);
  209. this.ErrorDeviceID.TabIndex = 8;
  210. this.ErrorDeviceID.Text = "Illegal deviceID";
  211. this.ErrorDeviceID.Visible = false;
  212. //
  213. // Save
  214. //
  215. this.Save.Anchor = System.Windows.Forms.AnchorStyles.None;
  216. this.Save.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.Save.Location = new System.Drawing.Point(162, 223);
  218. this.Save.Name = "Save";
  219. this.Save.Size = new System.Drawing.Size(95, 37);
  220. this.Save.TabIndex = 7;
  221. this.Save.Text = "Save";
  222. this.Save.UseVisualStyleBackColor = true;
  223. this.Save.Click += new System.EventHandler(this.Save_Click);
  224. //
  225. // IPError
  226. //
  227. this.IPError.Anchor = System.Windows.Forms.AnchorStyles.None;
  228. this.IPError.AutoSize = true;
  229. this.IPError.ForeColor = System.Drawing.Color.Red;
  230. this.IPError.Location = new System.Drawing.Point(202, 59);
  231. this.IPError.Name = "IPError";
  232. this.IPError.Size = new System.Drawing.Size(69, 20);
  233. this.IPError.TabIndex = 6;
  234. this.IPError.Text = "Illegal IP";
  235. this.IPError.Visible = false;
  236. //
  237. // editPort
  238. //
  239. this.editPort.Anchor = System.Windows.Forms.AnchorStyles.None;
  240. this.editPort.Location = new System.Drawing.Point(206, 159);
  241. this.editPort.Name = "editPort";
  242. this.editPort.Size = new System.Drawing.Size(152, 27);
  243. this.editPort.TabIndex = 5;
  244. this.editPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editPort_KeyPress);
  245. this.editPort.Leave += new System.EventHandler(this.editPort_Leave);
  246. //
  247. // Port
  248. //
  249. this.Port.Anchor = System.Windows.Forms.AnchorStyles.None;
  250. this.Port.AutoSize = true;
  251. this.Port.Location = new System.Drawing.Point(65, 162);
  252. this.Port.Name = "Port";
  253. this.Port.Size = new System.Drawing.Size(40, 20);
  254. this.Port.TabIndex = 4;
  255. this.Port.Text = "Port";
  256. //
  257. // editDeviceID
  258. //
  259. this.editDeviceID.Anchor = System.Windows.Forms.AnchorStyles.None;
  260. this.editDeviceID.Location = new System.Drawing.Point(206, 96);
  261. this.editDeviceID.Name = "editDeviceID";
  262. this.editDeviceID.Size = new System.Drawing.Size(152, 27);
  263. this.editDeviceID.TabIndex = 3;
  264. this.editDeviceID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editDeviceID_KeyPress);
  265. this.editDeviceID.Leave += new System.EventHandler(this.editDeviceID_Leave);
  266. //
  267. // DeviceID
  268. //
  269. this.DeviceID.Anchor = System.Windows.Forms.AnchorStyles.None;
  270. this.DeviceID.AutoSize = true;
  271. this.DeviceID.Location = new System.Drawing.Point(65, 99);
  272. this.DeviceID.Name = "DeviceID";
  273. this.DeviceID.Size = new System.Drawing.Size(73, 20);
  274. this.DeviceID.TabIndex = 2;
  275. this.DeviceID.Text = "DeviceID";
  276. //
  277. // editIPaddress
  278. //
  279. this.editIPaddress.Anchor = System.Windows.Forms.AnchorStyles.None;
  280. this.editIPaddress.Location = new System.Drawing.Point(206, 29);
  281. this.editIPaddress.Name = "editIPaddress";
  282. this.editIPaddress.Size = new System.Drawing.Size(152, 27);
  283. this.editIPaddress.TabIndex = 1;
  284. this.editIPaddress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editIPaddress_KeyPress);
  285. this.editIPaddress.Leave += new System.EventHandler(this.editIPaddress_Leave);
  286. //
  287. // IPaddress
  288. //
  289. this.IPaddress.Anchor = System.Windows.Forms.AnchorStyles.None;
  290. this.IPaddress.AutoSize = true;
  291. this.IPaddress.Location = new System.Drawing.Point(65, 32);
  292. this.IPaddress.Name = "IPaddress";
  293. this.IPaddress.Size = new System.Drawing.Size(86, 20);
  294. this.IPaddress.TabIndex = 0;
  295. this.IPaddress.Text = "IP Address";
  296. //
  297. // splitContainer1
  298. //
  299. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  300. this.splitContainer1.Location = new System.Drawing.Point(3, 3);
  301. this.splitContainer1.Name = "splitContainer1";
  302. //
  303. // splitContainer1.Panel1
  304. //
  305. this.splitContainer1.Panel1.Controls.Add(this.SECSLog);
  306. //
  307. // splitContainer1.Panel2
  308. //
  309. this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
  310. this.splitContainer1.Size = new System.Drawing.Size(1297, 614);
  311. this.splitContainer1.SplitterDistance = 722;
  312. this.splitContainer1.TabIndex = 1;
  313. //
  314. // SECSLog
  315. //
  316. this.SECSLog.Controls.Add(this.dataGridView1);
  317. this.SECSLog.Dock = System.Windows.Forms.DockStyle.Fill;
  318. this.SECSLog.Location = new System.Drawing.Point(0, 0);
  319. this.SECSLog.Name = "SECSLog";
  320. this.SECSLog.Size = new System.Drawing.Size(722, 614);
  321. this.SECSLog.TabIndex = 0;
  322. this.SECSLog.TabStop = false;
  323. this.SECSLog.Text = "SECSLog";
  324. //
  325. // dataGridView1
  326. //
  327. this.dataGridView1.AllowUserToAddRows = false;
  328. this.dataGridView1.AllowUserToDeleteRows = false;
  329. this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  330. this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
  331. this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  332. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  333. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  334. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  336. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  337. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  338. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  339. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  340. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  341. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  342. this.DateTime,
  343. this.SxFy,
  344. this.Transfer,
  345. this.EventName,
  346. this.key});
  347. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  348. this.dataGridView1.Location = new System.Drawing.Point(3, 23);
  349. this.dataGridView1.Name = "dataGridView1";
  350. this.dataGridView1.RowHeadersVisible = false;
  351. this.dataGridView1.RowHeadersWidth = 51;
  352. this.dataGridView1.RowTemplate.Height = 27;
  353. this.dataGridView1.Size = new System.Drawing.Size(716, 588);
  354. this.dataGridView1.TabIndex = 0;
  355. this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
  356. //
  357. // DateTime
  358. //
  359. this.DateTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  360. this.DateTime.FillWeight = 28F;
  361. this.DateTime.HeaderText = "DateTime";
  362. this.DateTime.MinimumWidth = 6;
  363. this.DateTime.Name = "DateTime";
  364. //
  365. // SxFy
  366. //
  367. this.SxFy.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  368. this.SxFy.FillWeight = 12F;
  369. this.SxFy.HeaderText = "SxFy";
  370. this.SxFy.MinimumWidth = 6;
  371. this.SxFy.Name = "SxFy";
  372. //
  373. // Transfer
  374. //
  375. this.Transfer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  376. this.Transfer.FillWeight = 12F;
  377. this.Transfer.HeaderText = "Transfer";
  378. this.Transfer.MinimumWidth = 6;
  379. this.Transfer.Name = "Transfer";
  380. //
  381. // EventName
  382. //
  383. this.EventName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  384. this.EventName.FillWeight = 50F;
  385. this.EventName.HeaderText = "EventName";
  386. this.EventName.MinimumWidth = 6;
  387. this.EventName.Name = "EventName";
  388. //
  389. // key
  390. //
  391. this.key.HeaderText = "Content";
  392. this.key.MaxInputLength = 65535;
  393. this.key.MinimumWidth = 6;
  394. this.key.Name = "key";
  395. this.key.Visible = false;
  396. //
  397. // groupBox2
  398. //
  399. this.groupBox2.Controls.Add(this.dataGridView2);
  400. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  402. this.groupBox2.Name = "groupBox2";
  403. this.groupBox2.Size = new System.Drawing.Size(571, 614);
  404. this.groupBox2.TabIndex = 0;
  405. this.groupBox2.TabStop = false;
  406. this.groupBox2.Text = "MQLog";
  407. //
  408. // dataGridView2
  409. //
  410. this.dataGridView2.AllowUserToAddRows = false;
  411. this.dataGridView2.AllowUserToDeleteRows = false;
  412. this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  413. this.dataGridView2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
  414. this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  415. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  416. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  417. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  419. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  420. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  421. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  422. this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  423. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  424. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  425. this.dataGridViewTextBoxColumn1,
  426. this.dataGridViewTextBoxColumn4,
  427. this.dataGridViewTextBoxColumn5,
  428. this.content});
  429. this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.dataGridView2.Location = new System.Drawing.Point(3, 23);
  431. this.dataGridView2.Name = "dataGridView2";
  432. this.dataGridView2.RowHeadersVisible = false;
  433. this.dataGridView2.RowHeadersWidth = 51;
  434. this.dataGridView2.RowTemplate.Height = 27;
  435. this.dataGridView2.Size = new System.Drawing.Size(565, 588);
  436. this.dataGridView2.TabIndex = 1;
  437. this.dataGridView2.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellDoubleClick);
  438. //
  439. // dataGridViewTextBoxColumn1
  440. //
  441. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  442. this.dataGridViewTextBoxColumn1.FillWeight = 3.5F;
  443. this.dataGridViewTextBoxColumn1.HeaderText = "DateTime";
  444. this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
  445. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  446. //
  447. // dataGridViewTextBoxColumn4
  448. //
  449. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  450. this.dataGridViewTextBoxColumn4.FillWeight = 1.5F;
  451. this.dataGridViewTextBoxColumn4.HeaderText = "Transfer";
  452. this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
  453. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  454. //
  455. // dataGridViewTextBoxColumn5
  456. //
  457. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  458. this.dataGridViewTextBoxColumn5.FillWeight = 5F;
  459. this.dataGridViewTextBoxColumn5.HeaderText = "EventName";
  460. this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
  461. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  462. //
  463. // content
  464. //
  465. this.content.HeaderText = "Content";
  466. this.content.MinimumWidth = 6;
  467. this.content.Name = "content";
  468. this.content.Visible = false;
  469. //
  470. // TabControl1
  471. //
  472. this.TabControl1.Controls.Add(this.tabPage1);
  473. this.TabControl1.Controls.Add(this.tabPage2);
  474. this.TabControl1.Controls.Add(this.tabPage3);
  475. this.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  476. this.TabControl1.Location = new System.Drawing.Point(0, 0);
  477. this.TabControl1.Name = "TabControl1";
  478. this.TabControl1.SelectedIndex = 0;
  479. this.TabControl1.Size = new System.Drawing.Size(1311, 653);
  480. this.TabControl1.TabIndex = 13;
  481. this.TabControl1.SelectedIndexChanged += new System.EventHandler(this.TabControl1_SelectedIndexChanged);
  482. //
  483. // tabPage1
  484. //
  485. this.tabPage1.Controls.Add(this.splitContainer1);
  486. this.tabPage1.Location = new System.Drawing.Point(4, 29);
  487. this.tabPage1.Name = "tabPage1";
  488. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  489. this.tabPage1.Size = new System.Drawing.Size(1303, 620);
  490. this.tabPage1.TabIndex = 0;
  491. this.tabPage1.Text = "Log";
  492. this.tabPage1.UseVisualStyleBackColor = true;
  493. //
  494. // tabPage2
  495. //
  496. this.tabPage2.BackColor = System.Drawing.Color.DimGray;
  497. this.tabPage2.Controls.Add(this.groupBox1);
  498. this.tabPage2.Location = new System.Drawing.Point(4, 29);
  499. this.tabPage2.Name = "tabPage2";
  500. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  501. this.tabPage2.Size = new System.Drawing.Size(1303, 620);
  502. this.tabPage2.TabIndex = 1;
  503. this.tabPage2.Text = "Config";
  504. //
  505. // tabPage3
  506. //
  507. this.tabPage3.Controls.Add(this.splitContainer3);
  508. this.tabPage3.Location = new System.Drawing.Point(4, 29);
  509. this.tabPage3.Name = "tabPage3";
  510. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  511. this.tabPage3.Size = new System.Drawing.Size(1303, 620);
  512. this.tabPage3.TabIndex = 2;
  513. this.tabPage3.Text = "VID";
  514. this.tabPage3.UseVisualStyleBackColor = true;
  515. //
  516. // splitContainer3
  517. //
  518. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  519. this.splitContainer3.IsSplitterFixed = true;
  520. this.splitContainer3.Location = new System.Drawing.Point(3, 3);
  521. this.splitContainer3.Name = "splitContainer3";
  522. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  523. //
  524. // splitContainer3.Panel1
  525. //
  526. this.splitContainer3.Panel1.Controls.Add(this.groupBox3);
  527. //
  528. // splitContainer3.Panel2
  529. //
  530. this.splitContainer3.Panel2.Controls.Add(this.splitContainer4);
  531. this.splitContainer3.Size = new System.Drawing.Size(1297, 614);
  532. this.splitContainer3.SplitterDistance = 169;
  533. this.splitContainer3.SplitterWidth = 1;
  534. this.splitContainer3.TabIndex = 0;
  535. //
  536. // groupBox3
  537. //
  538. this.groupBox3.Controls.Add(this.dgv_sv);
  539. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  540. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  541. this.groupBox3.Name = "groupBox3";
  542. this.groupBox3.Size = new System.Drawing.Size(1297, 169);
  543. this.groupBox3.TabIndex = 0;
  544. this.groupBox3.TabStop = false;
  545. this.groupBox3.Text = "SV";
  546. //
  547. // dgv_sv
  548. //
  549. this.dgv_sv.AllowUserToAddRows = false;
  550. this.dgv_sv.AllowUserToDeleteRows = false;
  551. this.dgv_sv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  552. this.dgv_sv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  553. this.svid,
  554. this.name,
  555. this.format,
  556. this.min,
  557. this.max,
  558. this.defaultValue,
  559. this.description});
  560. this.dgv_sv.Dock = System.Windows.Forms.DockStyle.Fill;
  561. this.dgv_sv.Location = new System.Drawing.Point(3, 23);
  562. this.dgv_sv.Name = "dgv_sv";
  563. this.dgv_sv.RowHeadersVisible = false;
  564. this.dgv_sv.RowHeadersWidth = 51;
  565. this.dgv_sv.RowTemplate.Height = 27;
  566. this.dgv_sv.Size = new System.Drawing.Size(1291, 143);
  567. this.dgv_sv.TabIndex = 0;
  568. this.dgv_sv.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgv_sv_CellBeginEdit);
  569. this.dgv_sv.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_sv_CellEndEdit);
  570. //
  571. // svid
  572. //
  573. this.svid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  574. this.svid.FillWeight = 150F;
  575. this.svid.HeaderText = "VID";
  576. this.svid.MinimumWidth = 6;
  577. this.svid.Name = "svid";
  578. //
  579. // name
  580. //
  581. this.name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  582. this.name.FillWeight = 200F;
  583. this.name.HeaderText = "Name";
  584. this.name.MinimumWidth = 6;
  585. this.name.Name = "name";
  586. //
  587. // format
  588. //
  589. this.format.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  590. this.format.HeaderText = "Format";
  591. this.format.MinimumWidth = 6;
  592. this.format.Name = "format";
  593. //
  594. // min
  595. //
  596. this.min.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  597. this.min.HeaderText = "Min";
  598. this.min.MinimumWidth = 6;
  599. this.min.Name = "min";
  600. //
  601. // max
  602. //
  603. this.max.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  604. this.max.HeaderText = "Max";
  605. this.max.MinimumWidth = 6;
  606. this.max.Name = "max";
  607. //
  608. // defaultValue
  609. //
  610. this.defaultValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  611. this.defaultValue.HeaderText = "DefaultValue";
  612. this.defaultValue.MinimumWidth = 6;
  613. this.defaultValue.Name = "defaultValue";
  614. //
  615. // description
  616. //
  617. this.description.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  618. this.description.FillWeight = 350F;
  619. this.description.HeaderText = "Description";
  620. this.description.MinimumWidth = 6;
  621. this.description.Name = "description";
  622. //
  623. // splitContainer4
  624. //
  625. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  626. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  627. this.splitContainer4.Name = "splitContainer4";
  628. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  629. //
  630. // splitContainer4.Panel1
  631. //
  632. this.splitContainer4.Panel1.Controls.Add(this.groupBox4);
  633. //
  634. // splitContainer4.Panel2
  635. //
  636. this.splitContainer4.Panel2.Controls.Add(this.groupBox5);
  637. this.splitContainer4.Size = new System.Drawing.Size(1297, 444);
  638. this.splitContainer4.SplitterDistance = 116;
  639. this.splitContainer4.SplitterWidth = 1;
  640. this.splitContainer4.TabIndex = 0;
  641. //
  642. // groupBox4
  643. //
  644. this.groupBox4.Controls.Add(this.dgv_dv);
  645. this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.groupBox4.Location = new System.Drawing.Point(0, 0);
  647. this.groupBox4.Name = "groupBox4";
  648. this.groupBox4.Size = new System.Drawing.Size(1297, 116);
  649. this.groupBox4.TabIndex = 0;
  650. this.groupBox4.TabStop = false;
  651. this.groupBox4.Text = "DV";
  652. //
  653. // dgv_dv
  654. //
  655. this.dgv_dv.AllowUserToAddRows = false;
  656. this.dgv_dv.AllowUserToDeleteRows = false;
  657. this.dgv_dv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  658. this.dgv_dv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  659. this.dataGridViewTextBoxColumn3,
  660. this.dataGridViewTextBoxColumn6,
  661. this.dataGridViewTextBoxColumn7,
  662. this.dataGridViewTextBoxColumn8,
  663. this.dataGridViewTextBoxColumn9,
  664. this.dataGridViewTextBoxColumn10,
  665. this.dataGridViewTextBoxColumn11});
  666. this.dgv_dv.Dock = System.Windows.Forms.DockStyle.Fill;
  667. this.dgv_dv.Location = new System.Drawing.Point(3, 23);
  668. this.dgv_dv.Name = "dgv_dv";
  669. this.dgv_dv.RowHeadersVisible = false;
  670. this.dgv_dv.RowHeadersWidth = 51;
  671. this.dgv_dv.RowTemplate.Height = 27;
  672. this.dgv_dv.Size = new System.Drawing.Size(1291, 90);
  673. this.dgv_dv.TabIndex = 1;
  674. this.dgv_dv.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgv_dv_CellBeginEdit);
  675. this.dgv_dv.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_dv_CellEndEdit);
  676. //
  677. // dataGridViewTextBoxColumn3
  678. //
  679. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  680. this.dataGridViewTextBoxColumn3.FillWeight = 150F;
  681. this.dataGridViewTextBoxColumn3.HeaderText = "VID";
  682. this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
  683. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  684. //
  685. // dataGridViewTextBoxColumn6
  686. //
  687. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  688. this.dataGridViewTextBoxColumn6.FillWeight = 200F;
  689. this.dataGridViewTextBoxColumn6.HeaderText = "Name";
  690. this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
  691. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  692. //
  693. // dataGridViewTextBoxColumn7
  694. //
  695. this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  696. this.dataGridViewTextBoxColumn7.HeaderText = "Format";
  697. this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
  698. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  699. //
  700. // dataGridViewTextBoxColumn8
  701. //
  702. this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  703. this.dataGridViewTextBoxColumn8.HeaderText = "Min";
  704. this.dataGridViewTextBoxColumn8.MinimumWidth = 6;
  705. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  706. //
  707. // dataGridViewTextBoxColumn9
  708. //
  709. this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  710. this.dataGridViewTextBoxColumn9.HeaderText = "Max";
  711. this.dataGridViewTextBoxColumn9.MinimumWidth = 6;
  712. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  713. //
  714. // dataGridViewTextBoxColumn10
  715. //
  716. this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  717. this.dataGridViewTextBoxColumn10.HeaderText = "DefaultValue";
  718. this.dataGridViewTextBoxColumn10.MinimumWidth = 6;
  719. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  720. //
  721. // dataGridViewTextBoxColumn11
  722. //
  723. this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  724. this.dataGridViewTextBoxColumn11.FillWeight = 350F;
  725. this.dataGridViewTextBoxColumn11.HeaderText = "Description";
  726. this.dataGridViewTextBoxColumn11.MinimumWidth = 6;
  727. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  728. //
  729. // groupBox5
  730. //
  731. this.groupBox5.Controls.Add(this.dgv_ec);
  732. this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
  733. this.groupBox5.Location = new System.Drawing.Point(0, 0);
  734. this.groupBox5.Name = "groupBox5";
  735. this.groupBox5.Size = new System.Drawing.Size(1297, 327);
  736. this.groupBox5.TabIndex = 0;
  737. this.groupBox5.TabStop = false;
  738. this.groupBox5.Text = "ECV";
  739. //
  740. // dgv_ec
  741. //
  742. this.dgv_ec.AllowUserToAddRows = false;
  743. this.dgv_ec.AllowUserToDeleteRows = false;
  744. this.dgv_ec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  745. this.dgv_ec.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  746. this.dataGridViewTextBoxColumn12,
  747. this.dataGridViewTextBoxColumn13,
  748. this.dataGridViewTextBoxColumn14,
  749. this.dataGridViewTextBoxColumn15,
  750. this.dataGridViewTextBoxColumn16,
  751. this.dataGridViewTextBoxColumn17,
  752. this.dataGridViewTextBoxColumn18});
  753. this.dgv_ec.Dock = System.Windows.Forms.DockStyle.Fill;
  754. this.dgv_ec.Location = new System.Drawing.Point(3, 23);
  755. this.dgv_ec.Name = "dgv_ec";
  756. this.dgv_ec.RowHeadersVisible = false;
  757. this.dgv_ec.RowHeadersWidth = 51;
  758. this.dgv_ec.RowTemplate.Height = 27;
  759. this.dgv_ec.Size = new System.Drawing.Size(1291, 301);
  760. this.dgv_ec.TabIndex = 1;
  761. this.dgv_ec.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgv_ec_CellBeginEdit);
  762. this.dgv_ec.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_ec_CellEndEdit);
  763. //
  764. // dataGridViewTextBoxColumn12
  765. //
  766. this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  767. this.dataGridViewTextBoxColumn12.FillWeight = 150F;
  768. this.dataGridViewTextBoxColumn12.HeaderText = "VID";
  769. this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
  770. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  771. //
  772. // dataGridViewTextBoxColumn13
  773. //
  774. this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  775. this.dataGridViewTextBoxColumn13.FillWeight = 200F;
  776. this.dataGridViewTextBoxColumn13.HeaderText = "Name";
  777. this.dataGridViewTextBoxColumn13.MinimumWidth = 6;
  778. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  779. //
  780. // dataGridViewTextBoxColumn14
  781. //
  782. this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  783. this.dataGridViewTextBoxColumn14.HeaderText = "Format";
  784. this.dataGridViewTextBoxColumn14.MinimumWidth = 6;
  785. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  786. //
  787. // dataGridViewTextBoxColumn15
  788. //
  789. this.dataGridViewTextBoxColumn15.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  790. this.dataGridViewTextBoxColumn15.HeaderText = "Min";
  791. this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
  792. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  793. //
  794. // dataGridViewTextBoxColumn16
  795. //
  796. this.dataGridViewTextBoxColumn16.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  797. this.dataGridViewTextBoxColumn16.HeaderText = "Max";
  798. this.dataGridViewTextBoxColumn16.MinimumWidth = 6;
  799. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  800. //
  801. // dataGridViewTextBoxColumn17
  802. //
  803. this.dataGridViewTextBoxColumn17.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  804. this.dataGridViewTextBoxColumn17.HeaderText = "DefaultValue";
  805. this.dataGridViewTextBoxColumn17.MinimumWidth = 6;
  806. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  807. //
  808. // dataGridViewTextBoxColumn18
  809. //
  810. this.dataGridViewTextBoxColumn18.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  811. this.dataGridViewTextBoxColumn18.FillWeight = 350F;
  812. this.dataGridViewTextBoxColumn18.HeaderText = "Description";
  813. this.dataGridViewTextBoxColumn18.MinimumWidth = 6;
  814. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  815. //
  816. // toolStrip1
  817. //
  818. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(36)))), ((int)(((byte)(33)))));
  819. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
  820. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  821. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  822. this.Connect,
  823. this.toolStripButton2,
  824. this.toolStripDropDownButton1,
  825. this.MQStatus,
  826. this.toolStripLabel2,
  827. this.toolStripSeparator1,
  828. this.ConnectStatus,
  829. this.toolStripLabel1,
  830. this.toolStripDropDownButton2});
  831. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  832. this.toolStrip1.Name = "toolStrip1";
  833. this.toolStrip1.Size = new System.Drawing.Size(1311, 25);
  834. this.toolStrip1.TabIndex = 2;
  835. this.toolStrip1.Text = "toolStrip1";
  836. //
  837. // Connect
  838. //
  839. this.Connect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  840. this.Connect.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  841. this.Connect.Image = ((System.Drawing.Image)(resources.GetObject("Connect.Image")));
  842. this.Connect.ImageTransparentColor = System.Drawing.Color.Magenta;
  843. this.Connect.Name = "Connect";
  844. this.Connect.Size = new System.Drawing.Size(74, 22);
  845. this.Connect.Text = "Connect";
  846. this.Connect.Click += new System.EventHandler(this.Connect_Click);
  847. //
  848. // toolStripButton2
  849. //
  850. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  851. this.toolStripButton2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  852. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  853. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  854. this.toolStripButton2.Name = "toolStripButton2";
  855. this.toolStripButton2.Size = new System.Drawing.Size(94, 22);
  856. this.toolStripButton2.Text = "Disconnect";
  857. this.toolStripButton2.Click += new System.EventHandler(this.Disconnect_Click);
  858. //
  859. // toolStripDropDownButton1
  860. //
  861. this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  862. this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  863. this.S1F3,
  864. this.S2F13,
  865. this.S5F5,
  866. this.S5F3,
  867. this.S7F19,
  868. this.Local,
  869. this.Remote,
  870. this.s1F1ToolStripMenuItem});
  871. this.toolStripDropDownButton1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  872. this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
  873. this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  874. this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
  875. this.toolStripDropDownButton1.Size = new System.Drawing.Size(105, 22);
  876. this.toolStripDropDownButton1.Text = "Commands";
  877. //
  878. // S1F3
  879. //
  880. this.S1F3.Name = "S1F3";
  881. this.S1F3.Size = new System.Drawing.Size(243, 26);
  882. this.S1F3.Text = "S1F3";
  883. this.S1F3.Click += new System.EventHandler(this.S1F3Request_Click);
  884. //
  885. // S2F13
  886. //
  887. this.S2F13.Name = "S2F13";
  888. this.S2F13.Size = new System.Drawing.Size(243, 26);
  889. this.S2F13.Text = "S2F13";
  890. this.S2F13.Click += new System.EventHandler(this.S2F13_Click);
  891. //
  892. // S5F5
  893. //
  894. this.S5F5.Name = "S5F5";
  895. this.S5F5.Size = new System.Drawing.Size(243, 26);
  896. this.S5F5.Text = "S5F5";
  897. this.S5F5.Click += new System.EventHandler(this.S5F5_Click);
  898. //
  899. // S5F3
  900. //
  901. this.S5F3.Name = "S5F3";
  902. this.S5F3.Size = new System.Drawing.Size(243, 26);
  903. this.S5F3.Text = "AlarmDisable";
  904. this.S5F3.Click += new System.EventHandler(this.S5F3_Click);
  905. //
  906. // S7F19
  907. //
  908. this.S7F19.Name = "S7F19";
  909. this.S7F19.Size = new System.Drawing.Size(243, 26);
  910. this.S7F19.Text = "S7F19";
  911. this.S7F19.Click += new System.EventHandler(this.S7F19_Click);
  912. //
  913. // Local
  914. //
  915. this.Local.Name = "Local";
  916. this.Local.Size = new System.Drawing.Size(243, 26);
  917. this.Local.Text = "ControlStateLocal";
  918. this.Local.Click += new System.EventHandler(this.Local_Click);
  919. //
  920. // Remote
  921. //
  922. this.Remote.Name = "Remote";
  923. this.Remote.Size = new System.Drawing.Size(243, 26);
  924. this.Remote.Text = "ControlStateRemote";
  925. this.Remote.Click += new System.EventHandler(this.Remote_Click);
  926. //
  927. // s1F1ToolStripMenuItem
  928. //
  929. this.s1F1ToolStripMenuItem.CheckOnClick = true;
  930. this.s1F1ToolStripMenuItem.Name = "s1F1ToolStripMenuItem";
  931. this.s1F1ToolStripMenuItem.Size = new System.Drawing.Size(243, 26);
  932. this.s1F1ToolStripMenuItem.Text = "S1F1";
  933. this.s1F1ToolStripMenuItem.Click += new System.EventHandler(this.s1F1ToolStripMenuItem_Click);
  934. //
  935. // MQStatus
  936. //
  937. this.MQStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  938. this.MQStatus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  939. this.MQStatus.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  940. this.MQStatus.Name = "MQStatus";
  941. this.MQStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
  942. this.MQStatus.Size = new System.Drawing.Size(109, 22);
  943. this.MQStatus.Text = "Disconnected";
  944. //
  945. // toolStripLabel2
  946. //
  947. this.toolStripLabel2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  948. this.toolStripLabel2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  949. this.toolStripLabel2.Name = "toolStripLabel2";
  950. this.toolStripLabel2.Size = new System.Drawing.Size(40, 22);
  951. this.toolStripLabel2.Text = "MQ:";
  952. //
  953. // toolStripSeparator1
  954. //
  955. this.toolStripSeparator1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  956. this.toolStripSeparator1.Name = "toolStripSeparator1";
  957. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  958. //
  959. // ConnectStatus
  960. //
  961. this.ConnectStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  962. this.ConnectStatus.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  963. this.ConnectStatus.Name = "ConnectStatus";
  964. this.ConnectStatus.Size = new System.Drawing.Size(109, 22);
  965. this.ConnectStatus.Text = "Disconnected";
  966. //
  967. // toolStripLabel1
  968. //
  969. this.toolStripLabel1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  970. this.toolStripLabel1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  971. this.toolStripLabel1.Name = "toolStripLabel1";
  972. this.toolStripLabel1.Size = new System.Drawing.Size(58, 22);
  973. this.toolStripLabel1.Text = "HSMS:";
  974. //
  975. // toolStripDropDownButton2
  976. //
  977. this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  978. this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  979. this.createToolStripMenuItem,
  980. this.deleteToolStripMenuItem,
  981. this.saveToolStripMenuItem,
  982. this.importDVListToolStripMenuItem});
  983. this.toolStripDropDownButton2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  984. this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
  985. this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  986. this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
  987. this.toolStripDropDownButton2.Size = new System.Drawing.Size(76, 22);
  988. this.toolStripDropDownButton2.Text = "VIDEdit";
  989. //
  990. // createToolStripMenuItem
  991. //
  992. this.createToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  993. this.createSVToolStripMenuItem,
  994. this.createDVToolStripMenuItem,
  995. this.createECVToolStripMenuItem});
  996. this.createToolStripMenuItem.Name = "createToolStripMenuItem";
  997. this.createToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
  998. this.createToolStripMenuItem.Text = "Create";
  999. //
  1000. // createSVToolStripMenuItem
  1001. //
  1002. this.createSVToolStripMenuItem.Name = "createSVToolStripMenuItem";
  1003. this.createSVToolStripMenuItem.Size = new System.Drawing.Size(172, 26);
  1004. this.createSVToolStripMenuItem.Text = "Create SV";
  1005. this.createSVToolStripMenuItem.Click += new System.EventHandler(this.createSVToolStripMenuItem_Click);
  1006. //
  1007. // createDVToolStripMenuItem
  1008. //
  1009. this.createDVToolStripMenuItem.Name = "createDVToolStripMenuItem";
  1010. this.createDVToolStripMenuItem.Size = new System.Drawing.Size(172, 26);
  1011. this.createDVToolStripMenuItem.Text = "Create DV";
  1012. this.createDVToolStripMenuItem.Click += new System.EventHandler(this.createDVToolStripMenuItem_Click);
  1013. //
  1014. // createECVToolStripMenuItem
  1015. //
  1016. this.createECVToolStripMenuItem.Name = "createECVToolStripMenuItem";
  1017. this.createECVToolStripMenuItem.Size = new System.Drawing.Size(172, 26);
  1018. this.createECVToolStripMenuItem.Text = "Create ECV";
  1019. this.createECVToolStripMenuItem.Click += new System.EventHandler(this.createECToolStripMenuItem_Click);
  1020. //
  1021. // deleteToolStripMenuItem
  1022. //
  1023. this.deleteToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1024. this.deleteSVToolStripMenuItem1,
  1025. this.deleteDVToolStripMenuItem,
  1026. this.deleteECVToolStripMenuItem});
  1027. this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
  1028. this.deleteToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
  1029. this.deleteToolStripMenuItem.Text = "Delete";
  1030. //
  1031. // deleteSVToolStripMenuItem1
  1032. //
  1033. this.deleteSVToolStripMenuItem1.Name = "deleteSVToolStripMenuItem1";
  1034. this.deleteSVToolStripMenuItem1.Size = new System.Drawing.Size(172, 26);
  1035. this.deleteSVToolStripMenuItem1.Text = "Delete SV";
  1036. this.deleteSVToolStripMenuItem1.Click += new System.EventHandler(this.deleteSVToolStripMenuItem1_Click);
  1037. //
  1038. // deleteDVToolStripMenuItem
  1039. //
  1040. this.deleteDVToolStripMenuItem.Name = "deleteDVToolStripMenuItem";
  1041. this.deleteDVToolStripMenuItem.Size = new System.Drawing.Size(172, 26);
  1042. this.deleteDVToolStripMenuItem.Text = "Delete DV";
  1043. this.deleteDVToolStripMenuItem.Click += new System.EventHandler(this.deleteDVToolStripMenuItem_Click);
  1044. //
  1045. // deleteECVToolStripMenuItem
  1046. //
  1047. this.deleteECVToolStripMenuItem.Name = "deleteECVToolStripMenuItem";
  1048. this.deleteECVToolStripMenuItem.Size = new System.Drawing.Size(172, 26);
  1049. this.deleteECVToolStripMenuItem.Text = "Delete ECV";
  1050. this.deleteECVToolStripMenuItem.Click += new System.EventHandler(this.deleteECVToolStripMenuItem_Click);
  1051. //
  1052. // saveToolStripMenuItem
  1053. //
  1054. this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
  1055. this.saveToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
  1056. this.saveToolStripMenuItem.Text = "Save";
  1057. this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
  1058. //
  1059. // splitContainer2
  1060. //
  1061. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1062. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1063. this.splitContainer2.Margin = new System.Windows.Forms.Padding(1);
  1064. this.splitContainer2.Name = "splitContainer2";
  1065. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1066. //
  1067. // splitContainer2.Panel1
  1068. //
  1069. this.splitContainer2.Panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(36)))), ((int)(((byte)(33)))));
  1070. this.splitContainer2.Panel1.Controls.Add(this.toolStrip1);
  1071. //
  1072. // splitContainer2.Panel2
  1073. //
  1074. this.splitContainer2.Panel2.Controls.Add(this.TabControl1);
  1075. this.splitContainer2.Size = new System.Drawing.Size(1311, 679);
  1076. this.splitContainer2.SplitterDistance = 25;
  1077. this.splitContainer2.SplitterWidth = 1;
  1078. this.splitContainer2.TabIndex = 2;
  1079. //
  1080. // importDVListToolStripMenuItem
  1081. //
  1082. this.importDVListToolStripMenuItem.Name = "importDVListToolStripMenuItem";
  1083. this.importDVListToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
  1084. this.importDVListToolStripMenuItem.Text = "ImportDVList";
  1085. this.importDVListToolStripMenuItem.Click += new System.EventHandler(this.importDVListToolStripMenuItem_Click);
  1086. //
  1087. // MainForm
  1088. //
  1089. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  1090. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  1091. this.ClientSize = new System.Drawing.Size(1311, 679);
  1092. this.Controls.Add(this.splitContainer2);
  1093. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1094. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  1095. this.Name = "MainForm";
  1096. this.Text = "Acoat";
  1097. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  1098. this.Load += new System.EventHandler(this.MainForm_Load);
  1099. this.groupBox1.ResumeLayout(false);
  1100. this.groupBox1.PerformLayout();
  1101. this.splitContainer1.Panel1.ResumeLayout(false);
  1102. this.splitContainer1.Panel2.ResumeLayout(false);
  1103. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1104. this.splitContainer1.ResumeLayout(false);
  1105. this.SECSLog.ResumeLayout(false);
  1106. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  1107. this.groupBox2.ResumeLayout(false);
  1108. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  1109. this.TabControl1.ResumeLayout(false);
  1110. this.tabPage1.ResumeLayout(false);
  1111. this.tabPage2.ResumeLayout(false);
  1112. this.tabPage3.ResumeLayout(false);
  1113. this.splitContainer3.Panel1.ResumeLayout(false);
  1114. this.splitContainer3.Panel2.ResumeLayout(false);
  1115. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  1116. this.splitContainer3.ResumeLayout(false);
  1117. this.groupBox3.ResumeLayout(false);
  1118. ((System.ComponentModel.ISupportInitialize)(this.dgv_sv)).EndInit();
  1119. this.splitContainer4.Panel1.ResumeLayout(false);
  1120. this.splitContainer4.Panel2.ResumeLayout(false);
  1121. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  1122. this.splitContainer4.ResumeLayout(false);
  1123. this.groupBox4.ResumeLayout(false);
  1124. ((System.ComponentModel.ISupportInitialize)(this.dgv_dv)).EndInit();
  1125. this.groupBox5.ResumeLayout(false);
  1126. ((System.ComponentModel.ISupportInitialize)(this.dgv_ec)).EndInit();
  1127. this.toolStrip1.ResumeLayout(false);
  1128. this.toolStrip1.PerformLayout();
  1129. this.splitContainer2.Panel1.ResumeLayout(false);
  1130. this.splitContainer2.Panel1.PerformLayout();
  1131. this.splitContainer2.Panel2.ResumeLayout(false);
  1132. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1133. this.splitContainer2.ResumeLayout(false);
  1134. this.ResumeLayout(false);
  1135. }
  1136. #endregion
  1137. private System.Windows.Forms.GroupBox groupBox1;
  1138. private System.Windows.Forms.Label IPaddress;
  1139. private System.Windows.Forms.TextBox editIPaddress;
  1140. private System.Windows.Forms.TextBox editDeviceID;
  1141. private System.Windows.Forms.Label DeviceID;
  1142. private System.Windows.Forms.TextBox editPort;
  1143. private System.Windows.Forms.Label Port;
  1144. private System.Windows.Forms.Label IPError;
  1145. private System.Windows.Forms.Label ErrorPort;
  1146. private System.Windows.Forms.Label ErrorDeviceID;
  1147. private System.Windows.Forms.SplitContainer splitContainer1;
  1148. private System.Windows.Forms.GroupBox SECSLog;
  1149. public System.Windows.Forms.DataGridView dataGridView1;
  1150. private System.Windows.Forms.GroupBox groupBox2;
  1151. public System.Windows.Forms.DataGridView dataGridView2;
  1152. public System.Windows.Forms.Button Save;
  1153. private System.Windows.Forms.TabControl TabControl1;
  1154. private System.Windows.Forms.TabPage tabPage1;
  1155. private System.Windows.Forms.TabPage tabPage2;
  1156. private System.Windows.Forms.ToolStrip toolStrip1;
  1157. private System.Windows.Forms.SplitContainer splitContainer2;
  1158. private System.Windows.Forms.ToolStripButton Connect;
  1159. private System.Windows.Forms.ToolStripButton toolStripButton2;
  1160. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
  1161. private System.Windows.Forms.ToolStripMenuItem S1F3;
  1162. private System.Windows.Forms.ToolStripMenuItem S2F13;
  1163. private System.Windows.Forms.ToolStripMenuItem S5F5;
  1164. private System.Windows.Forms.ToolStripMenuItem S5F3;
  1165. private System.Windows.Forms.ToolStripMenuItem S7F19;
  1166. private System.Windows.Forms.ToolStripMenuItem Local;
  1167. private System.Windows.Forms.ToolStripMenuItem Remote;
  1168. private System.Windows.Forms.ToolStripLabel ConnectStatus;
  1169. public System.Windows.Forms.Button Cancle;
  1170. private System.Windows.Forms.ToolStripLabel MQStatus;
  1171. private System.Windows.Forms.ToolStripLabel toolStripLabel2;
  1172. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1173. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  1174. private System.Windows.Forms.TabPage tabPage3;
  1175. private System.Windows.Forms.SplitContainer splitContainer3;
  1176. private System.Windows.Forms.GroupBox groupBox3;
  1177. private System.Windows.Forms.SplitContainer splitContainer4;
  1178. private System.Windows.Forms.GroupBox groupBox4;
  1179. private System.Windows.Forms.GroupBox groupBox5;
  1180. private System.Windows.Forms.DataGridView dgv_sv;
  1181. private System.Windows.Forms.DataGridViewTextBoxColumn svid;
  1182. private System.Windows.Forms.DataGridViewTextBoxColumn name;
  1183. private System.Windows.Forms.DataGridViewTextBoxColumn format;
  1184. private System.Windows.Forms.DataGridViewTextBoxColumn min;
  1185. private System.Windows.Forms.DataGridViewTextBoxColumn max;
  1186. private System.Windows.Forms.DataGridViewTextBoxColumn defaultValue;
  1187. private System.Windows.Forms.DataGridViewTextBoxColumn description;
  1188. private System.Windows.Forms.DataGridView dgv_dv;
  1189. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1190. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1191. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1192. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1193. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1195. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1196. private System.Windows.Forms.DataGridView dgv_ec;
  1197. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1198. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1199. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1200. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1201. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1202. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1203. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1204. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
  1205. private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem;
  1206. private System.Windows.Forms.ToolStripMenuItem createSVToolStripMenuItem;
  1207. private System.Windows.Forms.ToolStripMenuItem createDVToolStripMenuItem;
  1208. private System.Windows.Forms.ToolStripMenuItem createECVToolStripMenuItem;
  1209. private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
  1210. private System.Windows.Forms.ToolStripMenuItem deleteSVToolStripMenuItem1;
  1211. private System.Windows.Forms.ToolStripMenuItem deleteDVToolStripMenuItem;
  1212. private System.Windows.Forms.ToolStripMenuItem deleteECVToolStripMenuItem;
  1213. private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
  1214. private System.Windows.Forms.ToolStripMenuItem s1F1ToolStripMenuItem;
  1215. private System.Windows.Forms.DataGridViewTextBoxColumn DateTime;
  1216. private System.Windows.Forms.DataGridViewTextBoxColumn SxFy;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn Transfer;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn EventName;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn key;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn content;
  1224. private System.Windows.Forms.ToolStripMenuItem importDVListToolStripMenuItem;
  1225. }
  1226. }