namespace NZSDK_CSharpSample { partial class NZSdkForm { /// /// 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.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPageData = new System.Windows.Forms.TabPage(); this.pageNZSdkData1 = new NZSDK_CSharpSample.PageNZSdkData(); this.tabPageLive = new System.Windows.Forms.TabPage(); this.pageNZSdkLive1 = new NZSDK_CSharpSample.PageNZSdkLive(); this.tabPagePlayback = new System.Windows.Forms.TabPage(); this.pageNZSdkPlayback1 = new NZSDK_CSharpSample.PageNZSdkPlayback(); this.panel1 = new System.Windows.Forms.Panel(); this.butDefault = new System.Windows.Forms.Button(); this.butDisconnect = new System.Windows.Forms.Button(); this.butConnect = new System.Windows.Forms.Button(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtLoginId = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtRtspPort = new System.Windows.Forms.TextBox(); this.lblRtspPort = new System.Windows.Forms.Label(); this.txtHttpPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPageData.SuspendLayout(); this.tabPageLive.SuspendLayout(); this.tabPagePlayback.SuspendLayout(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPageData); this.tabControl1.Controls.Add(this.tabPageLive); this.tabControl1.Controls.Add(this.tabPagePlayback); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 100); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(795, 448); this.tabControl1.TabIndex = 1; // // tabPageData // this.tabPageData.Controls.Add(this.pageNZSdkData1); this.tabPageData.Location = new System.Drawing.Point(4, 23); this.tabPageData.Name = "tabPageData"; this.tabPageData.Padding = new System.Windows.Forms.Padding(3); this.tabPageData.Size = new System.Drawing.Size(787, 421); this.tabPageData.TabIndex = 0; this.tabPageData.Text = "Data"; this.tabPageData.UseVisualStyleBackColor = true; // // pageNZSdkData1 // this.pageNZSdkData1.Dock = System.Windows.Forms.DockStyle.Fill; this.pageNZSdkData1.Font = new System.Drawing.Font("Tahoma", 9F); this.pageNZSdkData1.Location = new System.Drawing.Point(3, 3); this.pageNZSdkData1.Name = "pageNZSdkData1"; this.pageNZSdkData1.SDK = null; this.pageNZSdkData1.Size = new System.Drawing.Size(781, 415); this.pageNZSdkData1.TabIndex = 0; // // tabPageLive // this.tabPageLive.Controls.Add(this.pageNZSdkLive1); this.tabPageLive.Location = new System.Drawing.Point(4, 22); this.tabPageLive.Name = "tabPageLive"; this.tabPageLive.Padding = new System.Windows.Forms.Padding(3); this.tabPageLive.Size = new System.Drawing.Size(787, 422); this.tabPageLive.TabIndex = 1; this.tabPageLive.Text = "Live"; this.tabPageLive.UseVisualStyleBackColor = true; // // pageNZSdkLive1 // this.pageNZSdkLive1.Dock = System.Windows.Forms.DockStyle.Fill; this.pageNZSdkLive1.Font = new System.Drawing.Font("Tahoma", 9F); this.pageNZSdkLive1.Location = new System.Drawing.Point(3, 3); this.pageNZSdkLive1.Name = "pageNZSdkLive1"; this.pageNZSdkLive1.SDK = null; this.pageNZSdkLive1.Size = new System.Drawing.Size(781, 416); this.pageNZSdkLive1.TabIndex = 0; // // tabPagePlayback // this.tabPagePlayback.Controls.Add(this.pageNZSdkPlayback1); this.tabPagePlayback.Location = new System.Drawing.Point(4, 23); this.tabPagePlayback.Name = "tabPagePlayback"; this.tabPagePlayback.Padding = new System.Windows.Forms.Padding(3); this.tabPagePlayback.Size = new System.Drawing.Size(787, 421); this.tabPagePlayback.TabIndex = 2; this.tabPagePlayback.Text = "Playback"; this.tabPagePlayback.UseVisualStyleBackColor = true; // // pageNZSdkPlayback1 // this.pageNZSdkPlayback1.Dock = System.Windows.Forms.DockStyle.Fill; this.pageNZSdkPlayback1.Font = new System.Drawing.Font("Tahoma", 9F); this.pageNZSdkPlayback1.Location = new System.Drawing.Point(3, 3); this.pageNZSdkPlayback1.Name = "pageNZSdkPlayback1"; this.pageNZSdkPlayback1.Size = new System.Drawing.Size(781, 415); this.pageNZSdkPlayback1.TabIndex = 0; // // panel1 // this.panel1.Controls.Add(this.butDefault); this.panel1.Controls.Add(this.butDisconnect); this.panel1.Controls.Add(this.butConnect); this.panel1.Controls.Add(this.txtPassword); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.txtLoginId); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtRtspPort); this.panel1.Controls.Add(this.lblRtspPort); this.panel1.Controls.Add(this.txtHttpPort); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.txtAddress); this.panel1.Controls.Add(this.label2); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(795, 100); this.panel1.TabIndex = 0; // // butDefault // this.butDefault.Location = new System.Drawing.Point(15, 71); this.butDefault.Name = "butDefault"; this.butDefault.Size = new System.Drawing.Size(75, 23); this.butDefault.TabIndex = 5; this.butDefault.Text = "Default"; this.butDefault.UseVisualStyleBackColor = true; this.butDefault.Click += new System.EventHandler(this.butDefault_Click); // // butDisconnect // this.butDisconnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butDisconnect.Location = new System.Drawing.Point(708, 71); this.butDisconnect.Name = "butDisconnect"; this.butDisconnect.Size = new System.Drawing.Size(75, 23); this.butDisconnect.TabIndex = 7; this.butDisconnect.Text = "Disconnect"; this.butDisconnect.UseVisualStyleBackColor = true; this.butDisconnect.Click += new System.EventHandler(this.butDisconnect_Click); // // butConnect // this.butConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.butConnect.Location = new System.Drawing.Point(627, 71); this.butConnect.Name = "butConnect"; this.butConnect.Size = new System.Drawing.Size(75, 23); this.butConnect.TabIndex = 6; this.butConnect.Text = "Connect"; this.butConnect.UseVisualStyleBackColor = true; this.butConnect.Click += new System.EventHandler(this.butConnect_Click); // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(323, 43); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(121, 22); this.txtPassword.TabIndex = 4; this.txtPassword.UseSystemPasswordChar = true; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(235, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(70, 14); this.label6.TabIndex = 10; this.label6.Text = "Password : "; // // txtLoginId // this.txtLoginId.Location = new System.Drawing.Point(91, 43); this.txtLoginId.Name = "txtLoginId"; this.txtLoginId.Size = new System.Drawing.Size(121, 22); this.txtLoginId.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(12, 46); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(64, 14); this.label5.TabIndex = 8; this.label5.Text = "Login ID : "; // // txtRtspPort // this.txtRtspPort.Location = new System.Drawing.Point(554, 14); this.txtRtspPort.Name = "txtRtspPort"; this.txtRtspPort.Size = new System.Drawing.Size(100, 22); this.txtRtspPort.TabIndex = 2; // // lblRtspPort // this.lblRtspPort.AutoSize = true; this.lblRtspPort.Location = new System.Drawing.Point(465, 17); this.lblRtspPort.Name = "lblRtspPort"; this.lblRtspPort.Size = new System.Drawing.Size(70, 14); this.lblRtspPort.TabIndex = 6; this.lblRtspPort.Text = "Rtsp Port : "; // // txtHttpPort // this.txtHttpPort.Location = new System.Drawing.Point(323, 14); this.txtHttpPort.Name = "txtHttpPort"; this.txtHttpPort.Size = new System.Drawing.Size(100, 22); this.txtHttpPort.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(235, 17); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(71, 14); this.label3.TabIndex = 4; this.label3.Text = "Http Port : "; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(91, 14); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(121, 22); this.txtAddress.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 17); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 14); this.label2.TabIndex = 2; this.label2.Text = "Address : "; // // NZSdkForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(795, 548); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Tahoma", 9F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "NZSdkForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "NZSDK"; this.Load += new System.EventHandler(this.NZSdkForm_Load); this.tabControl1.ResumeLayout(false); this.tabPageData.ResumeLayout(false); this.tabPageLive.ResumeLayout(false); this.tabPagePlayback.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPageData; private System.Windows.Forms.TabPage tabPageLive; private System.Windows.Forms.TabPage tabPagePlayback; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtLoginId; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtRtspPort; private System.Windows.Forms.Label lblRtspPort; private System.Windows.Forms.TextBox txtHttpPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Button butDisconnect; private System.Windows.Forms.Button butConnect; private PageNZSdkData pageNZSdkData1; private PageNZSdkLive pageNZSdkLive1; private System.Windows.Forms.Button butDefault; private PageNZSdkPlayback pageNZSdkPlayback1; } }