FormBrowseServer.designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. namespace OpcUaHelper.Forms
  2. {
  3. partial class FormBrowseServer
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormBrowseServer));
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.checkBox2 = new System.Windows.Forms.CheckBox();
  35. this.checkBox1 = new System.Windows.Forms.CheckBox();
  36. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.BrowseNodesTV = new OpcUaHelper.Forms.TreeViewEx();
  39. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  40. this.Image = new System.Windows.Forms.DataGridViewImageColumn();
  41. this.DisplayName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.AccessLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Description = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.StatusCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.panel1 = new System.Windows.Forms.Panel();
  48. this.label_time_spend = new System.Windows.Forms.Label();
  49. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  50. this.button2 = new System.Windows.Forms.Button();
  51. this.textBox_nodeId = new System.Windows.Forms.TextBox();
  52. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  53. this.label2 = new System.Windows.Forms.Label();
  54. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  55. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  56. this.toolStripStatusLabel_opc = new System.Windows.Forms.ToolStripStatusLabel();
  57. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  58. this.menuToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  59. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  60. this.discoverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  61. this.v220ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  62. this.button3 = new System.Windows.Forms.Button();
  63. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  64. this.splitContainer1.Panel1.SuspendLayout();
  65. this.splitContainer1.Panel2.SuspendLayout();
  66. this.splitContainer1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  69. this.panel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  72. this.statusStrip1.SuspendLayout();
  73. this.menuStrip1.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // textBox1
  77. //
  78. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.textBox1.Location = new System.Drawing.Point(72, 28);
  81. this.textBox1.Name = "textBox1";
  82. this.textBox1.Size = new System.Drawing.Size(934, 23);
  83. this.textBox1.TabIndex = 0;
  84. //
  85. // button1
  86. //
  87. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  88. this.button1.Location = new System.Drawing.Point(1009, 27);
  89. this.button1.Name = "button1";
  90. this.button1.Size = new System.Drawing.Size(89, 25);
  91. this.button1.TabIndex = 1;
  92. this.button1.Text = "Connect";
  93. this.button1.UseVisualStyleBackColor = true;
  94. this.button1.Click += new System.EventHandler(this.button1_Click);
  95. //
  96. // label1
  97. //
  98. this.label1.AutoSize = true;
  99. this.label1.Location = new System.Drawing.Point(7, 29);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(59, 17);
  102. this.label1.TabIndex = 2;
  103. this.label1.Text = "Address:";
  104. //
  105. // splitContainer1
  106. //
  107. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.splitContainer1.Location = new System.Drawing.Point(10, 52);
  111. this.splitContainer1.Name = "splitContainer1";
  112. //
  113. // splitContainer1.Panel1
  114. //
  115. this.splitContainer1.Panel1.Controls.Add(this.checkBox2);
  116. this.splitContainer1.Panel1.Controls.Add(this.checkBox1);
  117. this.splitContainer1.Panel1.Controls.Add(this.pictureBox2);
  118. this.splitContainer1.Panel1.Controls.Add(this.label3);
  119. this.splitContainer1.Panel1.Controls.Add(this.BrowseNodesTV);
  120. //
  121. // splitContainer1.Panel2
  122. //
  123. this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
  124. this.splitContainer1.Panel2.Controls.Add(this.panel1);
  125. this.splitContainer1.Size = new System.Drawing.Size(1179, 510);
  126. this.splitContainer1.SplitterDistance = 338;
  127. this.splitContainer1.TabIndex = 3;
  128. //
  129. // checkBox2
  130. //
  131. this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  132. this.checkBox2.AutoSize = true;
  133. this.checkBox2.Checked = true;
  134. this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
  135. this.checkBox2.Location = new System.Drawing.Point(181, 7);
  136. this.checkBox2.Name = "checkBox2";
  137. this.checkBox2.Size = new System.Drawing.Size(52, 21);
  138. this.checkBox2.TabIndex = 8;
  139. this.checkBox2.Text = "Icon";
  140. this.checkBox2.UseVisualStyleBackColor = true;
  141. //
  142. // checkBox1
  143. //
  144. this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  145. this.checkBox1.AutoSize = true;
  146. this.checkBox1.Location = new System.Drawing.Point(239, 6);
  147. this.checkBox1.Name = "checkBox1";
  148. this.checkBox1.Size = new System.Drawing.Size(93, 21);
  149. this.checkBox1.TabIndex = 7;
  150. this.checkBox1.Text = "Fast Access";
  151. this.checkBox1.UseVisualStyleBackColor = true;
  152. //
  153. // pictureBox2
  154. //
  155. this.pictureBox2.Image = global::OpcUaHelper.Properties.Resources.glasses_16xLG;
  156. this.pictureBox2.Location = new System.Drawing.Point(3, 9);
  157. this.pictureBox2.Name = "pictureBox2";
  158. this.pictureBox2.Size = new System.Drawing.Size(17, 18);
  159. this.pictureBox2.TabIndex = 6;
  160. this.pictureBox2.TabStop = false;
  161. //
  162. // label3
  163. //
  164. this.label3.AutoSize = true;
  165. this.label3.ForeColor = System.Drawing.Color.Tomato;
  166. this.label3.Location = new System.Drawing.Point(19, 8);
  167. this.label3.Name = "label3";
  168. this.label3.Size = new System.Drawing.Size(104, 17);
  169. this.label3.TabIndex = 3;
  170. this.label3.Text = "Server Browser :";
  171. //
  172. // BrowseNodesTV
  173. //
  174. this.BrowseNodesTV.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  175. | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.BrowseNodesTV.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.BrowseNodesTV.Location = new System.Drawing.Point(3, 32);
  179. this.BrowseNodesTV.Name = "BrowseNodesTV";
  180. this.BrowseNodesTV.ShowLines = false;
  181. this.BrowseNodesTV.Size = new System.Drawing.Size(332, 475);
  182. this.BrowseNodesTV.TabIndex = 0;
  183. this.BrowseNodesTV.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.BrowseNodesTV_BeforeExpand);
  184. this.BrowseNodesTV.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.BrowseNodesTV_AfterSelect);
  185. this.BrowseNodesTV.MouseClick += new System.Windows.Forms.MouseEventHandler(this.BrowseNodesTV_MouseClick);
  186. //
  187. // dataGridView1
  188. //
  189. this.dataGridView1.AllowUserToAddRows = false;
  190. this.dataGridView1.AllowUserToDeleteRows = false;
  191. this.dataGridView1.AllowUserToResizeRows = false;
  192. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
  193. this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  194. this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  198. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  199. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  200. this.Image,
  201. this.DisplayName,
  202. this.Value,
  203. this.Type,
  204. this.AccessLevel,
  205. this.Description,
  206. this.StatusCode});
  207. this.dataGridView1.Location = new System.Drawing.Point(3, 32);
  208. this.dataGridView1.MultiSelect = false;
  209. this.dataGridView1.Name = "dataGridView1";
  210. this.dataGridView1.RowHeadersVisible = false;
  211. this.dataGridView1.RowTemplate.Height = 23;
  212. this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  213. this.dataGridView1.Size = new System.Drawing.Size(833, 475);
  214. this.dataGridView1.TabIndex = 1;
  215. this.dataGridView1.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dataGridView1_CellBeginEdit);
  216. this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
  217. //
  218. // Image
  219. //
  220. this.Image.HeaderText = "";
  221. this.Image.Name = "Image";
  222. this.Image.Width = 20;
  223. //
  224. // DisplayName
  225. //
  226. this.DisplayName.HeaderText = "Name";
  227. this.DisplayName.Name = "DisplayName";
  228. this.DisplayName.ReadOnly = true;
  229. this.DisplayName.ToolTipText = "参数的显示名称";
  230. this.DisplayName.Width = 145;
  231. //
  232. // Value
  233. //
  234. this.Value.HeaderText = "Value";
  235. this.Value.Name = "Value";
  236. this.Value.ToolTipText = "参数的实际数据值";
  237. this.Value.Width = 200;
  238. //
  239. // Type
  240. //
  241. this.Type.HeaderText = "Type";
  242. this.Type.Name = "Type";
  243. this.Type.ReadOnly = true;
  244. this.Type.ToolTipText = "参数的类型";
  245. this.Type.Width = 80;
  246. //
  247. // AccessLevel
  248. //
  249. this.AccessLevel.HeaderText = "AccessLevel";
  250. this.AccessLevel.Name = "AccessLevel";
  251. this.AccessLevel.ReadOnly = true;
  252. this.AccessLevel.ToolTipText = "数据的访问等级";
  253. this.AccessLevel.Width = 130;
  254. //
  255. // Description
  256. //
  257. this.Description.HeaderText = "Description";
  258. this.Description.Name = "Description";
  259. this.Description.ReadOnly = true;
  260. this.Description.ToolTipText = "数据的文本描述";
  261. this.Description.Width = 140;
  262. //
  263. // StatusCode
  264. //
  265. this.StatusCode.HeaderText = "StatusCode";
  266. this.StatusCode.Name = "StatusCode";
  267. this.StatusCode.ReadOnly = true;
  268. //
  269. // panel1
  270. //
  271. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  272. | System.Windows.Forms.AnchorStyles.Right)));
  273. this.panel1.Controls.Add(this.label_time_spend);
  274. this.panel1.Controls.Add(this.pictureBox3);
  275. this.panel1.Controls.Add(this.button2);
  276. this.panel1.Controls.Add(this.textBox_nodeId);
  277. this.panel1.Controls.Add(this.pictureBox1);
  278. this.panel1.Controls.Add(this.label2);
  279. this.panel1.Location = new System.Drawing.Point(3, 3);
  280. this.panel1.Name = "panel1";
  281. this.panel1.Size = new System.Drawing.Size(832, 27);
  282. this.panel1.TabIndex = 0;
  283. //
  284. // label_time_spend
  285. //
  286. this.label_time_spend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  287. this.label_time_spend.AutoSize = true;
  288. this.label_time_spend.Location = new System.Drawing.Point(768, 4);
  289. this.label_time_spend.Name = "label_time_spend";
  290. this.label_time_spend.Size = new System.Drawing.Size(32, 17);
  291. this.label_time_spend.TabIndex = 9;
  292. this.label_time_spend.Text = "0ms";
  293. //
  294. // pictureBox3
  295. //
  296. this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  297. this.pictureBox3.Image = global::OpcUaHelper.Properties.Resources.usbcontroller;
  298. this.pictureBox3.Location = new System.Drawing.Point(745, 5);
  299. this.pictureBox3.Name = "pictureBox3";
  300. this.pictureBox3.Size = new System.Drawing.Size(17, 18);
  301. this.pictureBox3.TabIndex = 8;
  302. this.pictureBox3.TabStop = false;
  303. //
  304. // button2
  305. //
  306. this.button2.Image = global::OpcUaHelper.Properties.Resources.Activity_16xLG;
  307. this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  308. this.button2.Location = new System.Drawing.Point(0, 1);
  309. this.button2.Name = "button2";
  310. this.button2.Size = new System.Drawing.Size(106, 25);
  311. this.button2.TabIndex = 7;
  312. this.button2.Text = " Subscript";
  313. this.button2.UseVisualStyleBackColor = true;
  314. this.button2.Click += new System.EventHandler(this.button2_Click);
  315. //
  316. // textBox_nodeId
  317. //
  318. this.textBox_nodeId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  319. | System.Windows.Forms.AnchorStyles.Right)));
  320. this.textBox_nodeId.Location = new System.Drawing.Point(295, 2);
  321. this.textBox_nodeId.Name = "textBox_nodeId";
  322. this.textBox_nodeId.ReadOnly = true;
  323. this.textBox_nodeId.Size = new System.Drawing.Size(444, 23);
  324. this.textBox_nodeId.TabIndex = 6;
  325. //
  326. // pictureBox1
  327. //
  328. this.pictureBox1.Image = global::OpcUaHelper.Properties.Resources.Copy_6524;
  329. this.pictureBox1.Location = new System.Drawing.Point(163, 5);
  330. this.pictureBox1.Name = "pictureBox1";
  331. this.pictureBox1.Size = new System.Drawing.Size(17, 18);
  332. this.pictureBox1.TabIndex = 5;
  333. this.pictureBox1.TabStop = false;
  334. //
  335. // label2
  336. //
  337. this.label2.AutoSize = true;
  338. this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
  339. this.label2.Location = new System.Drawing.Point(182, 5);
  340. this.label2.Name = "label2";
  341. this.label2.Size = new System.Drawing.Size(109, 17);
  342. this.label2.TabIndex = 3;
  343. this.label2.Text = "Selected NodeId:";
  344. this.label2.Click += new System.EventHandler(this.label2_Click);
  345. //
  346. // statusStrip1
  347. //
  348. this.statusStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  349. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  350. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  351. this.toolStripStatusLabel1,
  352. this.toolStripStatusLabel_opc});
  353. this.statusStrip1.Location = new System.Drawing.Point(0, 565);
  354. this.statusStrip1.Name = "statusStrip1";
  355. this.statusStrip1.Size = new System.Drawing.Size(1201, 22);
  356. this.statusStrip1.TabIndex = 4;
  357. this.statusStrip1.Text = "statusStrip1";
  358. //
  359. // toolStripStatusLabel1
  360. //
  361. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  362. this.toolStripStatusLabel1.Size = new System.Drawing.Size(78, 17);
  363. this.toolStripStatusLabel1.Text = "Opc Status: ";
  364. //
  365. // toolStripStatusLabel_opc
  366. //
  367. this.toolStripStatusLabel_opc.Name = "toolStripStatusLabel_opc";
  368. this.toolStripStatusLabel_opc.Size = new System.Drawing.Size(0, 17);
  369. //
  370. // menuStrip1
  371. //
  372. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(118)))), ((int)(((byte)(0)))));
  373. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  374. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  375. this.menuToolStripMenuItem,
  376. this.v220ToolStripMenuItem});
  377. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  378. this.menuStrip1.Name = "menuStrip1";
  379. this.menuStrip1.Size = new System.Drawing.Size(1201, 25);
  380. this.menuStrip1.TabIndex = 5;
  381. this.menuStrip1.Text = "menuStrip1";
  382. //
  383. // menuToolStripMenuItem
  384. //
  385. this.menuToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  386. this.exitToolStripMenuItem,
  387. this.discoverToolStripMenuItem});
  388. this.menuToolStripMenuItem.Name = "menuToolStripMenuItem";
  389. this.menuToolStripMenuItem.Size = new System.Drawing.Size(52, 21);
  390. this.menuToolStripMenuItem.Text = "menu";
  391. //
  392. // exitToolStripMenuItem
  393. //
  394. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  395. this.exitToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
  396. this.exitToolStripMenuItem.Text = "Exit";
  397. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  398. //
  399. // discoverToolStripMenuItem
  400. //
  401. this.discoverToolStripMenuItem.Name = "discoverToolStripMenuItem";
  402. this.discoverToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
  403. this.discoverToolStripMenuItem.Text = "Discover";
  404. this.discoverToolStripMenuItem.Click += new System.EventHandler(this.discoverToolStripMenuItem_Click);
  405. //
  406. // v220ToolStripMenuItem
  407. //
  408. this.v220ToolStripMenuItem.Name = "v220ToolStripMenuItem";
  409. this.v220ToolStripMenuItem.Size = new System.Drawing.Size(53, 21);
  410. this.v220ToolStripMenuItem.Text = "v2.2.1";
  411. //
  412. // button3
  413. //
  414. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  415. this.button3.Location = new System.Drawing.Point(1102, 27);
  416. this.button3.Name = "button3";
  417. this.button3.Size = new System.Drawing.Size(89, 25);
  418. this.button3.TabIndex = 6;
  419. this.button3.Text = "Close";
  420. this.button3.UseVisualStyleBackColor = true;
  421. this.button3.Click += new System.EventHandler(this.button3_Click);
  422. //
  423. // FormBrowseServer
  424. //
  425. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  426. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  427. this.ClientSize = new System.Drawing.Size(1201, 587);
  428. this.Controls.Add(this.button3);
  429. this.Controls.Add(this.statusStrip1);
  430. this.Controls.Add(this.menuStrip1);
  431. this.Controls.Add(this.splitContainer1);
  432. this.Controls.Add(this.label1);
  433. this.Controls.Add(this.button1);
  434. this.Controls.Add(this.textBox1);
  435. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  437. this.MainMenuStrip = this.menuStrip1;
  438. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  439. this.Name = "FormBrowseServer";
  440. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  441. this.Text = "OPC Monitor [ OPC UA Helper ]";
  442. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormBrowseServer_FormClosing);
  443. this.Load += new System.EventHandler(this.FormBrowseServer_Load);
  444. this.splitContainer1.Panel1.ResumeLayout(false);
  445. this.splitContainer1.Panel1.PerformLayout();
  446. this.splitContainer1.Panel2.ResumeLayout(false);
  447. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  448. this.splitContainer1.ResumeLayout(false);
  449. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  450. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  451. this.panel1.ResumeLayout(false);
  452. this.panel1.PerformLayout();
  453. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  454. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  455. this.statusStrip1.ResumeLayout(false);
  456. this.statusStrip1.PerformLayout();
  457. this.menuStrip1.ResumeLayout(false);
  458. this.menuStrip1.PerformLayout();
  459. this.ResumeLayout(false);
  460. this.PerformLayout();
  461. }
  462. #endregion
  463. private System.Windows.Forms.TextBox textBox1;
  464. private System.Windows.Forms.Button button1;
  465. private System.Windows.Forms.Label label1;
  466. private System.Windows.Forms.SplitContainer splitContainer1;
  467. private TreeViewEx BrowseNodesTV;
  468. private System.Windows.Forms.DataGridView dataGridView1;
  469. private System.Windows.Forms.Panel panel1;
  470. private System.Windows.Forms.PictureBox pictureBox1;
  471. private System.Windows.Forms.Label label2;
  472. private System.Windows.Forms.StatusStrip statusStrip1;
  473. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  474. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel_opc;
  475. private System.Windows.Forms.Label label3;
  476. private System.Windows.Forms.MenuStrip menuStrip1;
  477. private System.Windows.Forms.ToolStripMenuItem menuToolStripMenuItem;
  478. private System.Windows.Forms.TextBox textBox_nodeId;
  479. private System.Windows.Forms.PictureBox pictureBox2;
  480. private System.Windows.Forms.Button button2;
  481. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  482. private System.Windows.Forms.ToolStripMenuItem discoverToolStripMenuItem;
  483. private System.Windows.Forms.Label label_time_spend;
  484. private System.Windows.Forms.PictureBox pictureBox3;
  485. private System.Windows.Forms.CheckBox checkBox1;
  486. private System.Windows.Forms.DataGridViewImageColumn Image;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn DisplayName;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn Value;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn Type;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn AccessLevel;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn Description;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn StatusCode;
  493. private System.Windows.Forms.ToolStripMenuItem v220ToolStripMenuItem;
  494. private System.Windows.Forms.Button button3;
  495. private System.Windows.Forms.CheckBox checkBox2;
  496. }
  497. }