IPChannelConfig.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. namespace xicheji
  2. {
  3. partial class IPChannelConfig
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.comboBoxStreamType = new System.Windows.Forms.ComboBox();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.textBoxIPAddr = new System.Windows.Forms.TextBox();
  32. this.textBoxPort = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.textBoxUserName = new System.Windows.Forms.TextBox();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.textBoxPsw = new System.Windows.Forms.TextBox();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.textBoxChannel = new System.Windows.Forms.TextBox();
  39. this.label6 = new System.Windows.Forms.Label();
  40. this.comboBoxFactory = new System.Windows.Forms.ComboBox();
  41. this.label7 = new System.Windows.Forms.Label();
  42. this.comboBoxProtocol = new System.Windows.Forms.ComboBox();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.comboBoxStream = new System.Windows.Forms.ComboBox();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.btnSet = new System.Windows.Forms.Button();
  47. this.btnExit = new System.Windows.Forms.Button();
  48. this.btnDel = new System.Windows.Forms.Button();
  49. this.label10 = new System.Windows.Forms.Label();
  50. this.label11 = new System.Windows.Forms.Label();
  51. this.label12 = new System.Windows.Forms.Label();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.label14 = new System.Windows.Forms.Label();
  54. this.label15 = new System.Windows.Forms.Label();
  55. this.label16 = new System.Windows.Forms.Label();
  56. this.label17 = new System.Windows.Forms.Label();
  57. this.label18 = new System.Windows.Forms.Label();
  58. this.label19 = new System.Windows.Forms.Label();
  59. this.label20 = new System.Windows.Forms.Label();
  60. this.label21 = new System.Windows.Forms.Label();
  61. this.groupBox1 = new System.Windows.Forms.GroupBox();
  62. this.groupBox1.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Location = new System.Drawing.Point(15, 26);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(53, 12);
  71. this.label1.TabIndex = 0;
  72. this.label1.Text = "取流类型";
  73. //
  74. // comboBoxStreamType
  75. //
  76. this.comboBoxStreamType.FormattingEnabled = true;
  77. this.comboBoxStreamType.Items.AddRange(new object[] {
  78. "0- 设备取流(NET_DVR_IPCHANINFO)",
  79. "1- 从流媒体取流",
  80. "2- IPServer取流",
  81. "3- IPServer+流媒体取流",
  82. "4- 流媒体URL取流",
  83. "5- hiDDNS取流",
  84. "6- 设备取流扩展(NET_DVR_IPCHANINFO_V40)"});
  85. this.comboBoxStreamType.Location = new System.Drawing.Point(95, 16);
  86. this.comboBoxStreamType.Name = "comboBoxStreamType";
  87. this.comboBoxStreamType.Size = new System.Drawing.Size(271, 20);
  88. this.comboBoxStreamType.TabIndex = 1;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Location = new System.Drawing.Point(15, 75);
  94. this.label2.Name = "label2";
  95. this.label2.Size = new System.Drawing.Size(41, 12);
  96. this.label2.TabIndex = 2;
  97. this.label2.Text = "IP地址";
  98. //
  99. // textBoxIPAddr
  100. //
  101. this.textBoxIPAddr.Location = new System.Drawing.Point(77, 64);
  102. this.textBoxIPAddr.Name = "textBoxIPAddr";
  103. this.textBoxIPAddr.Size = new System.Drawing.Size(105, 21);
  104. this.textBoxIPAddr.TabIndex = 3;
  105. this.textBoxIPAddr.Text = "192.168.0.12";
  106. //
  107. // textBoxPort
  108. //
  109. this.textBoxPort.Location = new System.Drawing.Point(75, 106);
  110. this.textBoxPort.Name = "textBoxPort";
  111. this.textBoxPort.Size = new System.Drawing.Size(105, 21);
  112. this.textBoxPort.TabIndex = 5;
  113. this.textBoxPort.Text = "8000";
  114. //
  115. // label3
  116. //
  117. this.label3.AutoSize = true;
  118. this.label3.Location = new System.Drawing.Point(15, 116);
  119. this.label3.Name = "label3";
  120. this.label3.Size = new System.Drawing.Size(29, 12);
  121. this.label3.TabIndex = 4;
  122. this.label3.Text = "端口";
  123. //
  124. // textBoxUserName
  125. //
  126. this.textBoxUserName.Location = new System.Drawing.Point(261, 64);
  127. this.textBoxUserName.Name = "textBoxUserName";
  128. this.textBoxUserName.Size = new System.Drawing.Size(105, 21);
  129. this.textBoxUserName.TabIndex = 7;
  130. this.textBoxUserName.Text = "admin";
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Location = new System.Drawing.Point(199, 75);
  136. this.label4.Name = "label4";
  137. this.label4.Size = new System.Drawing.Size(41, 12);
  138. this.label4.TabIndex = 6;
  139. this.label4.Text = "用户名";
  140. //
  141. // textBoxPsw
  142. //
  143. this.textBoxPsw.Location = new System.Drawing.Point(259, 107);
  144. this.textBoxPsw.Name = "textBoxPsw";
  145. this.textBoxPsw.PasswordChar = '*';
  146. this.textBoxPsw.Size = new System.Drawing.Size(105, 21);
  147. this.textBoxPsw.TabIndex = 9;
  148. this.textBoxPsw.Text = "12345";
  149. //
  150. // label5
  151. //
  152. this.label5.AutoSize = true;
  153. this.label5.Location = new System.Drawing.Point(198, 102);
  154. this.label5.Name = "label5";
  155. this.label5.Size = new System.Drawing.Size(53, 12);
  156. this.label5.TabIndex = 8;
  157. this.label5.Text = "Password";
  158. //
  159. // textBoxChannel
  160. //
  161. this.textBoxChannel.Location = new System.Drawing.Point(75, 145);
  162. this.textBoxChannel.Name = "textBoxChannel";
  163. this.textBoxChannel.Size = new System.Drawing.Size(105, 21);
  164. this.textBoxChannel.TabIndex = 11;
  165. this.textBoxChannel.Text = "1";
  166. //
  167. // label6
  168. //
  169. this.label6.AutoSize = true;
  170. this.label6.Location = new System.Drawing.Point(14, 140);
  171. this.label6.Name = "label6";
  172. this.label6.Size = new System.Drawing.Size(47, 12);
  173. this.label6.TabIndex = 10;
  174. this.label6.Text = "Channel";
  175. //
  176. // comboBoxFactory
  177. //
  178. this.comboBoxFactory.FormattingEnabled = true;
  179. this.comboBoxFactory.Location = new System.Drawing.Point(261, 148);
  180. this.comboBoxFactory.Name = "comboBoxFactory";
  181. this.comboBoxFactory.Size = new System.Drawing.Size(106, 20);
  182. this.comboBoxFactory.TabIndex = 13;
  183. //
  184. // label7
  185. //
  186. this.label7.AutoSize = true;
  187. this.label7.Location = new System.Drawing.Point(200, 156);
  188. this.label7.Name = "label7";
  189. this.label7.Size = new System.Drawing.Size(53, 12);
  190. this.label7.TabIndex = 12;
  191. this.label7.Text = "厂家类型";
  192. //
  193. // comboBoxProtocol
  194. //
  195. this.comboBoxProtocol.FormattingEnabled = true;
  196. this.comboBoxProtocol.Items.AddRange(new object[] {
  197. "TCP",
  198. "UDP",
  199. "多播"});
  200. this.comboBoxProtocol.Location = new System.Drawing.Point(70, 140);
  201. this.comboBoxProtocol.Name = "comboBoxProtocol";
  202. this.comboBoxProtocol.Size = new System.Drawing.Size(102, 20);
  203. this.comboBoxProtocol.TabIndex = 15;
  204. //
  205. // label8
  206. //
  207. this.label8.AutoSize = true;
  208. this.label8.Location = new System.Drawing.Point(8, 152);
  209. this.label8.Name = "label8";
  210. this.label8.Size = new System.Drawing.Size(53, 12);
  211. this.label8.TabIndex = 14;
  212. this.label8.Text = "传输协议";
  213. //
  214. // comboBoxStream
  215. //
  216. this.comboBoxStream.FormattingEnabled = true;
  217. this.comboBoxStream.Items.AddRange(new object[] {
  218. "主码流",
  219. "子码流"});
  220. this.comboBoxStream.Location = new System.Drawing.Point(261, 186);
  221. this.comboBoxStream.Name = "comboBoxStream";
  222. this.comboBoxStream.Size = new System.Drawing.Size(107, 20);
  223. this.comboBoxStream.TabIndex = 17;
  224. //
  225. // label9
  226. //
  227. this.label9.AutoSize = true;
  228. this.label9.Location = new System.Drawing.Point(200, 198);
  229. this.label9.Name = "label9";
  230. this.label9.Size = new System.Drawing.Size(53, 12);
  231. this.label9.TabIndex = 16;
  232. this.label9.Text = "码流类型";
  233. //
  234. // btnSet
  235. //
  236. this.btnSet.Location = new System.Drawing.Point(211, 234);
  237. this.btnSet.Name = "btnSet";
  238. this.btnSet.Size = new System.Drawing.Size(75, 23);
  239. this.btnSet.TabIndex = 18;
  240. this.btnSet.Text = "Set";
  241. this.btnSet.UseVisualStyleBackColor = true;
  242. this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
  243. //
  244. // btnExit
  245. //
  246. this.btnExit.Location = new System.Drawing.Point(297, 234);
  247. this.btnExit.Name = "btnExit";
  248. this.btnExit.Size = new System.Drawing.Size(75, 23);
  249. this.btnExit.TabIndex = 19;
  250. this.btnExit.Text = "Exit";
  251. this.btnExit.UseVisualStyleBackColor = true;
  252. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  253. //
  254. // btnDel
  255. //
  256. this.btnDel.Location = new System.Drawing.Point(126, 235);
  257. this.btnDel.Name = "btnDel";
  258. this.btnDel.Size = new System.Drawing.Size(75, 23);
  259. this.btnDel.TabIndex = 20;
  260. this.btnDel.Text = "Delete";
  261. this.btnDel.UseVisualStyleBackColor = true;
  262. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  263. //
  264. // label10
  265. //
  266. this.label10.AutoSize = true;
  267. this.label10.Location = new System.Drawing.Point(151, 259);
  268. this.label10.Name = "label10";
  269. this.label10.Size = new System.Drawing.Size(29, 12);
  270. this.label10.TabIndex = 21;
  271. this.label10.Text = "删除";
  272. //
  273. // label11
  274. //
  275. this.label11.AutoSize = true;
  276. this.label11.Location = new System.Drawing.Point(235, 259);
  277. this.label11.Name = "label11";
  278. this.label11.Size = new System.Drawing.Size(29, 12);
  279. this.label11.TabIndex = 22;
  280. this.label11.Text = "设置";
  281. //
  282. // label12
  283. //
  284. this.label12.AutoSize = true;
  285. this.label12.Location = new System.Drawing.Point(320, 260);
  286. this.label12.Name = "label12";
  287. this.label12.Size = new System.Drawing.Size(29, 12);
  288. this.label12.TabIndex = 23;
  289. this.label12.Text = "退出";
  290. //
  291. // label13
  292. //
  293. this.label13.AutoSize = true;
  294. this.label13.Location = new System.Drawing.Point(16, 11);
  295. this.label13.Name = "label13";
  296. this.label13.Size = new System.Drawing.Size(71, 12);
  297. this.label13.TabIndex = 24;
  298. this.label13.Text = "Stream Type";
  299. //
  300. // label14
  301. //
  302. this.label14.AutoSize = true;
  303. this.label14.Location = new System.Drawing.Point(15, 60);
  304. this.label14.Name = "label14";
  305. this.label14.Size = new System.Drawing.Size(59, 12);
  306. this.label14.TabIndex = 25;
  307. this.label14.Text = "Device IP";
  308. //
  309. // label15
  310. //
  311. this.label15.AutoSize = true;
  312. this.label15.Location = new System.Drawing.Point(15, 102);
  313. this.label15.Name = "label15";
  314. this.label15.Size = new System.Drawing.Size(29, 12);
  315. this.label15.TabIndex = 26;
  316. this.label15.Text = "Port";
  317. //
  318. // label16
  319. //
  320. this.label16.AutoSize = true;
  321. this.label16.Location = new System.Drawing.Point(14, 156);
  322. this.label16.Name = "label16";
  323. this.label16.Size = new System.Drawing.Size(41, 12);
  324. this.label16.TabIndex = 27;
  325. this.label16.Text = "通道号";
  326. //
  327. // label17
  328. //
  329. this.label17.AutoSize = true;
  330. this.label17.Location = new System.Drawing.Point(10, 137);
  331. this.label17.Name = "label17";
  332. this.label17.Size = new System.Drawing.Size(53, 12);
  333. this.label17.TabIndex = 28;
  334. this.label17.Text = "Protocol";
  335. //
  336. // label18
  337. //
  338. this.label18.AutoSize = true;
  339. this.label18.Location = new System.Drawing.Point(198, 61);
  340. this.label18.Name = "label18";
  341. this.label18.Size = new System.Drawing.Size(59, 12);
  342. this.label18.TabIndex = 29;
  343. this.label18.Text = "User name";
  344. //
  345. // label19
  346. //
  347. this.label19.AutoSize = true;
  348. this.label19.Location = new System.Drawing.Point(199, 117);
  349. this.label19.Name = "label19";
  350. this.label19.Size = new System.Drawing.Size(29, 12);
  351. this.label19.TabIndex = 30;
  352. this.label19.Text = "密码";
  353. //
  354. // label20
  355. //
  356. this.label20.AutoSize = true;
  357. this.label20.Location = new System.Drawing.Point(201, 140);
  358. this.label20.Name = "label20";
  359. this.label20.Size = new System.Drawing.Size(47, 12);
  360. this.label20.TabIndex = 31;
  361. this.label20.Text = "Factory";
  362. //
  363. // label21
  364. //
  365. this.label21.AutoSize = true;
  366. this.label21.Location = new System.Drawing.Point(201, 183);
  367. this.label21.Name = "label21";
  368. this.label21.Size = new System.Drawing.Size(41, 12);
  369. this.label21.TabIndex = 32;
  370. this.label21.Text = "Stream";
  371. //
  372. // groupBox1
  373. //
  374. this.groupBox1.Controls.Add(this.comboBoxProtocol);
  375. this.groupBox1.Controls.Add(this.label8);
  376. this.groupBox1.Controls.Add(this.label17);
  377. this.groupBox1.Location = new System.Drawing.Point(7, 41);
  378. this.groupBox1.Name = "groupBox1";
  379. this.groupBox1.Size = new System.Drawing.Size(377, 181);
  380. this.groupBox1.TabIndex = 33;
  381. this.groupBox1.TabStop = false;
  382. //
  383. // IPChannelConfig
  384. //
  385. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  386. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  387. this.ClientSize = new System.Drawing.Size(390, 278);
  388. this.Controls.Add(this.label21);
  389. this.Controls.Add(this.label20);
  390. this.Controls.Add(this.label19);
  391. this.Controls.Add(this.label18);
  392. this.Controls.Add(this.label16);
  393. this.Controls.Add(this.label15);
  394. this.Controls.Add(this.label14);
  395. this.Controls.Add(this.label13);
  396. this.Controls.Add(this.label12);
  397. this.Controls.Add(this.label11);
  398. this.Controls.Add(this.label10);
  399. this.Controls.Add(this.btnDel);
  400. this.Controls.Add(this.btnExit);
  401. this.Controls.Add(this.btnSet);
  402. this.Controls.Add(this.comboBoxStream);
  403. this.Controls.Add(this.label9);
  404. this.Controls.Add(this.comboBoxFactory);
  405. this.Controls.Add(this.label7);
  406. this.Controls.Add(this.textBoxChannel);
  407. this.Controls.Add(this.label6);
  408. this.Controls.Add(this.textBoxPsw);
  409. this.Controls.Add(this.label5);
  410. this.Controls.Add(this.textBoxUserName);
  411. this.Controls.Add(this.label4);
  412. this.Controls.Add(this.textBoxPort);
  413. this.Controls.Add(this.label3);
  414. this.Controls.Add(this.textBoxIPAddr);
  415. this.Controls.Add(this.label2);
  416. this.Controls.Add(this.comboBoxStreamType);
  417. this.Controls.Add(this.label1);
  418. this.Controls.Add(this.groupBox1);
  419. this.Name = "IPChannelConfig";
  420. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  421. this.Text = "IPChannelConfig";
  422. this.Load += new System.EventHandler(this.IPChannelConfig_Load);
  423. this.groupBox1.ResumeLayout(false);
  424. this.groupBox1.PerformLayout();
  425. this.ResumeLayout(false);
  426. this.PerformLayout();
  427. }
  428. #endregion
  429. private System.Windows.Forms.Label label1;
  430. private System.Windows.Forms.ComboBox comboBoxStreamType;
  431. private System.Windows.Forms.Label label2;
  432. private System.Windows.Forms.TextBox textBoxIPAddr;
  433. private System.Windows.Forms.TextBox textBoxPort;
  434. private System.Windows.Forms.Label label3;
  435. private System.Windows.Forms.TextBox textBoxUserName;
  436. private System.Windows.Forms.Label label4;
  437. private System.Windows.Forms.TextBox textBoxPsw;
  438. private System.Windows.Forms.Label label5;
  439. private System.Windows.Forms.TextBox textBoxChannel;
  440. private System.Windows.Forms.Label label6;
  441. private System.Windows.Forms.ComboBox comboBoxFactory;
  442. private System.Windows.Forms.Label label7;
  443. private System.Windows.Forms.ComboBox comboBoxProtocol;
  444. private System.Windows.Forms.Label label8;
  445. private System.Windows.Forms.ComboBox comboBoxStream;
  446. private System.Windows.Forms.Label label9;
  447. private System.Windows.Forms.Button btnSet;
  448. private System.Windows.Forms.Button btnExit;
  449. private System.Windows.Forms.Button btnDel;
  450. private System.Windows.Forms.Label label10;
  451. private System.Windows.Forms.Label label11;
  452. private System.Windows.Forms.Label label12;
  453. private System.Windows.Forms.Label label13;
  454. private System.Windows.Forms.Label label14;
  455. private System.Windows.Forms.Label label15;
  456. private System.Windows.Forms.Label label16;
  457. private System.Windows.Forms.Label label17;
  458. private System.Windows.Forms.Label label18;
  459. private System.Windows.Forms.Label label19;
  460. private System.Windows.Forms.Label label20;
  461. private System.Windows.Forms.Label label21;
  462. private System.Windows.Forms.GroupBox groupBox1;
  463. }
  464. }