/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VsChannelStructure)); this.imageList = new System.Windows.Forms.ImageList(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.camerasTree = new System.Windows.Forms.TreeView(); this.vsChannelGrid = new Vs.Monitor.VsChannelGrid(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, ""); this.imageList.Images.SetKeyName(1, ""); // // panel1 // this.panel1.AllowDrop = true; this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.panel1.AutoSize = true; this.panel1.Controls.Add(this.camerasTree); this.panel1.Location = new System.Drawing.Point(13, 10); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(172, 193); this.panel1.TabIndex = 3; // // camerasTree // this.camerasTree.AllowDrop = true; this.camerasTree.Dock = System.Windows.Forms.DockStyle.Fill; this.camerasTree.Location = new System.Drawing.Point(0, 0); this.camerasTree.Name = "camerasTree"; this.camerasTree.Size = new System.Drawing.Size(172, 193); this.camerasTree.TabIndex = 3; // // vsChannelGrid // this.vsChannelGrid.AllowDrop = true; this.vsChannelGrid.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.vsChannelGrid.Cols = ((short)(2)); this.vsChannelGrid.Location = new System.Drawing.Point(197, 10); this.vsChannelGrid.Name = "vsChannelGrid"; this.vsChannelGrid.Rows = ((short)(2)); this.vsChannelGrid.Size = new System.Drawing.Size(193, 193); this.vsChannelGrid.TabIndex = 1; // // VsChannelStructure // this.Controls.Add(this.panel1); this.Controls.Add(this.vsChannelGrid); this.Name = "VsChannelStructure"; this.Size = new System.Drawing.Size(403, 213); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); }