コード例 #1
0
ファイル: sample8.cs プロジェクト: zcatt/StarUML
 /// <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();
     this.label1        = new System.WinForms.Label();
     this.label7        = new System.WinForms.Label();
     this.label3        = new System.WinForms.Label();
     this.label2        = new System.WinForms.Label();
     this.btnDownload   = new System.WinForms.Button();
     this.txtPort       = new System.WinForms.TextBox();
     this.label8        = new System.WinForms.Label();
     this.label5        = new System.WinForms.Label();
     this.clPing        = new System.WinForms.ColumnHeader();
     this.txtURL        = new System.WinForms.TextBox();
     this.tabSearch     = new System.WinForms.TabPage();
     this.columnHeader2 = new System.WinForms.ColumnHeader();
     this.label6        = new System.WinForms.Label();
     this.tabLibrary    = new System.WinForms.TabPage();
     this.statusBar1    = new System.WinForms.StatusBar();
     this.tmrLogon      = new System.WinForms.Timer(this.components);
     this.clConnection  = new System.WinForms.ColumnHeader();
     this.lstResults    = new System.WinForms.ListView();
     this.tabControl1   = new System.WinForms.TabControl();
     this.pnlNumUsers   = new System.WinForms.StatusBarPanel();
     this.clMachineName = new System.WinForms.ColumnHeader();
     this.clFilePath    = new System.WinForms.ColumnHeader();
     this.clSize        = new System.WinForms.ColumnHeader();
     this.txtSearch     = new System.WinForms.TextBox();
     this.lstLibrary    = new System.WinForms.ListView();
     this.tabOptions    = new System.WinForms.TabPage();
     this.txtPath       = new System.WinForms.TextBox();
     this.clFileName    = new System.WinForms.ColumnHeader();
     this.btnFind       = new System.WinForms.Button();
     this.panel1        = new System.WinForms.Panel();
     this.pnlTotalData  = new System.WinForms.StatusBarPanel();
     this.columnHeader4 = new System.WinForms.ColumnHeader();
     this.columnHeader3 = new System.WinForms.ColumnHeader();
     this.label4        = new System.WinForms.Label();
     this.columnHeader1 = new System.WinForms.ColumnHeader();
     this.txtConnection = new System.WinForms.TextBox();
     pnlNumUsers.BeginInit();
     pnlTotalData.BeginInit();
     //@this.TrayHeight = 90;
     //@this.TrayLargeIcon = false;
     //@this.TrayAutoArrange = true;
     label1.Location         = new System.Drawing.Point(0, 16);
     label1.Text             = "Search For:";
     label1.Size             = new System.Drawing.Size(64, 16);
     label1.TabIndex         = 1;
     label7.Location         = new System.Drawing.Point(24, 160);
     label7.Text             = "Communication Settings";
     label7.Size             = new System.Drawing.Size(123, 13);
     label7.AutoSize         = true;
     label7.TabIndex         = 5;
     label3.Location         = new System.Drawing.Point(0, 24);
     label3.Text             = "Shared Files:";
     label3.Size             = new System.Drawing.Size(344, 16);
     label3.TabIndex         = 1;
     label2.Location         = new System.Drawing.Point(16, 232);
     label2.Text             = "Conn Speed:";
     label2.Size             = new System.Drawing.Size(68, 13);
     label2.AutoSize         = true;
     label2.TabIndex         = 9;
     btnDownload.Location    = new System.Drawing.Point(544, 8);
     btnDownload.Size        = new System.Drawing.Size(104, 24);
     btnDownload.TabIndex    = 2;
     btnDownload.Text        = "&Download";
     btnDownload.Click      += new System.EventHandler(this.btnDownload_Click);
     txtPort.Location        = new System.Drawing.Point(104, 196);
     txtPort.Text            = "8081";
     txtPort.TabIndex        = 2;
     txtPort.Size            = new System.Drawing.Size(56, 20);
     txtPort.Leave          += new System.EventHandler(this.txtPort_Leave);
     label8.Location         = new System.Drawing.Point(24, 32);
     label8.Text             = "File Settings";
     label8.Size             = new System.Drawing.Size(65, 13);
     label8.AutoSize         = true;
     label8.TabIndex         = 7;
     label5.Location         = new System.Drawing.Point(48, 200);
     label5.Text             = "Port:";
     label5.Size             = new System.Drawing.Size(27, 13);
     label5.AutoSize         = true;
     label5.TabIndex         = 2;
     clPing.Text             = "Ping";
     clPing.TextAlign        = System.WinForms.HorizontalAlignment.Left;
     txtURL.Location         = new System.Drawing.Point(104, 272);
     txtURL.Text             = "http://localhost/services/p2pservice.asmx";
     txtURL.TabIndex         = 4;
     txtURL.Size             = new System.Drawing.Size(352, 20);
     txtURL.Leave           += new System.EventHandler(this.txtPath_Leave);
     tabSearch.Text          = "Search";
     tabSearch.Size          = new System.Drawing.Size(672, 411);
     tabSearch.BorderStyle   = System.WinForms.BorderStyle.Fixed3D;
     tabSearch.TabIndex      = 0;
     columnHeader2.Text      = "ColumnHeader";
     columnHeader2.TextAlign = System.WinForms.HorizontalAlignment.Left;
     label6.Location         = new System.Drawing.Point(48, 64);
     label6.Text             = "File Path:";
     label6.Size             = new System.Drawing.Size(50, 13);
     label6.AutoSize         = true;
     label6.TabIndex         = 3;
     tabLibrary.Text         = "Library";
     tabLibrary.Size         = new System.Drawing.Size(672, 411);
     tabLibrary.BorderStyle  = System.WinForms.BorderStyle.Fixed3D;
     tabLibrary.TabIndex     = 1;
     statusBar1.BackColor    = System.Drawing.SystemColors.Control;
     statusBar1.Location     = new System.Drawing.Point(0, 450);
     statusBar1.Size         = new System.Drawing.Size(690, 29);
     statusBar1.TabIndex     = 7;
     statusBar1.ShowPanels   = true;
     statusBar1.Panels.All   = new System.WinForms.StatusBarPanel[2] {
         this.pnlNumUsers, this.pnlTotalData
     };
     //@tmrLogon.SetLocation (new System.Drawing.Point (216, 7));
     tmrLogon.Interval        = 2000;
     tmrLogon.Enabled         = true;
     tmrLogon.Tick           += new System.EventHandler(this.tmrLogon_Tick);
     clConnection.Text        = "Connection";
     clConnection.Width       = 97;
     clConnection.TextAlign   = System.WinForms.HorizontalAlignment.Left;
     lstResults.Location      = new System.Drawing.Point(0, 40);
     lstResults.Size          = new System.Drawing.Size(664, 368);
     lstResults.HideSelection = false;
     lstResults.View          = System.WinForms.View.Report;
     lstResults.ForeColor     = System.Drawing.SystemColors.WindowText;
     lstResults.TabIndex      = 3;
     lstResults.DoubleClick  += new System.EventHandler(this.btnDownload_Click);
     lstResults.Columns.All   = new System.WinForms.ColumnHeader[6] {
         this.clFileName, this.clFilePath, this.clSize, this.clConnection, this.clMachineName, this.clPing
     };
     tabControl1.Location      = new System.Drawing.Point(8, 8);
     tabControl1.Size          = new System.Drawing.Size(680, 440);
     tabControl1.SelectedIndex = 0;
     tabControl1.Appearance    = System.WinForms.TabAppearance.FlatButtons;
     tabControl1.TabIndex      = 8;
     //@pnlNumUsers.SetLocation (new System.Drawing.Point (7, 7));
     pnlNumUsers.Text        = "There are currently N users in the Share Baby community";
     pnlNumUsers.Width       = 292;
     pnlNumUsers.AutoSize    = System.WinForms.StatusBarPanelAutoSize.Contents;
     clMachineName.Text      = "IP Address";
     clMachineName.Width     = 99;
     clMachineName.TextAlign = System.WinForms.HorizontalAlignment.Left;
     clFilePath.Text         = "Path";
     clFilePath.Width        = 200;
     clFilePath.TextAlign    = System.WinForms.HorizontalAlignment.Left;
     clSize.Text             = "Size";
     clSize.Width            = 81;
     clSize.TextAlign        = System.WinForms.HorizontalAlignment.Left;
     txtSearch.Location      = new System.Drawing.Point(64, 8);
     txtSearch.TabIndex      = 0;
     txtSearch.Size          = new System.Drawing.Size(328, 20);
     lstLibrary.Location     = new System.Drawing.Point(0, 40);
     lstLibrary.Size         = new System.Drawing.Size(664, 368);
     lstLibrary.View         = System.WinForms.View.Report;
     lstLibrary.ForeColor    = System.Drawing.SystemColors.WindowText;
     lstLibrary.TabIndex     = 4;
     lstLibrary.Columns.All  = new System.WinForms.ColumnHeader[4] {
         this.columnHeader4, this.columnHeader1, this.columnHeader2, this.columnHeader3
     };
     tabOptions.Text        = "Options";
     tabOptions.Size        = new System.Drawing.Size(672, 411);
     tabOptions.BorderStyle = System.WinForms.BorderStyle.Fixed3D;
     tabOptions.TabIndex    = 3;
     txtPath.Location       = new System.Drawing.Point(104, 64);
     txtPath.Text           = "c:\\files";
     txtPath.TabIndex       = 0;
     txtPath.Size           = new System.Drawing.Size(352, 20);
     txtPath.Leave         += new System.EventHandler(this.txtPath_Leave);
     clFileName.Text        = "File Name";
     clFileName.Width       = 120;
     clFileName.TextAlign   = System.WinForms.HorizontalAlignment.Left;
     btnFind.Location       = new System.Drawing.Point(416, 8);
     btnFind.Size           = new System.Drawing.Size(104, 24);
     btnFind.TabIndex       = 1;
     btnFind.Text           = "&Find";
     btnFind.Click         += new System.EventHandler(this.btnFind_Click_1);
     panel1.Size            = new System.Drawing.Size(656, 400);
     panel1.TabIndex        = 0;
     //@pnlTotalData.SetLocation (new System.Drawing.Point (114, 7));
     pnlTotalData.Text       = "A total of N files are being shared";
     pnlTotalData.Width      = 382;
     pnlTotalData.AutoSize   = System.WinForms.StatusBarPanelAutoSize.Spring;
     columnHeader4.Text      = "ColumnHeader";
     columnHeader4.TextAlign = System.WinForms.HorizontalAlignment.Left;
     columnHeader3.Text      = "ColumnHeader";
     columnHeader3.TextAlign = System.WinForms.HorizontalAlignment.Left;
     label4.Location         = new System.Drawing.Point(16, 272);
     label4.Text             = "Service URL:";
     label4.Size             = new System.Drawing.Size(69, 13);
     label4.AutoSize         = true;
     label4.TabIndex         = 11;
     columnHeader1.Text      = "ColumnHeader";
     columnHeader1.TextAlign = System.WinForms.HorizontalAlignment.Left;
     txtConnection.Location  = new System.Drawing.Point(104, 232);
     txtConnection.Text      = "LAN";
     txtConnection.TabIndex  = 3;
     txtConnection.Size      = new System.Drawing.Size(56, 20);
     txtConnection.Leave    += new System.EventHandler(this.txtPath_Leave);
     pnlNumUsers.EndInit();
     pnlTotalData.EndInit();
     this.Text              = "Share Baby - Content Finder";
     this.MaximizeBox       = false;
     this.StartPosition     = System.WinForms.FormStartPosition.CenterParent;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BorderStyle       = System.WinForms.FormBorderStyle.FixedDialog;
     this.AcceptButton      = this.btnFind;
     this.ClientSize        = new System.Drawing.Size(690, 479);
     this.Closing          += new System.ComponentModel.CancelEventHandler(this.Form1_Closing);
     tabOptions.Controls.Add(this.panel1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.statusBar1);
     panel1.Controls.Add(this.label4);
     panel1.Controls.Add(this.txtURL);
     panel1.Controls.Add(this.label2);
     panel1.Controls.Add(this.txtConnection);
     panel1.Controls.Add(this.label5);
     panel1.Controls.Add(this.label6);
     panel1.Controls.Add(this.txtPort);
     panel1.Controls.Add(this.label7);
     panel1.Controls.Add(this.txtPath);
     panel1.Controls.Add(this.label8);
     tabControl1.Controls.Add(this.tabSearch);
     tabControl1.Controls.Add(this.tabLibrary);
     tabControl1.Controls.Add(this.tabOptions);
     tabLibrary.Controls.Add(this.lstLibrary);
     tabLibrary.Controls.Add(this.label3);
     tabSearch.Controls.Add(this.btnDownload);
     tabSearch.Controls.Add(this.btnFind);
     tabSearch.Controls.Add(this.txtSearch);
     tabSearch.Controls.Add(this.label1);
     tabSearch.Controls.Add(this.lstResults);
 }
コード例 #2
0
ファイル: sample8.cs プロジェクト: hyuntaeng/StarUML
 /// <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 ();
     this.label1 = new System.WinForms.Label ();
     this.label7 = new System.WinForms.Label ();
     this.label3 = new System.WinForms.Label ();
     this.label2 = new System.WinForms.Label ();
     this.btnDownload = new System.WinForms.Button ();
     this.txtPort = new System.WinForms.TextBox ();
     this.label8 = new System.WinForms.Label ();
     this.label5 = new System.WinForms.Label ();
     this.clPing = new System.WinForms.ColumnHeader ();
     this.txtURL = new System.WinForms.TextBox ();
     this.tabSearch = new System.WinForms.TabPage ();
     this.columnHeader2 = new System.WinForms.ColumnHeader ();
     this.label6 = new System.WinForms.Label ();
     this.tabLibrary = new System.WinForms.TabPage ();
     this.statusBar1 = new System.WinForms.StatusBar ();
     this.tmrLogon = new System.WinForms.Timer (this.components);
     this.clConnection = new System.WinForms.ColumnHeader ();
     this.lstResults = new System.WinForms.ListView ();
     this.tabControl1 = new System.WinForms.TabControl ();
     this.pnlNumUsers = new System.WinForms.StatusBarPanel ();
     this.clMachineName = new System.WinForms.ColumnHeader ();
     this.clFilePath = new System.WinForms.ColumnHeader ();
     this.clSize = new System.WinForms.ColumnHeader ();
     this.txtSearch = new System.WinForms.TextBox ();
     this.lstLibrary = new System.WinForms.ListView ();
     this.tabOptions = new System.WinForms.TabPage ();
     this.txtPath = new System.WinForms.TextBox ();
     this.clFileName = new System.WinForms.ColumnHeader ();
     this.btnFind = new System.WinForms.Button ();
     this.panel1 = new System.WinForms.Panel ();
     this.pnlTotalData = new System.WinForms.StatusBarPanel ();
     this.columnHeader4 = new System.WinForms.ColumnHeader ();
     this.columnHeader3 = new System.WinForms.ColumnHeader ();
     this.label4 = new System.WinForms.Label ();
     this.columnHeader1 = new System.WinForms.ColumnHeader ();
     this.txtConnection = new System.WinForms.TextBox ();
     pnlNumUsers.BeginInit ();
     pnlTotalData.BeginInit ();
     //@this.TrayHeight = 90;
     //@this.TrayLargeIcon = false;
     //@this.TrayAutoArrange = true;
     label1.Location = new System.Drawing.Point (0, 16);
     label1.Text = "Search For:";
     label1.Size = new System.Drawing.Size (64, 16);
     label1.TabIndex = 1;
     label7.Location = new System.Drawing.Point (24, 160);
     label7.Text = "Communication Settings";
     label7.Size = new System.Drawing.Size (123, 13);
     label7.AutoSize = true;
     label7.TabIndex = 5;
     label3.Location = new System.Drawing.Point (0, 24);
     label3.Text = "Shared Files:";
     label3.Size = new System.Drawing.Size (344, 16);
     label3.TabIndex = 1;
     label2.Location = new System.Drawing.Point (16, 232);
     label2.Text = "Conn Speed:";
     label2.Size = new System.Drawing.Size (68, 13);
     label2.AutoSize = true;
     label2.TabIndex = 9;
     btnDownload.Location = new System.Drawing.Point (544, 8);
     btnDownload.Size = new System.Drawing.Size (104, 24);
     btnDownload.TabIndex = 2;
     btnDownload.Text = "&Download";
     btnDownload.Click += new System.EventHandler (this.btnDownload_Click);
     txtPort.Location = new System.Drawing.Point (104, 196);
     txtPort.Text = "8081";
     txtPort.TabIndex = 2;
     txtPort.Size = new System.Drawing.Size (56, 20);
     txtPort.Leave += new System.EventHandler (this.txtPort_Leave);
     label8.Location = new System.Drawing.Point (24, 32);
     label8.Text = "File Settings";
     label8.Size = new System.Drawing.Size (65, 13);
     label8.AutoSize = true;
     label8.TabIndex = 7;
     label5.Location = new System.Drawing.Point (48, 200);
     label5.Text = "Port:";
     label5.Size = new System.Drawing.Size (27, 13);
     label5.AutoSize = true;
     label5.TabIndex = 2;
     clPing.Text = "Ping";
     clPing.TextAlign = System.WinForms.HorizontalAlignment.Left;
     txtURL.Location = new System.Drawing.Point (104, 272);
     txtURL.Text = "http://localhost/services/p2pservice.asmx";
     txtURL.TabIndex = 4;
     txtURL.Size = new System.Drawing.Size (352, 20);
     txtURL.Leave += new System.EventHandler (this.txtPath_Leave);
     tabSearch.Text = "Search";
     tabSearch.Size = new System.Drawing.Size (672, 411);
     tabSearch.BorderStyle = System.WinForms.BorderStyle.Fixed3D;
     tabSearch.TabIndex = 0;
     columnHeader2.Text = "ColumnHeader";
     columnHeader2.TextAlign = System.WinForms.HorizontalAlignment.Left;
     label6.Location = new System.Drawing.Point (48, 64);
     label6.Text = "File Path:";
     label6.Size = new System.Drawing.Size (50, 13);
     label6.AutoSize = true;
     label6.TabIndex = 3;
     tabLibrary.Text = "Library";
     tabLibrary.Size = new System.Drawing.Size (672, 411);
     tabLibrary.BorderStyle = System.WinForms.BorderStyle.Fixed3D;
     tabLibrary.TabIndex = 1;
     statusBar1.BackColor = System.Drawing.SystemColors.Control;
     statusBar1.Location = new System.Drawing.Point (0, 450);
     statusBar1.Size = new System.Drawing.Size (690, 29);
     statusBar1.TabIndex = 7;
     statusBar1.ShowPanels = true;
     statusBar1.Panels.All = new System.WinForms.StatusBarPanel[2] {this.pnlNumUsers, this.pnlTotalData};
     //@tmrLogon.SetLocation (new System.Drawing.Point (216, 7));
     tmrLogon.Interval = 2000;
     tmrLogon.Enabled = true;
     tmrLogon.Tick += new System.EventHandler (this.tmrLogon_Tick);
     clConnection.Text = "Connection";
     clConnection.Width = 97;
     clConnection.TextAlign = System.WinForms.HorizontalAlignment.Left;
     lstResults.Location = new System.Drawing.Point (0, 40);
     lstResults.Size = new System.Drawing.Size (664, 368);
     lstResults.HideSelection = false;
     lstResults.View = System.WinForms.View.Report;
     lstResults.ForeColor = System.Drawing.SystemColors.WindowText;
     lstResults.TabIndex = 3;
     lstResults.DoubleClick += new System.EventHandler (this.btnDownload_Click);
     lstResults.Columns.All = new System.WinForms.ColumnHeader[6] {this.clFileName, this.clFilePath, this.clSize, this.clConnection, this.clMachineName, this.clPing};
     tabControl1.Location = new System.Drawing.Point (8, 8);
     tabControl1.Size = new System.Drawing.Size (680, 440);
     tabControl1.SelectedIndex = 0;
     tabControl1.Appearance = System.WinForms.TabAppearance.FlatButtons;
     tabControl1.TabIndex = 8;
     //@pnlNumUsers.SetLocation (new System.Drawing.Point (7, 7));
     pnlNumUsers.Text = "There are currently N users in the Share Baby community";
     pnlNumUsers.Width = 292;
     pnlNumUsers.AutoSize = System.WinForms.StatusBarPanelAutoSize.Contents;
     clMachineName.Text = "IP Address";
     clMachineName.Width = 99;
     clMachineName.TextAlign = System.WinForms.HorizontalAlignment.Left;
     clFilePath.Text = "Path";
     clFilePath.Width = 200;
     clFilePath.TextAlign = System.WinForms.HorizontalAlignment.Left;
     clSize.Text = "Size";
     clSize.Width = 81;
     clSize.TextAlign = System.WinForms.HorizontalAlignment.Left;
     txtSearch.Location = new System.Drawing.Point (64, 8);
     txtSearch.TabIndex = 0;
     txtSearch.Size = new System.Drawing.Size (328, 20);
     lstLibrary.Location = new System.Drawing.Point (0, 40);
     lstLibrary.Size = new System.Drawing.Size (664, 368);
     lstLibrary.View = System.WinForms.View.Report;
     lstLibrary.ForeColor = System.Drawing.SystemColors.WindowText;
     lstLibrary.TabIndex = 4;
     lstLibrary.Columns.All = new System.WinForms.ColumnHeader[4] {this.columnHeader4, this.columnHeader1, this.columnHeader2, this.columnHeader3};
     tabOptions.Text = "Options";
     tabOptions.Size = new System.Drawing.Size (672, 411);
     tabOptions.BorderStyle = System.WinForms.BorderStyle.Fixed3D;
     tabOptions.TabIndex = 3;
     txtPath.Location = new System.Drawing.Point (104, 64);
     txtPath.Text = "c:\\files";
     txtPath.TabIndex = 0;
     txtPath.Size = new System.Drawing.Size (352, 20);
     txtPath.Leave += new System.EventHandler (this.txtPath_Leave);
     clFileName.Text = "File Name";
     clFileName.Width = 120;
     clFileName.TextAlign = System.WinForms.HorizontalAlignment.Left;
     btnFind.Location = new System.Drawing.Point (416, 8);
     btnFind.Size = new System.Drawing.Size (104, 24);
     btnFind.TabIndex = 1;
     btnFind.Text = "&Find";
     btnFind.Click += new System.EventHandler (this.btnFind_Click_1);
     panel1.Size = new System.Drawing.Size (656, 400);
     panel1.TabIndex = 0;
     //@pnlTotalData.SetLocation (new System.Drawing.Point (114, 7));
     pnlTotalData.Text = "A total of N files are being shared";
     pnlTotalData.Width = 382;
     pnlTotalData.AutoSize = System.WinForms.StatusBarPanelAutoSize.Spring;
     columnHeader4.Text = "ColumnHeader";
     columnHeader4.TextAlign = System.WinForms.HorizontalAlignment.Left;
     columnHeader3.Text = "ColumnHeader";
     columnHeader3.TextAlign = System.WinForms.HorizontalAlignment.Left;
     label4.Location = new System.Drawing.Point (16, 272);
     label4.Text = "Service URL:";
     label4.Size = new System.Drawing.Size (69, 13);
     label4.AutoSize = true;
     label4.TabIndex = 11;
     columnHeader1.Text = "ColumnHeader";
     columnHeader1.TextAlign = System.WinForms.HorizontalAlignment.Left;
     txtConnection.Location = new System.Drawing.Point (104, 232);
     txtConnection.Text = "LAN";
     txtConnection.TabIndex = 3;
     txtConnection.Size = new System.Drawing.Size (56, 20);
     txtConnection.Leave += new System.EventHandler (this.txtPath_Leave);
     pnlNumUsers.EndInit ();
     pnlTotalData.EndInit ();
     this.Text = "Share Baby - Content Finder";
     this.MaximizeBox = false;
     this.StartPosition = System.WinForms.FormStartPosition.CenterParent;
     this.AutoScaleBaseSize = new System.Drawing.Size (5, 13);
     this.BorderStyle = System.WinForms.FormBorderStyle.FixedDialog;
     this.AcceptButton = this.btnFind;
     this.ClientSize = new System.Drawing.Size (690, 479);
     this.Closing += new System.ComponentModel.CancelEventHandler (this.Form1_Closing);
     tabOptions.Controls.Add (this.panel1);
     this.Controls.Add (this.tabControl1);
     this.Controls.Add (this.statusBar1);
     panel1.Controls.Add (this.label4);
     panel1.Controls.Add (this.txtURL);
     panel1.Controls.Add (this.label2);
     panel1.Controls.Add (this.txtConnection);
     panel1.Controls.Add (this.label5);
     panel1.Controls.Add (this.label6);
     panel1.Controls.Add (this.txtPort);
     panel1.Controls.Add (this.label7);
     panel1.Controls.Add (this.txtPath);
     panel1.Controls.Add (this.label8);
     tabControl1.Controls.Add (this.tabSearch);
     tabControl1.Controls.Add (this.tabLibrary);
     tabControl1.Controls.Add (this.tabOptions);
     tabLibrary.Controls.Add (this.lstLibrary);
     tabLibrary.Controls.Add (this.label3);
     tabSearch.Controls.Add (this.btnDownload);
     tabSearch.Controls.Add (this.btnFind);
     tabSearch.Controls.Add (this.txtSearch);
     tabSearch.Controls.Add (this.label1);
     tabSearch.Controls.Add (this.lstResults);
 }