namespace Maestro.AddIn.Rest.UI { partial class RestExplorer { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RestExplorer)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnConnect = new System.Windows.Forms.ToolStripButton(); this.btnRefresh = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.btnNew = new System.Windows.Forms.ToolStripButton(); this.btnAddFile = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.trvRestExplorer = new System.Windows.Forms.TreeView(); this.imgIcons = new System.Windows.Forms.ImageList(this.components); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnConnect, this.btnRefresh, this.toolStripSeparator2, this.btnNew, this.btnAddFile, this.toolStripSeparator1, this.btnEdit, this.btnDelete}); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // btnConnect // this.btnConnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnConnect, "btnConnect"); this.btnConnect.Name = "btnConnect"; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // btnRefresh // this.btnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnRefresh, "btnRefresh"); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // btnNew // this.btnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnNew, "btnNew"); this.btnNew.Name = "btnNew"; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // // btnAddFile // this.btnAddFile.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnAddFile, "btnAddFile"); this.btnAddFile.Name = "btnAddFile"; this.btnAddFile.Click += new System.EventHandler(this.btnAddFile_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // btnEdit // this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnEdit, "btnEdit"); this.btnEdit.Name = "btnEdit"; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnDelete // this.btnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; resources.ApplyResources(this.btnDelete, "btnDelete"); this.btnDelete.Name = "btnDelete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // trvRestExplorer // resources.ApplyResources(this.trvRestExplorer, "trvRestExplorer"); this.trvRestExplorer.ImageList = this.imgIcons; this.trvRestExplorer.Name = "trvRestExplorer"; this.trvRestExplorer.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.trvRestExplorer_AfterExpand); this.trvRestExplorer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.trvRestExplorer_AfterSelect); // // imgIcons // this.imgIcons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgIcons.ImageStream"))); this.imgIcons.TransparentColor = System.Drawing.Color.Transparent; this.imgIcons.Images.SetKeyName(0, "folder-horizontal.png"); this.imgIcons.Images.SetKeyName(1, "document-share.png"); this.imgIcons.Images.SetKeyName(2, "document-sub.png"); this.imgIcons.Images.SetKeyName(3, "server.png"); // // RestExplorer // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.trvRestExplorer); this.Controls.Add(this.toolStrip1); this.Name = "RestExplorer"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.TreeView trvRestExplorer; private System.Windows.Forms.ToolStripButton btnNew; private System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnAddFile; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btnDelete; private System.Windows.Forms.ImageList imgIcons; private System.Windows.Forms.ToolStripButton btnConnect; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripButton btnRefresh; } }