namespace Maestro.Editors.WatermarkDefinition { partial class WatermarkCollectionEditorCtrl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WatermarkCollectionEditorCtrl)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnAdd = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnRemove = new System.Windows.Forms.ToolStripButton(); this.grdWatermarks = new System.Windows.Forms.DataGridView(); this.COL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COL_RESID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contentPanel.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdWatermarks)).BeginInit(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.grdWatermarks); 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.btnRemove}); resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // btnAdd // this.btnAdd.Image = global::Maestro.Editors.Properties.Resources.plus_circle; resources.ApplyResources(this.btnAdd, "btnAdd"); this.btnAdd.Name = "btnAdd"; this.btnAdd.Click += new System.EventHandler(this.btnAdd_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); // // btnRemove // resources.ApplyResources(this.btnRemove, "btnRemove"); this.btnRemove.Image = global::Maestro.Editors.Properties.Resources.cross_script; this.btnRemove.Name = "btnRemove"; this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click); // // grdWatermarks // this.grdWatermarks.AllowUserToAddRows = false; this.grdWatermarks.AllowUserToDeleteRows = false; this.grdWatermarks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdWatermarks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.COL_NAME, this.COL_RESID}); resources.ApplyResources(this.grdWatermarks, "grdWatermarks"); this.grdWatermarks.Name = "grdWatermarks"; this.grdWatermarks.ReadOnly = true; this.grdWatermarks.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdWatermarks_CellClick); // // COL_NAME // this.COL_NAME.DataPropertyName = "Name"; resources.ApplyResources(this.COL_NAME, "COL_NAME"); this.COL_NAME.Name = "COL_NAME"; this.COL_NAME.ReadOnly = true; // // COL_RESID // this.COL_RESID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.COL_RESID.DataPropertyName = "ResourceId"; resources.ApplyResources(this.COL_RESID, "COL_RESID"); this.COL_RESID.Name = "COL_RESID"; this.COL_RESID.ReadOnly = true; // // WatermarkCollectionEditorCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Name = "WatermarkCollectionEditorCtrl"; this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdWatermarks)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView grdWatermarks; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnAdd; private System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnRemove; private System.Windows.Forms.DataGridViewTextBoxColumn COL_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn COL_RESID; } }