namespace Maestro.Editors.SymbolDefinition { partial class ParametersCtrl { /// /// 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(ParametersCtrl)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnAdd = new System.Windows.Forms.ToolStripButton(); this.btnEdit = new System.Windows.Forms.ToolStripButton(); this.btnDelete = new System.Windows.Forms.ToolStripButton(); this.grdParameters = new System.Windows.Forms.DataGridView(); this.COL_IDENTIFIER = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COL_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.COL_TYPE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contentPanel.SuspendLayout(); this.toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdParameters)).BeginInit(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.grdParameters); 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.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); // // 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); // // grdParameters // this.grdParameters.AllowUserToAddRows = false; this.grdParameters.AllowUserToDeleteRows = false; this.grdParameters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdParameters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.COL_IDENTIFIER, this.COL_NAME, this.COL_TYPE}); resources.ApplyResources(this.grdParameters, "grdParameters"); this.grdParameters.Name = "grdParameters"; this.grdParameters.ReadOnly = true; this.grdParameters.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdParameters_CellClick); this.grdParameters.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdParameters_CellClick); // // COL_IDENTIFIER // this.COL_IDENTIFIER.DataPropertyName = "Identifier"; resources.ApplyResources(this.COL_IDENTIFIER, "COL_IDENTIFIER"); this.COL_IDENTIFIER.Name = "COL_IDENTIFIER"; this.COL_IDENTIFIER.ReadOnly = true; // // COL_NAME // this.COL_NAME.DataPropertyName = "DisplayName"; resources.ApplyResources(this.COL_NAME, "COL_NAME"); this.COL_NAME.Name = "COL_NAME"; this.COL_NAME.ReadOnly = true; // // COL_TYPE // this.COL_TYPE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.COL_TYPE.DataPropertyName = "DataType"; resources.ApplyResources(this.COL_TYPE, "COL_TYPE"); this.COL_TYPE.Name = "COL_TYPE"; this.COL_TYPE.ReadOnly = true; // // ParametersCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.HeaderText = "Symbol Parameters"; this.Name = "ParametersCtrl"; resources.ApplyResources(this, "$this"); this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdParameters)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView grdParameters; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnAdd; private System.Windows.Forms.ToolStripButton btnEdit; private System.Windows.Forms.ToolStripButton btnDelete; private System.Windows.Forms.DataGridViewTextBoxColumn COL_IDENTIFIER; private System.Windows.Forms.DataGridViewTextBoxColumn COL_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn COL_TYPE; } }