/// <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(EquationRepositoryView));
            this.label2 = new System.Windows.Forms.Label();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.btDelete = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.btEdit = new System.Windows.Forms.Button();
            this.btUIt = new System.Windows.Forms.Button();
            this.btCreate = new System.Windows.Forms.Button();
            this.equationExplorer = new Genetibase.MathX.NugenCCalc.Design.Controls.EquationExplorer();
            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(120, 8);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(336, 32);
            this.label2.TabIndex = 20;
            this.label2.Text = "Equation 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, "");
            // 
            // 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(384, 120);
            this.btDelete.Name = "btDelete";
            this.btDelete.Size = new System.Drawing.Size(75, 23);
            this.btDelete.TabIndex = 18;
            this.btDelete.Tag = "Delete equation";
            this.btDelete.Text = "Delete";
            this.btDelete.UseVisualStyleBackColor = false;
            this.btDelete.Click += new System.EventHandler(this.button_Click);
            // 
            // 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(456, 8);
            this.groupBox1.TabIndex = 19;
            this.groupBox1.TabStop = false;
            // 
            // 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(384, 88);
            this.btEdit.Name = "btEdit";
            this.btEdit.Size = new System.Drawing.Size(75, 23);
            this.btEdit.TabIndex = 17;
            this.btEdit.Tag = "Edit equation";
            this.btEdit.Text = "Edit";
            this.btEdit.UseVisualStyleBackColor = false;
            this.btEdit.Click += new System.EventHandler(this.button_Click);
            // 
            // 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(384, 416);
            this.btUIt.Name = "btUIt";
            this.btUIt.Size = new System.Drawing.Size(75, 23);
            this.btUIt.TabIndex = 15;
            this.btUIt.Tag = "Paste equation data to component";
            this.btUIt.Text = "Use It!";
            this.btUIt.UseVisualStyleBackColor = false;
            this.btUIt.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(384, 56);
            this.btCreate.Name = "btCreate";
            this.btCreate.Size = new System.Drawing.Size(75, 23);
            this.btCreate.TabIndex = 16;
            this.btCreate.Tag = "Create new equation";
            this.btCreate.Text = "Create";
            this.btCreate.UseVisualStyleBackColor = false;
            this.btCreate.Click += new System.EventHandler(this.button_Click);
            // 
            // equationExplorer
            // 
            this.equationExplorer.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.equationExplorer.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.equationExplorer.Location = new System.Drawing.Point(0, 56);
            this.equationExplorer.Name = "equationExplorer";
            this.equationExplorer.Size = new System.Drawing.Size(376, 384);
            this.equationExplorer.TabIndex = 21;
            this.equationExplorer.OnItemAction += new Genetibase.MathX.NugenCCalc.Design.ItemActionEventHandler(this.equationExplorer_OnItemAction);
            // 
            // EquationRepositoryView
            // 
            this.Controls.Add(this.equationExplorer);
            this.Controls.Add(this.btDelete);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btEdit);
            this.Controls.Add(this.btUIt);
            this.Controls.Add(this.btCreate);
            this.Controls.Add(this.label2);
            this.Name = "EquationRepositoryView";
            this.Size = new System.Drawing.Size(464, 448);
            this.Load += new System.EventHandler(this.EquationRepositoryView_Load);
            this.ResumeLayout(false);

		}
예제 #2
0
 /// <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(EquationRepositoryView));
     this.label2           = new System.Windows.Forms.Label();
     this.imageList        = new System.Windows.Forms.ImageList(this.components);
     this.btDelete         = new System.Windows.Forms.Button();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.btEdit           = new System.Windows.Forms.Button();
     this.btUIt            = new System.Windows.Forms.Button();
     this.btCreate         = new System.Windows.Forms.Button();
     this.equationExplorer = new Genetibase.MathX.NugenCCalc.Design.Controls.EquationExplorer();
     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(120, 8);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(336, 32);
     this.label2.TabIndex   = 20;
     this.label2.Text       = "Equation 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, "");
     //
     // 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(384, 120);
     this.btDelete.Name      = "btDelete";
     this.btDelete.Size      = new System.Drawing.Size(75, 23);
     this.btDelete.TabIndex  = 18;
     this.btDelete.Tag       = "Delete equation";
     this.btDelete.Text      = "Delete";
     this.btDelete.UseVisualStyleBackColor = false;
     this.btDelete.Click += new System.EventHandler(this.button_Click);
     //
     // 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(456, 8);
     this.groupBox1.TabIndex = 19;
     this.groupBox1.TabStop  = false;
     //
     // 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(384, 88);
     this.btEdit.Name      = "btEdit";
     this.btEdit.Size      = new System.Drawing.Size(75, 23);
     this.btEdit.TabIndex  = 17;
     this.btEdit.Tag       = "Edit equation";
     this.btEdit.Text      = "Edit";
     this.btEdit.UseVisualStyleBackColor = false;
     this.btEdit.Click += new System.EventHandler(this.button_Click);
     //
     // 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(384, 416);
     this.btUIt.Name      = "btUIt";
     this.btUIt.Size      = new System.Drawing.Size(75, 23);
     this.btUIt.TabIndex  = 15;
     this.btUIt.Tag       = "Paste equation data to component";
     this.btUIt.Text      = "Use It!";
     this.btUIt.UseVisualStyleBackColor = false;
     this.btUIt.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(384, 56);
     this.btCreate.Name      = "btCreate";
     this.btCreate.Size      = new System.Drawing.Size(75, 23);
     this.btCreate.TabIndex  = 16;
     this.btCreate.Tag       = "Create new equation";
     this.btCreate.Text      = "Create";
     this.btCreate.UseVisualStyleBackColor = false;
     this.btCreate.Click += new System.EventHandler(this.button_Click);
     //
     // equationExplorer
     //
     this.equationExplorer.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.equationExplorer.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.equationExplorer.Location      = new System.Drawing.Point(0, 56);
     this.equationExplorer.Name          = "equationExplorer";
     this.equationExplorer.Size          = new System.Drawing.Size(376, 384);
     this.equationExplorer.TabIndex      = 21;
     this.equationExplorer.OnItemAction += new Genetibase.MathX.NugenCCalc.Design.ItemActionEventHandler(this.equationExplorer_OnItemAction);
     //
     // EquationRepositoryView
     //
     this.Controls.Add(this.equationExplorer);
     this.Controls.Add(this.btDelete);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btEdit);
     this.Controls.Add(this.btUIt);
     this.Controls.Add(this.btCreate);
     this.Controls.Add(this.label2);
     this.Name  = "EquationRepositoryView";
     this.Size  = new System.Drawing.Size(464, 448);
     this.Load += new System.EventHandler(this.EquationRepositoryView_Load);
     this.ResumeLayout(false);
 }