コード例 #1
0
ファイル: WindowSwitcherNode.cs プロジェクト: tekcor/vvvv-sdk
 private void InitializeComponent()
 {
     this.FDummyTextBox = new System.Windows.Forms.TextBox();
     this.FHierarchyViewer = new VVVV.HDE.Viewer.WinFormsViewer.HierarchyViewer();
     this.SuspendLayout();
     //
     // FDummyTextBox
     //
     this.FDummyTextBox.Location = new System.Drawing.Point(3, 3);
     this.FDummyTextBox.Name = "FDummyTextBox";
     this.FDummyTextBox.Size = new System.Drawing.Size(100, 20);
     this.FDummyTextBox.TabIndex = 0;
     this.FDummyTextBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FDummyTextBoxKeyUp);
     //
     // FHierarchyViewer
     //
     this.FHierarchyViewer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.FHierarchyViewer.Location = new System.Drawing.Point(0, 0);
     this.FHierarchyViewer.Name = "FHierarchyViewer";
     this.FHierarchyViewer.Size = new System.Drawing.Size(402, 278);
     this.FHierarchyViewer.TabIndex = 1;
     this.FHierarchyViewer.MouseClick += new VVVV.HDE.Viewer.WinFormsViewer.ClickHandler(this.FHierarchyViewerClick);
     this.FHierarchyViewer.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FHierarchyViewerKeyUp);
     //
     // WindowSwitcherNode
     //
     this.BackColor = System.Drawing.Color.Silver;
     this.Controls.Add(this.FHierarchyViewer);
     this.Controls.Add(this.FDummyTextBox);
     this.DoubleBuffered = true;
     this.Name = "WindowSwitcherNode";
     this.Size = new System.Drawing.Size(402, 278);
     this.ResumeLayout(false);
     this.PerformLayout();
 }