#region License Information /* HeuristicLab * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Clients.OKB { partial class AdministrationView { /// /// 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) { if (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(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.algorithmClassBindingSource = new System.Windows.Forms.BindingSource(this.components); this.refreshButton = new System.Windows.Forms.Button(); this.saveButton = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.populateButton = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.algorithmClassIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.platformIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.algorithmDataDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.algorithmClassDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.platformDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.algorithmBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.algorithmClassBindingSource)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.algorithmBindingSource)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.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.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn1, this.nameDataGridViewTextBoxColumn, this.descriptionDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.algorithmClassBindingSource; this.dataGridView1.Location = new System.Drawing.Point(6, 6); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(707, 368); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit); this.dataGridView1.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView1_UserAddedRow); this.dataGridView1.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dataGridView1_UserDeletedRow); // // idDataGridViewTextBoxColumn1 // this.idDataGridViewTextBoxColumn1.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn1.HeaderText = "Id"; this.idDataGridViewTextBoxColumn1.Name = "idDataGridViewTextBoxColumn1"; this.idDataGridViewTextBoxColumn1.ReadOnly = true; this.idDataGridViewTextBoxColumn1.Width = 41; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.Width = 60; // // descriptionDataGridViewTextBoxColumn // this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description"; this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description"; this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn"; this.descriptionDataGridViewTextBoxColumn.Width = 85; // // algorithmClassBindingSource // this.algorithmClassBindingSource.DataSource = typeof(HeuristicLab.Clients.OKB.OKBAdmin.AlgorithmClass); this.algorithmClassBindingSource.Sort = ""; // // refreshButton // this.refreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.refreshButton.Location = new System.Drawing.Point(6, 380); this.refreshButton.Name = "refreshButton"; this.refreshButton.Size = new System.Drawing.Size(75, 23); this.refreshButton.TabIndex = 1; this.refreshButton.Text = "&Refresh"; this.refreshButton.UseVisualStyleBackColor = true; this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click); // // saveButton // this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.saveButton.Location = new System.Drawing.Point(87, 380); this.saveButton.Name = "saveButton"; this.saveButton.Size = new System.Drawing.Size(75, 23); this.saveButton.TabIndex = 1; this.saveButton.Text = "&Save"; this.saveButton.UseVisualStyleBackColor = true; this.saveButton.Click += new System.EventHandler(this.saveButton_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(727, 435); this.tabControl1.TabIndex = 2; // // tabPage1 // this.tabPage1.Controls.Add(this.dataGridView1); this.tabPage1.Controls.Add(this.refreshButton); this.tabPage1.Controls.Add(this.populateButton); this.tabPage1.Controls.Add(this.saveButton); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(719, 409); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "tabPage1"; this.tabPage1.UseVisualStyleBackColor = true; // // populateButton // this.populateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.populateButton.Location = new System.Drawing.Point(168, 380); this.populateButton.Name = "populateButton"; this.populateButton.Size = new System.Drawing.Size(75, 23); this.populateButton.TabIndex = 1; this.populateButton.Text = "&Populate"; this.populateButton.UseVisualStyleBackColor = true; this.populateButton.Click += new System.EventHandler(this.populateButton_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.dataGridView2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(719, 409); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // // dataGridView2 // this.dataGridView2.AutoGenerateColumns = false; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.idDataGridViewTextBoxColumn, this.algorithmClassIdDataGridViewTextBoxColumn, this.platformIdDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn1, this.descriptionDataGridViewTextBoxColumn1, this.algorithmDataDataGridViewTextBoxColumn, this.algorithmClassDataGridViewTextBoxColumn, this.platformDataGridViewTextBoxColumn}); this.dataGridView2.DataSource = this.algorithmBindingSource; this.dataGridView2.Location = new System.Drawing.Point(6, 6); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Size = new System.Drawing.Size(707, 344); this.dataGridView2.TabIndex = 0; // // idDataGridViewTextBoxColumn // this.idDataGridViewTextBoxColumn.DataPropertyName = "Id"; this.idDataGridViewTextBoxColumn.HeaderText = "Id"; this.idDataGridViewTextBoxColumn.Name = "idDataGridViewTextBoxColumn"; // // algorithmClassIdDataGridViewTextBoxColumn // this.algorithmClassIdDataGridViewTextBoxColumn.DataPropertyName = "AlgorithmClassId"; this.algorithmClassIdDataGridViewTextBoxColumn.HeaderText = "AlgorithmClassId"; this.algorithmClassIdDataGridViewTextBoxColumn.Name = "algorithmClassIdDataGridViewTextBoxColumn"; // // platformIdDataGridViewTextBoxColumn // this.platformIdDataGridViewTextBoxColumn.DataPropertyName = "PlatformId"; this.platformIdDataGridViewTextBoxColumn.HeaderText = "PlatformId"; this.platformIdDataGridViewTextBoxColumn.Name = "platformIdDataGridViewTextBoxColumn"; // // nameDataGridViewTextBoxColumn1 // this.nameDataGridViewTextBoxColumn1.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn1.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn1.Name = "nameDataGridViewTextBoxColumn1"; // // descriptionDataGridViewTextBoxColumn1 // this.descriptionDataGridViewTextBoxColumn1.DataPropertyName = "Description"; this.descriptionDataGridViewTextBoxColumn1.HeaderText = "Description"; this.descriptionDataGridViewTextBoxColumn1.Name = "descriptionDataGridViewTextBoxColumn1"; // // algorithmDataDataGridViewTextBoxColumn // this.algorithmDataDataGridViewTextBoxColumn.DataPropertyName = "AlgorithmData"; this.algorithmDataDataGridViewTextBoxColumn.HeaderText = "AlgorithmData"; this.algorithmDataDataGridViewTextBoxColumn.Name = "algorithmDataDataGridViewTextBoxColumn"; // // algorithmClassDataGridViewTextBoxColumn // this.algorithmClassDataGridViewTextBoxColumn.DataPropertyName = "AlgorithmClass"; this.algorithmClassDataGridViewTextBoxColumn.HeaderText = "AlgorithmClass"; this.algorithmClassDataGridViewTextBoxColumn.Name = "algorithmClassDataGridViewTextBoxColumn"; // // platformDataGridViewTextBoxColumn // this.platformDataGridViewTextBoxColumn.DataPropertyName = "Platform"; this.platformDataGridViewTextBoxColumn.HeaderText = "Platform"; this.platformDataGridViewTextBoxColumn.Name = "platformDataGridViewTextBoxColumn"; // // algorithmBindingSource // this.algorithmBindingSource.DataSource = typeof(HeuristicLab.Clients.OKB.OKBAdmin.Algorithm); // // AdministrationView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl1); this.Name = "AdministrationView"; this.Size = new System.Drawing.Size(727, 435); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.algorithmClassBindingSource)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.algorithmBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button refreshButton; private System.Windows.Forms.Button saveButton; private System.Windows.Forms.BindingSource algorithmClassBindingSource; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn algorithmClassIdDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn platformIdDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn algorithmDataDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn algorithmClassDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn platformDataGridViewTextBoxColumn; private System.Windows.Forms.BindingSource algorithmBindingSource; private System.Windows.Forms.Button populateButton; private System.Windows.Forms.DataGridViewTextBoxColumn idDataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn; } }