namespace NZSDK_CSharpSample { partial class NZLiveDisplayForm { /// /// 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.txtAddress = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtUrl = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtLoginId = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.butDisconnect = new System.Windows.Forms.Button(); this.butConnect = new System.Windows.Forms.Button(); this.butDefault = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(17, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(62, 14); this.label1.TabIndex = 0; this.label1.Text = "Address : "; // // txtAddress // this.txtAddress.Location = new System.Drawing.Point(96, 20); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(114, 22); this.txtAddress.TabIndex = 0; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(236, 23); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(70, 14); this.label2.TabIndex = 2; this.label2.Text = "Rtsp Port : "; // // txtPort // this.txtPort.Location = new System.Drawing.Point(324, 20); this.txtPort.Name = "txtPort"; this.txtPort.Size = new System.Drawing.Size(100, 22); this.txtPort.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(439, 23); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(33, 14); this.label3.TabIndex = 4; this.label3.Text = "Url : "; // // txtUrl // this.txtUrl.Location = new System.Drawing.Point(489, 20); this.txtUrl.Name = "txtUrl"; this.txtUrl.Size = new System.Drawing.Size(161, 22); this.txtUrl.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 14); this.label4.TabIndex = 6; this.label4.Text = "Login ID : "; // // txtLoginId // this.txtLoginId.Location = new System.Drawing.Point(96, 48); this.txtLoginId.Name = "txtLoginId"; this.txtLoginId.Size = new System.Drawing.Size(100, 22); this.txtLoginId.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(236, 51); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 14); this.label5.TabIndex = 8; this.label5.Text = "Password : "; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(324, 48); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(100, 22); this.txtPassword.TabIndex = 4; this.txtPassword.UseSystemPasswordChar = true; // // pictureBox1 // this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox1.Location = new System.Drawing.Point(12, 121); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(656, 375); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 10; this.pictureBox1.TabStop = false; this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged); // // groupBox1 // this.groupBox1.Controls.Add(this.butDefault); this.groupBox1.Controls.Add(this.butDisconnect); this.groupBox1.Controls.Add(this.butConnect); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.txtAddress); this.groupBox1.Controls.Add(this.txtUrl); this.groupBox1.Controls.Add(this.txtPassword); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtPort); this.groupBox1.Controls.Add(this.txtLoginId); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Location = new System.Drawing.Point(12, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(656, 110); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Connection"; // // 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(575, 81); 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(494, 81); 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); // // butDefault // this.butDefault.Location = new System.Drawing.Point(20, 81); 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); // // NZLiveDisplayForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(680, 508); this.Controls.Add(this.groupBox1); this.Controls.Add(this.pictureBox1); this.Font = new System.Drawing.Font("Tahoma", 9F); this.MinimumSize = new System.Drawing.Size(696, 546); this.Name = "NZLiveDisplayForm"; this.Text = "NzLiveDisplay"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtAddress; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtUrl; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtLoginId; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button butDisconnect; private System.Windows.Forms.Button butConnect; private System.Windows.Forms.Button butDefault; } }