/// <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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExpressionRepositoryView)); this.label2 = new System.Windows.Forms.Label(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btUIt = new System.Windows.Forms.Button(); this.btDelete = new System.Windows.Forms.Button(); this.btEdit = new System.Windows.Forms.Button(); this.btCreate = new System.Windows.Forms.Button(); this.expressionExplorer = new Genetibase.MathX.NugenCCalc.Design.Controls.ExpressionExplorer(); this.SuspendLayout(); // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label2.Font = new System.Drawing.Font("Tahoma", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.SystemColors.HighlightText; this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.label2.ImageIndex = 0; this.label2.ImageList = this.imageList; this.label2.Location = new System.Drawing.Point(40, 8); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(360, 32); this.label2.TabIndex = 17; this.label2.Text = "Expression Repository"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, ""); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Location = new System.Drawing.Point(0, 40); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(400, 8); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; // // btUIt // this.btUIt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btUIt.BackColor = System.Drawing.Color.WhiteSmoke; this.btUIt.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btUIt.Location = new System.Drawing.Point(328, 368); this.btUIt.Name = "btUIt"; this.btUIt.Size = new System.Drawing.Size(75, 23); this.btUIt.TabIndex = 15; this.btUIt.Tag = "Paste expression data to component"; this.btUIt.Text = "Use It!"; this.btUIt.UseVisualStyleBackColor = false; this.btUIt.Click += new System.EventHandler(this.button_Click); // // btDelete // this.btDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btDelete.BackColor = System.Drawing.Color.WhiteSmoke; this.btDelete.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btDelete.Location = new System.Drawing.Point(328, 120); this.btDelete.Name = "btDelete"; this.btDelete.Size = new System.Drawing.Size(75, 23); this.btDelete.TabIndex = 12; this.btDelete.Tag = "Delete expression"; this.btDelete.Text = "Delete"; this.btDelete.UseVisualStyleBackColor = false; this.btDelete.Click += new System.EventHandler(this.button_Click); // // btEdit // this.btEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btEdit.BackColor = System.Drawing.Color.WhiteSmoke; this.btEdit.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btEdit.Location = new System.Drawing.Point(328, 88); this.btEdit.Name = "btEdit"; this.btEdit.Size = new System.Drawing.Size(75, 23); this.btEdit.TabIndex = 14; this.btEdit.Tag = "Edit expression"; this.btEdit.Text = "Edit"; this.btEdit.UseVisualStyleBackColor = false; this.btEdit.Click += new System.EventHandler(this.button_Click); // // btCreate // this.btCreate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btCreate.BackColor = System.Drawing.Color.WhiteSmoke; this.btCreate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btCreate.Location = new System.Drawing.Point(328, 56); this.btCreate.Name = "btCreate"; this.btCreate.Size = new System.Drawing.Size(75, 23); this.btCreate.TabIndex = 13; this.btCreate.Tag = "Create new expression"; this.btCreate.Text = "Create"; this.btCreate.UseVisualStyleBackColor = false; this.btCreate.Click += new System.EventHandler(this.button_Click); // // expressionExplorer // this.expressionExplorer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.expressionExplorer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.expressionExplorer.Location = new System.Drawing.Point(0, 56); this.expressionExplorer.Name = "expressionExplorer"; this.expressionExplorer.Size = new System.Drawing.Size(320, 336); this.expressionExplorer.TabIndex = 18; this.expressionExplorer.OnItemAction += new Genetibase.MathX.NugenCCalc.Design.ItemActionEventHandler(this.expressionExplorer_OnItemAction); // // ExpressionRepositoryView // this.Controls.Add(this.expressionExplorer); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btUIt); this.Controls.Add(this.btDelete); this.Controls.Add(this.btEdit); this.Controls.Add(this.btCreate); this.Controls.Add(this.label2); this.Name = "ExpressionRepositoryView"; this.Size = new System.Drawing.Size(408, 400); this.Load += new System.EventHandler(this.ExpressionRepositoryView_Load); this.ResumeLayout(false); }