namespace Maestro.Editors.SymbolDefinition { partial class SymbolGraphicsCtrl { /// /// 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(SymbolGraphicsCtrl)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnAdd = new System.Windows.Forms.ToolStripDropDownButton(); this.textToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pathToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.lstGraphics = new System.Windows.Forms.ListView(); this.imgGraphics = new System.Windows.Forms.ImageList(this.components); this.contentPanel.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.lstGraphics); this.contentPanel.Controls.Add(this.toolStrip1); resources.ApplyResources(this.contentPanel, "contentPanel"); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnAdd, this.btnEdit, this.btnDelete}); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // btnAdd // this.btnAdd.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.textToolStripMenuItem, this.pathToolStripMenuItem, this.imageToolStripMenuItem}); this.btnAdd.Image = global::Maestro.Editors.Properties.Resources.plus_circle; resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; // // textToolStripMenuItem // this.textToolStripMenuItem.Image = global::Maestro.Editors.Properties.Resources.edit; this.textToolStripMenuItem.Name = "textToolStripMenuItem"; resources.ApplyResources(this.textToolStripMenuItem, "textToolStripMenuItem"); this.textToolStripMenuItem.Click += new System.EventHandler(this.textToolStripMenuItem_Click); // // pathToolStripMenuItem // this.pathToolStripMenuItem.Image = global::Maestro.Editors.Properties.Resources.layer_shape_curve; this.pathToolStripMenuItem.Name = "pathToolStripMenuItem"; resources.ApplyResources(this.pathToolStripMenuItem, "pathToolStripMenuItem"); this.pathToolStripMenuItem.Click += new System.EventHandler(this.pathToolStripMenuItem_Click); // // imageToolStripMenuItem // this.imageToolStripMenuItem.Image = global::Maestro.Editors.Properties.Resources.image; this.imageToolStripMenuItem.Name = "imageToolStripMenuItem"; resources.ApplyResources(this.imageToolStripMenuItem, "imageToolStripMenuItem"); this.imageToolStripMenuItem.Click += new System.EventHandler(this.imageToolStripMenuItem_Click); // // btnEdit // resources.ApplyResources(this.btnEdit, "btnEdit"); this.btnEdit.Image = global::Maestro.Editors.Properties.Resources.document__pencil; this.btnEdit.Name = "btnEdit"; this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click); // // btnDelete // resources.ApplyResources(this.btnDelete, "btnDelete"); this.btnDelete.Image = global::Maestro.Editors.Properties.Resources.cross_script; this.btnDelete.Name = "btnDelete"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // lstGraphics // resources.ApplyResources(this.lstGraphics, "lstGraphics"); this.lstGraphics.LargeImageList = this.imgGraphics; this.lstGraphics.Name = "lstGraphics"; this.lstGraphics.SmallImageList = this.imgGraphics; this.lstGraphics.UseCompatibleStateImageBehavior = false; this.lstGraphics.View = System.Windows.Forms.View.Tile; this.lstGraphics.SelectedIndexChanged += new System.EventHandler(this.lstGraphics_SelectedIndexChanged); // // imgGraphics // this.imgGraphics.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgGraphics.ImageStream"))); this.imgGraphics.TransparentColor = System.Drawing.Color.Transparent; this.imgGraphics.Images.SetKeyName(0, "edit.png"); this.imgGraphics.Images.SetKeyName(1, "layer-shape-curve.png"); this.imgGraphics.Images.SetKeyName(2, "image.png"); // // SymbolGraphicsCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.HeaderText = "Graphics"; this.Name = "SymbolGraphicsCtrl"; resources.ApplyResources(this, "$this"); this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lstGraphics; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ImageList imgGraphics; private System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnDelete; private System.Windows.Forms.ToolStripDropDownButton btnAdd; private System.Windows.Forms.ToolStripMenuItem textToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pathToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem imageToolStripMenuItem; } }