namespace xicheji { partial class IPChannelConfig { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.comboBoxStreamType = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.textBoxIPAddr = new System.Windows.Forms.TextBox(); this.textBoxPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBoxUserName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBoxPsw = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.textBoxChannel = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.comboBoxFactory = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.comboBoxProtocol = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.comboBoxStream = new System.Windows.Forms.ComboBox(); this.label9 = new System.Windows.Forms.Label(); this.btnSet = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.btnDel = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(15, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "取流类型"; // // comboBoxStreamType // this.comboBoxStreamType.FormattingEnabled = true; this.comboBoxStreamType.Items.AddRange(new object[] { "0- 设备取流(NET_DVR_IPCHANINFO)", "1- 从流媒体取流", "2- IPServer取流", "3- IPServer+流媒体取流", "4- 流媒体URL取流", "5- hiDDNS取流", "6- 设备取流扩展(NET_DVR_IPCHANINFO_V40)"}); this.comboBoxStreamType.Location = new System.Drawing.Point(95, 16); this.comboBoxStreamType.Name = "comboBoxStreamType"; this.comboBoxStreamType.Size = new System.Drawing.Size(271, 20); this.comboBoxStreamType.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(15, 75); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 2; this.label2.Text = "IP地址"; // // textBoxIPAddr // this.textBoxIPAddr.Location = new System.Drawing.Point(77, 64); this.textBoxIPAddr.Name = "textBoxIPAddr"; this.textBoxIPAddr.Size = new System.Drawing.Size(105, 21); this.textBoxIPAddr.TabIndex = 3; this.textBoxIPAddr.Text = "192.168.0.12"; // // textBoxPort // this.textBoxPort.Location = new System.Drawing.Point(75, 106); this.textBoxPort.Name = "textBoxPort"; this.textBoxPort.Size = new System.Drawing.Size(105, 21); this.textBoxPort.TabIndex = 5; this.textBoxPort.Text = "8000"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 116); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 12); this.label3.TabIndex = 4; this.label3.Text = "端口"; // // textBoxUserName // this.textBoxUserName.Location = new System.Drawing.Point(261, 64); this.textBoxUserName.Name = "textBoxUserName"; this.textBoxUserName.Size = new System.Drawing.Size(105, 21); this.textBoxUserName.TabIndex = 7; this.textBoxUserName.Text = "admin"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(199, 75); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(41, 12); this.label4.TabIndex = 6; this.label4.Text = "用户名"; // // textBoxPsw // this.textBoxPsw.Location = new System.Drawing.Point(259, 107); this.textBoxPsw.Name = "textBoxPsw"; this.textBoxPsw.PasswordChar = '*'; this.textBoxPsw.Size = new System.Drawing.Size(105, 21); this.textBoxPsw.TabIndex = 9; this.textBoxPsw.Text = "12345"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(198, 102); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 8; this.label5.Text = "Password"; // // textBoxChannel // this.textBoxChannel.Location = new System.Drawing.Point(75, 145); this.textBoxChannel.Name = "textBoxChannel"; this.textBoxChannel.Size = new System.Drawing.Size(105, 21); this.textBoxChannel.TabIndex = 11; this.textBoxChannel.Text = "1"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(14, 140); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 12); this.label6.TabIndex = 10; this.label6.Text = "Channel"; // // comboBoxFactory // this.comboBoxFactory.FormattingEnabled = true; this.comboBoxFactory.Location = new System.Drawing.Point(261, 148); this.comboBoxFactory.Name = "comboBoxFactory"; this.comboBoxFactory.Size = new System.Drawing.Size(106, 20); this.comboBoxFactory.TabIndex = 13; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(200, 156); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 12; this.label7.Text = "厂家类型"; // // comboBoxProtocol // this.comboBoxProtocol.FormattingEnabled = true; this.comboBoxProtocol.Items.AddRange(new object[] { "TCP", "UDP", "多播"}); this.comboBoxProtocol.Location = new System.Drawing.Point(70, 140); this.comboBoxProtocol.Name = "comboBoxProtocol"; this.comboBoxProtocol.Size = new System.Drawing.Size(102, 20); this.comboBoxProtocol.TabIndex = 15; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(8, 152); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 14; this.label8.Text = "传输协议"; // // comboBoxStream // this.comboBoxStream.FormattingEnabled = true; this.comboBoxStream.Items.AddRange(new object[] { "主码流", "子码流"}); this.comboBoxStream.Location = new System.Drawing.Point(261, 186); this.comboBoxStream.Name = "comboBoxStream"; this.comboBoxStream.Size = new System.Drawing.Size(107, 20); this.comboBoxStream.TabIndex = 17; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(200, 198); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 16; this.label9.Text = "码流类型"; // // btnSet // this.btnSet.Location = new System.Drawing.Point(211, 234); this.btnSet.Name = "btnSet"; this.btnSet.Size = new System.Drawing.Size(75, 23); this.btnSet.TabIndex = 18; this.btnSet.Text = "Set"; this.btnSet.UseVisualStyleBackColor = true; this.btnSet.Click += new System.EventHandler(this.btnSet_Click); // // btnExit // this.btnExit.Location = new System.Drawing.Point(297, 234); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(75, 23); this.btnExit.TabIndex = 19; this.btnExit.Text = "Exit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // btnDel // this.btnDel.Location = new System.Drawing.Point(126, 235); this.btnDel.Name = "btnDel"; this.btnDel.Size = new System.Drawing.Size(75, 23); this.btnDel.TabIndex = 20; this.btnDel.Text = "Delete"; this.btnDel.UseVisualStyleBackColor = true; this.btnDel.Click += new System.EventHandler(this.btnDel_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(151, 259); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 21; this.label10.Text = "删除"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(235, 259); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(29, 12); this.label11.TabIndex = 22; this.label11.Text = "设置"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(320, 260); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(29, 12); this.label12.TabIndex = 23; this.label12.Text = "退出"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(16, 11); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(71, 12); this.label13.TabIndex = 24; this.label13.Text = "Stream Type"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(15, 60); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(59, 12); this.label14.TabIndex = 25; this.label14.Text = "Device IP"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(15, 102); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(29, 12); this.label15.TabIndex = 26; this.label15.Text = "Port"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(14, 156); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(41, 12); this.label16.TabIndex = 27; this.label16.Text = "通道号"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(10, 137); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 12); this.label17.TabIndex = 28; this.label17.Text = "Protocol"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(198, 61); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(59, 12); this.label18.TabIndex = 29; this.label18.Text = "User name"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(199, 117); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(29, 12); this.label19.TabIndex = 30; this.label19.Text = "密码"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(201, 140); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(47, 12); this.label20.TabIndex = 31; this.label20.Text = "Factory"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(201, 183); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(41, 12); this.label21.TabIndex = 32; this.label21.Text = "Stream"; // // groupBox1 // this.groupBox1.Controls.Add(this.comboBoxProtocol); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Location = new System.Drawing.Point(7, 41); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(377, 181); this.groupBox1.TabIndex = 33; this.groupBox1.TabStop = false; // // IPChannelConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(390, 278); this.Controls.Add(this.label21); this.Controls.Add(this.label20); this.Controls.Add(this.label19); this.Controls.Add(this.label18); this.Controls.Add(this.label16); this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.btnDel); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnSet); this.Controls.Add(this.comboBoxStream); this.Controls.Add(this.label9); this.Controls.Add(this.comboBoxFactory); this.Controls.Add(this.label7); this.Controls.Add(this.textBoxChannel); this.Controls.Add(this.label6); this.Controls.Add(this.textBoxPsw); this.Controls.Add(this.label5); this.Controls.Add(this.textBoxUserName); this.Controls.Add(this.label4); this.Controls.Add(this.textBoxPort); this.Controls.Add(this.label3); this.Controls.Add(this.textBoxIPAddr); this.Controls.Add(this.label2); this.Controls.Add(this.comboBoxStreamType); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "IPChannelConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "IPChannelConfig"; this.Load += new System.EventHandler(this.IPChannelConfig_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBoxStreamType; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBoxIPAddr; private System.Windows.Forms.TextBox textBoxPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBoxUserName; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox textBoxPsw; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBoxChannel; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox comboBoxFactory; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox comboBoxProtocol; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox comboBoxStream; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button btnSet; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnDel; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.GroupBox groupBox1; } }